/*

TABLE OF CONTENTS 
---------------------------------------------------

    • Global Styles
    • Forms & Buttons
    • Navbar
        • Dropdown menu
    • Footer
    • Preloader
    • Sections
        • Home
        • About
        • Features
        • Menu
    • About page
        • Services list
        • Our Team
    • Menu page
        • Menu Overlay
    • Contact Form
    • Gallery
    • Media Queries
        • less than 992px
        • less than 767px
        • less than 480px
    • Open Table
    • Slider
    • Shortcodes
        • Alerts
        • Tabs
        • Pricing
    • Intro
    • Accordion


    */

/* ================================================
   Global Styles
   ================================================ */

@import "settings-panel.css";
@import url(https://fonts.googleapis.com/css?family=Raleway:900,800,700,600,400,300,200,100);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700,600,400);
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #4b4741;
    text-align: center;
    font-weight: 800;
}

body {
    overflow-x: hidden;
}

.small,
small {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    display: block !important;
    text-transform: none;
    text-align: center;
    margin: 10px 0px 15px 0px;
}

.white {
    color: #ffffff;
}

.white .small,
.white small {
    color: #eee;
}

.black {
    color: #4b4741;
}

.page-header {
    border: none;
    margin: 80px 0 40px;
}

.page-header:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #f9c56a;
    margin: 0px auto;
}

p {
    font-family: "Josefin Sans", sans-serif;
    color: #828281;
    /* font-size: 22px; */
    font-size: 2.2rem;
}

a,
a:hover {
    text-decoration: none;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    scroll-behavior: smooth;
}

.primary-color {
    color: #f9c56a;
}

/* Vertical Rhythm */

.vertical-space {
    margin: 20px 0;
}

.horizontal-space {
    margin: 0 20px;
}

.left-space {
    margin-left: 20px;
}

.right-space {
    margin-right: 20px;
}

.top-space {
    margin-top: 20px;
}

.bottom-space {
    margin-bottom: 20px;
}

.no-top-space {
    margin-top: 0;
}

.no-bottom-space {
    margin-bottom: 0;
}

.no-left-space {
    margin-left: 0;
}

.no-right-space {
    margin-right: 0;
}

/* lg - large */

.vertical-space-lg {
    margin: 40px 0;
}

.horizontal-space-lg {
    margin: 0 40px;
}

.left-space-lg {
    margin-left: 40px;
}

.right-space-lg {
    margin-right: 40px;
}

.top-space-lg {
    margin-top: 40px;
}

.bottom-space-lg {
    margin-bottom: 40px;
}

/* xl - Extra large */

.vertical-space-xl {
    margin: 80px 0;
}

.horizontal-space-xl {
    margin: 0 80px;
}

.left-space-xl {
    margin-left: 80px;
}

.right-space-xl {
    margin-right: 80px;
}

.top-space-xl {
    margin-top: 80px;
}

.bottom-space-xl {
    margin-bottom: 80px;
}

/* sm - small */

.vertical-space-sm {
    margin: 10px 0;
}

.horizontal-space-sm {
    margin: 0 10px;
}

.left-space-sm {
    margin-left: 10px;
}

.right-space-sm {
    margin-right: 10px;
}

.top-space-sm {
    margin-top: 10px;
}

.bottom-space-sm {
    margin-bottom: 10px;
}

/*padding*/

.vertical-padding {
    padding: 50px 0 !important;
}

/*giant*/

.giant-space {
    margin: 100px 0;
}

.text-giant {
    font-size: 150px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/* Forms & Buttons */

.form-group {
    font-family: "Josefin Sans", sans-serif;
}

.form-group label {
    font-size: 18px;
    font-weight: 400;
}

.form-group input,
.form-group textarea {
    border-radius: 0px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f3f1ed;
    padding: 10px 15px;
}

.btn {
    border-radius: 0px;
    border: none;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 2rem 10rem;
}

.btn-default {
    background-color: #f9c56a;
}

.btn-default:hover {
    background-color: #f7b239;
}

.btn-secondary {
    background-color: #e9e5dd;
    color: #8c8881;
    border: 1px solid #e9e5dd;
}

.btn-secondary:hover {
    background-color: #d5cdbe;
    border: 1px solid #e9e5dd;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #f7b239;
    border-color: #f7b239;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #f7b239;
}

.btn-lg {
    font-weight: 700;
    padding: 15px 40px;
}

/* Navbar */

.navbar {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 50;
    margin: 0;
    transition: 0.4s;
}

.navbar-static-top {
    background-color: #000;
}

.navbar .navbar-nav > li > a {
    color: #ececec;
    text-transform: uppercase;
    padding: 25px 15px;
    font-weight: 700;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    transition: all 0.5s ease;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active {
    background-color: inherit !important;
    color: #f9c56a;
}

.navbar .navbar-nav > li > a:focus {
    background-color: inherit !important;
}

.navbar .navbar-brand {
    padding: 18px 0px;
}

.navbar .cart-number {
    background: #f9c56a;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    color: #000 !important;
    margin-right: 5px;
}

.navbar-default {
    border: none;
    display: grid;
}

.navbar-toggle :hover :focus {
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover {
    background-color: inherit !important;
    color: #f9c56a;
}

.nav .open > a:focus {
    background-color: inherit !important;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: transparent;
}
.navbar .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0deg);
    top: 0;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 100%;
    margin-left: 0;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0deg);
    bottom: 0;
}
.navbar .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: orangered;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    top: 6px;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 6px;
}

/* Dropdown Menu */

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.25s ease;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li .dropdown-menu {
    top: 0px;
    left: 99%;
    min-width: 200px;
}

.dropdown-menu li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    transition: all 0.5s ease;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    background-color: inherit !important;
    color: #f9c56a;
}

.dropdown-menu > li > a {
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    padding: 7px 30px;
}

.dropdown-menu .divider {
    background-color: #4f4f4e;
}

.dropdown .caret,
.caret-right {
    margin-left: 5px;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    width: 0;
}

/* Footer */

.footer {
    background: url(../img/footer.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-container {
    margin-inline: 3rem;
}

.footer-section {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    margin: 60px 0px 26px;
}

.footer-details {
    margin: 40px 0px 26px;
}

.footer-copyrights .container {
    padding-bottom: 0px;
}

.week-day {
    color: #f9c56a;
}

.footer h1 {
    color: #f9c56a;
    font-size: 18px;
    text-align: left;
}

.footer p {
    color: #ffffff;
    font-size: 18px;
}

.right li {
    font-size: 18px;
    list-style-type: none;
}

.footer-address p {
    /* color: #bcbcbc; */
    font-size: 17px;
}

.contact-info p {
    color: #6b6b6b;
    font-size: 18px;
}

.right-footer {
    margin: 60px 0px 26px;
    display: flex;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

/* .footer a:hover {
    color: #999;
} */

.footer .work-time {
    margin-bottom: 27px;
}

.footer .footer-time.last {
    margin-bottom: 0px;
}

.footer .work-time img {
    float: left;
    margin-right: 15px;
}

.footer .work-time .work-date {
    /* font-weight: 700; */
    font-size: 17px;
    margin-top: -4px !important;
}

/* .footer .work-time .work-date:hover {
    color: #f9c56a;
} */

.work-date {
    font-weight: 700;
}

.footer .work-times {
    font-size: 14px;
    /* color: #828281; */
    /* font-weight: 700; */
    margin: 0px;
}

.hours {
    margin-left: 24px;
}

.left .right {
    text-align: right;
}

.d-flex {
    list-style: none;
    font-size: 17px;
    color: #fff;
}

.quick-links {
    list-style: none;
    font-size: 17px;
}

.quick-links a:hover {
    color: #f9c56a;
}

.footer .footer-social-icons {
    /* background: rgba(0, 0, 0, 0.2); */
    /* padding: 0px 7px 7px 0px; */
    margin-block: 25px;
    display: table;
}

.footer .footer-social-icons a {
    padding: 6px 0px 6px 0px;
    margin-right: 10px;
    color: #555;
    background-color: #f9c56a;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

.footer .footer-social-icons a:hover {
    background: #f9c56a;
    color: #343434;
}

/* .sitemap {
    display: flex;
    justify-content: space-between;
} */

.footer-address .fa {
    margin-right: 10px;
    color: #f9c56a;
    width: 18px;
    text-align: center;
}

.work-times {
    display: flex;
}

.footer .footer-copyrights {
    text-align: center;
    background-color: #1c1c1e;
}

.footer .footer-copyrights p {
    margin: 30px 0px;
    color: #b5b5b4;
    font-size: 16px;
}

/* Mobile - stack elements */
.footer-row {
    display: block;
    padding-top: 20px;
}

.footer-photo {
    max-width: 90%;
}

@media (max-width: 992px) {
    .footer-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* 
   Preloader
   --------- */

.preloder {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.preloder .scoket {
    position: relative;
    top: 45%;
    width: 140px;
    height: 140px;
    margin: auto;
}

.preloder img {
    width: 100%;
    height: 100%;
}

/* ================================================
   Sections
   ================================================ */
/* 
      Nav
      ---- */

@media (min-width: 768px) {
    .navigation {
        display: grid;
        justify-items: center;
    }
}

/* 
      Home
      ---- */

.home {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.home-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

.carousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    min-height: 100%;
}

.item-image {
    height: 100vh !important;
    object-fit: cover;
}

.carousel-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: grid;
    justify-items: center;
    gap: 5rem;
    /* width: 60%; */
}

.item img {
    width: 100%;
    height: auto;
    display: block;
}

.logo {
    display: grid;
    justify-items: center;
}

.logo img {
    height: 20rem;
}

.title-block h1 {
    color: #ffffff;
    font-size: 6rem;
}

.title-block h2 {
    text-transform: none;
    font-weight: 400;
    color: #e6e6e6;
    font-size: 4rem;
}

.buttons {
    display: flex;
}

.home-btn {
    margin: 4px;
}

@media (max-width: 992px) {
    .navigation {
        display: grid;
        text-align: center;
    }

    .logo img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .home-content {
        padding-top: 10%;
    }
    .home .title-block h1 {
        font-size: 4rem;
    }
    .home .title-block h2 {
        font-size: 2rem;
    }
    .buttons {
        display: grid;
        padding-inline: 2rem;
        padding-block: 0;
    }
    .logo img {
        height: 10rem;
    }
    .logo {
        margin-bottom: 0;
    }
}

/* 
   About
   ----- */

.about {
    background: #fffaf3;
    padding-bottom: 50px;
}

.about .content {
    padding: 0 80px;
}

.about .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #5f5950;
}

.about .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.about .content p {
    font-size: 15px;
    color: #848484;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li + li {
    margin-top: 15px;
}

.about .content ul li {
    position: relative;
    padding-left: 26px;
}

.about .content ul i {
    font-size: 20px;
    color: #ffb03b;
    position: absolute;
    left: 0;
    top: 2px;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 176, 59, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
    border-left: 15px solid #ffb03b;
    transform: scale(20);
}

.about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

@media (max-width: 1024px) {
    .about .content,
    .about .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .about .content {
        padding-top: 30px;
    }

    .about .accordion-list {
        padding-bottom: 30px;
    }

    .about-us {
        margin-top: 3rem;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/* 
   Features
   -------- */

.features {
    background: url(../img/features_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}

.features img {
    width: 100%;
    height: auto;
}

.features .features-tile {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.features .features-tile .features-content {
    padding: 5px 25px 10px;
}

.features .features-tile .features-content .page-header {
    margin: 20px 0 10px;
}

.features .features-tile .features-content .page-header h1 {
    font-size: 25px;
    text-align: left;
}

.features .features-tile .features-content .page-header h1 small {
    font-size: 18px;
    text-align: left;
}

.features .features-tile .features-content .page-header:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #f9c56a;
    margin: 0px;
}

.feature-description {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.features-img {
    overflow: hidden;
}

.features-img img {
    transform: scale(1);
    transition: 0.4s;
    opacity: 1;
}

.features-tile:hover .features-img img {
    transform: scale(1.1);
    transition: 0.4s;
    opacity: 0.9;
}

/* 
   Menu
   -------- */

#menu {
    /* padding-top: 75px; */
    padding-bottom: 100px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
#menu .block .heading {
    color: #000;
}
#menu .block ul {
    padding-top: 40px;
}
#menu .block ul li {
    overflow: hidden;
    width: 50%;
    float: left;
    background: #fff;
    text-align: center;
    color: #959595;
    transform: 1s;
}
#menu .block ul li:hover img {
    transform: scale(1.2) rotate(10deg);
}
#menu .block ul li h3 {
    color: #323232;
    padding: 0px 40px 20px;
    line-height: 26px;
    position: relative;
}
#menu .block ul li h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 1px;
    background: #cbc4b5;
    margin-left: -45px;
}
#menu .block ul li p {
    padding-top: 25px;
}
#menu .block ul li .blog-img {
    float: left;
    width: 50%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
#menu .block ul li .blog-img img {
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
#menu .block ul li .blog-img-2 {
    width: 50%;
    float: right;
    overflow: hidden;
}
#menu .block ul li .blog-img-2 img {
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    width: 100%;
}
#menu .block ul li .content-right {
    padding: 40px 35px 23px;
    font-size: 16px;
    line-height: 26px;
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
}
#menu .block ul li .content-right:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #fff;
    transform: rotate(45deg);
    margin-left: -15px;
}
#menu .block ul li .content-left {
    padding: 40px 35px 23px;
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 999;
}
#menu .block ul li .content-left:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    background: #fff;
    transform: rotate(45deg);
}
#menu .block .btn-more-info {
    float: right;
    padding: 28px 102.5px;
    border-radius: 0px;
    background: #f9c56a;
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#menu .block .btn-more-info:hover {
    background: transparent;
    color: #f9c56a;
    border: 1px solid #f9c56a;
}

ul {
    padding: 0;
}

.view-menu-btn {
    text-align: center;
}

@media (max-width: 767px) {
    #menu .block .btn-more-info {
        display: grid;
        padding-left: auto;
    }
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

/* 
   Chefs
   -------- */

.chefs {
    background: url(../img/chefs_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}

.chef-member {
    display: flex;
}

.chefs .chef-member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
    transition: 0.3s;
}

.chefs .chef-member .member-img {
    position: relative;
    /* overflow: hidden; */
    background-color: #f9c56a;
}

.chefs .chef-member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    z-index: 1;
}

.chefs .chef-member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.chefs .chef-member .social a {
    transition: color 0.3s;
    color: rgba(55, 55, 63, 0.4);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
}

.chefs .chef-member .social i {
    font-size: 18px;
}

.chefs .chef-member .member-info {
    padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

.chefs .chef-member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 37, 41, 0.4);
}

.chefs .chef-member .member-info p {
    /* font-style: italic; */
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: #000;
}

.chef-card {
    padding-bottom: 15px;
}

/* testimonials */

.testimonials {
    padding-bottom: 50px;
}

.testimonials .page-header {
    margin: 80px 0px 40px;
}

.testimonials .trusted-sponsors {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials .trusted-sponsors a {
    margin: 0px 10px;
}

.testimonials .trusted-quote {
    background: url(../img/testimonial_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 60px 0px 60px;
}

.trusted-quote .quote-body {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 31px;
}

.trusted-quote .quote-author {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 26px;
}

.trusted-quote .quote-author {
    font-weight: 700;
}

.trusted-quote .quote-author span {
    display: inline;
    font-weight: 400;
    font-size: 18px;
}

.trusted-quote img {
    padding-bottom: 20px;
    margin: 0px auto;
}

.trusted-slider .slick-dots {
    bottom: -30px;
}

.trusted-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
}

.trusted-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.trusted-slider .slick-dots .slick-active button {
    background: rgba(255, 255, 255, 0.85);
}

.trusted-slider .slick-slide:focus,
.trusted-slider .slick-slide a {
    outline: none !important;
}

/* 
   Page Header
   -------- */

.page_header {
    background: url(../img/header/1.jpg) no-repeat center top;
    background-size: cover;
    padding: 200px 0 150px;
}

.page_header h2 {
    margin: 0;
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
}

.page_header p {
    margin: 15px 0;
    font-size: 24px;
    font-family: Raleway;
    color: #fff;
    opacity: 0.7;
}

/* 
   Services
   -------- */

.services {
    background: #1b1e20 url(../img/services.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 95px;
}

.service-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 21px;
}

.service-content p {
    color: #85898c;
    font-size: 18px;
    line-height: 32px;
    padding: 0 65px;
    margin: 0;
}

.services-slider .slick-dots {
    position: relative;
    display: table;
    margin: 30px auto 0;
    width: auto;
}

.services-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
}

.services-slider .slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: table;
    width: 17px;
    height: 17px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0px none;
    outline: medium none;
    background: #35393c;
    border-radius: 50%;
}

.services-slider .slick-dots li.slick-active {
    background-color: transparent;
}

.services-slider .slick-dots li.slick-active button {
    background-color: transparent;
    border: solid 2px #f9c56a;
}

.services-slider .slick-dots li button:before {
    font-size: 0;
}

.services-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #f9c56a;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 999;
    font-size: 0;
}

/*  Our Team */

.team {
    padding-bottom: 100px;
}

.team-staff {
    border-bottom: 1px solid #dcdddd;
    padding-bottom: 30px;
}

.team-staff h4 {
    font-size: 16px;
    margin: 37px 0px 3px;
}

.team-staff p {
    color: #0a0a0a;
    font-size: 18px;
    margin: 0px;
}

.team-social {
    display: table;
    margin: 20px auto 0;
    padding: 0;
}

.team-social li {
    float: left;
    list-style: none;
    margin: 0 8px;
}

.team-social li a {
    font-size: 16px;
    color: #4b4741;
}

/* Progress bar */

.progressbar {
    display: inline-block;
    width: 150px;
    height: 4px;
    margin-left: 10px;
    background-color: #dbdbdb;
}

.progressbar > span {
    display: block;
    width: 40%;
    height: 4px;
    background-color: #f9c56a;
}

.progressbar .level-1 {
    width: 10%;
}

.progressbar .level-2 {
    width: 20%;
}

.progressbar .level-3 {
    width: 30%;
}

.progressbar .level-4 {
    width: 40%;
}

.progressbar .level-5 {
    width: 50%;
}

.progressbar .level-6 {
    width: 60%;
}

.progressbar .level-7 {
    width: 70%;
}

.progressbar .level-8 {
    width: 80%;
}

.progressbar .level-9 {
    width: 90%;
}

.progressbar .level-10 {
    width: 100%;
}

table {
    width: 100%;
}

.single-recipe .rc-ratings {
    float: right;
    margin: 0;
}

.recipe-top-meta a {
    color: #888;
}

/* Pagination */

.pagi_nation {
    padding: 0px;
    display: table;
    margin: 0 auto;
}

.pagi_nation li {
    float: left;
    margin-right: 9px;
    cursor: pointer;
    font-family: Josefin Sans;
    list-style: none;
}

.pagi_nation li a {
    width: 46px;
    height: 46px;
    background: #efefef;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #0a0a0a;
    display: table;
    font-family: Arial, helvetica, Sans-serif;
}

.pagi_nation li a:hover,
.pagi_nation li.active a {
    background: #f9c56a;
    color: #0a0a0a;
}

/* Sidebar */

.side-widget {
    margin-bottom: 50px;
}

.search {
    position: relative;
}

.search input {
    padding: 0 75px 0 25px;
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    font-size: 18px;
    color: #0a0a0a;
    font-family: Josefin Sans;
}

.search button {
    height: 46px;
    line-height: 46px;
    padding: 0;
    border: none;
    text-align: center;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f9c56a;
    color: #0a0a0a;
    font-size: 15px;
}

.side-widget h5 {
    font-size: 18px;
    color: #4b4741;
    font-weight: 700;
    text-align: left;
    margin: 0 0 25px;
}

.side-cat {
    padding: 0;
}

.side-cat li {
    list-style: none;
    padding-left: 35px;
    font-size: 17px;
    color: #0a0a0a;
    font-family: Josefin Sans;
    margin-bottom: 20px;
    position: relative;
}

.side-cat li i {
    font-size: 10px;
    color: #0a0a0a;
    position: absolute;
    top: 9px;
    left: 10px;
}

.side-cat li:last-child {
    margin-bottom: 0px;
}

.side-cat li a {
    color: #0a0a0a;
}

.side-cat li a:hover {
    color: #f9c56a;
}

.recent-post {
    padding: 0;
    font-family: Josefin Sans;
}

.recent-post li {
    list-style: none;
    margin-bottom: 30px;
    clear: both;
    display: table;
    width: 100%;
}

.recent-post li:last-child {
    margin-bottom: 0px;
}

.recent-post li img {
    width: 85px;
    float: left;
}

.rp-info {
    margin-left: 100px;
}

.rp-info a {
    font-size: 15px;
    color: #0a0a0a;
    padding: 0 0 5px;
    display: table;
    font-weight: 700;
}

.rp-info a:hover {
    color: #f9c56a;
}

.rp-info span {
    color: #cacaca;
    font-size: 14px;
    font-weight: 700;
}

#respond input {
    padding: 0 15px;
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    font-size: 18px;
    color: #0a0a0a;
    font-family: Josefin Sans;
    margin-bottom: 10px;
}

#respond textarea {
    padding: 15px;
    width: 100%;
    height: 156px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    font-size: 18px;
    color: #0a0a0a;
    font-family: Josefin Sans;
    margin-bottom: 10px;
}

/*  Comments */

.comments-area .comment {
    padding-left: 100px;
    padding-bottom: 20px;
    font-family: Josefin Sans;
}

.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}

.comments-area .comment .comment-image img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.comments-area .commentlist {
    padding: 0;
}

.comments-area .commentlist li {
    list-style: none;
}

.comments-area .commentlist > li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.comments-area .commentlist ul {
    margin-left: 70px;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 50px;
}

.comments-area .commentlist ul .comment {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.comments-area .commentlist ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

.comments-area .commentlist ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.comments-area .commentlist ul .comment p {
    margin-bottom: 0;
}

.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.comments-area .comment .comment-info a {
    color: #f9c56a;
}

.comments-area .comment .comment-info span {
    float: right;
    font-size: 14px;
    color: #999;
    text-transform: none;
}

.comments-area .comment p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.comments-area .commentlist {
    margin-bottom: 60px;
}

.comments-area h3 {
    text-align: left;
    margin: 0 0 35px;
}

/* ================================================
   Shop
   ================================================ */

.shop-content {
    padding: 60px 0;
    font-family: Josefin Sans;
}

.shop-content aside h5 {
    font-weight: 800;
}

.shop-cat {
    padding: 0;
}

.shop-cat li {
    list-style: none;
    font-size: 13px;
    color: #0a0a0a;
    font-family: Josefin Sans;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.shop-cat li i {
    font-size: 13px;
    color: #0a0a0a;
    position: absolute;
    top: 5px;
    right: 0px;
}

.shop-cat li:last-child {
    margin-bottom: 0px;
}

.shop-cat li a {
    color: #0a0a0a;
    padding-right: 35px;
    position: relative;
    width: 100%;
    display: table;
}

.shop-cat li a:hover {
    color: #f9c56a;
}

.shop-grid {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.shop-grid select {
    padding: 0 20px;
    width: 262px;
    height: 42px;
    background-color: #fff;
    border: solid 1px #eae9e7;
    float: left;
}

.sg-list {
    margin-left: 18px;
    float: left;
}

.sg-list a {
    color: #6e7682;
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    background-color: #fff;
    border: solid 1px #eae9e7;
    float: left;
    text-align: center;
    margin-left: 12px;
}

.shop-grid span {
    color: #0a0a0a;
    font-size: 16px;
    padding-top: 9px;
    display: table;
    float: right;
}

/* 
   Product
   -------- */

.product-img {
    background: url(../img/xtra/product-bg.png) no-repeat;
    width: 262px;
    height: 288px;
    margin: 0 auto;
}

.product-info {
    margin-bottom: 60px;
}

.product-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0px 10px;
}

.product-info h4 a {
    color: #4b4741;
}

.product-info h4 a:hover {
    color: #f9c56a;
}

.product-info .rc-ratings {
    margin: 0 auto;
    display: table;
}

.product-info .rc-ratings span {
    font-size: 13px;
    margin: 0 1px;
}

.product-price {
    text-align: center;
    color: #4b4741;
    font-size: 18px;
    margin: 6px 0px 27px;
}

.shop-meta {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: table;
    width: 100%;
    padding: 8px 15px;
}

.shop-meta a {
    color: #0a0a0a;
    font-size: 16px;
}

.shop-meta a i {
    margin-right: 8px;
}

.load-more {
    display: table;
    margin: 0 auto;
}

.recent-products {
    padding: 0;
    font-family: Josefin Sans;
}

.recent-products li {
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    clear: both;
    display: table;
    width: 100%;
}

.recent-products li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.recent-products li img {
    width: 76px;
    float: left;
}

.rpp-info {
    margin-left: 100px;
}

.rpp-info a {
    font-size: 18px;
    color: #0a0a0a;
    padding: 0 0 5px;
    display: table;
}

.rpp-info a:hover {
    color: #f9c56a;
}

.rpp-info span {
    color: #4b4741;
    font-size: 18px;
    margin: 5px 0px 2px;
    font-weight: 700;
}

.rpp-info .fa {
    color: #cdcdcd;
}

.recent-products .rc-ratings {
    margin: 0;
}

.recent-products .rc-ratings span {
    font-size: 14px;
    margin: 0 1px;
    font-weight: normal;
}

/* Nav Tabs */

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding: 0 35px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-tabs > li a {
    color: #b9b9b9;
    border: none !important;
    margin: 0 0 1px;
    background: transparent !important;
    padding: 10px 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li:hover a {
    color: #4b4741;
}

.tab-pane {
    padding: 35px 0;
}

.tab-pane p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #0a0a0a;
}

.list {
    padding-left: 77px;
    margin-bottom: 0px;
}

.list span {
    padding-left: 25px;
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.list span i {
    color: #e4a83f;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
}

.comment-meta {
    margin-left: 70px;
    margin-bottom: 5px;
}

.comment-list {
    padding: 0;
}

.comment-list li {
    list-style: none;
}

.comment-list li p {
    margin-left: 70px;
    line-height: 21px;
}

.comment-meta em {
    font-style: normal;
    margin-left: 6px;
    font-size: 10px;
}

/* Media Queries */

/* For Screens less than 992px */

@media (max-width: 992px) {
    .list {
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .navbar .navbar-nav > li > a {
        padding: 9px 15px;
    }
    .subscribe .btn-default {
        padding: 0px 15px;
        height: 46px;
        border: 1px solid #f2ba57;
        margin-left: 0 px;
        margin-top: 0px;
    }
    .team-staff {
        border-bottom: 1px solid #dcdddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .contact-social {
        margin-bottom: 60px;
    }
    .menu-item2 {
        margin-bottom: 50px;
        width: 50%;
    }
    .menu .food-menu .menu-item3 h4 {
        font-size: 14px;
    }
    .menu-item4 {
        width: 50%;
    }
    .rc-info {
        margin-left: 0;
    }
    .recipie-content img {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .recipie-content hr {
        margin: 20px 0px 50px;
    }
    .rc-info {
        margin-bottom: 30px;
    }
    .chef-member {
        flex-direction: column;
    }
}

/* For Screens less than 767px */

@media (max-width: 767px) {
    .reservation .reservation-form .reservation-btn a {
        padding: 15px 14px;
        font-size: 15px;
    }
    .table-responsive {
        padding: 10px 19px;
    }
    .fp-content img {
        width: 100%;
    }
    .recipie-content hr {
        margin: 20px 0px 50px;
    }
    .rc-info {
        margin-bottom: 30px;
    }
    .menu-item2 {
        width: 100%;
    }
    .menu-item2 img,
    .menu-item4 img {
        min-width: 100%;
    }
    .post-date {
        margin: 0px 0px 30px;
        float: none;
    }
    article h4 {
        margin: 40px 0px 10px;
    }
    h1,
    .h1 {
        font-size: 32px;
    }
    .subscribe .btn-default {
        padding: 0px 15px;
        height: 46px;
        border: 1px solid #f2ba57;
        margin-left: 0 px;
        margin-top: 0;
    }
    .subscribe input {
        width: auto !important;
    }
    .trusted-quote .quote-body {
        font-size: 19px;
    }
    .trusted-quote .quote-author {
        font-size: 18px;
    }
    .menu-tags span,
    .menu-tags2 span,
    .menu-tags3 span,
    .menu-tags4 span {
        font-size: 15px;
        margin: 0px 8px 4px;
        display: inline-block;
    }
    .page_header h2 {
        font-size: 61px;
    }
    .menu .food-menu .menu-item3 h4 {
        font-size: 14px;
    }
    .menu-item4 {
        width: 100%;
    }
}

/* For Screens less than 480px */

@media (max-width: 480px) {
    .special-slider .slider-content .btn {
        margin: 17px 5px 20px 0px;
        font-weight: 700;
        font-size: 10px;
        letter-spacing: normal;
        padding: 10px 20px;
        float: left;
    }
    .element-tab .nav-tabs > li > a {
        color: #4b4741;
        font-size: 12px;
        font-family: Raleway;
        padding: 19px 14px;
    }
    .cart-table tbody tr td a {
        font-size: 11px;
    }
    .cart-table {
        font-size: 8px;
    }
    .cart-table img {
        max-width: 50px;
        height: auto;
    }
    .menu .food-menu .menu-item3 .price {
        float: none;
        padding-left: 0;
        margin: 6px 0px 11px;
        font-size: 22px;
        display: table;
        padding-top: 10px;
    }
    .contact-info p {
        font-size: 15px;
    }
    .menu2-overlay h4 {
        font-size: 17px;
        margin: 22px 0px 5px;
    }
    .table > tbody > tr > td {
        padding: 8px 2px;
    }
    .shop-grid select {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    .sg-list {
        margin-left: -12px;
    }
}

.slick-slide {
    outline: 0;
}

.team-social li a:hover {
    color: #f9c56a;
}

.footer {
    font-family: Josefin Sans;
}

.footer .footer-time {
    margin-top: -15px;
}

input,
textarea {
    outline: 0;
}

.menu-info {
    position: relative;
    overflow: hidden;
}

.menu-item4 img {
    transform: scale(1);
    transition: 0.4s;
    opacity: 1;
}

.menu-item4:hover img {
    transform: scale(1.1);
    transition: 0.4s;
    opacity: 0.9;
}

.menu4-overlay {
    position: relative;
    z-index: 444;
}

.menu-item2 img {
    transform: scale(1);
    transition: 0.4s;
    opacity: 1;
}

.menu-item2:hover img {
    transform: scale(1.1);
    transition: 0.4s;
    opacity: 0.9;
}

.fsc {
    font-size: 17px;
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.ci-close {
    font-size: 13px;
    color: #555;
    position: absolute;
    top: -6px;
    right: -4px;
    cursor: pointer;
}

.ci-close:hover {
    color: #999;
}

/* Slider */

.slider-img {
    overflow: hidden;
}

.slider-img img {
    transform: scale(1);
    transition: 0.4s;
    opacity: 1;
}

.flexslider.special-slider .slides > li:hover .slider-img img {
    transform: scale(1.1);
    transition: 0.4s;
    opacity: 0.9;
}

/* magnific Popup */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.pagi_nation.center-block {
    display: table;
    margin: 30px auto 10px;
}

.css-pointer {
    cursor: pointer;
}

/* Shortcodes */

/* Alert */

.alert {
    font-family: Josefin Sans;
    font-size: 18px;
    color: #0a0a0a;
    border: none;
    border-radius: 0px;
    padding: 20px 30px;
}

.alert span {
    font-size: 14px;
    font-weight: bold;
}

.alert-info {
    background: #d9edf6;
}

.alert-tip {
    background: #fdf8e4;
}

.alert-success {
    background: #e0efd8;
}

.alert-error {
    background: #f2dedf;
}

.list.list-circle span i {
    color: #e4a83f;
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 9px;
}

.no-padding {
    padding: 0;
}

/* Tabs */

.element-tab {
    border: 1px solid #e6e6e6;
}

.element-tab .nav-tabs > li > a {
    color: #4b4741;
    font-size: 14px;
    font-family: Raleway;
    padding: 25px;
}

.element-tab .nav-tabs > li {
    border-right: 1px solid #e6e6e6;
}

.element-tab .tab-content > .tab-pane {
    padding: 0;
}

.element-tab .tab-content > .tab-pane p {
    margin: 0px;
    font-size: 18px;
    line-height: 32px;
    padding: 25px;
}

.element-tab .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.element-tab .nav-tabs > li.active > a,
.element-tab .nav-tabs > li:hover > a {
    color: #eeaf41;
}

.element-tab .nav-tabs > li.active {
    border-bottom: 1px solid #fff;
}

/* Pricing */

.pricing {
    border: 1px solid #e6e6e6;
    padding: 42px 32px;
    font-family: Josefin Sans;
    position: relative;
    margin-top: 50px;
}

.pricing .popular {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: #f9c56a;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 700;
    text-align: center;
}

.plan-title {
    font-size: 14px;
    color: #4b4741;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.plan-price {
    font-size: 36px;
    color: #e4a83f;
    font-weight: 700;
}

.plan-price span {
    font-size: 18px;
    color: #e4a83f;
    font-weight: 400;
}

.pricing p {
    font-size: 18px;
    color: #0a0a0a;
    line-height: 36px;
    margin: 47px 0 48px;
}

.no-bg {
    background: rgba(0, 0, 0, 0.8);
}

.main-wrapper {
    position: relative;
    background: #fff;
}

/* 
   Intro
   -------- */

#intro3 .home .overlay {
    background: url(../js/vendor/vegas/overlays/08.png);
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#intro4 .home {
    background: url(../img/bg2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Accordion */

.panel-heading {
    color: #333;
    border: none;
    padding: 0 !important;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: inherit;
    background: #fff;
}

.panel-title.active a,
.panel-title.active a span {
    color: #f1b458;
}

.panel-title a {
    padding: 25px 35px 25px 22px;
    display: table;
    width: 100%;
    border: none;
    color: #0a0a0a;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
}

.panel-title a span {
    position: absolute;
    top: 26px;
    right: 19px;
    color: #000;
    font-size: 13px;
    font-weight: 300;
}

.panel-body {
    padding: 0;
}

.panel-body p {
    color: #0a0a0a;
    margin: 0px;
    font-size: 18px;
    line-height: 32px;
    padding: 25px;
}

.panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: -1px;
}

/* 
   Style Switcher
   -------- */

.body {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.body.boxed {
    width: 98%;
    max-width: 1250px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

body.boxed-wrap {
    background: #000 url("../img/pattern/wood_pattern.png");
}

.body.boxed .navbar {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

body.boxed-wrap .mbYTP_wrapper {
    min-width: auto !important;
    max-width: 1250px;
    margin: 0 auto;
    width: 100% !important;
    display: block !important;
    left: 0;
    right: 0;
}

#intro2 .body {
    background: transparent;
}

.navbar-nav > li > .dropdown:hover .dropdown-menu {
    display: block !important;
}

.slick-slide,
.slick-list,
.slick-active,
button,
input,
textarea {
    outline: 0;
}

.fixed-bg {
    background-attachment: fixed;
    position: relative;
}
