@import "animate.css";
@import "flaticon.css";
@import "font-awesome.css";
@import "revolution-slider.css";
@import "owl.css";
@import "prettyPhoto.css";
@import "datepicker.css";
@import "./fonts/fonts.css";
@import url(http://fonts.googleapis.com/css?family=Bitter:700,400,400italic);

* {
    border: medium none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
body {
    background: #ffffff none repeat scroll 0 0;
    color: #606060;
    font-family: aileron;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:hover, a:focus, a:visited {
    outline: medium none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-family: aileron;
    margin: 0;
    position: relative;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
p {
    font-size: 14px;
    line-height: 1.6em;
}
.out {
    opacity: 0;
}
.strike-through {
    text-decoration: line-through;
}
.auto-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: static;
}
.page-wrapper {
    margin: 0 auto;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
ul, li {
    list-style: outside none none;
}
*::-moz-placeholder {
}
input:-moz-placeholder {
}
.center {
    text-align: center;
}
.anim-3, .anim-3-all * {
    transition: all 300ms ease 0s;
}
.anim-5, .anim-5-all * {
    transition: all 500ms ease 0s;
}
.anim-7, .anim-7-all * {
    transition: all 700ms ease 0s;
}
a.theme-btn {
    border: 1px solid #f6c668;
    border-radius: 22px;
    color: #010101;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    padding: 8px 66px 8px 28px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
a.theme-btn .icon {
    background-color: #f6c668;
    border-left: 1px solid transparent;
    border-radius: 0 22px 22px 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    width: 50px;
}
aa.theme-btn:hover, .theme-btn:active, a.theme-btn:focus {
    background-color: #f6c668;
    color: #ffffff;
}
a.theme-btn:hover .icon {
    border-color: rgba(255, 255, 255, 0.3);
}
.full-btn {
    background-color: #f6c668;
    border-radius: 23px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 42px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.full-btn:hover {
    color: #ffffff !important;
    opacity: 0.9;
}
.empty-btn {
    border: 1px solid #ef4836;
    border-radius: 20px;
    color: #424242;
    display: inline-block;
    font-family: aileron;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 5px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.empty-btn:hover {
    background-color: #ef4836;
    color: #ffffff;
}
.preloader {
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../images/loader.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.preloader::after {
    background-image: url("../images/loading.GIF");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: fixed;
    top: 65px;
    width: 100%;
}
.sec-title {
    background-image: url("../images/icons/line-two.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    padding-bottom: 32px;
    position: relative;
    text-align: center;
}
.sec-title h1 {
    color: #010101;
    font-family: aileron;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title h2 {
    color: #ea625c;
    font-family: aileron;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.main-slider {
    background: #ffffff none repeat scroll 0 0;
    color: #ffffff;
    position: relative;
    text-align: center;
    width: 100%;
}
.main-slider h1 {
    background: rgba(0, 0, 0, 0) url("../images/icons/slider-lines.png") no-repeat scroll center bottom;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Bitter', serif;
}
.main-slider .slide-text {
    font-family: 'Bitter', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6em;
}
.main-slider .full-btn {
    padding-left: 50px;
    padding-right: 50px;
}
.main-header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-style-one .button-container {
    margin: 70px auto 0;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}
.header-style-one .button-container .menu-toggle {
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    padding: 5px 7px;
    position: relative;
    transition: all 500ms ease 0s;
}
.header-style-one.scrolled .button-container .menu-toggle {
    border-color: #010101;
    color: #010101;
}
.header-style-one .collapse-btn {
    color: #ef4836;
    cursor: pointer;
    font-size: 36px;
    height: 30px;
    left: -50px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 70px;
    transition: all 500ms ease 0s;
    width: 30px;
}
.header-style-one .menu-box.appeared .collapse-btn {
    opacity: 1;
}
.header-style-one .collapse-btn:hover {
    opacity: 0.75 !important;
}
.header-style-one {
    position: fixed;
}
.header-style-one .menu-box {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    min-height: 300px;
    padding: 50px 60px;
    position: absolute;
    right: -350px;
    top: 0;
    transition: all 1000ms ease 0s;
    width: 300px;
}
.header-style-one .menu-box.appeared {
    right: 0;
}
.header-style-one .menu-box .logo {
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}
.header-style-one .menu-box .logo img {
    display: inline-block;
    max-width: 100%;
    position: relative;
}
.header-style-one .menu {
    position: relative;
}
.header-style-one .menu > ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.header-style-one .menu > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: block;
    font-size: 20px;
    padding: 5px 0;
    position: relative;
}
.header-style-one .menu > ul > li > ul {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.header-style-one .menu > ul > li > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: block;
    font-size: 20px;
    padding: 2px 0;
    position: relative;
}
.header-style-one .menu > ul > li > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 0 5px 40px;
    position: relative;
}
.header-style-one .menu > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0 10px 40px;
    position: relative;
    transition: all 300ms ease 0s;
}
.header-style-one .menu > ul > li > a:hover, .header-style-one .menu > ul > li.current > a, .header-style-one .menu > ul > li.current-menu-item > a, .header-style-one .menu > ul > li > ul > li > a:hover, .header-style-one .menu > ul > li > ul > li.current > a, .header-style-one .menu > ul > li > ul > li.current-menu-item > a {
    color: #ef4836;
}
.header-style-one .menu > ul > li a::before {
    content: "";
    display: block;
    font-family: "Flaticon";
    font-size: 20px;
    font-style: normal;
    left: 0;
    line-height: 20px;
    margin-left: 0;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 36px;
}
.header-style-one .menu > ul > li.about-us-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.special-recipes-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.our-menu-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.team-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.book-a-table-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.dish-of-week-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.testimonials-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.blog-link a::before {
    content: "";
}
.header-style-one .menu > ul > li.blog-link .toggle-icon {
    cursor: pointer;
    height: 100%;
    line-height: 20px;
    padding: 12px 5px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 25px;
}
.header-style-two {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-style-two .header-inner {
    background-color: #ffffff;
    padding: 11px 0;
    position: relative;
    transition: all 700ms ease 0s;
}
.header-style-two.scrolled {
    background-color: #ffffff;
}
.header-style-two.scrolled::after {
    background: rgba(0, 0, 0, 0) url("../images/divider.jpg") repeat-x scroll center top;
    bottom: -15px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.header-style-two.scrolled .logo {
    top: 5px;
}
.header-style-two.scrolled .header-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 5px 0 15px;
}
.header-style-two.scrolled .header-inner::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.header-style-two .header-inner::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-2.png") repeat-x scroll center top;
    bottom: -15px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.header-style-two .logo {
    height: 0;
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.header-style-two .logo img {
    background-color: #ffffff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    display: inline-block;
    max-width: 350px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
#nav-menu {
    padding: 55px 10px 50px;
    position: relative;
    width: 100%;
    z-index:111;
}
#nav-menu .left-nav {
    float: left;
    position: relative;
    text-align: center;
    width: 50%;
}
#nav-menu .right-nav {
    float: right;
    position: relative;
    text-align: center;
    width: 31.5%;
}
#nav-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}
#nav-menu ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5%;
    position: relative;
    text-align: center;
    /* width: 33%; */
}
#nav-menu ul li ul {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    display: block;
    left: 35%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 200%;
    transition: all 500ms ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: 100;
}
#nav-menu ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#nav-menu ul li ul li ul {
    left: 100%;
    width: auto;
}
#nav-menu ul li:hover > ul li ul {
    top: 0;
}
#nav-menu ul li ul li {
    float: none;
    position: relative;
    width: 100%;
}
#nav-menu ul li ul li:last-child {
    border: medium none;
}
#nav-menu ul li ul li a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 15px;
    position: relative;
}
#nav-menu ul li a {
    color: #010101;
    display: block;
    font-family: aileron;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}
#nav-menu ul li:hover > a, #nav-menu ul li.current > a, #nav-menu ul li.current-menu-item > a {
    color: #f6c668;
}
.about-us {
    background: #ffffff url("../images/icons/transparent-image-6.png") no-repeat scroll -100px 20%;
    padding: 100px 0;
    position: relative;
}
.about-us .left-image {
    padding: 0 45px;
    text-align: center;
}
.about-us .left-image img {
    display: inline-block;
    max-width: 100%;
}
.about-us .text-content {
    padding: 70px 45px 30px;
}
.about-us .sec-title {
    background-image: none;
}
.sec-text {
    margin-bottom: 30px;
    position: relative;
}
.about-us .left-image .rotate-image {
    position: relative;
}
.about-us .left-image .rotate-image img {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: auto;
    left: 5%;
    padding: 10px;
    position: relative;
    width: 90%;
    z-index: 1;
}
.about-us:hover .left-image .rotate-image img {
    box-shadow: 0 0 5px 0 rgba(239, 72, 54, 1);
}
.about-us .left-image .rotate-image img.two {
    position: relative;
    z-index: 3;
}
.about-us .left-image .rotate-image img.one {
    left: 6%;
    position: absolute;
    top: 0;
    transform: rotate(-12deg);
}
.about-us:hover img.two {
    transform: rotate(2deg);
}
.about-us:hover .rotate-image img.one {
    transform: rotate(-15deg);
}
.special-recipes {
    padding: 0 0 30px;
    position: relative;
}
.special-recipes .recipes-box {
    margin: 0;
    position: relative;
}
.special-recipes .recipes-box .recipe * {
    transition: all 700ms ease 0s;
}
.special-recipes .recipes-box .recipe {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: 1% 0.1%;
    position: relative;
    width: 33.13%;
}
.special-recipes.style-two .recipes-box {
    margin-left: -2px;
    margin-right: -2px;
}
.special-recipes.style-two .recipes-box .recipe {
}
.special-recipes .recipes-box .image {
    display: block;
    overflow: hidden;
    position: relative;
}
.special-recipes .recipes-box .image img {
    display: block;
    position: relative;
    width: 100%;
}
.special-recipes .recipe:hover .image img {
    transform: scale(1.1, 1.1) rotate(5deg);
}
.special-recipes .recipes-box .image .overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.special-recipes .recipe:hover .overlay {
    background: rgba(239, 72, 54, 0.6) none repeat scroll 0 0;
}
.special-recipes .recipes-box .image .content {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.special-recipes .recipes-box .image .link {
    color: #ffffff;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.special-recipes .recipes-box .image .link a {
    color: #ffffff;
    display: block;
    position: relative;
    width: 100%;
}
.special-recipes .recipes-box .image .link .icon {
    display: inline-block;
    font-size: 48px;
    opacity: 0;
    position: relative;
    transform: scale(0, 0);
    vertical-align: middle;
}
.special-recipes .recipe:hover .image .link .icon {
    opacity: 1;
    transform: scale(1, 1);
}
.special-recipes .recipe .text-content {
    background-color: #fff;
    background-image: none !important;
    background-position: 110% 110%;
    background-repeat: no-repeat;
    padding: 38px 30px 32px;
    position: relative;
    text-align: center;
}
.special-recipes .recipe:nth-child(3) .text-content {
    background-image: url("../images/icons/transparent-image-2.png");
    background-position: 110% 110%;
}
.special-recipes .recipe:nth-child(4) .text-content {
    background-image: url("../images/icons/transparent-image-3.png");
    background-position: -10% 110%;
}
.special-recipes .recipe:nth-child(4) .text-content {
    background-image: url("../images/icons/transparent-image-4.png");
}
.special-recipes .recipe:nth-child(5) .text-content {
    background-image: url("../images/icons/transparent-image-5.png");
}
.special-recipes .recipe .text-content .icon {
    font-size: 42px;
    position: relative;
}
.special-recipes.style-two .recipe .text-content .icon {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 28px;
    height: 60px;
    line-height: 56px;
    margin: -66px auto 20px;
    text-align: center;
    width: 60px;
}
.special-recipes .recipe .text-content .rec-title {
    color: #010101;
    font-family: aileron;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
}
.special-recipes .recipe .text-content .rating {
    color: #f7874f;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
}
.special-recipes .recipe .text-content .short-desc {
    color: #606060;
    margin-bottom: 15px;
    position: relative;
}
.special-recipes .recipe .text-content .price {
    color: #ef4836;
    font-family: aileron;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
}
.special-recipes.style-two .recipe .text-content .price {
    margin-bottom: 0;
}
.our-services {
    background: #ffffff url("../images/icons/divider-1.png") repeat-x scroll center top;
    padding: 100px 0;
    position: relative;
}
.our-services .box-container {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    text-align: center;
}
.our-services .box-container .box {
    float: left;
    margin-bottom: 20px;
    padding: 0 30px;
    position: relative;
}
.our-services .box-container .box .image {
    display: block;
    position: relative;
}
.our-services .box-container .box .image img {
    display: inline-block;
    max-width: 100%;
    position: relative;
}
.our-services .box-container .box:hover .image img {
    opacity: 0.4;
    transform: rotate(45deg) scale(1.1, 1.1);
}
.our-services .box-container .box .image .zoom {
    background: rgba(0, 0, 0, 0) url("../images/icons/icon-image.png") no-repeat scroll center center / 36px 36px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.our-services .box-container .box:hover .image .zoom {
    opacity: 1;
    transform: rotate(-45deg);
}
.our-services .box-container .text-content {
    margin: 40px 0 20px;
    padding: 40px 0;
    position: relative;
}
.our-services .box-container .text-content::before {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-1.png") repeat-x scroll center top;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.our-services .box-container .text-content::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-1.png") repeat-x scroll center bottom;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.our-services .box-container .text {
    color: #606060;
    position: relative;
}
.our-services .box-container h3 {
    color: #010101;
    font-family: aileron;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.our-services .box-container h3 .icon {
    color: #ef4836;
    font-size: 20px;
    position: relative;
}

.our-services .box-container .read-more {
    color: #ef4836;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    position: relative;
    text-transform: uppercase;
}
.our-services .box-container .read-more .fa {
    font-size: 16px;
    left: 0;
    padding-left: 5px;
    position: relative;
}
.our-services .box-container .read-more:hover .fa {
    left: 5px;
}
.our-menu {
    padding: 100px 0;
    position: relative;
}
.our-menu::before {
}
.our-menu .image-right-top {
    content: "";
    display: none;
    position: absolute;
    right: -250px;
    top: 50px;
}
.our-menu .image-left-bottom {
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
}
.our-menu .col-container {
    padding-top: 70px;
    position: relative;
    text-align: center;
}
.our-menu .col-container .col {
    padding: 0 20px;
}
.our-menu .col-container .col:nth-child(2) {
    border-left: 1px solid #ebdec4;
    border-right: 1px solid #ebdec4;
}
.our-menu .col .menu-block {
    border-bottom: 1px solid #ebdec4;
    margin-bottom: 30px;
    padding: 0 20px 5px;
    position: relative;
}
.our-menu .col .menu-block:last-child {
    border: medium none;
}
.our-menu .col .menu-block:first-child {
    margin-top: -70px;
}
.our-menu .col .menu-block .title-icon {
    margin-bottom: 20px;
    position: relative;
}
.our-menu .col .menu-block .title-icon .icon {
    background: #ef4836 none repeat scroll 0 0;
    border: 5px solid #ffffff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    line-height: 30px;
    padding: 4px;
    position: relative;
    width: 48px;
}
.our-menu .col .menu-block .title {
    margin-bottom: 30px;
    position: relative;
}
.our-menu .col .menu-block .title h3 {
    color: #ef4836;
    font-family: aileron;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.our-menu .col .menu-block h4 {
    color: #010101;
    font-family: aileron;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-menu .col .menu-block p {
    color: #7a7a7a;
    margin-bottom: 20px;
}
.our-menu .col .menu-block h5 {
    color: #ef4836;
    font-family: aileron;
    font-size: 14px;
    margin-bottom: 30px;
}
.our-menu .theme-btn {
    margin-top: 80px;
}
.our-team {
    background: #ffffff url("../images/icons/divider-1.png") repeat-x scroll center bottom;
    padding: 100px 0;
    position: relative;
}
.our-team .box-container {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    text-align: center;
}
.our-team .box-container .member {
    border: 2px solid transparent;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    padding: 10px 25px 15px;
    position: relative;
    transition: all 500ms ease 0s;
}
.our-team .box-container .member .image {
    display: block;
    overflow: hidden;
    position: relative;
}
.our-team .box-container .member .image::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-4.png") no-repeat scroll center bottom;
    bottom: 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
}
.our-team .box-container .member:hover {
    border-color: rgba(239, 72, 54, 0.6);
    box-shadow: 0 0 2px 0 rgba(239, 72, 54, 0.6);
}
.our-team .box-container .member .image .icon {
    background: rgba(239, 72, 54, 0.7) none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    bottom: -80px;
    color: #ffffff;
    font-size: 50px;
    height: 80px;
    left: 0;
    line-height: 50px;
    padding: 15px 0;
    position: absolute;
    width: 100%;
}
.our-team .box-container .member:hover .image .icon {
    bottom: 0;
}
.our-team .box-container .member .image .icon span {
    display: inline-block;
    position: relative;
}
.our-team .box-container .member .image img {
    display: inline-block;
    max-width: 100%;
    position: relative;
}
.our-team .box-container .member .text-content {
    background: rgba(0, 0, 0, 0) url("../images/icons/line-three.png") no-repeat scroll center bottom;
    margin-bottom: 20px;
    padding: 40px 0 20px;
    position: relative;
}
.our-team .box-container .member h3 {
    color: #010101;
    font-family: aileron;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.our-team .box-container .member h4 {
    color: #606060;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    position: relative;
}
.our-team .box-container .member .social-links {
    position: relative;
}
.our-team .box-container .member .social-links a {
    color: #606060;
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
    position: relative;
}
.our-team .box-container .member .social-links a:hover {
    color: #ef4836;
}
.make-reservation {
    background: #ffffff none repeat scroll 0 0;
    padding: 100px 0;
    position: relative;
}
.make-reservation .image-right-top {
    display: none;
    position: absolute;
    right: 0;
    top: -50%;
}
.make-reservation h1 {
    color: #010101;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
}
.make-reservation .top-right-image {
    position: absolute;
    right: 0;
    top: -250px;
}
.make-reservation .form {
    border-left: 1px solid #e1e1e1;
    padding-left: 30px;
    position: relative;
}
.make-reservation .form-group {
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
}
.make-reservation input[type="text"], .make-reservation input[type="password"], .make-reservation input[type="email"], .make-reservation input[type="tel"], .make-reservation select, .make-reservation textarea {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #505050;
    display: block;
    font-family: aileron;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    padding: 9px 20px;
    position: relative;
    width: 100%;
}
.make-reservation select {
    cursor: pointer;
}
.make-reservation textarea {
    height: 200px;
    resize: none;
}
.make-reservation input.error {
    border-color: #ef4836;
}
.make-reservation label.error {
    display: none !important;
}
.make-reservation input[type="text"]:focus, .make-reservation input[type="password"]:focus, .make-reservation input[type="email"]:focus, .make-reservation input[type="tel"]:focus, .make-reservation select:focus, .make-reservation textarea:focus {
    border-color: #ef4836;
}
.make-reservation input[type="submit"], .make-reservation button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 24px;
    margin-right: 10px;
}
.make-reservation input[type="submit"]:hover, .make-reservation button[type="submit"]:hover {
    background: #f6c668 none repeat scroll 0 0;
}
.make-reservation button .icon {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}
.testimonials {
    background: #ffffff none repeat scroll 0 0;
    padding: 100px 0;
    position: relative;
}
.testimonials .slider-container {
    margin-left: -50px;
    margin-right: -50px;
    padding: 20px 50px;
    position: relative;
}
.testimonials .slide-item {
    float: left;
    position: relative;
}
.testimonials .owl-item.active:nth-child(1) .slide-item::after {
    background: #e1e1e1 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
}
.testimonials .slide-item .icon {
    color: #cfcfcf;
    font-size: 24px;
    margin-bottom: 22px;
    text-align: center;
}
.testimonials .slide-text {
    color: #606060;
    font-family: aileron;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
.testimonials .slide-item .avatar {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.testimonials .slide-item .author-info {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    text-align: left;
    top: 15px;
}
.testimonials .slide-item .author-info strong {
    font-size: 13px;
}
.testimonials .slide-item .author-info em {
    font-family: aileron;
    font-style: italic;
}
.testimonials .slide-item img {
    background: #ffffff none repeat scroll 0 0;
    border: 5px solid #ffffff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    max-width: 100%;
    width: auto;
}
.testimonials .slide-info {
    position: relative;
    text-align: center;
}
.testimonials .slide-item * {
    transition: all 500ms ease 0s;
}
.testimonials .owl-dots {
    margin-top: 50px;
    position: relative;
}
.testimonials .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #ebebeb;
    height: 12px;
    margin: 0 4px;
    width: 12px;
}
.testimonials .owl-dots .owl-dot.active span, .testimonials .owl-dots .owl-dot:hover span {
    background: #ffffff none repeat scroll 0 0 !important;
    border-color: #f0513f;
}
.testimonials .slide-item:hover .icon {
    border-color: #f0513f;
    color: #f0513f;
}
.testimonials .slide-item:hover .avatar img {
    border-color: #f0513f;
    box-shadow: 0 0 2px 0 rgba(239, 72, 54, 0.6);
    color: #f0513f;
}
.our-blog {
    background: #ffffff url("../images/icons/divider-1.png") repeat-x scroll center top;
    padding: 120px 0;
    position: relative;
}
.our-blog .blog-container {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}
.our-blog .blog-container .blog-post {
    margin-bottom: 30px;
    padding: 0 20px;
    position: relative;
}
.our-blog .blog-container .blog-post .inner {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.our-blog .blog-container .blog-post .inner:hover {
    border-color: #ef4836;
    box-shadow: 0 0 2px 0 rgba(239, 72, 54, 0.6);
}
.our-blog .blog-container .blog-post .image {
    display: block;
    overflow: hidden;
    position: relative;
}
.our-blog .blog-container .blog-post .image img {
    display: block;
    position: relative;
    width: 100%;
}
.our-blog .blog-container .blog-post:hover .image img {
    transform: scale(1.1, 1.1) rotate(-5deg);
}
.our-blog .blog-container .blog-post .image .overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.our-blog .blog-container .blog-post:hover .overlay {
    background: rgba(239, 72, 54, 0.6) none repeat scroll 0 0;
}
.our-blog .blog-container .blog-post .image .content {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.our-blog .blog-container .blog-post .image .link {
    color: #ffffff;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.our-blog .blog-container .blog-post .image .link a {
    color: #ffffff;
    display: block;
    position: relative;
    width: 100%;
}
.our-blog .blog-container .blog-post .image .link .icon {
    display: inline-block;
    font-size: 50px;
    opacity: 0;
    position: relative;
    transform: scale(0, 0);
    vertical-align: middle;
}
.our-blog .blog-container .blog-post:hover .image .link .icon {
    opacity: 1;
    transform: scale(1, 1);
}
.our-blog .blog-post .text-content {
    color: #606060;
    padding: 0 30px;
    position: relative;
}
.our-blog .blog-post .text-content .avatar {
    display: block;
    height: 50px;
    margin-bottom: 20px;
    margin-top: -25px;
    overflow: hidden;
    position: relative;
    width: 50px;
}
.our-blog .blog-post .text-content .date {
    background: rgba(0, 0, 0, 0) url("../images/icons/line-three.png") no-repeat scroll left bottom;
    color: #606060;
    font-family: aileron;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
}
.our-blog .blog-post .text-content .title {
    margin-bottom: 20px;
    position: relative;
}
.our-blog .blog-post .text-content .title h3 {
    color: #010101;
    font-family: aileron;
    font-size: 16px;
    font-weight: 700;
}
.our-blog .blog-post .text-content .title h3 a {
    color: #010101;
}
.our-blog .blog-post .text-content h3 a:hover {
    color: #f0513f;
}
.our-blog .blog-post .text-content .short-desc {
    margin-bottom: 25px;
    position: relative;
}
.our-blog .blog-post .continue-read {
    border-top: 1px solid #e1e1e1;
}
.our-blog .blog-post .continue-read a {
    color: #ef4836;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 25px;
    position: relative;
    text-transform: uppercase;
}
.our-blog .blog-post .continue-read a .fa {
    float: right;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.our-blog .blog-post .continue-read a:hover {
    background-color: #ef4836;
    color: #ffffff;
}
.dish-of-week {
    background-attachment: fixed;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    position: relative;
}
.dish-of-week::before {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-2.png") repeat-x scroll center top;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dish-of-week::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-3.png") repeat-x scroll center bottom;
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.dish-of-week .inner-wrap {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 860px;
    position: relative;
}
.dish-of-week .inner-wrap .left-side {
    float: left;
    position: relative;
    width: 50%;
}
.dish-of-week .inner-wrap .left-side .upper {
    background: rgba(0, 0, 0, 0) url("../images/icons/transparent-image-7.png") no-repeat scroll 150% 150%;
    padding: 40px;
    position: relative;
}
.dish-of-week .inner-wrap .right-side {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.dish-of-week .inner-wrap .right-side img {
    display: none;
    position: relative;
    width: 100%;
}
.dish-of-week .inner-wrap .title {
    background: rgba(0, 0, 0, 0) url("../images/icons/line-four.png") no-repeat scroll left bottom;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.dish-of-week .inner-wrap .title strong {
    color: #010101;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}
.dish-of-week .inner-wrap .title h2 {
    color: #ef4836;
    font-family: aileron;
    font-size: 52px;
    margin-bottom: 0;
    position: relative;
}
.dish-of-week .inner-wrap .text {
    margin-bottom: 20px;
    position: relative;
}
.dish-of-week .inner-wrap .rating {
    color: #f7874f;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
}
.dish-of-week .inner-wrap .slider {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #cccccc;
    padding: 30px 55px;
    position: relative;
}
.dish-of-week .inner-wrap .slider .item {
    float: left;
    position: relative;
}
.dish-of-week .inner-wrap .slider .item .img-wrap {
    background: rgba(255, 255, 255, 0.8) url("../images/icons/icon-image.png") no-repeat scroll center center / 32px 32px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 700ms ease 0s;
    width: 100%;
}
.dish-of-week .inner-wrap .slider .item:hover .img-wrap {
    opacity: 1;
}
.dish-of-week .inner-wrap .slider .item img {
    display: inline-block;
    max-width: 100%;
    position: relative;
    transition: all 700ms ease 0s;
    width: auto;
}
.dish-of-week .inner-wrap .slider .item:hover img {
    transform: rotate(90deg);
}
.dish-of-week .inner-wrap .owl-dots {
    display: none !important;
}
.dish-of-week .inner-wrap .owl-nav {
    height: 0;
    left: 0;
    position: absolute;
    top: 36%;
    width: 100%;
}
.dish-of-week .inner-wrap .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-size: 0;
    height: 20px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    text-indent: 100px;
    top: 0;
    width: 20px;
}
.dish-of-week .inner-wrap .owl-nav .owl-prev::before {
    color: #000000;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 20px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 20px;
}
.dish-of-week .inner-wrap .owl-nav .owl-next::before {
    color: #000000;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 20px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 20px;
}
.dish-of-week .inner-wrap .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-size: 0;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: 100px;
    top: 0;
    width: 20px;
}
.block.bp:last-child::after { 
    background: url("../images/icons/divider-footer.png") repeat-x;
    content: '';
    position: absolute;
    bottom: -6px;
}
.main-footer {
    background: #282624;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}
.main-footer .newsletter {
    border-bottom: 1px dashed #303335;
    padding: 40px 0 30px;
    position: relative;
}
.main-footer .newsletter h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
.main-footer .newsletter h3 {
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    position: relative;
}
.main-footer .newsletter .form {
    position: relative;
}
.main-footer .newsletter .form .form-group {
    margin: 0;
    padding: 0;
    position: relative;
}
.main-footer .newsletter .form input[type="text"], .main-footer .newsletter .form input[type="email"] {
    background: #2f2d2b none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: aileron;
    font-size: 13px;
    font-style: italic;
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}
.main-footer .newsletter .form input[type="text"]:focus, .main-footer .newsletter .form input[type="email"]:focus {
    background: #353230 none repeat scroll 0 0;
}
.main-footer .newsletter .form input[type="submit"], .main-footer .newsletter .form button[type="submit"] {
    background: #ef4836 url("../images/icons/icon-newsletter.png") no-repeat scroll center center;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
}
.main-footer .newsletter .form input[type="submit"]:hover, .main-footer .newsletter .form button[type="submit"]:hover {
    background-color: #d12b19;
}
.main-footer .middle {
    color: #91999d;
    margin-left: -50px;
    margin-right: -50px;
    padding: 40px 0;
    position: relative;
}
.main-footer .middle h3 {
    color: #ffffff;
    font-family: aileron;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.main-footer a {
    color: #ffffff;
}
.main-footer .middle .col {
    float: left;
    padding: 0 50px;
    position: relative;
    width: 33.333%;
}
.main-footer .middle .col:nth-child(1) {
}
.main-footer .middle .col:nth-child(2) {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #303335;
    border-image: none;
    border-style: none dashed;
    border-width: medium 1px;
}
.main-footer .middle .about .info li {
    margin-bottom: 10px;
    position: relative;
}
.main-footer .middle .about .info .icon {
    color: #f6c668;
    position: relative;
}
.main-footer .middle .twitter-feeds {
    position: relative;
}
.main-footer .middle .twitter-feeds .feed {
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
.main-footer .middle .twitter-feeds .feed .icon {
    background-color: #ffffff;
    color: #f6c668;
    font-size: 32px;
    left: 0;
    position: absolute;
    top: 10px;
}
.main-footer .middle .twitter-feeds .feed .date {
    color: #576673;
    display: block;
    font-family: aileron;
    font-style: italic;
    position: relative;
}
.main-footer .middle .contact-form {
    position: relative;
}
.main-footer .middle .contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}
.main-footer .middle .contact-form input[type="text"], .main-footer .middle .contact-form input[type="email"], .main-footer .middle .contact-form input[type="password"], .main-footer .middle .contact-form input[type="url"], .main-footer .middle .contact-form input[type="tel"], .main-footer .middle .contact-form textarea {
    background: #2f2d2b none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: aileron;
    font-size: 13px;
    font-style: italic;
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}
.main-footer .middle .contact-form textarea {
    height: 150px;
    resize: none;
}
.main-footer .middle .contact-form .form-group input.error, .main-footer .middle .contact-form .form-group textarea.error {
    border-color: #ef4836;
}
.main-footer .middle .contact-form .form-group label.error {
    color: #ef4836;
    font-weight: 400;
    padding-top: 12px;
}
.main-footer .middle .contact-form input[type="text"]:focus, .main-footer .middle .contact-form input[type="email"]:focus, .main-footer .middle .contact-form input[type="password"]:focus, .main-footer .middle .contact-form input[type="url"]:focus, .main-footer .middle .contact-form input[type="tel"]:focus, .main-footer .middle .contact-form textarea:focus {
    background: #353230 none repeat scroll 0 0;
}
.main-footer .middle .contact-form input[type="submit"], .main-footer .middle .contact-form button[type="submit"] {
    float: right;
    padding: 8px 42px;
    position: relative;
}
.main-footer .bottom {
    border-top: 1px dashed #303335;
    padding: 25px 0;
    position: relative;
}
.main-footer .bottom .copyright {
    color: #ffffff;
    float: left;
    font-weight: 600;
    position: relative;
}
.main-footer .bottom .social {
    float: right;
    position: relative;
}
.main-footer .bottom .social a {
    border: 1px solid #303335;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 32px;
}
.main-footer .bottom .social a:hover {
    background-color: #f6c668;
    border-color: #f6c668;
}
.blog {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #434343;
    padding: 180px 0 100px;
}
.blog-list {
    background: #101111 url("../images/bg/slider-bg.jpg") no-repeat fixed center top;
    height: 460px;
    position: relative;
}
.blog p {
    font-size: 15px;
    margin: 0 0 15px;
}
.blog .post {
    background-color: #ffffff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}
.blog .col-md-8 {
    padding-right: 0;
}
.blog .post-content {
    background-color: #ffffff;
    padding: 30px 40px;
}
.post-content i {
    font-family: aileron;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
}
.post-item h2 {
    font-family: aileron;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: left;
}
.post-item h2, .post-item h2 a {
    color: #38132c;
    font-family: aileron;
    font-weight: bold;
}
.post-item h2:hover, .post-item h2 a:hover {
    color: #ef4836;
}
.blog .posted-date {
    color: #ef4836;
    margin-top: 15px;
}
.single .posted-date {
    margin-bottom: 15px;
    margin-top: 0;
}
.post-nav {
    margin-top: -40px;
    text-align: center;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ef4836;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    margin: 0 4px;
}
.pagination > li > a:hover, .pagination > li.active {
    background: #38132c none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #38132c none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
}
.share-btn .btn {
    margin-right: 10px;
}
.sidebar {
    margin-left: 20px;
    margin-top: 73px;
}
.sidebar .widget {
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 30px;
    position: relative;
}
.search {
    margin-bottom: 30px;
    position: relative;
}
.search form {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    height: 70px;
    padding: 20px 30px;
}
.search input[type="search"]::-moz-placeholder {
    color: #38132c;
}
.search input[type="search"] {
    border: medium none;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
}
.search input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll 0 0 / 100% 100%;
    border: medium none;
    bottom: 20px;
    height: 30px;
    position: absolute;
    right: 15px;
    text-indent: -999999px;
    width: 30px;
}
.sidebar .widget h2 {
    color: #cccccc;
    font-family: aileron;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
}
.sidebar .widget h3, .sidebar .widget h3 a {
    color: #38132c;
    font-family: aileron;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.sidebar .widget h3, .sidebar .widget h3 a {
    display: block;
    font-size: 16px;
    margin: 0;
}
.sidebar .widget h3:hover, .sidebar .widget h3 a:hover {
    color: #ef4836;
}
.sidebar .widget img {
    left: 30px;
    position: absolute;
}
.sidebar .widget li {
    margin-bottom: 20px;
}
.sidebar .category-list li {
    margin-bottom: 0;
}
.sidebar .widget .content {
    margin-left: 100px;
    min-height: 85px;
}
.category-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 16px 0;
}
.author {
    background-color: #ffffff;
    margin-bottom: 40px;
    min-height: 275px;
    position: relative;
}
.author img {
    position: absolute;
}
.author-comment {
    margin-left: 260px;
    padding: 30px;
}
.author-comment h5 {
    font-size: 18px;
}
.title-head {
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 40px;
}
.comment-list li {
    margin: 0 0 90px;
    position: relative;
}
.comment-list li img {
    border-radius: 50%;
    height: 130px;
    position: absolute;
    width: 130px;
}
.comment-details {
    margin-left: 180px;
}
.blog .comments {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
}
.blog .comments::before {
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 0 0 30px 30px;
    content: "";
    display: block;
    left: 165px;
    position: absolute;
    top: 50px;
    transform: rotate(-45deg);
    width: 0;
    z-index: 1;
}
.blog .comments p {
    font-family: aileron;
    font-size: 15px;
    margin-bottom: 0;
}
.comment-meta {
    min-height: 50px;
}
.comment-meta .user-name {
    float: left;
    font-weight: 700;
    width: 50%;
}
.comment-meta .posted-date {
    float: right;
    text-align: right;
    width: 50%;
}
.reply {
    background: #38132c none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    float: right;
    font-weight: 700;
    height: 30px;
    margin: 0 40px;
    padding: 4px 30px;
    text-transform: uppercase;
}
.reply:hover {
    background: #ef4836 none repeat scroll 0 0;
    color: #fff;
}
.comments-form .btn {
    text-transform: uppercase;
}
.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ef4836 !important;
    border-radius: 4px;
    display: block;
    height: 54px;
    line-height: 52px;
    margin-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 16px;
    margin-top: 12px;
    padding: 15px 12px;
    width: 85%;
}
.comment-area textarea {
    height: auto;
    line-height: 20px;
    min-height: 180px;
    width: 98%;
}
.comment-area button {
    margin-right: 15px;
}
.go-to-top {
    border: 1px solid #888888;
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 12px;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 40px;
}
.go-to-top:hover {
    background: #f6c668 none repeat scroll 0 0;
    border: medium none #f6c668;
    box-shadow: 0 0 5px 1px #f6c668;
    color: #ffffff;
}
.menu-block {
    display: block;
    padding-bottom: 40px;
}
.menu-block:last-child {
    border: 0 none;
    padding-bottom: 0;
}
.s-menu {
    margin-top: -20px;
}
.menu-block:last-child {
    margin: 0;
}
.menu-items {
    margin-bottom: 15px;
}
.menu-inner {
    border: 1px solid #efe9d1;
    border-radius: 4px;
    line-height: 2em;
    padding: 0;
    position: relative;
    text-align: left;
}
.menu-items img {
    border-radius: 4px 0 0 4px;
    height: 105px;
    max-width: 100%;
}
.menu-item-name, .menu-item-price {
    padding-top: 10px;
}
.menu-item-name, .menu-item-price {
    height: 105px;
    position: relative;
}
.mt-inner {
    left: 50%;
    padding-left: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.menu-inner.highlight {
    border-color: #ffd354;
    position: relative;
}
.menu-high {
    background-color: #ffd354;
    bottom: 0;
    color: #fff;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.7em;
}
.menu-item-name h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}
.menu-item-price span {
    display: block;
}
.menu-item-price {
    text-align: center;
}
.menu-item-price span.price {
    font-weight: bold;
}
.sec-text p {
    line-height: 2em;
}
.menu-img, .menu-item-price {
    padding: 0;
}
.menu-title {
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    display: block;
    font-family: aileron;
    font-size: 60px;
    font-weight: bold;
    height: 250px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.menu-title span {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
.inner-section {
    margin-top: 110px;
}
.inner-title {
    background-size: cover;
    color: #fff;
    display: block;
    font-family: aileron;
    font-size: 55px;
    font-weight: bold;
    height: 250px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.inner-title span {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.module.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: aileron;
    height: 300px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
}
.sub-module {
    height: 130px !important;
    margin: 0 auto;
    max-width: 1170px;
}
.module.parallax span {
    color: #fff;
    display: block;
    font-size: 52px;
    font-weight: 700;
    left: 50%;
    line-height: 1.5em;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.sub-module span {
    font-size: 34px !important;
}
.module.parallax-1 {
    background-image: url("../images/menus/thali.jpg");
}
.module.parallax-2 {
    background-image: url("../images/menus/desserts.jpg");
}
.module.parallax-3 {
    background-image: url("../images/menus/snacks.jpg");
}
.module.parallax-4 {
    background-image: url("../images/catering-bg.jpg");
}
.module.parallax-5 {
    background-image: url("../images/reserve-bg.jpg");
}
#catering ul {
    line-height: 2em;
}
.res-desc {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}
@media (max-width: 768px) {
.inner-section {
    margin-top: 50px;
}
.inner-title {
    font-size: 35px;
}
}
@media (max-width: 991px) {
.module.parallax span {
    font-size: 30px;
}
}
#about-us {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 0 50px;
}
.make-reservation {
    padding: 50px 0;
}
.k-block {
    margin: 10px 0;
    position: relative;
}
.k-text {
    background: rgba(0, 0, 0, 0.67) none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 25px;
    left: 30px;
    padding: 5px 10px;
    position: absolute;
}
.k-desc {
    font-size: 14px;
    margin-top: 5px;
}
.k-big {
    height: 420px;
}
.k-medium {
    height: 200px;
    overflow: hidden;
}
.k-small {
    height: 200px;
    overflow: hidden;
}
.k-img img {
    width: 100%;
}
.my-kamat {
    padding: 0 0 80px;
}
.k-block:hover {
    opacity: 0.8;
    transition: all 0.5s ease-in-out 0s;
}
.k-block a {
    text-decoration: none;
}
@media (max-width: 580px) {
.k-small {
    float: none;
    width: auto;
}
.k-block {
    height: auto !important;
}
.k-img img {
    height: auto !important;
    width: 100%;
}
}
.sec-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 0 10px;
}
.sec-title::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 15px auto 0;
    width: 15%;
}
.logo {
    z-index: 9999;
}
img {
    width: 100%;
}

.footer-logo {
    width: 76px;
    height: 91px;
}
.gal-wrap {
    list-style-type: none;
    margin: 0 -15px 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.gal-box {
    padding: 0 15px;
}
.gal-item {
    box-shadow: 0 0 5px #ddd;
    margin: 15px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.gal-item img {
    height: 250px;
    width: 100%;
}
.gal-item:hover .caption {
    opacity: 1;
}
.gal-item:hover img {
    opacity: 1;
    transform: scale(1.15, 1.15);
}
.gal-wrap img {
    float: left;
    margin: 0;
    padding: 0;
    z-index: 4;
}
.gal-wrap .caption {
    background-color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.45s ease-in-out 0s;
    width: 100%;
}
.gal-wrap img {
    transition: all 0.25s ease-in-out 0s;
}
.gal-wrap .caption-text h1 {
    font-size: 24px;
    text-transform: uppercase;
}
.gal-wrap .caption-text {
    color: #fff;
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}
@media (max-width: 550px) {
.gal-box {
    float: none;
    padding: 5px 0;
    width: auto;
}
.gal-wrap {
    margin: 0;
}
}
.slider2 img {
    height: 400px;
}
.slider2 {
    margin: 0 auto;
    position: relative;
    width: 700px;
}
.mdetail {
    margin: 30px auto;
    width: 700px;
}
.cmap {
    margin-top: 30px;
}
.left-img {
    margin: 5px 0 10px;
}
.left-img img {
    border: 8px solid #fff;
    outline: 1px solid #efeb97;
}
img.bdr-img {
    border: 8px solid #fff;
    outline: 1px solid #efeb97;
}
.block {
    margin: 25px 0px 0px 0px;
    position: relative;
}
.block:first-child {
    padding-top: 125px;
}
.block.bp {
    padding: 80px 0;
}
.block-inner {
}
.block.bp .block-inner {
    line-height: 2em;
}
.bp-inner {
    /* background: #fff none repeat scroll 0 0; */
    margin: 0 auto;
    position: relative;
}
.bp-inner img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}
.bp-inner h3 {
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.bp-inner .left-side {
    float: left;
    padding: 30px;
    position: relative;
    width: 50%;
    background-color: #fff;
}
.bp-inner .right-side {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.block-inner p {
    line-height: 2em;
}
.block.bp {
    background-attachment: fixed;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.block .text-content {
    background: #fff none repeat scroll 0 0;
}
.block .text-content.our-loc {
    background-color: transparent;
}
.block.bp::before {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-2.png") repeat-x scroll center top;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.block.bp::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/divider-3.png") repeat-x scroll center bottom;
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.our-loc .fa {
    color: #f6c668;
    font-size: 35px;
    margin-right: 15px;
}
.our-loc a .fa {
    color: #f6c668;
}
.our-loc h3 {
    color: #010101;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.loc-img {
    margin-bottom: 20px;
    
    
}
a.map-link {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    display: inline-block;
    float: left;
    font-size: 13px;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 5px 13px;
    text-decoration: none;
    text-transform: uppercase;
}
a.map-link:hover {
    background-color: #f6c668;
    border-color: #f6c668;
    color: #fff;
}
@media (max-width: 768px) {
.bp-inner .left-side {
    float: none;
    width: 100%;
	
    min-height: 10px!important;
}
.bp-inner .right-side {
    bottom: auto;
    top: auto;
    position: relative;
    right: auto;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0;
}
.left-img {
    margin-bottom: 30px;
}
}
.image img {
    height: 230px !important;
}
#more2 {
    clear: both;
    display: block;
    text-align: center;
}
#more2 a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #444;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.loadimg {
    text-align: center;
}
.loadimg img {
    max-width: 100%;
    width: 64px !important;
}
.rbutton {
    border: 1px solid #d5c9a4;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 1.2rem;
    outline: 0 none;
    padding: 1.2rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
#nav-menu ul.submenu li a {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    padding: 0 2px;
    text-align: left !important;
    text-transform: lowercase;
}
#nav-menu ul.submenu li:last-child a {
    border: 0 none;
}
#nav-menu ul.submenu li a::first-letter {
    text-transform: uppercase;
}
#nav-menu ul.submenu li {
    padding: 0 13px;
}
.loc-inner {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
    background-color: #fff;
	height: 780px;
}
.our-loc h1 {
    color: #fff;
}

.our-loc .sec-title::after { background:#fff;}
.loc-img img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    width: 100%;
}
.loc-details {
    padding: 0 15px 15px;
}
.loc-block {
    margin-bottom: 20px;
}
#s_32 .sec-title h1 {
    color: #fff;
}
#s_32 .sec-title::after {
    background: #fff none repeat scroll 0 0;
}
.bp-inner .left-side {
    min-height: 420px;
}

/* menu banner */

.menu-banner{
	width:auto;
	height:100px;
	}

@media (max-width: 768px) {
#nav-menu {z-index:9999;}
.header-style-two { position:fixed!important;}
#nav-menu { max-height:410px; overflow-y:scroll; overflow: -moz-scrollbars-none;}
#nav-menu::-webkit-scrollbar { 
    display: none; 
}
#nav-menu ul li ul li ul {
    box-shadow: none;
    left: 0;
}
#nav-menu ul li {
    box-shadow: none;
    text-align: left;
}
li.dropdown > a {
    padding: 10px 15px !important;
}
}

.tp-leftarrow.preview4:after {
    transform: none !important;
}
.tp-rightarrow.preview4:after {
    transform: none !important;
    
}

.tp-leftarrow.preview4:hover:after, .tp-rightarrow.preview4:hover:after { opacity:0.4; background:#000;}

#more2:before {
    content: '';
    clear: both;
    width: 100%;
    display: block;
    height: 25px;
}

/*
@media (max-width:600px) {
    .menu-item-name, .menu-item-price, .menu-items img { height:75px;}
    .menu-item-name { width: 58%;}
    .menu-item-name h3 {font-size:14px;}
    .menu-item-price {font-size:13px;}
}

@media (max-width:400px) {
    .menu-item-name { width: 55%;}
    
}

*/

@media (min-width:1020px) {
	.header-style-two.scrolled #nav-menu {
	    padding: 45px 20px 30px !important;
	}
	.header-style-two.scrolled .logo img { max-width:300px !important;}
}








@media (min-width:768px) and (max-width:991px) {
    .menu-item-name, .menu-item-price { height:auto;}
    .menu-item-name h3, .menu-item-price { font-size:80%; line-height:2em;}
    .menu-item-name h3 { margin:0;}
    .menu-desc p {font-size:70%;}
        .menu-img {padding:15px 0 15px 15px;}
    .menu-img img { border-radius:0;}
    .menu-item-price { padding-top:10px; z-index:111; margin-bottom:20px;}
    .mt-inner { position:relative; transform:none; left:auto; right:auto; padding:0;}
    .menu-items img { height:auto;}
    .menu-high { font-size:60%; padding:3px; line-height:1em;}
	.menu-items:nth-child(2n+1) { clear:both;}
}

@media (max-width:550px) {
    .menu-item-name, .menu-item-price { height:auto;}
    .menu-item-name h3, .menu-item-price { font-size:80%; line-height:2em;}
    .menu-item-name h3 { margin:0;}
    .menu-desc p {font-size:80%;}
    .menu-item-price { padding-top:10px; z-index:111; margin-bottom:20px;}
    .mt-inner { position:relative; transform:none; left:auto; right:auto; padding:0;}
    .menu-items img { height:auto;}
    .menu-high { font-size:60%; padding:3px; line-height:1em;}
}

@media (max-width:510px) {
    .menu-img {padding:15px 0 15px 15px;}
    .menu-img img { border-radius:0;}
    .menu-desc p {font-size:85%;}
	.menu-item-price {margin-bottom:12px;}
}

@media (max-width: 767px) {
	.header-style-two .logo { z-index:99999;}
}
/*
@media (min-width: 768px) {
	.main-slider h1 { margin-top: 150px !important;}
}
*/

.main-slider {font-family: 'Bitter', serif;}

.main-slider h1 { text-shadow: 1px 1px 1px #666; }