/*--

Name: style.css
Author: CreativeRacer
Version: 1.0

----------------

[Table of contents]

    1. Google Font
    2. Typrography
    3. Preloader
    4. Margin and Padding
    5. Background
    6. Button
    7. Background Color
    8. Header
    9. Welcome Area Style
    10. Welcome Hero
    12. Services
    13. Counter
    14. Gallery
    15. Menu
    16. Fun Fact
    17. Chef
    19. Feature
    20. Client
    21. Partners
    22. Blog and News
    23. Contact Form
    24. Google Map
    25. Footer

-------------------------------------------------------------------*/

/* google font */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display');

@font-face {
	font-family: 'Sacramento';
	src:url('Sacramento-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
/* reset */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body{
	background: url(../images/bg-body.jpg);
}



.table {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

/*Preloader Style*/

#preloader {
    width: 100%;
    height: 100%;
    background-color: #111;
    position: absolute;
    z-index: 1000;
}

#preloader .spinner {
    width: 160px;
    text-align: center;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -25px;
}

#preloader .spinner > div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #990000;
}

#preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #990000;
}

#preloader .spinner .bounce3 {
    background-color: #990000;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* font face */

body, a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #444;
    margin: 0;
}

a {
    text-transform: uppercase;
}

a:hover {
    color: #e5c420;
}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    color: #222;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}


i {
    color: #222;
}



h1 {
    font-size: 36px;
    line-height: 54px;
}

h2 {
    font-size: 30px;
    line-height: 45px
}

h3 {
    font-size: 24px;
    line-height: 36px
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
}

h6 {
    font-size: 16px;
    line-height: 24px
}

.text-80 {
    font-size: 80px;
    line-height: 120px;
}

.text-70 {
    font-size: 70px;
    line-height: 105px;
}

.text-60 {
    font-size: 60px;
    line-height: 90px;
}

.text-50 {
    font-size: 48px;
    line-height: 72px;
}

.text-40 {
    font-size: 40px;
    line-height: 70px;
}



/* White Font Color*/

.clr-wht,
.clr-wht p,
.clr-wht a {
    color: #fff !important;
}
.clr-wht h1,
.clr-wht h2,
.clr-wht h3,
.clr-wht h4,
.clr-wht h5,
.clr-wht h6 {
    color: white;
}

.clr-red,
.clr-red p,
.clr-red h1,
.clr-red h2,
.clr-red h3,
.clr-red h4,
.clr-red h5,
.clr-red h6 {
    color: #c71b1b;
}



/* Button */

.btn {
    border-radius: 0;
    padding: 15px;
}

.btn-1 {
    background-color: #1d4829f0;
    display: inline-block;
    color: #e5c420;
}

.btn-1:hover {
    background-color: #1d4829f0;
    display: inline-block;
    color: #e5c420;
}

.btn-2 {
    background-color: #990000;
    display: inline-block;
    color: #ddd;
}

.btn-2:hover {
    background-color: #111;
    color: #fff;
}

.btn-3 {
    background-color: #fff;
    display: inline-block;
}

.btn-3:hover {
    background-color: #990000;
    color: #fff;
}

.btn-4 {
    background-color: #777;
    display: inline-block;
    color: #fff;
}

.btn-5 {
    background-color: #EDCAA6;
    
}
.btn-4:hover,
.btn-5:hover {
    background-color: #990000;
    color: #fff;
}


/* margin and padding style */

.no-padding {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}


.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bot-70 {
    padding-bottom: 70px;
}

.padding-bot-60 {
    padding-bottom: 60px;
}

.padding-bot-50 {
    padding-bottom: 50px;
}

.padding-bot-40 {
    padding-bottom: 40px;
}

.padding-bot-30 {
    padding-bottom: 30px;
}

.padding-bot-20 {
    padding-bottom: 20px;
}

.padding-bot-10 {
    padding-bottom: 10px;
}

.no-margin {
    margin: 0;
}

.lft-mrgn {
    margin-left: 50px;
}

.rit-mrgn {
    margin-right: 50px;
}

.margin-50 {
    margin: 50px 0;
}

.margin-40 {
    margin: 40px 0;
}

.margin-30 {
    margin: 30px 0;
}

.margin-20 {
    margin: 20px 0;
}

.margin-10 {
    margin: 10px 0;
}

.margin-bot-60 {
    margin-bottom: 60px;
}

.margin-bot-50 {
    margin-bottom: 50px;
}

.margin-bot-40 {
    margin-bottom: 40px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.margin-bot-20 {
    margin-bottom: 20px;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-l-50 {
    margin-left: 50px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-r-50 {
    margin-right: 50px;
}

.margin-r-40 {
    margin-right: 40px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-r-20 {
    margin-right: 20px;
}

/*Background*/

.bg-offwht {
    background-color: #f4efe4;
}

.bg-red {
    background-color: #990000;
}

.bg-black {
    background-color: #333;
}



/*Background Image*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-right-imp {
    float: right;
}

.float-left-imp {
    float: left;
}


.prlx {
    background-attachment: fixed;
}


.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}

/* Header */

.navbar-brand img {
    width: 55px;
    margin-right: 15px;
}

.navbar-brand {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
}




.header {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
}


.sticky {
    background-color: #1d4829;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border: none;
}



.navbar-brand {
    padding: 0;
}


/* Nav */

.navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.sticky .navbar-nav .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;

}

.navbar-nav .active > .nav-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #11331a;
    margin: 0;
}


.navbar-dark .navbar-nav .nav-link{
    color: #f2f2f2;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #f2f2f2;
    background-color: #e5c420;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #11331a;
    margin: 0;
}


.nav-pills .nav-link {
    border-radius: 0;
}


.navbar-nav .nav-link {
    display: block;
    margin: 0;
}


.navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #f4efe4;
}

.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
    background-color: #e5c420;

}


.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e5c420;
}

button:focus {
    outline: none;
}

/* welcome area style */

#home {
    width: 100%;
    height: 100%;
    position: relative;
}

.welcome {
    width: 100%;
    height: 400px;
}

.welcome-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* welcome hero */

.single-slide {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 480px;
}

/* Owl Caurosel */

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.owl-carousel .owl-nav span {
    color: #e8e2d4;
    font-size: 80px;
    line-height: 50px;
    margin: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: none;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
}

.owl-carousel .owl-nav .owl-next:hover span {
    padding-right: 5px;
    color: white;
}

.owl-carousel .owl-nav .owl-prev:hover span {
    padding-left: 5px;
    color: white;
}


/*

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
    position: absolute;
    top: 50%;
    content: "";
    color: #999;
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 999;
}


.owl-carousel .owl-nav .owl-next span {
    right: 50px;
    margin-top: -25px;
}

.owl-carousel .owl-nav .owl-prev span {
    left: 50px;
    margin-top: -25px;
}

.owl-carousel .owl-nav .owl-next span:hover {
    right: 48px;
    margin-top: -25px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: white;
}

.owl-carousel .owl-nav .owl-prev span:hover {
    left: 48px;
    margin-top: -25px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: white;
}

*/

.owl-carousel .owl-dots {
    bottom: 0px;
    width: 200px;
    margin-left: -100px;
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 50%;
}

.owl-carousel .owl-dot span {
    background-color: #777;
    opacity: 0.5;
}

.owl-carousel .owl-dot span:hover,
.owl-carousel .owl-dot.active span {
    background-color: #e5c420 !important;
    opacity: 0.7;
}


.bg-overlay-5,
.bg-overlay-6,
.bg-overlay-7,
.bg-overlay-8,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay-5:after,
.bg-overlay-6:after,
.bg-overlay-7:after,
.bg-overlay-8:after,
.bg-overlay-9:after {
    position: absolute;
    background-color: black;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.bg-overlay-5:after {
    opacity: 0.5;
}

.bg-overlay-6:after {
    opacity: 0.6;
}

.bg-overlay-7:after {
    opacity: 0.7;
}

.bg-overlay-8:after {
    opacity: 0.8;
}

.bg-overlay-9:after {
    opacity: 0.9;
}



.ancor-ico img {
    width: 50px !important;
    display: inline-block !important;
    opacity: 0.5;
}



/* About */

.side-img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

/* Feature Food*/

.ftr-food {
    width: 100%;
    height: 300px;
    text-align: center;
    color: white;
    overflow: hidden;
}

.ftr-food p {
    font-size: 16px;
}



/* Service Style */

.service-box {
    padding: 20px 10px;
    width: 100%;
    background-color: #f4efe4;
    transition: 0.3s ease;
}
.service-box:hover {
    background-color: #EDCAA6;
    transition: 0.3s ease;
}

.service-box i {
    font-size: 50px;
}

.service-box .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-size: contain;
    background-size: cover;
}




/* Dish Slide */

.dish-slide-single {
    width: 400px;
    height: 400px;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dish-slide .dish-slide-caption p {
    font-size: 18px;
    line-height: 24px;
    color: #ccc;
}

/* counter */

#fun-fact .counter {
    display: inline-block;
    margin-bottom: 20px;
}


/* Portfolio Isotop Filter */

.gallery-area {
    overflow: hidden;
    width: 100%;
}

.g-filter button {
    color: #444;
    background: #f4efe4;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    margin: 5px 3px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.g-filter button:hover {
    background-color: #777;
    color: #ddd;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.g-filter button.active {
    background-color: #e5c420;
    color: white;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/* Wide 4 Column*/

.food-gallery a img {
    width: 100%;
    display: inline-block;
}

.food-gallery .gallery-wraper {}

.food-gallery a {
    cursor: crosshair;
}

.food-gallery figure {
    margin: 0;
    position: relative;
    overflow: hidden;

}


.food-gallery figcaption {
    position: absolute;
    text-transform: none;
    width: 100%;
    padding: 10px 2px 5px 2px;
    margin: 0;
    content: "";
    z-index: 5;
    bottom: -50px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    overflow: hidden;
}

.food-gallery figcaption h4 {
    margin: 0 15px 0 0;
}


.food-gallery:hover figcaption {
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


/* Youtube Video */

.video,
.video iframe {
    width: 100%;
    height: 720px;
    border: none;
    margin: 0;
    padding: 0;
}

/* Menu */

.menu-item {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 170px;
    padding-bottom: 20px;
    min-height: 170px;
}


.menu-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}


.menu-text h3 {
    margin-bottom: 15px;
}

.menu-item:hover h3 {
    color: #990000;
}

.menu-text span {
    float: right;
    font-family: "Open Sans", sans-serif;
}


.hot .menu-img {
    border: 2px inset #990000;
}

.hot .menu-text h3 {
    color: #990000;
}



/* team member section */

.team-member-img {
    width: 100%;
    max-width: 270px;
    height: 400px;
    background-size: cover;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.team-member-text {
    color: white;
    width: 100%;
    height: 170px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text p {
    color: white;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


.team-member-img:hover .team-member-text {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 200px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text i {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 5px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


/* Process*/

.thin-fnt {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

/* Review area */

.reviewer-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 30px;
}

#review-area .owl-page {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    opacity: 0.3;
}

#review-area .owl-pagination {
    bottom: 30px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.review-single-slide {
    padding: 0 30px;
}


#review-area .owl-controls.clickable {
    position: relative;
}

#review-area .owl-page.active {
    background-color: #99cc66;
    opacity: 0.7;
}

#review-area h4 {
    color: #990000;
}


/* Partenr */

.partner {
    width: 200px;
    height: 150px;
    float: left;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.partner:hover {
    opacity: 1;
}



/* contact form */

.c-frm {
    display: block;
    width: 100%;
    height: 50px;
    color: #ddd;
    border: 1px solid #555;
    background: none;
    margin: 20px 0;
    padding: 15px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.c-frm:focus {
    display: block;
    color: #fff;
    border-color: #990000;
    width: 100%;
    margin: 20px 0;
    border-radius: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.c-msg {
    display: block;
    width: 100%;
    height: 150px;
    margin: 20px 0;
    padding: 15px;
    color: #ddd;
    border: 1px solid #555;
    background: none;
    margin: 20px 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.c-msg:focus {
    display: block;
    width: 100%;
    margin: 20px 0;
    color: #fff;
    margin: 20px 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.c-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #990000;
    color: white;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}


#contactForm .success {
    color: #fff;
}

#contactForm .error {
    color: yellow;
}



.form-control {
    display: block;
    width: 100%;
    padding: 10px;;
    color: #999;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 0;
}



/* Google Map */

#map {
    width: 100%;
    height: 422px;
}


/*Contact Info*/

.contact-info p, .contact-info a {
    font-size: 18px;
    line-height: 27px;
}



/* Blog */

.blog-title figcaption {
    background-color: #f4efe4;
    padding: 10px;
}

.blog-tags {
    margin-bottom: 30px;
}

.blog-tag-list a {
    border: 1px solid;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #999;
}

.blog-tag-list a:hover {
    color: #990000;
}



.blog-widget ul {
    list-style-type: none;
    margin-left: 5px;
}

.blog-widget ul li::before,
.blog-widget ul li::before {
    font-family: FontAwesome;
    font-size: 6px;
    content: "\f111";
    color: #EDCAA6;
    display: inline-block;
    width: 10px;
}

.blog-post-pagination .page-numbers {
    padding: 5px 10px;
    border: 1px solid #555;
    background-color: #eee;
    margin: 0;
    display: inline;
}

.blog-post-pagination .dots {
    border: 1px solid #555 !important;
    background-color: #eee !important;
    height: 35px;
}


.blog-search-form .form-control {
    margin-bottom: 20px;
}


ul.post-categories, .post-categories li {
    list-style: none;
    display: inline-block;
    margin: 0;
}


/* footer */

footer  {
    background-color: #1d4829;
    padding: 15px 0;
}

footer p, footer a  {
    color: #ccc;
}


footer p {
    margin: 0;
}

footer a,
footer a:hover {
    text-transform: none;
}

.social-nav {
    text-align: right;
    margin: 0;
}

.social-nav li {
    display: inline-block;
}

.social-nav li i {
    color: #ccc;
    font-size: 18px;
    line-height: 18px;
    padding: 0 7px;
    display: block;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.social-nav li img{
    padding: 0 7px;
    display: inherit;
    vertical-align: inherit;
}
.social-nav li i:hover {
    color: #990000;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

footer a:hover {
    color: #990000;
}


.slider_menu .owl-nav .owl-next {
    right: -60px;
    position: absolute;
}
.slider_menu .owl-nav .owl-prev {
    left: -60px;
    position: absolute;
}

#about .margin-bot-50 {
    margin: 0px;
}
.title_h2 {
    font-size: 32px;
    font-family: 'Sacramento';
    width: 100%;
    font-weight: bold;
    color: #c71b1b;
    text-align: center;
}
.title_h3{
    font-size: 42px;
    width: 100%;
    font-weight: bold;
    color: #e4c420;
    text-align: center;
    margin-bottom: 20px;
}
.title_h3::after {
    content: '';
    border-bottom: 3px solid #d3ad44;
    height: 1px;
    display: flex;
    padding-top: 20px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
}
.heading-title {
    font-family: 'Playfair Display',serif;
    font-size: 2.4rem;
    line-height: 5rem;
    font-weight: 900;
    color: #990000;
    text-transform: uppercase;
}
.lgx-btn-simple {
    border: 1px solid #ddd;
    border-radius: 0;
    background: rgba(255,255,255,.4);
    padding: .8rem 2.6rem;
    color: #282b2e;
}
.lgx-btn-contact:before, .lgx-btn:before, button.lgx-btn:before {
    transform: translate3d(-100%,0,0);
    background: #b98d36;
    transition: transform .3s;
}
.lgx-btn, .lgx-btn-contact, button.lgx-btn {
    font-family: 'Playfair Display',serif;
    color: #dbb806;
    border: 2px solid #dab80d;
    border-radius: 0;
    background: rgba(255,255,255,0);
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: transform .3s;
}
.lgx-btn-simple:after {
    background: rgba(255,255,255,.3);
    transform: translate3d(100%,0,0);
    transition: transform .3s cubic-bezier(.16,.73,.58,.62);
}
blockquote.about {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 30px;
	font-family: 'Playfair Display',serif;
}








/*============ABOUT=======================*/
.lgx-banner-inner {
    background: url(../images/banner/banner61.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	margin-top: 60px;
}
.home-page-sub .lgx-heading-white .heading-subtitle,.home-page-sub .lgx-heading-white .heading-title {
    color: #fff !important;
}
.home-page-sub .heading-title {
    font-family: 'Playfair Display',serif;
    font-size: 2.7rem;
    line-height: 6.300000000000001rem;
    line-height: 2rem;
    font-weight: 900;
    margin: 0;
    color: #282b2e;
}

.lgx-banner-inner .breadcrumb {
    background: 0 0;
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    margin-bottom: 0;
    border-radius: 0;
}

.home-page-sub .lgx-banner-inner .breadcrumb li {
    font-size: 0.8rem;
    line-height: 2.4000000000000004rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.lgx-page-inner {
   padding: 10.5rem 0;
}
.lgx-banner-inner .breadcrumb li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.lgx-banner-inner .breadcrumb li a i {
    margin-right: .5rem;
    color: #b98d36;
}
.lgx-banner-inner .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #b98d36;
    content: "/\00a0";
    opacity: .7;
}
.home-page-sub .breadcrumb .active {
    color: #b98d36 !important;
}



/*=============PROMOTION====================*/
.thumb_sukien {
    position: relative;
    display: block;
    height: 235px;
    overflow: hidden;
    width: 100%;
}.content_sukien .display-table {
    display: table;
    width: 100%;
}

.content_sukien .bg-white .col-lg-3 {
    border-right: solid 1px #E0E0E0;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.content_sukien .col-lg-3 {
    width: 25%;
    margin-top: 10px;
    float: left;
}
.content_sukien .text-center {
    text-align: center;
}
.fontsize-md {
    font-size: 20px!important;
}
.content_sukien .daysize {
    font-size: 30px;
    position: relative;
    top: -10px;
}
.content_sukien .bg-white .col-lg-9 {
    min-height: 100px;
}
.content_sukien .bg-white .title_xmedium {
    font-size: 14px;
}
.content_sukien .col-lg-9 {
    width: 70%;
    margin-top: 10px;
    float: left;
    padding: 0px 10px;
    line-height: 22px;
    padding-top: 10px;
    padding-right: 0px;
}
.f-red{
	color:rgb(238, 158, 9) !important;	
}
.f-green{
	color: white  !important;	
}
.open_event {
	font-size: 16px;
	font-family: cursive;
	position: absolute;
	left: 20px;
	top: 5px;
	text-align: right;
	border: 1px solid #f2f2f2;
	width: auto;
	padding: 10px 5px;
	border-radius: 50%;
	background: #f2f2f2;
	font-weight: bold;
}

.events {
    padding-bottom: 50px;
}
.events .herotext {
    text-align: center;
    padding-bottom: 50px;
}
.events .herotext .cross-line > span {
    font-size: 42px;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0px;
}
.events .herotext .line-2 {
    padding-top: 20px;
}
.events .herotext .description {
    padding-top: 30px;
    color: #8f8f8f;
    text-align: center;
}
.events .events-post {
    margin-bottom: 50px;
}
.events .events-post .events-detail {
    padding-top: 30px;
    padding-bottom: 30px;
}
.events .events-post .line {
    margin-top: 12px;
    background-color: #f53700;
    height: 4px;
    width: 40px;
}
.events .events-post h2 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    padding-top: 0px;
    margin-top: 0px;
}
.events .events-post .picture {
    margin-bottom: 20px;
    background-color: #f53700;
	position:relative;
}
.events  .borderimg{
	/*
	padding: 10px;
    border: 5px solid #cecece;
    position: absolute;
    top: 0px;
    width: 90%;
    height: 87%;
    margin: 3% 5%;
    border-radius: 2px;
    opacity: 0.2;
	*/
}
.events .events-post .picture img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.events .events-post .picture:hover img {
    opacity: 0.7;
}
.events .events-post .post-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.events .events-post .post-title a {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}
.events .events-post .post-title a:hover {
    color: #f53700;
    text-decoration: none;
}
.events .events-post .post-metas {
    font-family: Lato, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7a7a7a;
    padding-top: 4px;
    letter-spacing: 2px;
}
.events .events-post .post-metas a {
    color: #f53700;
}
.events .events-post .post-metas a:hover {
    color: #000;
}
.events .events-post .post-desc {
    font-family: Lato, "Times New Roman", Times, serif;
    color: #0f0f0f;
    letter-spacing: 1px;
    padding-top: 24px;
	font-size: 15px;
	
   
}
.events .events-post .button {
    margin-top: 30px;
    margin-bottom: 0px;
}
.events .events-post .button a.fill-orange {
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #f53700;
    border-radius: 4px;
    background-color: #f53700;
    text-align: center;
    width: 100%;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.events .events-post .button a.fill-orange:hover {
    text-decoration: none;
    color: #f53700;
    border: 2px solid #f53700;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* ----------------------------------------------------------------------------- EVENTS ENDS ------------------ */
.pagging {
    padding-top: 30px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f53700;
    border-color: #f53700;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 14px;
    margin-left: 10px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:hover {
    color: #fff;
    background-color: #f53700;
    border-color: #f53700;
}


/*-----------------------------------------*/
.menu-grid {
    padding-bottom: 50px;
}
.menu-grid .herotext {
    padding-bottom: 50px;
}
.menu-grid .picture {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 30px;
}
.menu-grid .picture img {
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.menu-grid .picture:hover img {
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-grid .picture:hover {
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-details {
    padding-top: 100px;
    padding-bottom: 100px;
}
.menu-details .herotext {
    padding-bottom: 30px;
}
.menu-details .herotext h1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #2d2d2d;
    padding-top: 0px;
    margin-top: 0px;
}
.menu-details .herotext .line {
    margin-top: 12px;
    background-color: #f53700;
    height: 4px;
    width: 60px;
}
.menu-details .herotext .price {
    font-size: 24px;
    font-weight: 600;
    color: #f53700;
}
.menu-details .star {
    text-align: left;
    padding-top: 12px;
}
.menu-details .star ul {
    padding: 0px;
    margin: 0px;
}
.menu-details .star li {
    padding-right: 2px;
    padding-left: 2px;
    display: inline-block;
    color: #f53700;
    font-size: 16px;
}
.menu-details #carousel li {
    margin-top: 10px;
    margin-right: 10px;
}
.menu-details #carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
.menu-details #carousel img:hover {
    opacity: 1;
}
.menu-details #carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
    border: 1px solid #fe5c0b!important;
}
.menu-details .flexslider .slides p {
    margin: 0px;
}
.menu-details .flexslider .slides img {
    position: relative;
}
.menu-details .flex-caption {
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    z-index: 10;
}
.menu-details li.css a {
    border-radius: 0;
}
.related-recipe {
    padding-top: 100px;
    padding-bottom: 100px;
}
.related-recipe .herotext {
    padding-bottom: 50px;
}
.related-recipe .picture {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.related-recipe .picture img {
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.related-recipe .picture:hover img {
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.related-recipe .picture:hover {
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio-overlay-2 {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.portfolio-overlay-2 .icons {
    display: table;
    width: 100%;
    height: 100%;
}
.portfolio-overlay-2:hover {
    opacity: 1
}
.portfolio-overlay-2 .icons div {
    display: table-cell;
    vertical-align: middle;
    text-align: center!important;
}
.portfolio-overlay-2 .icons .icon {
    display: inline-block!important;
    color: #fff;
    text-align: center;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
}
.portfolio-overlay-2 .icons h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #fff;
}
.portfolio-overlay-2 .price-item {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #fff;
}
.portfolio-overlay-2 .price-item span sup {
    font-size: 16px;
}
.portfolio-overlay-2 .rating {
    color: #f53700;
    font-size: 12px;
}
.portfolio-overlay-2 .icons .line {
    margin-top: 12px;
    background-color: #f53700;
    height: 4px;
    width: 60px;
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center;
}
.portfolio-overlay-2 .icons .icon a {
    cursor: pointer;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.portfolio-overlay-2 .icons .icon a:hover {
    text-decoration: none;
    letter-spacing: 1px;
    color: #f53700;
}


/*===================*/


#form_contact input,#form_contact .c-msg {
    background: #f1f1f1;
    border: 1px solid #f2f2f2;
    text-align: left;
}

.contact-info i {
    color: #e0e0e0;
}
.contact-info h3{
	color: #dbb806;	
}
.menu-text h3 {
    font-size: 20px;
}
.img_intro {
    height: 450px;
}
.page-description{
		
}

.page-description h1 {
    width: 100%;
    font-weight: bold;
}
.page-description h1 a{
    font-size: 22px;
}
.page-description .line {
    margin-top: 2px !important;
    margin-bottom: 5px;
}
.page-description .post-desc {
    padding-top: 10px !important;
	text-align: justify;
    padding-right: 10px;
}

.more_views{
	width:100%;	
}
.more_views h4.titlelastenew {
    text-transform: uppercase;
    border-bottom: 2px double #757575;
    width: 100%;
	font-size: 15px;
    font-weight: bold;
}
.more_views ul {
    padding-left: 15px;
}
.list-product-mn .post-title a{
	font-size:22px;
}
.list-product-mn .price {
    margin-top: 25px;
    font-size: 20px;
}
.list-product-mn .price span{
	
}
.num-price {
    color: #da0e0e;
    font-weight: bold;
}
.header-cate .line{
	margin-top: 12px;
    background-color: #f53700;
    height: 4px;
    width: 40px;	
}
.header-cate {
    font-size: 22px;
    line-height: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}
.header-cate-page {
    font-size: 22px;
    line-height: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}
.header-cate-page .line{
	background-color: #f53700;
    height: 4px;
    width: 40px;
    margin: 0 auto;
    margin-top: 15px;	
}
.contact-form .c-frm,.contact-form .c-msg{
	color:#333 !important;	
}
.language img {
    width: 30px;
}
.language {
    padding: 15px 0px;
    width: 70px;
    text-align: center;
}
#menu h3 span {
    display: table;
    width: 100%;
}

form.booktable-form input, form.booktable-form select{
    background: #0000004a;
}
.booktable-form input:focus{
	background-color:rgba(0,0,0,0.75);
}
.booktable-form select:focus {
	background:#fff;	
}

.txtbooktable{
	font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #eaae38 !important;
    text-shadow: 0px 1px 1px #f2f2f2;	
}

#navbarSupportedContent li a {
    font-size: 13px;
}

#home .text-60,#home h1{
	opacity: 0.5;
}

/*--------------------------------ZOOM BG---------------------------------------*/
.transition {
    width: 45%;
    margin: 20px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
  cursor: pointer;
}
.transition .child a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}
.bg-sub{
    display: none;
}
.bg-sub {
    background: #00000036;
    margin: 12% 19%;
    width: 60%;
    height: 50%;
    border: none;
}
.transition .child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.transition:hover .child, .transition:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.transition:hover .child:before, .transition:focus .child:before,.transition:hover .bg-sub {
    display: block;
}

.transition:hover a, .transition:focus a {
    display: block;
}

.transition .child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}
.special:hover > .option-special > span > a, .special:hover > .option-special > span > h3 {
    transform: translate(0px);
    -webkit-transition: .5s ease-out 0s;
    -moz-transition: .5s ease-out 0s;
    transition: .5s ease-out 0s;
    transition-delay: .7s;
    opacity: 1;
}
.special > .option-special > span > a {
    transform: translate(0px, 30px);
    -webkit-transition: .5s ease-out 0s;
    -moz-transition: .5s ease-out 0s;
    transition: .5s ease-out 0s;
    opacity: 0;
    transition-delay: .5s;
}

.position-relative {
    position: relative!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.zoom {
    height: 250px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-size: 100%;
    transition: all 0.6s ease-in-out;
 }
 
 .zoom:hover {
     background-size: 150%;
 }
/*--------------------------------END ZOOM BG---------------------------------------*/
.home-brands-thumbs {
    padding-left: 20%;
    padding-right: 20%;
}
.home-brands-thumbs .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
}
.willgroup-font {
    font-size: 1.4rem;
    text-transform: inherit;
}
.home-brands-thumbs .slick-current a {
    border-bottom: 3px solid #990000;
    white-space: nowrap;
    padding-bottom: 5px;
}
.home-brands-thumbs .slick-active,.slick-center{
    border:none !important;
    background:none !important;
}
.fa-chevron-right.slick-arrow {
    right: 1.5rem;
}
.fa-chevron-left.slick-arrow {
    left: 1.5rem;
}
.slick-slider .slick-arrow {
    font-size: 48px;
    color: #fff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    display: block;
    width: 1rem;
    height: 3rem;
    padding: 0;
    margin-top: -1.5rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    font-weight: 300;
}


.home-brands-thumbs {
    padding-left: 20%;
    padding-right: 20%;
}
.home-brands-thumbs .slick-list {
    padding: 0 !important;
}
.home-brands-thumbs .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
}
.home-brands-thumbs .slick-slide.slick-current > a {
    font-weight: 600;
    color: #981a1f;
    border-bottom: 1px solid #981a1f;
}
.box-brands:before {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 0.05rem;
    width: 40px;
}
.box-brands:after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 0.05rem;
    width: 40px;
}
.line-box:before {
    position: absolute;
    right: 0;
    content: "";
    background: #fff;
    height: 0.05rem;
    width: 40px;
    z-index: 10;
    top: 0;
}
.line-box:after {
    position: absolute;
    right: 0;
    content: "";
    background: #fff;
    height: 0.05rem;
    width: 40px;
    z-index: 10;
    bottom: 0;
}
.home-brands-images .slick-slide .option-brands {
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.lazy .slick-slide .option-brands {
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.slick-slide.slick-current.slick-active .option-brands{
    transform: scale(1) !important;
    transition: all 0.5s ease 0s;
}

.text-white {
    color: #fff!important;
}

.text-center{
    text-align: center;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.bg-cover {
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-dark-25 {
    background-color: rgba(0, 0, 0, 0.25) !important;
}
.bg-special{
    height: 425px;
}
.box-special > .option-special > span > h3 {
    transform: translate(0px, -30px);
    -webkit-transition: .5s ease-out 0s;
    -moz-transition: .5s ease-out 0s;
    transition: .5s ease-out 0s;
    opacity: 0;
    transition-delay: .7s;
    font-size: 2.0rem;
}
.box-special:hover > .option-special > span > a, .box-special:hover > .option-special > span > h3 {
    transform: translate(0px);
    -webkit-transition: .5s ease-out 0s;
    -moz-transition: .5s ease-out 0s;
    transition: .5s ease-out 0s;
    transition-delay: .7s;
    opacity: 1;
}
.box-special .option-special{
    transform: scale(0) ;
    transition: all 0.5s ease 0s;
}
.box-special:hover .option-special{
    transform: scale(1) !important;
    transition: all 0.5s ease 0s;
}

.gp-btn-outline {
    background: transparent;
    color: #fff;
    font-size: 20px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5) !important;
    z-index: 222;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    min-width: 190px;
}
.gp-btn:hover:before, .gp-btn-outline:hover:before {
    height: 400%;
    opacity: 1;
}
.gp-btn-outline:before {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #981a1f;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    content: '';
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#frmbookings .modal-header .close {
    background: #981a1f;
    border: 0;
    width: 2.5rem;
    position: absolute;
    z-index: 99;
    top: 16px;
    right: 16px;
    padding: 10px;
    color: #fff;
}
#frmbookings .modal-dialog{
    max-width: 1000px;
    top: 20%;
}
#frmbookings .booktable-form input,#frmbookings .booktable-form select{
    background:none;
}
.left-menu .menu li::marker{
    list-style: none;
    font-size: 0px;
}
.left-menu .menu li {
    text-align: center;
    background: #1d4829cf;
    padding: 5px 10px;
    margin: 2px 0px;
    width: 100%;
}
.left-menu .menu p {
    font-size: 18px;
    padding: 5px 10px;
    margin: 0px;
}
.left-menu .menu i {
    font-size: 45px;
}

ul.sub-mn li {
    padding: 8px 5px !important;
    margin: 0px !important;
    background: transparent !important;
    border-bottom: 1px solid #f2f2f2;
    text-align: right !important;
}

.bg_images {
    background-size: cover;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
    background-position: center center;
}
.box-list-products {
    padding: 15px 10px;  
    margin-bottom: 50px;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.box-list-products a.fwb {
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.box-list-products .price{
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    color: #a50505;
}
.line-box-li {
    background-color: #bcbcbc;
    height: 1px;
    margin: 0 auto;
    display: inherit;
    width: 100%;
    margin: 8px 0px;
}
.box-li span p {
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
}
.left-menu .menu p a {
    font-weight: 600;
    color: #ffd505;
    font-size: 14px;
}

.left-menu .menu li i {
    color: #838383;
}
.left-menu ul.sub-mn{
    display: none;
}
.left-menu .sub-mn.active{
    display: block !important;
}
.left-menu li.active {
    background: #1d4829 !important;
}
.block-image-larger.ta-c.make-left {
    margin: 0 auto;
    text-align: center;
	margin-top: 10px;
}
.desc-products {
    text-align: center;
}
.block-content-small .price {
    font-size: 18px;
    border: 1px solid #828282;
    padding: 5px 10px;
    text-align: center;
    width: 160px;
    margin: 0 auto;
    font-weight: 600;
    background: #fff6ef;
}
.left-menu{
    position: relative;
}
.menu.fixed-menu {
    position: fixed;
    top: 10%;
    width: 255px;
}
.slider-nav{
    margin: 0 auto;
    text-align: center;
}
.single-slide{
    height: 755px;
    overflow: hidden;
    margin-top: 60px;
}
.slider_index .owl-prev {
    margin-left: 15px;
}
.slider_index .owl-next {
    float: right;
    margin-right: 15px;
}
.slider_index  .owl-nav{
   
}
.bg_slider_top{
    height: 100%;
    width: 100%;
    background-size: cover;
}
.bg_slider_top .text-60{
    opacity: 1 !important;
}
.slider_index  .owl-stage-outer{
    overflow: inherit !important;
}
.slider_index {
    height: 755px;
}

.static {
position: static; 
}
   

.cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.owl-carousel .owl-slide {
position: relative;
height: 755px;
background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
transform: translateX(20px);
opacity: 0;
visibility: hidden;
transition: all 0.05s;
}

.owl-item.active .owl-slide-animated {
transform: none;
opacity: 1;
visibility: visible;
transition: all 0.5s;
}

.owl-item.active .owl-slide-title{
transition-delay: 0.2s;
font-size: 50px;
}

.owl-item.active .owl-slide-subtitle {
transition-delay: 0.35s;
font-size: 25px;
}

.owl-item.active .owl-slide-cta {
transition-delay: 0.5s;
}
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
position: absolute;
}

.owl-carousel .owl-dots .owl-dot span {
background: transparent;
border: 1px solid var(--main-black-color);
transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
background: var(--main-black-color);
}

.owl-carousel .owl-nav {
left: 50%;
top: 45%;
transform: translateX(-50%);
margin: 0;
}
.owl-item.active .owl-slide-animated{
    opacity: 1;
    visibility: initial;
}
.owl-slide-btn{
    font-size: 14px !important;
}
#gallery h1.margin-bot-50{
    font-size: 42px;
    width: 100%;
    font-weight: bold;
    color: #e4c420;
    text-align: center;
    margin-bottom: 20px;
}
#gallery h1.margin-bot-50::after {
    content: '';
    border-bottom: 3px solid #d3ad44;
    height: 1px;
    display: flex;
    padding-top: 20px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

ul.social-nav a {
    border: 1px solid #77857b;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 2px;
}
.stick_scroll_right{
    display: none;
}
.mn-right-scroll {
    position: fixed;
    bottom: 25%;
    right: 5px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    width: 65px;
    padding: 5px;
    background: #1d4829;
    width: 65px;
}
.mn-right-scroll p {
    border-bottom: 1px solid #44664d;
    padding: 10px 2px;
    text-align: center;
    margin: 0px;
}
.mn-right-scroll p:last-child {
    border-bottom: none;    
}
.mn-right-scroll p i {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    background: #044315;
    border-radius: 8px;
    border: 1px solid #136129;
}
.mn-right-scroll p span {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
p.call-phone i {
    padding:8px 10px;
    font-size: 30px;
}
.mn-right-scroll p:hover,.mn-right-scroll p:active,.mn-right-bookings{
    border:none !important;
    background:none !important;
}
#ads-promition .modal-dialog{
    max-width: 800px;
}
#ads-promition .modal-body {
    position: relative;
}
.slider-ads-promotion .owl-nav .owl-next {
    float: right;
}
#ads-promition .modal-title{
    margin-top:0px;
}
.pos-top-content {
    position: absolute;
    z-index: 99999;
    bottom: 10%;
    right: 10%;
}
.pos-top-content .btn{
    padding: 10px;
    background: #1d4829;
}
.gallerycontainer{
        position: relative;
    /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
    border: 1px solid white;
    margin: 0px;
}

.thumbnail:hover{
    background-color: transparent;
}

.thumbnail:hover img{
    border: 1px solid #020f05ba;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #1d4829ba;
    padding: 0px;
    right: 0px;
    border: 1px dashed gray;
    color: black;
    text-decoration: none;
    display: none;
    top: 0px;
    z-index: 99999999999999;
    width: 250px;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
    display: block;
    top: 5%;
    right: -150px;
    z-index: 500;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}
.box-list-products .col-lg-9{
    position: relative;
}



.box-special .option-special {
    z-index: 12; top: 5rem; bottom: 5rem; left: 3rem; right: 3rem; padding: 3rem;
}
.slider_index .owl-item::after{

}
.bg-trans-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #00000066;
}
.slider_index .static {
        z-index: 999;
}
.slider_index .owl-slide-text {
    z-index: 1;
}
.content-intro table tr td{
    padding:10px;
}

.slider_index .owl-slide-text h2{
    color: #ffc107;   
}
.slider_index .owl-slide-text .owl-slide-subtitle{
    color: #feda6d;   
}
.slider_index .owl-slide-text .lgx-btn-simple{
   color: #FEDA6C !important;  
}
}
