@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0
}
html {height: 100%}
body {
    color: #5b5b5d;
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .2px;
    position: relative;
    left: 0
}
body.full_screen {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-white {
    color: #ffffff !important;
}
.p-0 {
    padding: 0!important;
}
.pb-90 {
    padding-bottom: 90px;
}

.mb-0 {
    margin-bottom: 0!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt--100{
    margin-top: -100px;
}
.nopadding {
    padding: 0!important;
}
.nopadding_top {
    padding-top: 0!important
}
.divider-30 {
    margin-top: 30px;
}
.divider-50 {
    margin-top: 50px;
}
.divider-60 {
    margin-top: 60px;
}

/* header title */
.heading .heading--title {
    font-family: "Oswald", sans-serif;
    color: #222;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
.heading .heading--subtitle {
    color: #B6802B;
    font-family: great vibes,cursive;
    font-size: 35px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 5px;
}
.divider--shape-4 {
    width: 100%;
    height: 14px;
    background: url(../img/background/shape-4.png) center no-repeat;
    margin-bottom: 20px;
    margin-top: 20px;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 100%
}

main {
    padding: 100px 0;
    background: #fff
}

.full_width {
    width: 100%
}
.row-flex {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap
}

.row-flex>[class*=cpl-] {
    display: flex;
    flex-direction: column
}

ul, ol {
    margin: 0
}
 
ul.list_menu {
    margin: 30px 0;
    padding-left: 15px
}

ul.list_menu li {
    font-size: 1em;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative
}

ul.list_menu li::before {
    background: #e3e3e3;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .open a,
.navbar-nav .open a:hover,
.navbar-nav .open a:focus {
    background: 0 0
}

.alert {
    padding: 10px;
    border-radius: 1px;
    font-size: .9em
}

a {
    color: #c59d5f;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

a:hover,
a:focus,
a:active {
    color: #2c88c0;
    text-decoration: none;
    outline: none;
    background: 0 0
}

/* Loading */
@-webkit-keyframes collapse {
    0% {
        width: 330px
    }
    100% {
        width: 55px
    }
}
@keyframes collapse {
    0% {
        width: 330px
    }
    100% {
        width: 55px
    }
}
@-webkit-keyframes scale-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}
@keyframes scale-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0
}
#loading .inner {
    width: 100%;
    height: 100%;
    position: relative
}
.loading_effect {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    margin-top: -80px;
    margin-left: -50px
}
.loading_effect .object {
    width: 20px;
    height: 20px;
    background-color: #B6802B;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%
}
.loading_effect #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite
}
.loading_effect #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}
.loading_effect #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}
@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0)
    }
}
@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}
@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0)
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}
@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0)
    }
}
@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}
.btn--secondary {
    background-color: #fff;
    color: #444;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 30px;
}
.btn--secondary:active, .btn--secondary:focus, .btn--secondary:hover {
    background-color: #c59d5f;
    color: #fff;
    border-color: #c59d5f;
}

/* header */
header {
    width: 100%;
    background: #f5bd64;
    z-index: 9999
}

.mfp-zoom-out-cur header {
    padding-right: 17px
}

header.transparent {
    background: 0 0;
    border-bottom: none;
    z-index: 99;
    top: 25px
}

header.nav_bg {
    background: #f5bd64
}

header.transparent.fixed {
    position: absolute
}

header.transparent.navbar-fixed-top {
    position: fixed
}

header .nodisplay {
    display: none
}

header.transparent.nav_bg {
    border-bottom: 1px solid rgba(255,255,255,.3);
    top: 0
}

header .navbar-header .navbar-brand {
    float:none;
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

header.scroll .navbar-header .navbar-brand {
    padding: 0;
    margin-top: 0
}

header .navbar-header .mobile_menu_btn {
    margin-right: 0;
    padding-right: 0
}

header .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

header.transparent .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff
}

header .navbar-header .mobile_menu_btn .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(2) {
    top: 0
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(3) {
    top: 0
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(2) {
    background-color: transparent
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(3) {
    top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main_menu {
    float: right;
    margin: 0;
    padding: 0
}

#main_menu ul {
    list-style: none
}

#main_menu .navbar-nav li a {
    color: #a1b1c1;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 30px 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

#main_menu .navbar-nav li.active a {
    color: #fff
}

.transparent #main_menu .navbar-nav li a {
    color: #fff
}

.scroll #main_menu .navbar-nav li a {
    padding: 28px 20px
}

#main_menu .navbar-nav li a, .transparent.nav_bg #main_menu .navbar-nav li ul.dropdown-menu li a{color:#fff}

#main_menu .navbar-nav li a:hover,
#main_menu .navbar-nav li.active a,
#main_menu .navbar-nav .open .dropdown-toggle,
.transparent #main_menu .navbar-nav li.active a.dropdown-toggle{
    color: #ffb600
}
.transparent.nav_bg #main_menu .navbar-nav li a:hover,
.transparent.nav_bg #main_menu .navbar-nav li.active a,
.transparent.nav_bg #main_menu .navbar-nav .open .dropdown-toggle,
.transparent.nav_bg #main_menu .navbar-nav li.active a.dropdown-toggle {
    color: #2a3a8b
}

#main_menu .navbar-nav .menu_button .button {
    margin-top: 22px;
    padding: 8px 16px;
    color: #fff!important
}

#main_menu .navbar-nav .menu_button .button:hover,
#main_menu .navbar-nav .menu_button .button:focus,
#main_menu .navbar-nav .menu_button .button:active {
    background: #efac14;
    border-color: #efac14;
    color: #fff!important
}

.scroll #main_menu .navbar-nav .menu_button .button {
    margin-top: 12px
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .6);
    padding: 0;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    animation-name: MainMenu;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: MainMenu;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: MainMenu;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

@keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 0
    }
}

@-webkit-keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 0
    }
}
header #main_menu .navbar-nav .dropdown .dropdown-menu {
    left: auto
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li {
    width: 100%;
    border-bottom: 1px dashed #444;
    color: #a5b4be
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li:last-child{
    border-bottom: none
}
/* #main_menu .navbar-nav .simple_menu .dropdown-menu li:hover {
    background: #fbfbfb
} */
#main_menu .navbar-nav .simple_menu .dropdown-menu li a {
    padding: 10px 20px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    text-transform: none
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li a:hover,
#main_menu .navbar-nav .simple_menu .dropdown-menu li.active a {
    background:rgba(0,0,0,.6);
    color: #fff
}
#main_menu .mega_menu {
    position: static;
    padding: 0;
    margin: 0
}
#main_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_inner {
    padding: 20px 30px
}
#main_menu .mega_menu .mega_menu_inner ul .list_title {
    padding: 10px 0;
    font-size: .9em;
    color: #a1b1c1;
    font-weight: 700;
    text-transform: uppercase
}
#main_menu .mega_menu .mega_menu_inner ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5
}
#main_menu .mega_menu .mega_menu_inner ul li a {
    color: #a1b1bc;
    padding: 0;
    text-transform: none;
    font-weight: 500
}
#main_menu .mega_menu .mega_menu_inner ul li a:hover {
    color: #79868f
}
#main_menu .navbar-nav .mega_menu.mega_menu_fullwidth .dropdown-menu {
    left: 0;
    right: 0
}
#main_menu .navbar-nav .dropdown b.caret,
#main_menu .navbar-nav .dropdown b.caret-up {
    display: none
}

.header-transparent+.page-title{
    position: relative;
    margin-top: -100px;
}
.page-title {
    padding: 0;
}
.page-title .title {
    padding: 262px 0 50px;
    position: relative;
}
.title .title--content {
    margin-bottom: 77px;
}
.page-title .title--subtitle {
    color: #c59d5f;
    font-family: great vibes,cursive;
    font-size: 35px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0;
}
.title .title--heading h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    line-height: 78px;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
}
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.bg-parallax {
    background-attachment: fixed;
}

.rev_slider {
    overflow-x: hidden!important
}

.full_slider {
    position: relative;
    margin: 0;
    padding: 0
}

.rev_slider {
    overflow: hidden
}

.feature_primary {
    padding-top: 35px;
    padding-right: 70px;
}
.feature_primary .item_icon {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    position: relative;
    align-items: center;
    margin-bottom: 18px;
    display: inline-flex;
    justify-content: center;
    background-color: #f5bd64;
}
.feature_primary .item_icon:before {
    top: 50%;
    left: 100%;
    width: 75px;
    height: 1px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    border-bottom: 2px dashed #f5bd64;
}
.feature_primary .item_serial {
    top: 50%;
    left: 100%;
    width: 25px;
    height: 25px;
    color: #22201d;
    font-size: 13px;
    line-height: 25px;
    margin-left: 75px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: #f5bd64;
    transform: translateY(-50%);
    box-shadow: 0px 2px 8px 0px rgb(205 205 205 / 30%);
}
.feature_primary .item_title {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    margin-bottom: 13px;
}

.bg_gray {
    background-color: #eceae3;
}
.bg_white {
    background-color: #fff;
}

.tabs .nav-tabs {
    border: none;
    text-align: center;
}
.tabs .nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0 19px;
}
.tabs .nav-tabs>li>a {
    font-family: "Oswald", sans-serif;;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
}
.tabs .nav>li>a {
    padding: 0 0 7px;
}
.tabs .nav-tabs>li>a:focus, .tabs .nav-tabs>li>a:hover, .tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover {
    color: #c59d5f;
    background-color: transparent;
    border: none;
}
.tabs .nav-tabs>li>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #c59d5f;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.tabs .nav-tabs>li>a:focus:after, .tabs .nav-tabs>li>a:hover:after, .tabs .nav-tabs>li.active>a:after, .tabs .nav-tabs>li.active>a:focus:after, .tabs .nav-tabs>li.active>a:hover:after {
    width: 100%;
}
.tabs .tab-content>.tab-pane {
    margin-top: 37px;
}
.arrow-top, .arrow-bottom {
    position: relative;
}
.arrow-bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}
.arrow-top:after {
    top: -29px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}
.display-table {
    display: table;
    height: 260px;
}
.display-table-cell {
    padding: 0 18%;
    vertical-align: middle;
    display: table-cell;
}

.dishes-wrapper {
    box-shadow: 0 1px 73px 0 rgb(40 40 40 / 10%);
    overflow: hidden;
}
.dish-panel {
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}
.dish-panel .dish--content {
    padding: 50px 35px;
    height: 218px;
}
.dish-panel .dish--price {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #c59d5f;
    margin-bottom: 7px;
    position: relative;
}
.dish-panel .dish--title {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #282828;
    margin-bottom: 0px;
}
.divider--shape-13 {
    width: 100%;
    height: 16px;
    background: url(../img/background/shape-13.png) center no-repeat;
    margin-bottom: 25px;
    margin-top: 20px;
}
.dish-panel .dish--desc {
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.dish--img {
    height: 218px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.grid .dish-panel{
    border-radius:5px;
    box-shadow: 0px 1px 22px 0px rgb(211 211 211 / 25%);
    position: relative;
    margin-bottom: 30px;
}
.grid .dish-panel::after{
    content: '';
    border:3px double #c59d5f;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
    position: absolute;
    z-index: 1;
}
.grid .dish--img{
    height: auto;
}
.dish-panel:hover .dish--img img{
    transform: scale(1.08);
}
.grid .dish-panel .dish--content {
    padding: 0 20px 25px;
    height: auto;
}
.dish-panel .dish--img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.map-frame {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}
#map-canvas, .map-frame iframe{
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
#map-canvas .map-img{
    margin-bottom: 15px;
}
#map-canvas .map-title{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75rem;
}
#map-canvas .address::before{
    font-family: 'FontAwesome';
    content: '\f041';
    width: 15px;
    left: 0;
    position: absolute;
}
#map-canvas .address{
    line-height: 18px;
    padding-left: 15px;
    position: relative;
}
.section-divider {
    padding-top: 297px;
    padding-bottom: 94px;
}
.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-dark4:before {
    background-color: rgba(27, 26, 26, 0.5);
}
.bg_beverage{
    background-image: url(../img/background/6.jpeg);
}
/* Contact Page */
.contact-wrapper{
    padding: 0;
}
.contact-wrapper #map-canvas{
    min-height: 794px;
}
.contact-info h3 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 23px;
}
.contact-info .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    background-color: #1c1c1c;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}
.contact-info .social-icons a:hover {
    color: #fff;
    background-color: #c59d5f;
}
.contact-info .social-icons a i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contact-info a.link--styled {
    color: #c59d5f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.contact_info_item {
    display: flex;
    align-items: center;
    max-width: 350px;
    padding-left: 50px;
    padding-right: 15px;
    margin-bottom: 60px;
}
.contact_info_item .item_icon {
    height: 80px;
    min-width: 80px;
    font-size: 35px;
    margin-right: 20px;
    border-radius: 2px;
    align-items: center;
    display: inline-flex;
    color: #c7a17a;
    justify-content: center;
    background-color: #f6f6f6;
}
.contact_info_item .item_title {
    font-family: "Oswald", sans-serif;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 10px;
}
/* back to top */
#back_to_top {
    height: 40px;
    width: 40px;
    background: #2a3990;
    border-radius: 3px;
    left: -100px;
    bottom: 15px;
    position: fixed;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9
}

#back_to_top i {
    color: #fff;
    line-height: 40px;
    font-size: 22px
}

#back_to_top:hover,
#back_to_top:focus {
    background: #ea2127;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1)
}

#back_to_top:hover {
    cursor: pointer
}

#back_to_top.active {
    left: 15px
}
/* footer */
footer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.footer--widget {
    background: #f5bd64;
}
.footer--widget-content{
    padding: 50px 0;
}
.footer--widget-content h3 {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}
.footer--widget-content p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.footer--widget-content a {
    font-size: 13px;
    font-weight: 800;
    line-height: 49px;
    text-transform: uppercase;
    color: #444;
}
.footer--widget-content a:hover {
    color: #fff;
}
.footer--reservation {
    position: relative;
    background-color: #141414;
    margin: auto;
    z-index: 1;
    border-radius: 3px;
    padding-top: 20px;
}
.footer--reservation h3 {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}
.divider--shape-11 {
    width: 100%;
    height: 16px;
    background: url(../img/background/shape-11.png) center no-repeat;
}
.footer--reservation-wrapper {
    padding: 14px 40px 40px;
}
.footer--reservation ul {
    margin-bottom: 40px;
}
.footer--reservation ul li {
    color: #fff;
    text-align: left;
    border-bottom: 1px dashed #49433f;
    padding: 8px 0;
}
.footer--reservation ul li span {
    float: right;
}
.footer--social {
    background: #f5bd64;
    padding: 20px 0;
}
.footer--social-icons a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer--social-icons a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer--copyright {
    border-top: 1px solid rgba(255,255,255,.4);
    background-color: #f5bd64;
    padding: 20px 0;
    position: relative;
}
.footer--copyright span {
    color: #222;
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width: 768px){
    .divider-md-90 {
        margin-top: 90px;
    }
}

@media only screen and (min-width:992px) {
    .md_nopadding {
        padding: 0!important
    }
    .md_nopadding_right {
        padding-right: 0!important
    }
    .md_nopadding_left {
        padding-left: 0!important
    }
    .md_nopadding_top {
        padding-top: 0!important
    }
    .md_nopadding_bottom {
        padding-bottom: 0!important
    }
    .md_p5 {
        padding: 0 5px!important
    }
    .md_pr5 {
        padding-right: 5px!important
    }
    .md_pl5 {
        padding-left: 5px!important
    }
    .md_nomargin {
        margin: 0!important
    }
    .md_nomarginright {
        margin-right: 0!important
    }
    .md_nomarginleft {
        margin-left: 0!important
    }
    .md_nomargintop {
        margin-top: 0!important
    }
    .md_nomarginbottom {
        margin-bottom: 0!important
    }
    .md_noborder_right {
        border-right: none!important
    }
    .md_noborder_left {
        border-left: none!important
    }
    .container {
        width: 992px
    }
    #main_menu .navbar-nav .dropdown .dropdown-toggle:after {
        content: "\f107";
        display: inline-block;
        font-family: FontAwesome;
        padding: 0;
        margin-left: 5px;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400
    }
    .navbar-nav .dropdown:hover .dropdown-menu,
    .top_menu .top_menu_right .dropdown:hover .dropdown-menu {
        display: block
    }
    #main_menu {
        position: relative
    }
    .special-column2 {
        margin-right: auto;
        max-width: 380px;
        padding-left: 62px;
    }
    .divider-lg-130 {
        margin-top: 130px;
    }
    .hidden-above-lg {
        display: none !important;
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1200px
    }
    .divider-xl-160 {
        margin-top: 160px;
    }
}

@media only screen and (max-width:991px) {
    .top_menu .top_menu_right li {
        float: none
    }
    header .navbar-header {
        margin: 0!important
    }
    header .navbar-header .navbar-brand {
        padding: 10px 0
    }
    header .navbar-header .navbar-brand img{
        margin:auto
    }
    header.scroll .navbar-header .navbar-brand img {
        max-height: 55px
    }
    header .navbar-header .mobile-menu-btn {
        padding-top: 18px!important
    }
    .mfp-zoom-out-cur header {
        padding-right: 0
    }
    .navbar-header {
        float: none
    }
    .navbar-toggle {
        display: block;
        margin-top: 10px;
        position: absolute;
        float: none;
        padding: 9px 0
    }
    header.scroll .navbar-toggle {
        margin-top: 10px
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navbar-text {
        float: none;
        margin: 15px 0
    }
    .navbar-collapse.collapse.in {
        display: block!important
    }
    .collapsing {
        overflow: hidden!important
    }
    .navbar-fixed-top{
        width: 100%;
        max-height: none
    }
    .navbar-fixed-top .navbar-collapse {
        width: 260px;
        max-height: none
    }
    header.scroll .navbar-header .navbar-brand,
    header.scroll.transparent .navbar-header .navbar-brand {
        padding: 5px 0 0
    }
    .mobile_menu .navbar-nav {
        margin: 0
    }
    .mobile-menu-push {
        overflow-x: hidden;
        position: relative;
        left: 0
    }
    .mobile-menu-push-toright,
    .mobile-menu-push-toright .navbar-fixed-top {
        left: 260px
    }
    .mobile-menu-push-toleft,
    .mobile-menu-push-toleft .navbar-fixed-top {
        left: -260px
    }
    .mobile_menu.mobile_menu_open .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none!important;
        border: none!important
    }
    .mobile_menu.mobile_menu_open,
    .push_mobile .navbar-fixed-top .mobile_menu.mobile-menu_open {
        left: 0
    }
    .mobile_menu,
    body,
    header {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
    .mobile_menu {
        background: #fff;
        border-left: 1px solid #e6eff2;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        z-index: 1000;
        position: fixed;
        padding: 0;
        margin: 0!important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
        visibility: visible
    }
    #main_menu.mobile_menu .navbar-nav li {
        background: #fff;
        border-bottom: 1px solid #e6eff2;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        clear: both
    }
    #main_menu.mobile_menu .navbar-nav li:last-child {
        border-bottom: none
    }
    #main_menu.mobile_menu .navbar-nav li:hover,
    #main_menu.mobile_menu .navbar-nav .open .dropdown-toggle {
        background: #f5f5f5
    }
    #main_menu.mobile_menu .navbar-nav li a {
        padding: 12px 30px;
        color: #5b5b5d
    }
    #main_menu.mobile_menu .navbar-nav li a:hover {
        color: #ffb600
    }
    #main_menu.mobile_menu .navbar-nav li.mobile_menu_title {
        background: #B6802B;
        font-family: raleway, sans-serif;
        display: block!important;
        text-align: center;
        padding: 14px 0;
        font-size: 1.2em;
        font-weight: 500;
        text-transform: capitalize
    }
    #main_menu.mobile_menu .navbar-nav li.mobile_menu_title:hover {
        background: 0 0
    }
    #main_menu.mobile_menu li.menu_button {
        padding: 10px;
        border-top: none!important;
        border-bottom: none!important;
        background: 0 0!important
    }
    #main_menu.mobile_menu .navbar-nav li.menu_button .button {
        margin: 22px 0
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li {
        background: #f5f5f5
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li:hover {
        background: #fbfbfb
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li a {
        color: #5b5b5d !important;
        padding: 8px 50px;
        font-size: .9em
    }
    #main_menu.mobile_menu .navbar-nav .mega_menu .mega_menu_inner {
        padding: 0
    }
    #main_menu.mobile_menu .navbar-nav .mega_menu .mega_menu_inner ul .list_title {
        padding: 10px 10px 10px 50px!important
    }
    #main_menu.mobile_menu .navbar-nav .dropdown.mega_menu .dropdown-menu li a {
        padding: 8px 50px;
        font-size: .8em
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li a:hover {
        color: #79868f
    }
    #main_menu.mobile_menu .navbar-nav .dropdown.mega_menu .dropdown-menu li {
        padding: 9px 0;
        background: #f5f5f5;
        border-bottom: 1px solid #eef2f5
    }
    #main_menu.mobile_menu .dropdown .caret-up {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid;
        display: inline-block;
        margin-left: 2px;
        vertical-align: middle
    }
    #main_menu .navbar-nav .dropdown b.caret,
    #main_menu .navbar-nav .dropdown b.caret-up {
        display: inline;
        float: right;
        margin-top: 10px
    }
    #features .owl-thumbs {
        margin-top: 16px
    }
    .horizontal_booking_form {
        margin-top: 10px
    }
    #slider.full_slider .owl-item {
        height: 100%!important
    }
    .full_slider .horizontal_booking_form {
        position: relative;
        margin-top: 10px;
        bottom: auto
    }
    .full_slider .horizontal_booking_form_inner {
        outline: none;
        border: 1px solid #e6eff2;
        border-bottom: 4px solid #e6eff2
    }
    #testimonials_style_2 .review_item {
        margin-bottom: 50px
    }
    #features .owl-thumb-item.active:before {
        display: none
    }
    .heading .heading--title{
        font-size: 38px;
    }
    #hero_event #countdown .count_box {
        padding: 10px 25px;
        margin: 0 20px;
        border: 1px solid #fff
    }
    .hbf_2 {
        position: relative;
        top: 15px
    }
    .hbf .inner .form-group,
    .hbf_2 .inner .form-group,
    .hbf_3 .inner .form-group {
        margin-bottom: 15px
    }
    .hbf_3 {
        position: relative;
        top: 0
    }
    .hbf_2 .hbf_2_inner .form-control,
    .hbf_3 .hbf_3_inner .form-control {
        margin-bottom: 15px
    }
    .sm-swap-block{display: flex;flex-flow: column}
    .sm-swap-block > div:first-child {
        order: 2;
    }
    .sm-swap-block .arrow-bottom::after {
        top: -29px;
        border: solid transparent;
        border-bottom-color: #31a9e0;
        border-width: 15px;
        margin-left: -15px;
    }
    .display-table{height: 335px;}
    .display-table-cell{padding:0 10%}
    .dish-panel {
        max-width: 390px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }
    .dish-panel .dish--content {
        padding: 40px;
        height: auto;
        order: 2;
    }
    .dish--img {
        height: auto;
        order: 1;
    }
    .dish-panel .arrow-bottom::after {
        top: -29px;
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }
    .contact_info_item {
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

/* responsive */
@media only screen and (max-width:768px) {
    section{padding: 30px 0}
    section .main_title{margin-bottom: 20px; margin-top: 0}
    header.transparent {top: 10px}
    .countup_box,
    .countup_box .inner {
        width: 100%
    }
    .hero_wrapper {
        position: relative;
        margin-bottom: 620px
    }
    #hero,
    #hero ul,
    #hero ul li {
        overflow: visible!important
    }
    .hero_wrapper .vbf {
        position: static;
        top: 0;
        display: block
    }
    .contact-wrapper .map-frame, .contact-wrapper #map-canvas{
        min-height: 600px;
    }
}

@media only screen and (max-width:480px) {
    .hidden-xxs {display: none!important}
    .main_title h2 {font-size: 1.2em}
    .padding{padding:4rem 0}
    .heading .heading--title{
        font-size: 30px;
    }
    .sub_title{font-size: 18px}
    .banner .banner_features h2 {
        font-size: 1.5em;
        font-weight: 500
    }
    .banner .banner_features h3 {font-size: 1.3em}
    .banner .banner_features h4 {font-size: 1.3em}
    #slider .slider_inner .s_text h2 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 1em
    }
    #slider .slider_inner .s_text h3 {font-size: 1em}
    #back_to_top{bottom: 50px}
    .footer--widget-content{padding: 30px 0;}
}

@media only screen and (max-width:320px) {
    .hidden-xxxs {display: none!important}
}