#carousel-home {
    position: relative
}

#carousel-home .static {
    position: static
}

#carousel-home .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important
}

#carousel-home .owl-carousel {
    position: relative
}

#carousel-home .owl-carousel .owl-slide {
    height: 100vh;
    position: relative
}

@media (max-width: 767px) {
    #carousel-home .owl-carousel .owl-slide {
        height: 90vh
    }
}

#carousel-home .owl-carousel .owl-slide-animated {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease
}

#carousel-home .owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s
}

#carousel-home .owl-carousel .owl-slide-title-2.is-transitioned {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s
}

#carousel-home .owl-carousel .owl-slide-title-3.is-transitioned {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s
}

#carousel-home .owl-carousel .owl-slide-title-4.is-transitioned {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s
}

#carousel-home .owl-carousel .owl-dots .owl-dot,
#carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none
}

.owl-carousel .owl-dots {
    margin-top: 0 !important;
    right: 15px;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 3
}

.owl-carousel.nav-dots-orizontal .owl-dots {
    margin-top: 20px !important;
    width: 100%;
    position: static
}

.slide-text h2,
.slide-text h3 {
    font-size: 51px;
    font-size: 3.1875rem;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 767px) {

    .slide-text h2,
    .slide-text h3 {
        font-size: 42px;
        font-size: 2.625rem
    }
}

.slide-text small {
    color: #ebd7b2;
    letter-spacing: 4px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px 0
}

.slide-text p {
    font-size: 21px;
    font-size: 1.3125rem
}

.slide-text.white {
    color: #fff
}

.slide-text.white h2,
.slide-text.white h3 {
    color: #fff
}

.slide-text.black {
    color: #111
}

.slide-text.black h2 {
    color: #000
}

#icon_drag_mobile {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../img/drag_icon.html) 0 0 no-repeat;
    width: 50px;
    height: 30px;
    opacity: 0.6;
    z-index: 99;
    display: none
}

@media (max-width: 767px) {
    #icon_drag_mobile {
        display: block
    }
}

a.box_cat_rooms {
    display: block;
    margin-bottom: 25px;
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2)
}

@media (max-width: 991px) {
    a.box_cat_rooms {
        height: 400px
    }
}

a.box_cat_rooms .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25% 30px 0 30px;
    color: #fff;
    left: 0;
    bottom: -75px;
    padding-bottom: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000)
}

a.box_cat_rooms .info small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff
}

a.box_cat_rooms .info h3 {
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 15px
}

a.box_cat_rooms .info span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    opacity: 0;
    position: relative
}

a.box_cat_rooms .info span:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: #fff
}

a.box_cat_rooms .info span:hover {
    background-color: #24262d;
    border-color: transparent
}

a.box_cat_rooms figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

a.box_cat_rooms:hover .info {
    -webkit-transform: translate(0, -65px);
    -moz-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    -o-transform: translate(0, -65px);
    transform: translate(0, -65px)
}

a.box_cat_rooms:hover .info span {
    opacity: 1
}

a.box_cat_rooms:hover .info span:before {
    width: 100%
}

a.box_cat_rooms:hover .background-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.box_facilities {
    padding: 0 25px 25px 25px;
    border-width: 2px;
    text-align: center;
    border-style: solid;
    border-right: 0;
    border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%
}

@media (max-width: 1199px) {
    .box_facilities {
        border-width: 0
    }
}

.box_facilities i {
    font-size: 62px;
    font-size: 3.875rem;
    color: #978667
}

.box_facilities h3 {
    font-size: 21px;
    font-size: 1.3125rem
}

@media (max-width: 767px) {
    .box_facilities h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.box_facilities.no-border {
    border-width: 0
}

.box_facilities.white {
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent) 1 60%
}

.box_facilities.white h3 {
    color: #fff
}

.box_facilities.white i {
    color: #ebd7b2
}

@media (max-width: 767px) {
    .box_facilities.white {
        padding: 0;
        margin-bottom: 25px
    }

    .box_facilities.white i {
        font-size: 62px;
        font-size: 3.875rem
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.box_overlay {
    background-color: #24262d;
    background-color: #24262d;
    padding: 45px 45px 45px 225px;
    min-height: 170px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px
}

@media (max-width: 767px) {
    .box_overlay {
        padding: 30px
    }
}

.pic {
    position: absolute;
    left: 45px;
    top: 45px;
    text-align: left
}

@media (max-width: 767px) {
    .pic {
        position: static;
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }
}

.pic h4 {
    position: absolute;
    left: 95px;
    top: 18px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .pic h4 {
        position: static
    }
}

.pic h4 small {
    display: block;
    color: #fff;
    margin-top: 3px;
    letter-spacing: normal !important
}

.pic figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (max-width: 767px) {
    .pic figure {
        margin: 0 auto 10px
    }
}

.pic figure img {
    width: 80px;
    height: auto
}

.comment {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    text-align: left
}

@media (max-width: 767px) {
    .comment {
        text-align: center;
        border: 0;
        padding: 0
    }
}

.accordion .card {
    border: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px
}

.accordion .card .card-header {
    background-color: #fff;
    padding: 20px;
    border: 0
}

.accordion .card-body {
    padding: 0 20px
}

.accordion .card-header h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #333
}

.accordion .card-header h5 a {
    border: 0;
    display: block;
    color: #333
}

.accordion .card-header h5 a i.indicator {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    float: right;
    color: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.accordion .card-header h5 a.collapsed i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.box_item_info {
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding: 40px 40px 20px 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.box_item_info small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #978667
}

.box_item_info h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 20px
}

.box_item_info .facilities ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0
}

.box_item_info .facilities ul li {
    float: left;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 25px 10px 0
}

.box_item_info .facilities ul li:last-child {
    margin: 0
}

.box_item_info .facilities ul li i {
    height: 36px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #978667;
    margin-right: 15px
}

@media (max-width: 767px) {
    .box_item_info .facilities ul li {
        float: none;
        width: 100%
    }
}

.box_item_info .box_item_footer {
    border-top: 2px solid #ededed;
    margin-top: 15px;
    padding: 25px 0 15px 0
}

.box_item_info .box_item_footer a.animated_link {
    color: #333
}

.row_list_version_1 {
    margin-bottom: 60px
}

.row_list_version_1 .box_item_info {
    max-width: 750px;
    margin: -250px 60px 60px 60px
}

@media (max-width: 767px) {
    .row_list_version_1 .box_item_info {
        margin: -150px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.row_list_version_2 {
    margin-bottom: 120px
}

@media (max-width: 767px) {
    .row_list_version_2 {
        margin-bottom: 70px
    }
}

.row_list_version_2 .owl-carousel .owl-dots {
    right: auto;
    left: 15px
}

.row_list_version_2 .box_item_info {
    margin: 0 0 0 -100px
}

@media (max-width: 1199px) {
    .row_list_version_2 .box_item_info {
        margin: -150px 30px 0 30px
    }
}

@media (max-width: 767px) {
    .row_list_version_2 .box_item_info {
        margin: -50px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.row_list_version_2.inverted .owl-carousel .owl-dots {
    left: inherit;
    right: 15px
}

.row_list_version_2.inverted .box_item_info {
    margin: 0 -100px 0 0
}

@media (max-width: 1199px) {
    .row_list_version_2.inverted .box_item_info {
        margin: -50px 30px 0 30px
    }
}

@media (max-width: 767px) {
    .row_list_version_2.inverted .box_item_info {
        margin: -50px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.row_list_version_3 {
    margin-bottom: 60px
}

.row_list_version_3 .box_item_info {
    max-width: 750px;
    margin: -100px 60px 60px 60px
}

@media (max-width: 767px) {
    .row_list_version_3 .box_item_info {
        margin: -40px 10px 0 10px;
        padding: 20px 25px 10px 25px
    }
}

.booking_wrapper {
    border-radius: 10px;
    background-color: #89795d;
    background-color: rgba(151, 134, 103, 0.05);
    padding: 20px 20px 0 20px
}

.booking_wrapper hr {
    border-color: #d9e1e6;
    opacity: 1;
    margin: 0 0 25px 0
}

.booking_wrapper .form-control::-moz-placeholder {
    color: #333
}

.booking_wrapper .form-control::placeholder {
    color: #333
}

.owl-carousel.border-radius .owl-item {
    border-radius: 10px;
    overflow: hidden
}

.room_facilities_list ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none
}

.room_facilities_list ul li {
    float: left;
    width: 46%;
    margin: 0 5px;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center
}

.room_facilities_list ul li i {
    font-size: 34px;
    font-size: 2.125rem;
    margin-right: 15px;
    color: #978667
}

.progress {
    margin-bottom: 0;
    height: 5px
}

.progress-bar {
    background-color: #978667;
    width: 1px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.reviews_sum_details {
    margin-bottom: 25px
}

.reviews_sum_details h6 {
    font-size: 16px;
    font-size: 1rem
}

.reviews_sum_details strong {
    position: relative;
    top: -10px
}

.review_card {
    border-radius: 10px;
    padding: 25px 25px 1px 25px;
    margin-bottom: 30px;
    background-color: #89795d;
    background-color: rgba(151, 134, 103, 0.05)
}

.review_card .user_info {
    text-align: center
}

@media (max-width: 767px) {
    .review_card .user_info {
        margin-bottom: 10px
    }
}

.review_card .user_info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .review_card .user_info figure {
        float: left
    }
}

.review_card .user_info figure img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.review_card .user_info h5 {
    font-size: 13px;
    font-size: 0.8125rem
}

@media (max-width: 767px) {
    .review_card .user_info h5 {
        float: left;
        margin: 18px 0 0 15px
    }
}

.review_card .review_content h4 {
    font-size: 18px;
    font-size: 1.125rem
}

.review_card .review_content .rating {
    float: left;
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem;
    color: #978667
}

.review_card .review_content .rating small {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600
}

.review_card .review_content .rating strong {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #333
}

@media (max-width: 575px) {
    .review_card .review_content .rating {
        float: none;
        display: block
    }
}

.review_card .review_content .rating em {
    font-size: 14px;
    font-size: 0.875rem
}

@media (max-width: 575px) {
    .review_card .review_content .rating em {
        float: none;
        display: inline-block;
        margin-left: 10px
    }
}

.review_card .review_content em {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 12px;
    color: #777;
    float: right
}

@media (max-width: 575px) {
    .review_card .review_content em {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 0
    }
}

.review_card .review_content ul {
    margin: 35px 0 25px 0;
    padding: 0
}

.review_card .review_content ul li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 0
}

@media (max-width: 575px) {
    .review_card .review_content ul li span {
        display: none
    }
}

.review_card .review_content ul li a {
    background-color: #f0f0f0;
    padding: 7px 10px 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #333
}

.review_card .review_content ul li a:hover {
    background-color: #24262d;
    color: #fff
}

.review_card .review_content ul li a i {
    margin-right: 5px
}

@media (max-width: 575px) {
    .review_card .review_content ul li a i {
        margin-right: 0
    }
}

.review_card .review_content ul li:last-child {
    float: right;
    margin-right: 0
}

.review_card .reply {
    padding-top: 30px
}

@media (max-width: 767px) {
    .review_card .reply .user_info {
        display: none
    }
}

.review_card .reply .user_info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.review_card .reply .user_info figure img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.review_card .reply .user_info h5 {
    font-size: 14px;
    font-size: 0.875rem
}

.review_card .reply .review_content {
    border-left: 3px solid #ddd;
    padding-left: 20px
}

@media (max-width: 575px) {
    .review_card .reply .review_content strong {
        display: block
    }
}

.review_card .reply .review_content em {
    color: #999;
    font-style: italic;
    float: right;
    position: relative;
    top: -10px
}

@media (max-width: 575px) {
    .review_card .reply .review_content em {
        float: none;
        display: block;
        margin-top: 10px
    }
}

a.box_contents {
    margin: 0 10px 45px 10px;
    display: block;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff
}

a.box_contents .wrapper {
    padding: 20px 40px 50px 60px;
    position: relative
}

a.box_contents figure {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease
}

a.box_contents figure img {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

a.box_contents figure em {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 10px;
    background-color: #24262d;
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem
}

a.box_contents small {
    font-weight: 600;
    color: #ddd;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    left: 40px;
    display: block;
    width: 150%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 2px
}

a.box_contents small:after {
    background-color: #eee;
    width: 100%;
    height: 1px;
    content: "";
    display: inline-block;
    margin: 4px
}

a.box_contents h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px
}

a.box_contents em {
    font-style: normal;
    font-weight: 600;
    position: relative
}

a.box_contents em:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: #978667
}

a.box_contents:hover em:before {
    width: 100%;
    background-color: #333
}

a.box_contents:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.home a.box_contents {
    margin: 0 0 25px 0
}

#comments {
    margin-bottom: 25px
}

#comments ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#comments ul li {
    padding: 25px 0 0 0;
    list-style: none
}

#comments .replied-to {
    margin-left: 35px
}

@media (max-width: 767px) {
    #comments .replied-to {
        margin-left: 20px
    }
}

.avatar {
    float: left;
    margin-right: 25px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

@media (max-width: 767px) {
    .avatar {
        float: none;
        margin: 0 0 5px 0
    }
}

.avatar img {
    width: 68px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comment_right {
    display: table;
    background-color: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 20px 0 20px;
    position: relative
}

.comment_right:after,
.comment_right:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.comment_right:after {
    background-color: transparent;
    border-right-color: #f7f7f7;
    border-width: 15px;
    margin-top: -15px
}

.comment_right:before {
    border-color: transparent;
    border-width: 16px;
    margin-top: -16px
}

.comment_info {
    padding-bottom: 7px
}

.comment_info span {
    padding: 0 10px
}

.contact_info {
    background-color: #fff;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 45px 20px 45px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05)
}

.contact_info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.contact_info ul li {
    margin-bottom: 25px
}

.contact_info ul li i {
    font-size: 36px;
    font-size: 2.25rem;
    color: #978667
}

.contact_info ul li h4 {
    font-size: 21px;
    font-size: 1.3125rem
}

.contact_info ul li small {
    font-style: oblique;
    opacity: 0.8
}

.map_contact iframe {
    width: 100%;
    filter: grayscale(85%);
    height: 450px;
    margin-bottom: -10px
}

.error_page {
    height: 100vh
}

.error_page h1 {
    font-size: 90px;
    font-size: 5.625rem
}

.item-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.item-img img {
    max-width: 100%
}

.item-img .content {
    position: absolute;
    text-align: center;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
    opacity: 0
}

.item-img .content a {
    opacity: 0;
    transition: 0.2s ease;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
}

.item:hover .content {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    opacity: 1
}

.item:hover .content a {
    opacity: 1;
    color: #fff
}

.pattern_3 {
    background: #fff url(../img/restaurant/pattern_menu.html) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll
}

@media (max-width: 767px) {
    .pattern_3 {
        background: #fff
    }
}

.banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 60px
}

.banner .wrapper {
    color: #fff;
    padding: 60px
}

@media (max-width: 767px) {
    .banner .wrapper {
        padding: 30px
    }
}

.banner .wrapper small {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500
}

.banner .wrapper h3 {
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0
}

.banner .wrapper p {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Lora', serif
}

.menu_item {
    position: relative;
    padding: 20px 0 0 90px;
    margin-bottom: 30px;
    min-height: 80px
}

.menu_item figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.menu_item figure img {
    width: 80px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.menu_item .menu_title {
    background: radial-gradient(#d5d5d5 40%, rgba(0, 0, 0, 0) 10%);
    background-position: 0 13px;
    background-size: 4px 4px;
    background-repeat: repeat-x
}

.menu_item .menu_title h3 {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    margin: 0;
    padding-right: 3px
}

.menu_item .menu_title em {
    float: right;
    font-weight: 600;
    background-color: #fff;
    font-style: normal;
    padding-left: 3px
}

.menu_item p {
    font-family: 'Lora', serif;
    margin-bottom: 0
}

.menu_item figure a:hover img {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.menu_item .menu_title h3,
.menu_item .menu_title em {
    background-color: #faf8f5
}

.tabs_menu {
    margin-top: 15px
}

.tabs_menu .nav-link {
    display: block;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #333;
    border: none;
    font-weight: 600
}

.tabs_menu .nav-link:hover,
.tabs_menu .nav-link:focus {
    text-decoration: none;
    color: #978667
}

.tabs_menu .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.tabs_menu .nav-tabs .nav-link.active,
.tabs_menu .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #24262d;
    color: #24262d;
    background-color: transparent
}

.tabs_menu .nav-tabs {
    border: none;
    border-bottom: 2px solid #ededed;
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .tabs_menu .nav-tabs {
        display: none
    }
}

.tabs_menu .nav-tabs .nav-item {
    text-transform: uppercase;
    font-weight: 500
}

.tabs_menu .tab-content .card {
    border: none;
    background-color: #faf8f5;
    padding: 0 45px
}

@media (max-width: 991px) {
    .tabs_menu .tab-content .card {
        padding: 0
    }
}

.tabs_menu .tab-content .card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    background-color: #faf8f5
}

.tabs_menu .tab-content .card .card-header a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px;
    color: #333
}

.tabs_menu .tab-content .card .card-body {
    padding: 45px 0 20px 0
}

@media (max-width: 991px) {
    .tabs_menu .tab-content .card .card-body {
        padding: 25px 15px 5px 15px
    }
}

@media (max-width: 991px) {
    .tabs_menu .tab-content .card .card-body.reviews .add_bottom_45 {
        padding-bottom: 25px
    }
}

@media (min-width: 768px) {
    .tabs_menu .tab-content .card {
        border: none
    }

    .tabs_menu .tab-content .card .card-header {
        display: none
    }

    .tabs_menu .tab-content .card .collapse {
        display: block
    }
}

@media (max-width: 767px) {
    .tabs_menu .tab-content {
        margin-bottom: 25px
    }

    .tabs_menu .tab-content .card-header a:after {
        font-family: "bootstrap-icons";
        width: 20px;
        display: block;
        float: right
    }

    .tabs_menu .tab-content .card-header a.collapsed:after {
        content: "\F64D"
    }

    .tabs_menu .tab-content .card-header a:after {
        content: "\F63B"
    }

    .tabs_menu .tab-content .fade:not(.show) {
        opacity: 1
    }

    .tabs_menu .tab-content .tab-pane {
        display: block !important;
        opacity: 1;
        margin-top: 10px
    }
}

.cookie_popup {
    display: none !important
}

.popup_wrapper {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 9999999;
    opacity: 0
}

.popup_wrapper .popup_content {
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 500px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35)
}

@media (max-width: 767px) {
    .popup_wrapper .popup_content {
        width: 300px
    }
}

.popup_wrapper .popup_content .content {
    height: 100%;
    position: relative
}

.popup_wrapper .popup_content.newsletter_c {
    width: 800px
}

@media (max-width: 767px) {
    .popup_wrapper .popup_content.newsletter_c {
        width: 300px
    }
}

.popup_wrapper .popup_content.newsletter_c figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.popup_wrapper .popup_content.newsletter_c figure img {
    height: 100%;
    width: auto
}

.popup_wrapper .popup_content.newsletter_c .content {
    height: 100%;
    padding: 120px 60px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #fff
}

@media (max-width: 767px) {
    .popup_wrapper .popup_content.newsletter_c .content {
        padding: 30px 30px 15px 30px;
        height: auto
    }
}

.popup_wrapper .popup_content.newsletter_c .content .wrapper {
    width: 100%
}

.popup_wrapper .popup_content.newsletter_c .content .wrapper h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 25px
}

.popup_wrapper .popup_close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9999;
    font-size: 28px;
    font-size: 1.75rem;
    color: #555;
    cursor: pointer
}

.popup_wrapper .popup_close:hover {
    color: #222
}

#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500
}

#cookie-bar p {
    margin: 0;
    padding: 0
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px
}

@media (max-width: 767px) {
    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px
    }
}

#cookie-bar .cb-enable {
    background: #978667
}

#cookie-bar .cb-enable:hover {
    background: #fff;
    color: #292b33
}

#cookie-bar .cb-disable {
    background: #990000
}

#cookie-bar .cb-disable:hover {
    background: #bb0000
}

#cookie-bar .cb-policy {
    background: #24262d
}

#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #292b33
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

@media (max-width: 767px) {
    #cookie-bar {
        padding: 5px 0
    }
}

.custom_badge {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    border-radius: 3px;
    background-color: red;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 3px 5px;
    position: relative;
    top: -1px
}

.carousel_item_centered .owl-item,
.carousel_item_centered_rooms .owl-item {
    opacity: 0.5;
    transform: scale(0.85) !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85) !important;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden
}

.carousel_item_centered .owl-item.active.center,
.carousel_item_centered_rooms .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1) !important;
    transform: scale(1) !important
}
 