/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home section
 6.About section
 7.Today's Special section
 8.Menu section
 9.Reservation section
 10.Team section
 11.Statistic section
 12.Gallery section
 13.Contact section
 14.Blog section
 15.Single post section
 16.footer
 17.Responsive part
-------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Playfair+Display:400,400i,700,700i,900,900i|Rubik:300,300i,400,400i,500,700');


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

@font-face {
  font-family: "Playfair Display", serif;
  src: url(fonts/Courgette-Regular.ttf);
}

.bgh {
  color: #fff;
}
.card.c1:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.card.c2:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.card.c3:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

@import url('http://fonts.cdnfonts.com/css/courgette');
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; height:750px !important;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #3b2313;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  
}

li.tp-revslider-slidesli.active-revslide {
  z-index: -1 !important;
}

.logo-pic {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: 0px;
}
section#menu-section .menu-box ul.menu-list-items li .list-content p span {
  float: right;
  color:#3b2313;
}

section#menu-section .menu-box ul.menu-list-items li .list-content p small { display: block; font-size: 85%; color: #3b2313; font-weight: 400;}

.navbar-header {
  position: relative;
  z-index: 2;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0px 0px 8px;
  letter-spacing: 2.5px; position:absolute; top:0px;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #fff !important;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 30px 20px 28px;
  position: relative;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #ffc40d  !important;
}
.navbar-nav > li > a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #ffc40d ;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a.active:before {
  opacity: 1 !important;
  visibility: visible !important;
}
.navbar-nav > li > a.open-search {
  padding-right: 15px;
}
.navbar-nav > li > a.open-search:before {
  display: none;
}
header.active .navbar-brand {
  padding: 14px 15px 17px;
}
header.active .navbar-nav > li > a {
  padding: 27px 15px 23px;
}
header.active .navbar-nav > li > a.open-search,
header.active .navbar-nav > li.shopping-cart > a,
header.active .navbar-nav > li > a.open-fixed-sidebar {
  padding-left: 0px;
  padding-right: 15px;
}
.team-box.owl-wrapper {
  width: 500px;
  margin: 0 auto;
}



.tp-caption.small_text{margin-top:-80px !important; font-size:25px !important;}

.owl-item{width:50% !important;}
div#bs-example-navbar-collapse-1 {
 width: 100%;
  margin: 0 auto;
}
.navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-collapse {
  position: relative;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 10px;
  width: 200px;
  background: #3b2313;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 15px;
  color: #999999;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #3b2313;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
p {
  font-size: 15px;
  color: #222;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
}
h1 {
  color: #222222;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}
h2 {
  color: #222222;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 15px 0 0px;
  line-height: 20px;
}
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  content & Home section
/*-------------------------------------------------*/
.title-section {
  text-align: center;
  margin-bottom: 70px;
}
.title-section h1 {
  color: #222222;
  font-size: 40px;
  font-family: "Playfair Display", serif;;
                                                
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.title-section h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #dca700;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ccc;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #eee;
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-align: center;
}

.tp-caption.finewide_medium_white.lft.tp-resizeme.rs-parallaxlevel-0.start{padding:0px !important;}
#home-section .tp-caption.finewide_medium_white {
  color: #FFF;
  min-width: 820px;
  text-shadow: none;
  font-size: 70px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  background-color: none;
  text-decoration: none;
  text-transform: initial;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  letter-spacing: -1px;
  padding: 50px 0 ;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  text-align: center;

}

.tp-caption{margin-top:70px ; }
#home-section .tp-caption.finewide_medium_white span {
  color: #f4b350 !important;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}
#home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #6b6766;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #3b2313;
  border-color: transparent;
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  About section
/*-------------------------------------------------*/
section#about-section {
  padding: 100px 0 60px;
}
section#about-section .about-box {
  margin-bottom: 50px;
}
section#about-section .about-box h1 {
  font-size: 30px;
}
section#about-section .rest-about-box {
  padding-top: 70px;
  padding-left: 50px;
  max-width: 500px;
}
section#about-section .rest-about-box > p {
  margin-bottom: 25px;
}
section#about-section .rest-about-box > p span {
  color: #333333;
}
section#about-section .rest-about-box .about-time p {
  color: #3b2313;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}
section#about-section .rest-about-box .about-time span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}
section#about-section .image-holder {
  overflow: hidden;
}
section#about-section .image-holder img {
  width: 53%;
  height: auto;
  float: right;
}
section#about-section .image-holder img.snd-img {
  float: left;
  width: 46%;
  height: auto;
  margin-top: 30px;
}
section#about-section .about-box.left-content .rest-about-box {
  padding-left: 0;
  padding-right: 50px;
  padding-top: 70px;
}
/*-------------------------------------------------*/
/* =  Today's Special section
/*-------------------------------------------------*/
section#special-section {
  padding: 100px 0;
  background: #3b2313;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#special-section .today-special-box .food-line {
  overflow: hidden;
}
section#special-section .today-special-box .food-post {
  width: 50%;
  float: left;
  padding: 0;
}
section#special-section .today-special-box .food-post .inner-food-post {
  display: flex;
}
section#special-section .today-special-box .food-post .inner-food-post .food-gal {
  width: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-gal img {
  width: 100%;
  height: auto;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content {
  width: 50%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 {
  color: #222222;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a:hover {
  color: #ffffff;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box p {
  margin-bottom: 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.price {
  display: block;
  color: #3b2313;
  font-size: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.category {
  display: inline-block;
  color: #222222;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  margin: 0;
}
section#special-section .today-special-box .food-line:nth-child(2n+2) .food-post .inner-food-post {
  flex-direction: row-reverse;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-gal {
  opacity: 1;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content {
  background-color: #ffc40d;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box p {
  color: #1e1e1e;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box span.price {
  color: #1e1e1e;
}

section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box span.category {
  color: #fff;
}

section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box h2 a {
  color: #1e1e1e;
}
section#special-section .today-special-box .owl-carousel {
  margin-bottom: 60px;
}
section#special-section .today-special-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -60px;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page.active span,
section#special-section .today-special-box .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}
/*-------------------------------------------------*/
/* =  Menu section
/*-------------------------------------------------*/
section#menu-section {
  padding: 100px 0;
}
section#menu-section .menu-box ul.nav-tabs {
  border: none;
  text-align: center;
}
section#menu-section .menu-box ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
section#menu-section .menu-box ul.nav-tabs li a {
  display: inline-block;
  border: none;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 30px;
  margin: 0 2px;
  background: #ffc40d;
  border: 1px solid transparent;
  border-bottom: none;
}
section#menu-section .menu-box ul.nav-tabs li.active a {
  background: #e3e3e3;
  color: #222222;
  border: 1px solid #efefef;
  border-bottom: none;
  margin-bottom: -1px;
}
section#menu-section .menu-box .tab-content {
  padding: 60px;
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0 25px 35px #f7f7f7;
  -webkit-box-shadow: 0 25px 35px #f7f7f7;
  -moz-box-shadow: 0 25px 35px #f7f7f7;
  -o-box-shadow: 0 25px 35px #f7f7f7;
}
section#menu-section .menu-box ul.menu-list-items {
  margin: 0;
  padding: 0;
}
section#menu-section .menu-box ul.menu-list-items li {
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section#menu-section .menu-box ul.menu-list-items li .list-image {
  float: left;
  width: 70px;
  position: relative;
}
section#menu-section .menu-box ul.menu-list-items li .list-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#menu-section .menu-box ul.menu-list-items li .list-image span {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #3b2313;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  margin: 0;
}
section#menu-section .menu-box ul.menu-list-items li .list-content {
  margin-left: 100px;
  padding-top: 8px;
}
section#menu-section .menu-box ul.menu-list-items li .list-content h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
section#menu-section .menu-box ul.menu-list-items li .list-content h2 span {
  float: right;
  color: #3b2313;
}
section#menu-section .menu-box ul.menu-list-items li .list-content p {
  max-width: 360px;
  font-size: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
    padding: 6px 0px;
}
section#menu-section .menu-box ul.menu-list-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/*-------------------------------------------------*/
/* =  Reservation section
/*-------------------------------------------------*/
section#reservation-section {
  padding: 100px 0;
  background: url('../upload/ban4.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#reservation-section .title-section {
  text-align: left;
  margin-bottom: 40px;
}
section#reservation-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}
section#reservation-section .reservation-box form.reservation-form {
  text-align: left;
  max-width: 370px;
}
section#reservation-section .reservation-box form.reservation-form label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}
section#reservation-section .reservation-box form.reservation-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0 0 15px;
  color: #999999;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  outline: none;
}
section#reservation-section .reservation-box form.reservation-form input[type="submit"] {
  background: transparent;
  color: #ffc40d;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #ffc40d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 25px 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 15px 0 0;
}
section#reservation-section .reservation-box form.reservation-form input[type="submit"]:hover {
  background: #ffc40d;
  color: #000;
}
/*-------------------------------------------------*/
/* =  Team section
/*-------------------------------------------------*/
section#team-section {
  padding: 100px 0;
}
section#team-section .team-box .team-post {
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post .team-gal {
  margin-bottom: 30px;
}
section#team-section .team-box .team-post .inner-team-post .team-gal img {
  width: 100%;
}
section#team-section .team-box .team-post .inner-team-post h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post span {
  display: inline-block;
  color: #999999;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-size: 15px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
section#team-section .team-box .team-post .inner-team-post span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post p {
  margin-bottom: 16px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons {
  margin: 0;
  padding: 0;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a:hover {
  color: #3b2313;
}
section#team-section .team-box .team-post:hover .inner-team-post h2 {
  color: #3b2313;
}
section#team-section .team-box .team-post:hover .inner-team-post span:after {
  background: #3b2313;
}
section#team-section .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: initial;
  margin-top: 0;
  bottom: 0px;
}
section#team-section .owl-theme .owl-controls .owl-buttons {
  display: none;
}
section#team-section .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}
section#team-section .owl-theme .owl-controls .owl-page.active span,
section#team-section .owl-theme .owl-controls .owl-page:hover span {
  border-color: #3b2313;
  background-color: #3b2313;
}
/*-------------------------------------------------*/
/* =  Statistic section
/*-------------------------------------------------*/
section.statistic-section {
  padding: 100px 0 80px;
  background: url('../upload/ban2.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.statistic-section .statistic-box {
  text-align: center;
}
section.statistic-section .statistic-post {
  margin-bottom: 20px;
}
section.statistic-section .statistic-post h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  margin: 0 0 10px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
section.statistic-section .statistic-post p {
  color: #777777;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  line-height: inherit;
}
section.statistic-section .statistic-post span.timer {
  display: inline-block;
  color: #f4b350;
  font-size: 40px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
/*-------------------------------------------------*/
/* =  Gallery section
/*-------------------------------------------------*/
section#gallery-section {
  padding-top: 100px; background:#e3e1e1;
}
section#gallery-section .title-section {
  margin-bottom: 30px;
}
section#gallery-section .gallery-box .gal-project {
  width: 25%;
  overflow: hidden;
  position: relative;
}
section#gallery-section .gallery-box .gal-project img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
section#gallery-section .gallery-box .gal-project .hover-gal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal {
  width: 100%;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal h2 {
  color: #fff;
  margin-bottom: 3px;
  text-transform: uppercase;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}
section#gallery-section .gallery-box .gal-project:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section#gallery-section .gallery-box .gal-project:hover .hover-gal {
  opacity: 1;
  visibility: visible;
}
ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
ul.filter li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #6e6e6e;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #3b2313;
}
ul.filter li:before {
  content: '/';
  display: inline-block;
  color: #bbb;
  font-size: 11px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  margin-right: 10px;
}
ul.filter li:first-child:before {
  display: none;
  margin-right: 0;
}
/*-------------------------------------------------*/
/* =  Contact section
/*-------------------------------------------------*/
section#contact-section .upper-part {
  padding: 100px 0 60px;
  background: #262626;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#contact-section .upper-part .widget-area .info-widget {
  margin-bottom: 40px;
  text-align: center;
}
section#contact-section .upper-part .widget-area .info-widget h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 25px;
}
section#contact-section .upper-part .widget-area .info-widget p {
  margin-bottom: 15px;
  color: #ccc;
}
section#contact-section .upper-part .widget-area .info-widget p span {
  color: #ffffff;
  display: block;
}
section#contact-section .upper-part .widget-area .info-widget p span.time {
  color: #fff;
}
section#contact-section .upper-part .widget-area .info-widget ul.social-icons {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
section#contact-section .upper-part .widget-area .info-widget ul.social-icons li {
  display: inline-block;
  margin: 0 1px;
}
section#contact-section .upper-part .widget-area .info-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #bbb;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #bbb;
}

.navbar-brand>img {
  display: block;
  margin-top: 0px;
  width: 100%;
}

.navbar-brand {
  width: 140px;
 
}

section#contact-section .upper-part .widget-area .info-widget ul.social-icons li a:hover {
  color: #000;
  border-color: transparent;
  background: #ffc40d;
}
section#contact-section .map {
  height: 380px;
}
#contact-form {
  margin: 0;
  padding-top: 7px;
}
#contact-form input[type="text"],
#contact-form textarea {
  display: block;
  width: 100%;
  padding: 11px 20px;
  background: #ffffff;
  color: #999999;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  outline: none;
  border: 1px solid transparent;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#contact-form textarea {
  height: 90px;
}
#contact-form input[type="submit"] {
  color: #999999;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #999999;
  padding: 10px 40px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#contact-form input[type="submit"]:hover {
  background: #ffc40d;
  border-color: transparent;
  color: #000;
}
.submit-area {
  text-align: center;
}
.alert-success,
.alert-danger {
  padding: 10px 20px;
  margin-top: 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
/*------------------------------------------------- */
/* =  News section */
/*------------------------------------------------- */
section.blog-section {
  padding: 100px 0;
}
section.blog-section .blog-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
section.blog-section .blog-box .blog-post {
  margin-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
}
section.blog-section .blog-box .blog-post img,
section.blog-section .blog-box .blog-post iframe {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
section.blog-section .blog-box .blog-post .flexslider {
  margin-bottom: 40px !important;
}
section.blog-section .blog-box .blog-post .flexslider img {
  margin-bottom: 0;
}
section.blog-section .blog-box .blog-post iframe {
  height: 370px;
  border: none;
}
section.blog-section .blog-box .blog-post h2 {
  font-size: 20px;
}
section.blog-section .blog-box .blog-post h2 a {
  color: #222222;
}
section.blog-section .blog-box .blog-post h2 a:hover {
  text-decoration: underline !important;
}
section.blog-section .blog-box .blog-post ul.post-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
section.blog-section .blog-box .blog-post ul.post-meta li {
  display: inline-block;
  color: #222222;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 9px;
}
section.blog-section .blog-box .blog-post ul.post-meta li a {
  color: #f4b350;
}
section.blog-section .blog-box .blog-post ul.post-meta li a:hover {
  text-decoration: underline !important;
}
section.blog-section .blog-box .blog-post ul.post-meta li:after {
  content: '/';
  margin-left: 16px;
  color: #f4b350;
  font-family: 'Rubik', sans-serif;
}
section.blog-section .blog-box .blog-post ul.post-meta li:last-child:after {
  display: none;
  margin-left: 0;
}
section.blog-section .blog-box .blog-post p {
  max-width: 720px;
  margin: 0 auto 30px;
}
section.blog-section .blog-box .blog-post p a {
  color: #f4b350;
  text-decoration: underline !important;
}
section.blog-section .blog-box .blog-post ul.share-post {
  margin: 0;
  padding: 0;
  max-width: 200px;
  margin: 50px auto -11px;
  background: #fff;
}
section.blog-section .blog-box .blog-post ul.share-post li {
  display: inline-block;
  margin: 0 13px;
}
section.blog-section .blog-box .blog-post ul.share-post li a {
  font-size: 14px;
  color: #999999;
}
section.blog-section .blog-box .blog-post ul.share-post li a:hover {
  color: #f4b350;
}
.pagination-box {
  padding-top: 30px;
  overflow: hidden;
}
.pagination-box ul.page-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-box ul.page-list li {
  display: inline-block;
}
.pagination-box ul.page-list li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 1.4px;
  line-height: 30px;
}
.pagination-box ul.page-list li a:hover,
.pagination-box ul.page-list li a.active {
  color: #222222;
  border: 1px solid #f4b350;
}
.pagination-box ul.page-list li a.prev {
  width: auto;
  margin-right: 50px;
}
.pagination-box ul.page-list li a.prev i {
  margin-right: 10px;
}
.pagination-box ul.page-list li a.next {
  width: auto;
  margin-left: 50px;
}
.pagination-box ul.page-list li a.next i {
  margin-left: 10px;
}
.pagination-box ul.page-list li a.prev,
.pagination-box ul.page-list li a.next {
  border: 1px solid transparent;
}
/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */
section.blog-section.single-post .blog-box {
  text-align: left;
}
section.blog-section.single-post .blog-box .blog-post .article-cont {
  padding-top: 30px;
}
section.blog-section.single-post .blog-box .blog-post .article-cont p span {
  color: #666666;
}
section.blog-section.single-post .blog-box .blog-post h1 {
  max-width: 720px;
  font-size: 36px;
  margin: 0 auto 30px;
}
.center-area {
  text-align: center;
}
div.related-posts {
  margin-bottom: 50px;
}
div.related-posts .center-area h1 {
  margin-bottom: 40px;
  font-size: 30px;
}
div.related-posts .news-post {
  position: relative;
  margin-bottom: 30px;
}
div.related-posts .news-post img {
  width: 100%;
  height: auto;
  margin: 0;
}
div.related-posts .news-post .hover-box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
div.related-posts .news-post .hover-box div.inner-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px;
}
div.related-posts .news-post .hover-box div.inner-hover span {
  display: inline-block;
  color: #f4b350;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 5px;
}
div.related-posts .news-post .hover-box div.inner-hover h2 {
  margin-bottom: 0;
}
div.related-posts .news-post .hover-box div.inner-hover h2 a {
  color: #fff;
}
div.related-posts .news-post .hover-box div.inner-hover h2 a:hover {
  text-decoration: underline !important;
}
div.related-posts .news-post:hover .hover-box {
  border: 2px solid #f4b350;
}
.comment-area-box {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.comment-area-box h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
.comment-area-box > ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.comment-area-box > ul li {
  list-style: none;
}
.comment-area-box > ul li .comment-box {
  overflow: hidden;
  margin-bottom: 55px;
}
.comment-area-box > ul li .comment-box img {
  max-width: 70px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comment-area-box > ul li .comment-box .comment-content {
  margin-left: 100px;
}
.comment-area-box > ul li .comment-box .comment-content h3 {
  color: #222222;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 16px;
  color: #f4b350;
  margin-bottom: 10px;
}
.comment-area-box > ul li .comment-box .comment-content h3 span {
  float: right;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #222222;
}
.comment-area-box > ul li .comment-box .comment-content a {
  font-size: 12px;
  color: #222222;
  font-family: 'Rubik', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.comment-area-box > ul li .comment-box .comment-content a:hover {
  color: #f4b350;
}
.comment-area-box > ul li .comment-box .comment-content p {
  font-size: 14px;
}
.comment-area-box ul.depth {
  margin: 0;
  padding: 0;
}
.comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}
.contact-form-box .center-area {
  text-align: center;
}
.contact-form-box .center-area h1 {
  margin-bottom: 5px;
  font-size: 30px;
}
.contact-form-box .center-area > span {
  display: block;
  font-size: 13px;
  color: #999999;
  font-family: 'Rubik', sans-serif;
  display: inline-block;
  font-weight: 300;
  margin: 0 0 30px;
}
.contact-form-box #comment-form {
  margin: 0;
}
.contact-form-box #comment-form input[type="text"],
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #999999;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  outline: none;
  border: 1px solid #eeeeee;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #comment-form textarea {
  height: 130px;
}
.contact-form-box #comment-form input[type="submit"] {
  color: #f4b350;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  padding: 12px 30px 11px;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  background: transparent;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #comment-form input[type="submit"]:hover {
  background: #f4b350;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  text-align: center;
}
footer p.copyright {
  padding: 20px 15px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0; font-size:12px;
  color: #fff;
  font-size: 13px;
}
.envizon p{font-size:13px; padding:20px 0px; color: #fff;}

.envizon p a:hover{color:#ffc40d;}

.envizon p a{text-decoration:none; color:#ffc40d;}


/*
.hover-target {
  position: relative;
  font-size: 2rem;
}

.hover-popup {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 15%;
  left: 0%;
  width: 100%;
  margin: min(1rem, 20px);
  font-size: .8rem;
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 1.5em;
  z-index: 42;
  transform: scale(0);
  transition: transform 200ms ease;
  transform-origin: 8% -10px;
}

.hover-target:hover + .hover-popup,
.hover-target:focus + .hover-popup,
.hover-popup:hover{
  transform: scale(1);
}

.hover-popup :not(:first-child) {
  margin-top: 1rem;
}

.hover-popup span {
  color: rgb(200, 20, 0);
  font-weight: 700;
}

.hover-popup::before {
 This is the triangle/arrow 
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
}

.hover-popup::after {
 
  content: '';
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: -1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
*/

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {

  .owl-item {
    width: 35% !important;
}

  .team-box.owl-wrapper {
    width: 620px;
    margin: 0 auto;
}

  section#menu-section .menu-box ul.nav-tabs li a{font-size:14px;}

  .logo-pic {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-left: 25px;
}
  .navbar-nav > li > a {
    padding-left: 10px ;
    padding-right: 10px ;
  }
  #home-section .tp-caption.small_text {
    font-size: 21px;
    line-height: 26px;
  }
  section#menu-section .menu-box .menu-post .post-gallery {
    overflow: hidden;
  }
  section#menu-section .menu-box .menu-post .post-gallery img {
    height: 140px;
    width: auto;
  }
  section#contact-section .map {
    height: 300px;
  }
}
@media (max-width: 991px) {
/*
.  .modal-dialog{
            position: absolute;
            top: 25%;
            left: 25%;
            
        }
*/
    
    .navbar-nav > li > a {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  #home-section .tp-caption.small_text {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-page-section h1 {
    font-size: 50px;
  }
  section#about-section .rest-about-box {
    padding-left: 0;
  }
  section#about-section .about-box.left-content .rest-about-box {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  section#reservation-section {
    background-position: left center;
  }
  section#gallery-section .gallery-box .gal-project {
    width: 33.3333%;
  }
  section#contact-section .map {
    height: 250px;
  }
  section#special-section .today-special-box .food-post {
    width: 100%;
  }
  section#menu-section .menu-box ul.menu-list-items li:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e1e1e1;
  }
}

@media (max-width: 800px) and (min-width: 600px) {

  /* .tp-caption.finewide_medium_white {
    margin-top: 30px ;
    
} */
}
@media screen and (min-device-width: 770px) and (max-device-width: 821px) { 
  section#menu-section .menu-box ul.nav-tabs .ptp {
    float: none;
    display: inline-block;
    margin-left: -3px;
    margin-top: 20px;
}
section#about-section {
  padding: 50px 0 15px !important;
}
section#special-section {
  padding: 50px 0 !important;
  background: #3b2313;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#menu-section {
  padding: 50px 0 !important;
}
section#testim {
  padding-top: 0px !important;
  padding-bottom: 120px !important;
  margin-top: -50px !important;
}
.card.c1 {
  margin-bottom: 20px !important;
  margin-left:140px ;
}
.card.c2 {
  margin-bottom: 20px !important;
  margin-left:140px ;
}
.card.c3 {
  margin-bottom: 20px !important;
  margin-left:140px ;
}
.tp-caption.small_text.lfb {
  margin-top: -35px !important;
}
}
@media screen and (min-device-width: 560px) and (max-device-width: 769px) { 
  section#menu-section .menu-box ul.nav-tabs .ptp {
    float: none;
    display: inline-block;
    margin-left: -3px;
    margin-top: 20px;
}
section#about-section {
  padding: 50px 0 15px !important;
}
section#special-section {
  padding: 50px 0 !important;
  background: #3b2313;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#menu-section {
  padding: 50px 0 !important;
}
section#testim {
  padding-top: 0px !important;
  padding-bottom: 120px !important;
  margin-top: -50px !important;
}
.card.c1 {
  margin-bottom: 20px !important;
  margin-left:140px ;
}
.card.c2 {
  margin-bottom: 20px !important;
  margin-left:140px ;
}
.card.c3 {
  margin-bottom: 20px !important;
  margin-left:140px ;
}
.tp-caption.small_text.lfb {
  margin-top: -35px !important;
}
}
@media (min-width:561) and (max-width: 768px) {
  section#about-section {
    padding: 50px 0 15px !important;
}

  .tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    height:470px !important;
}


.tp-caption.finewide_medium_white {
  margin-top: 90px ;
  
}

  .title-section h1{font-size:35px;}

  .team-box.owl-wrapper {
    width: 100%;
    margin: 0 auto;
}

  .owl-item {
    width: 25% !important;
}

  section#menu-section .menu-box ul.nav-tabs li a{padding:12px 15px;}
  .tp-caption{margin-top:50px !important; font-size:35px !important;}

.tp-caption.small_text{margin-top:20px !important; font-size:15px !important;}

  .logo-pic {
    width: 100px;
    height: 100px;
    position: absolute;
    /* margin-left: 100px; */
    margin: 0 auto;
    left: 0;
    right: 0;
}
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:transparent;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  box-shadow: inset 0 0px 0 hsla(0,0%,100%,.1);
}
  .navbar-brand {
    width: 100px;
    height: 100px;
   
    border-radius: 50%;
    margin: 0 auto;
}
.navbar-brand>img {
  display: block;
  margin-top: -10px;
  width: 100%;
}
  .navbar-brand {
    padding: 24px 15px 24px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .navbar-toggle {
   
    border: 0px solid transparent;}
  header.trans .navbar-nav > li > a:before {
    display: none;
  }
  header.trans .navbar-nav > li > a.open-search,
  header.trans .form-search {
    display: none;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  #home-section .tp-caption.small_text {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-page-section h1 {
    font-size: 40px;
  }
  section#gallery-section .gallery-box .gal-project {
    width: 50%;
  }
  section#contact-section .map {
    height: 200px;
  }
  .comment-area-box ul.depth .comment-box {
    padding-left: 0;
  }
  section#menu-section .menu-box .tab-content {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  section#about-section {
    padding: 50px 0 10px !important;
}
.navbar-header {
  position: relative;
  z-index: 2;
  height: 70px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px !important;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
section#special-section {
  padding: 50px 0 !important;
  background: #3b2313;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#menu-section {
  padding: 50px 0 !important;
}
section#menu-section .menu-box ul.nav-tabs li.active a {
  background: #222222;
  color: #fff;
  border: 1px solid #efefef;
  border-bottom: none;
  margin-bottom: -1px;
  width: 100%;
}
section#reservation-section {
  padding: 50px 0 !important;
  background: url(../upload/ban4.jpg) center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#testim {
  padding-top: 0px !important;
  padding-bottom: 80px;
  margin-top: -40px;
}
.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding-top: 20px !important;
  margin: auto;
}
.card.c1 {
  margin-bottom: 20px;
}
.card.c2 {
  margin-bottom: 20px;
}
.card.c3 {
  margin-bottom: 20px;
}
.card.c4 {
  margin-bottom: 50px;
}

  section#gallery-section .gallery-box .gal-project {
    width: 100%;
  }
  section#contact-section .map {
    height: 160px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 12px;
    padding: 10px 9px;
  }
  section#menu-section .menu-box .tab-content {
    padding: 30px 20px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 12px;
    padding: 10px 9px;
    width: 100%;
}

.cnt223  {
  width: 100% !important;
  min-width: 100% !important;
}			
 

  section#menu-section .menu-box ul.nav-tabs li {width:100%;}
  section#menu-section .menu-box ul.nav-tabs li.active a {
    background: #222222;
    color: #fff;
    border: 1px solid #efefef;
    border-bottom: none;
    margin-bottom: -1px;
    width: 100%;
}
  #home-section .tp-caption.small_text {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-page-section h1 {
    font-size: 34px;
    font-weight: 700;
  }
  section#special-section .today-special-box .food-post .inner-food-post {
    display: block;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-gal {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
    padding: 20px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 13px;
    padding: 10px 20px;
  }
}



.statistic-post p{
  padding: 10px 20px 15px ;
  color: #222222;

}

.statistic-post h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 15px 0 0px;
  line-height: 20px;
  padding: 0px 20px ;
}

.statistic-post{
  background-color: #e7e7e7;
}

.b-footer {
  background-color: #222222;
}

.title-section .white h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #fff;
}

section#testim {
  padding-top: 20px;
  padding-bottom: 80px;
}


/* start testimonials */



.testim {
  width: 100%;
  
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(10%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: rgb(99, 99, 99);
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;    
  -ms-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;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #3b2313;
}
  

.testim .arrow.left {
  left: 70px;
}

.testim .arrow.right {
  right: 70px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:  1px solid #3b2313;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #3b2313;
  border-color: #3b2313;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
  
.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}
  

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
  

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #3b2313;
  font-size: 24px;
  margin: 15px 0;
  font-family: 'Rubik', sans-serif;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #333;
  width: 70%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;            
  -moz-animation: testim-show .5s ease-in-out forwards;            
  -ms-animation: testim-show .5s ease-in-out forwards;            
  -o-animation: testim-show .5s ease-in-out forwards;            
  animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
  -moz-animation: testim-content-in .4s ease-in-out forwards;    
  -ms-animation: testim-content-in .4s ease-in-out forwards;    
  -o-animation: testim-content-in .4s ease-in-out forwards;    
  animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
  -moz-animation: testim-content-in .5s ease-in-out forwards;    
  -ms-animation: testim-content-in .5s ease-in-out forwards;    
  -o-animation: testim-content-in .5s ease-in-out forwards;    
  animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;            
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;            
  -o-animation: testim-hide .5s ease-in-out forwards;            
  animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
  -moz-animation: testim-content-out .4s ease-in-out forwards;        
  -ms-animation: testim-content-out .4s ease-in-out forwards;        
  -o-animation: testim-content-out .4s ease-in-out forwards;        
  animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
  -moz-animation: testim-content-out .5s ease-in-out forwards;    
  -ms-animation: testim-content-out .5s ease-in-out forwards;    
  -o-animation: testim-content-out .5s ease-in-out forwards;    
  animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

 
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

 
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }


}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

 
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;        
  }


}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      transform: translateY(0);        
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      transform: scale(1);       
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}

/* end testimonials */


section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2{
  font-family: 'Rubik', sans-serif;
}

.list-heading h2 {
  font-family: 'Rubik', sans-serif;
}

section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal h2{
  font-family: 'Rubik', sans-serif;
}

.info-widget a{
  color: #fff;
}

.navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
 .modal-body h1 { 
    font-weight:900; 
    font-size:2.3em;
    text-transform:uppercase;
  }
  
 .modal-body a.pre-order-btn { 
    color:#000;
    background-color:#FFC40D;
    border-radius:1em;
    padding:0.8em;
    display: block;
    margin: 0.5em auto;
    width:30%;
    font-size:1.25em;
    font-weight:6600;
    &:hover { 
    background-color:#000;
      text-decoration:none;
      color:#FFC40D;
    }
  }
  
  


.modal-header .close {
    margin-top: -2px;
       position: absolute;
    top: 10px;
    color: #000;
    font-size: 20px;
    right: 10px;
}


.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity:1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background: #fff;
    padding: 5px 9px;
}
.close {
    float: right !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
  
    z-index: 999;
    border-radius: 25px;
}
.modal-header {
    min-height: 16.43px;
     padding: 0px; 
    border-bottom: 1px solid #e5e5e5;
}
.modal-body h1 {
    font-weight: 600;
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 0 0 15px;
}
/*
        .modal-dialog{
            position: absolute;
            top: 25%;
            left: 35%;
            
        }
*/
    .modal-dialog {
	top: 20% !important;
	transform: translateY(-50%);
}
        .w-100{
            width: 100%;
        }

    #myModal {
    padding: 0px !important;
}
#copyButton{
    margin: 0 0 10px;
}
.upper{
  text-transform: uppercase;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
button {

background-color: #fff;
    font-size: 25px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
button i.fa.fa-info-circle {
    font-size: 15px;
    margin-left: 5px;
}
span.tooltip {
 position: absolute;
    color: white;
    background-color: #e5e5e5;
    width: 300px;
    font-size: 18px;
    padding: 5px;
    transition: 0.3s;
    opacity: 0;
    border-radius: 10px;
}
button:hover {
    overflow: visible;
}
button:hover span.tooltip {
    opacity: 1;
}
span::after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    
}
button[data-position = "top"] span.tooltip {
   top: 36px;
    left: -49px;
}
button[data-position = "top"] span.tooltip::after {
border-bottom-color: #d1d0d0 ;
    left: 50px;
    /* bottom: -20px; */
    top: -20px;
    
}
button[data-position = "left"] span.tooltip {
    top: 10px;
    left: -150px;
}
button[data-position = "left"] span.tooltip::after {
    border-left-color: black;
    right: -20px;
    bottom: 5px;
}
button[data-position = "bottom"] span.tooltip {
    bottom: -45px;
    left: -10px;
}
button[data-position = "bottom"] span.tooltip::after {
    border-bottom-color: black;
    left: 50px;
    top: -20px;
}
button[data-position = "right"] span.tooltip {
    top: 10px;
    right: -150px;
}
button[data-position = "right"] span.tooltip::after {
    border-right-color: black;
    left: -20px;
    bottom: 5px;
}
.fa-info-circle:before {
    content: "\f05a";
    color: #28272799 !important;
}