@charset "UTF-8";
/*------------------------------------------------------------------
Project:	Food Lover
Version:	1.0
Last change:	04/08/2016 [Initial Release, eg]
Assigned to:	Elgali Amine(eg)
Primary use:	Egprojets 
--------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Predefined CSS
3. Header / #site-header
4. Main Slide / #main-slider
5. Section Specials offers / #special-offers
6. Section Reservation / #reservation
7. Section Delas / #delas
8. Section Restaurant Menu / #restaurant-menu
9. Section Testimonials / #testimonials
10. Section Events / #events
11. Section team / #team
12. Section vision / #vision
13. Section From The Menu / #from-menu
14. Section Contact / #contact
15. Section Newsletter / #newsletter
16. Section Breadcrumb / #breadcrumb
17. Section Verical Carousel / .vertical-carousel
18. Section Appetizer / #appetizer
19. Section Our Story / #our-story
20. Section Gallery / #gallery
21. Section FancyBox / .fancybox-wrap
22. Section Apps / #apps
23. Section Contact-detail / #contact-detail
24. Section Blog / #blog
25. Section Blog Single/ .blog-single
26. Section Reservation Table/ #select-table
27. Section Footer/ #site-footer

--------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Body]
--------------------------------------------------------------------*/
html,
body,
#site-wrapper {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
}

* {
  font-family: "Open Sans";
}
*:focus {
  outline: none !important;
}

/*------------------------------------------------------------------
[2. Predefined CSS]
--------------------------------------------------------------------*/
.padd-100 {
  padding: 100px 0;
}

.padd-80 {
  padding: 80px 0;
}

.padd-50 {
  padding: 50px 0;
}

.padd-top-120 {
  padding-top: 120px;
}

.padd-top-100 {
  padding-top: 100px;
}

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

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

.padd-bottom-100 {
  padding-bottom: 100px;
}

.no-padd {
  padding: 0 !important;
}

.no-padd-top {
  padding-top: 0 !important;
}

.section-suptitle {
  font-size: 30px;
  color: #cf9b67;
  font-family: "Architects Daughter";
  letter-spacing: 1px;
  display: block;
  line-height: 32px;
}

.section-title,
.pagination {
  margin: 14px 0 34px;
  line-height: 42px;
  padding-bottom: 35px;
  position: relative;
  font-size: 40px;
  font-family: "Oswald";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title:before,
.pagination:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.section-title:after,
.pagination:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 29px;
  height: 2px;
  background-color: #cf9b67;
}
.section-title.sep-type-2:after,
.pagination.sep-type-2:after {
  width: 78px;
  height: 2px;
  left: 50%;
  margin-left: -39px;
  z-index: 0;
}
.section-title.sep-type-2:before,
.pagination.sep-type-2:before {
  z-index: 1;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  content: "●";
  color: #cf9b67;
  background: #fff;
  line-height: 6px;
  font-size: 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 10px;
  bottom: -3px;
  padding-left: 6px;
  text-align: left;
}

::selection {
  background-color: #cf9b67;
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-center p {
  text-align: left;
}

.white-font {
  color: #fff;
}

.input-error {
  border-color: red !important;
  color: red !important;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.transition {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

p, ul {
  margin: 0;
}

p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 22px;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.parallax-window {
  min-height: 10px;
  background: transparent;
}

.site-loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 999999;
}

.inputError {
  border-color: #ff0000 !important;
}

.overlay-f {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

.mail-head {
  font-weight: bold;
}

.mail-message p {
  color: #cf9b67;
  text-align: center;
}

.loading,
.loading::before,
.loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(207, 155, 103, 0.1);
  border-left-color: rgba(207, 155, 103, 0.4);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.loading {
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}

.loading::before {
  content: "";
  margin: -23px 0 0 -23px;
  height: 44px;
  width: 44px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}

.loading::after {
  content: "";
  margin: -29px 0 0 -29px;
  height: 56px;
  width: 56px;
  -webkit-animation: animation-rotate 2000ms linear infinite;
  -moz-animation: animation-rotate 2000ms linear infinite;
  -o-animation: animation-rotate 2000ms linear infinite;
  animation: animation-rotate 2000ms linear infinite;
}

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes animation-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes animation-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots > li button {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.95) !important;
}

.grid-sizer {
  width: 33.33%;
}

.section-resume {
  max-width: 800px;
  text-align: center;
  padding: 0 30px;
  line-height: 26px;
  margin: -7px auto 50px;
}
.section-resume span, .section-resume a {
  color: #cf9b67;
  font-weight: bold;
}

.btn-food {
  color: #fff;
  font-family: "Oswald";
  background-color: #cf9b67;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 12px 40px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  border: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-food:hover {
  background: #000;
}

/*------------------------------------------------------------------
[3. Header / #site-header]
--------------------------------------------------------------------*/
#site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
}

.nav-top {
  height: 50px;
  background-color: #000;
}
.nav-top ul li {
  color: #fff;
  font-size: 12px;
  float: left;
  margin-right: 47px;
  height: 50px;
  line-height: 50px;
}
.nav-top ul li i {
  color: #cf9b67;
  margin-right: 10px;
  font-size: 14px;
}
.nav-top ul li a {
  color: #fff;
  font-size: 12px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-top ul li a:hover {
  color: #cf9b67;
}
.nav-top ul li.social-bloc {
  float: right;
  margin-right: 0;
}
.nav-top ul li.social-bloc a {
  display: inline-block;
  margin-left: 20px;
}
.nav-top ul li.social-bloc a i {
  font-size: 17px;
  color: #5a5a5a;
  margin-right: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-top ul li.social-bloc a:hover i {
  color: #cf9b67;
}

.navbar {
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar .logo {
  float: left;
  margin-top: 8px;
  margin-left: 15px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar .logo img { width: 62px !important; }

.navbar .nav {
  float: right;
  padding-top: 29px;
  text-transform: uppercase;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar .nav a {
  color: #fff;
  padding: 0;
  margin-left: 33px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.navbar .nav a:hover {
  color: #cf9b67;
  background: none;
}
.navbar .nav a:hover:before {
  display: block;
}
.navbar .nav a:hover:after {
  width: 100%;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navbar .nav a.active {
  color: #cf9b67;
}
.navbar .nav a.active:before {
  display: block;
}
.navbar .nav a.active:after {
  width: 100%;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navbar .nav a:before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 20px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: none;
}
.navbar .nav a:after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 22px;
  width: 0;
  height: 2px;
  background-color: #cf9b67;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*------------------------------------------------------------------
[4. Main Slide / #main-slider]
--------------------------------------------------------------------*/
#main-slider {
  /*background: url(../../assets/img/demo/slides/FOSA-Home-Page-Banner-min-com-1.jpg) no-repeat #000;*/
  background-size: cover;
  background-attachment: fixed;
  /*height: 100%;*/
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}
#main-slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
}

.section-slogan {
  position: absolute;
  left: 0;
  width: 100%;
  top:45%;
  z-index: 1;
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.section-slogan img {
  /*max-width: 338px;*/
  margin:0 auto 20px;

}
.section-slogan h2 {
  font-size: 80px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
  font-family: "Oswald";
  text-transform: uppercase;
  line-height: 80px;
  letter-spacing: 1px;
}
.section-slogan h3 {
  font-size: 40px;
  color: #fff;
  font-family: "Architects Daughter";
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.section-slogan h4 {
  font-size: 30px;
  color: #ffb503;
  font-family: "Architects Daughter";
  letter-spacing: 1px;
  text-align: center;
  margin:20px auto;
}

.scoll-down {
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 0%;
  right: 0;
  bottom: 30px;
  z-index: 2;
  display: block;
  text-align: center;
}
.scoll-down:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -10px;
  width: 20px;
  height: 33px;
  border: 2px solid #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.scoll-down:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -32px;
  margin-left: -1px;
  width: 2px;
  height: 6px;
  background: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.btn-res-reg {
background: #ffb503;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    z-index: 99;
    display: block;
    text-align: center;
    width: 256px;
    border: 0;
    border-radius: 15px 15px 0 0;
    padding: 18px 11px;
    box-shadow: 0 -8px 18px rgb(0 0 0 / 15%);
}
.btn-res-reg1 {
background: #337ab7;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    position: fixed !important;
    transform: rotateZ(
90deg);
    right: inherit !important;
    left: -70px !important;
    bottom: 347px !important;
    margin: 0 auto;
    z-index: 99;
    display: block;
    text-align: center;
    width: 190px;
    border: 0;
    border-radius: 15px 15px 0 0;
    padding: 17px 20px;
    box-shadow: 0 -8px 18px rgb(0 0 0 / 15%);
}


#myModal {
  top: 6%;
  border-radius: 15px 15px 0 0;
}
#myModal .modal-body { padding: 30px 30px 20px 30px; background:#333; border-radius:0 0 15px 15px;}
#myModal input { 
  height: 50px; border-radius: 10px; background: #555; border: 0; color: #FFF;
}
#myModal label { color:#ccc; margin-left: 10px; }
#myModal .modal-header {  background: #ffb503; border-radius: 15px 15px 0 0; border:0; }
#myModal .modal-header h4 { font-weight: 700; font-size: 20px; text-align: center; color: #222;}
#myModal .modal-content { background: none; }
#myModal .close {
font-size: 30px;
font-weight: 300;
opacity: .4;
}
.reg-btn { height: 50px; margin: 0 auto; display: block; width: 100%;  font-size: 16px; font-weight: 700; margin-top: 40px;}


@media (min-width: 768px){
.modal-dialog {
  width: 400px;
  margin: 30px auto;
}
}
/*#contact .ctc-item{display:none}*/
/*------------------------------------------------------------------
[5. Section Specials offers / #special-offers]
--------------------------------------------------------------------*/
.offer-left {
  padding-top: 15px;
}

.offer-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.offer-item:last-child {
  margin-bottom: 0;
}
.offer-item img {
  width: 20%;
  float: left;
  padding: 10px;
  background: #f2f2f2;
}
.offer-item div {
  width: 60%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.offer-item div h3 {
  font-size: 20px;
  color: #cf9b67;
  margin: 9px 0 12px;
  font-family: "Oswald";
  font-weight: 400;
  letter-spacing: .5px;
}
.offer-item div p {
  color: #6b6b6b;
}
.offer-item .offer-price {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 92px;
  height: 92px;
  line-height: 92px;
  border: 1px solid #ededed;
  -moz-border-radius: 92px;
  -webkit-border-radius: 92px;
  border-radius: 92px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font-size: 26px;
  font-family: "Oswald";
  text-align: center;
  letter-spacing: .5px;
}

.offer-right {
  position: relative;
}
.offer-right img {
  display: block;
  width: 100%;
}
.offer-right a {
  display: block;
  width: 154px;
  height: 154px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -moz-border-radius: 92px;
  -webkit-border-radius: 92px;
  border-radius: 92px;
  border: 2px solid #cf9b67;
  text-align: center;
  font-family: "Architects Daughter";
  color: #cf9b67;
  font-size: 24px;
  padding-top: 28px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.offer-right a span {
  display: block;
  text-align: center;
  font-family: "Oswald";
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  padding: 0 30px;
  line-height: 30px;
  letter-spacing: .5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.offer-right a:hover {
  background: #cf9b67;
  color: #fff;
}
.offer-right a:hover span {
  color: #fff;
}

/*------------------------------------------------------------------
[6. Section Reservation / #reservation]
--------------------------------------------------------------------*/
.form-reservation {
  background: #000;
  padding-left: 50px;
  padding-right: 50px;
}
.form-reservation .column {
  overflow: hidden;
  margin-bottom: 16px;
}
.form-reservation .column > span {
  float: left;
  width: 50%;
  padding-right: 8px;
  position: relative;
}
.form-reservation .column > span i {
  color: #000;
  position: absolute;
  right: 30px;
  top: 18px;
  font-size: 16px;
}
.form-reservation .column > span i.fa-clock-o {
  font-size: 20px;
  right: 21px;
  top: 16px;
}
.form-reservation .column > span input {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 0;
  width: 100%;
  padding: 14px 25px;
  font-size: 16px;
  color: #000;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-reservation .column > span input:focus {
  padding-left: 30px;
}
.form-reservation .column > span:last-child {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.form-reservation .column textarea {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 144px;
  padding: 20px 25px;
  font-size: 16px;
  color: #000;
  resize: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-reservation .column textarea:focus {
  padding-left: 30px;
}
.form-reservation .submit-btn {
  padding-top: 26px;
  text-align: center;
}
.form-reservation .submit-btn button {
  padding: 20px 80px;
  line-height: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #cf9a67;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 16px;
  border: 0;
  letter-spacing: 1px;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-reservation .submit-btn button:hover {
  color: #cf9a67;
  background-color: #eaeaea;
}

/*------------------------------------------------------------------
[7. Section Delas / #delas]
--------------------------------------------------------------------*/
#delas {
  background: url(../../assets/img/demo/bg/02.jpg) center -2px no-repeat;
}

.delas-carousel:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 265px;
  background: #fff;
  z-index: 10;
}
.delas-carousel .delas-item {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}
.delas-carousel .delas-item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 122px;
  background: #eaeaea;
  overflow: hidden;
}
.delas-carousel .delas-item img {
  display: inline-block;
  margin-bottom: 30px;
}
.delas-carousel .delas-item h4 {
  font-size: 20px;
  font-family: "Oswald";
  text-align: center;
  margin: 0 0 10px;
  text-align: center;
  color: #000;
  font-weight: 400;
  padding: 0 100px;
  letter-spacing: 0.5px;
}
.delas-carousel .delas-item p {
  padding: 0 130px;
  text-align: center;
  margin-bottom: 10px;
}
.delas-carousel .delas-item span {
  font-size: 20px;
  font-family: "Oswald";
  color: #cf9b67;
  text-align: center;
  letter-spacing: 0.5px;
}
.delas-carousel .slick-prev, .delas-carousel .slick-next {
  display: none !important;
}
.delas-carousel .slick-dots {
  text-align: center;
  padding-top: 100px;
}
.delas-carousel .slick-dots > li {
  display: inline-block;
  padding: 0 5px;
}
.delas-carousel .slick-dots > li button {
  background: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #eaeaea;
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.delas-carousel .slick-dots > li button:hover {
  background: #cf9b67;
  border-color: #cf9b67;
}
.delas-carousel .slick-dots > li.slick-active button {
  background: #cf9b67;
  border-color: #cf9b67;
}

/*------------------------------------------------------------------
[8. Section Restaurant Menu / #restaurant-menu]
--------------------------------------------------------------------*/
#restaurant-menu {
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-width: 1px 0;
}
#restaurant-menu .section-title.sep-type-2:before {
  background: #fafafa;
}

.restaurant-filter {
  text-align: center;
  margin-bottom: 50px;
}
.restaurant-filter li {
  display: inline-block;
  margin-right: 26px;
}
.restaurant-filter li:last-child {
  margin-right: 0;
}
.restaurant-filter li a {
  min-width: 170px;
  padding: 0 20px;
  height: 46px;
  line-height: 44px;
  display: inline-block;
  font-size: 14px;
  font-family: "Oswald";
  text-transform: uppercase;
  border: 2px solid #eaeaea;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #777777;
  letter-spacing: .5px;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.restaurant-filter li a.current, .restaurant-filter li a:hover {
  background: #cf9b67;
  color: #fff;
  border-color: #cf9b67;
}
.restaurant-filter li a.current {
  cursor: default;
}

.restaurant-list {
  overflow: hidden;
}
.restaurant-list:after {
  content: '';
  display: block;
  clear: both;
}
.restaurant-list a {
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}
.restaurant-list a img {
  width: 100%;
  position: relative;
  z-index: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}
.restaurant-list a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../assets/img/btn_plus.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.restaurant-list a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background: rgba(207, 155, 103, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.restaurant-list a:hover:before, .restaurant-list a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.restaurant-list a:hover:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.restaurant-list a:hover img {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.restaurant-list > div {
  padding-bottom: 30px;
}
.restaurant-list > div div {
  border: 1px solid #eaeaea;
  padding-bottom: 31px;
  background: #fff;
}
.restaurant-list > div div span {
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: "Oswald";
  color: #cf9b67;
  margin-bottom: 4px;
  letter-spacing: .5px;
}
.restaurant-list > div div h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "Oswald";
  text-align: center;
  letter-spacing: .5px;
  margin: 0;
}

/*------------------------------------------------------------------
[9. Section Testimonials / #testimonials]
--------------------------------------------------------------------*/
#testimonials {
  background-size: cover;
  position: relative;
}
#testimonials .section-suptitle {
  position: relative;
  z-index: 1;
}
#testimonials:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}
#testimonials .section-title.sep-type-2::before {
  background: #000;
}
#testimonials .section-resume { color: #FFF; position: relative;
  z-index: 1;}

.testimonial-list {
  position: relative;
  z-index: 1;
}
.testimonial-list li {
  width: 33.33%;
  float: left;
  margin: 0 15px;
}
.testimonial-list li > div {
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 32px;
  position: relative;
}
.testimonial-list li > div p {
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
  padding: 30px 0;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}
.testimonial-list li > div p:before {
  content: '';
  font-size: 58px;
  left: 50%;
  margin-left: -19px;
  position: absolute;
  top: 0;
  font-family: "Oswald";
  line-height: 58px;
  height: 20px;
}
.testimonial-list li > div p:after {
  content: '';
  font-size: 58px;
  left: 50%;
  margin-left: -19px;
  position: absolute;
  bottom: 0;
  font-family: "Oswald";
  line-height: 58px;
  height: 20px;
  translate: rotate(180deg);
  -webkit-translate: rotate(180deg);
  -o-translate: rotate(180deg);
  -ms-translate: rotate(180deg);
}
.testimonial-list li > div span {
  display: block;
  text-align: center;
  font-style: 14px;
  font-weight: bold;
  color: #cf9b67;
}
.testimonial-list li > div:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 12px 13px 0 13px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 8;
  margin-left: -13px;
  border-color: #fff transparent transparent transparent;
}
.testimonial-list li > img {
  width: 74px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-list .slick-prev,
.testimonial-list .slick-next {
  display: none !important;
}

.restau .ctc-item .res-body .ctc-bolck img {
  height: 60px;
}
.restau .ctc-item .res-body .ctc-bolck {
  min-height: 200px; line-height: 2.1;
}


/*------------------------------------------------------------------
[10. Section Events / #events]
--------------------------------------------------------------------*/
#events {
  background: url(../../assets/img/demo/bg/04.png) 0 bottom no-repeat #fafafa;
}
#events .section-title.sep-type-2:before {
  background: #fafafa;
}

.event-carousel {
  position: relative;
}
.event-carousel:before {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -24px;
  background: url(../../assets/img/demo/bg/05.png) 0 0 no-repeat;
  width: 358px;
  height: 214px;
  z-index: 0;
}
.event-carousel .event-item {
  float: left;
  width: 33.33%;
  margin: 0 15px;
}
.event-carousel .event-item .slick-list {
  position: relative;
  z-index: 1;
}
.event-carousel .event-item img {
  display: block;
  border: 1px solid #eaeaea;
  border-width: 1px 1px 0;
}
.event-carousel .event-item div {
  border: 1px solid #eaeaea;
  border-width: 0 1px 1px;
  background: #fff;
  padding: 30px;
  min-height: 270px;
}
.event-carousel .event-item div h3 {
  font-size: 22px;
  color: #000;
  font-family: "Oswald";
  letter-spacing: .5px;
  margin: 0 0 12px;
  font-weight: 400;
}
.event-carousel .event-item div span {
  display: block;
  position: relative;
  color: #6b6b6b;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 18px;
  padding-bottom: 20px;
  line-height: 21px;
}
.event-carousel .event-item div span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.event-carousel .event-item div span:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 29px;
  height: 2px;
  background-color: #cf9b67;
}
.event-carousel .event-item div p {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 20px;
}
.event-carousel .event-item div a {
  text-transform: uppercase;
  font-size: 14px;
  color: #cf9b67;
  position: relative;
}
.event-carousel .event-item div a:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.event-carousel .event-item div a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  margin-left: 18px;
  margin-top: -1px;
  height: 2px;
  background-color: #cf9b67;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.event-carousel .event-item div a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 29px;
}
.event-carousel .event-item div a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.event-carousel .slick-prev, .event-carousel .slick-next {
  display: none !important;
}
.event-carousel .slick-dots {
  text-align: center;
  padding-top: 50px;
}
.event-carousel .slick-dots > li {
  display: inline-block;
  padding: 0 5px;
}
.event-carousel .slick-dots > li button {
  background: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #eaeaea;
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.event-carousel .slick-dots > li button:hover {
  background: #cf9b67;
  border-color: #cf9b67;
}
.event-carousel .slick-dots > li.slick-active button {
  background: #cf9b67;
  border-color: #cf9b67;
}

/*------------------------------------------------------------------
[11. Section team / #team]
--------------------------------------------------------------------*/
.team-carousel .slick-prev,
.team-carousel .slick-next {
  display: none !important;
}
.team-carousel li {
  float: left;
  width: 25%;
  margin: 0 15px;
}
.team-carousel li > div {
  border: 1px solid #eaeaea;
  text-align: center;
}
.team-carousel li > div > img {
  display: inline-block;
}
.team-carousel li > div > div {
  background: #fafafa;
  padding: 35px 15px;
  border-top: 1px solid #eaeaea;
  min-height: 202px;
}
.team-carousel li > div > div span {
  font-style: italic;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #cf9b67;
}
.team-carousel li > div > div h3 {
  text-align: center;
  font-size: 22px;
  font-family: "Oswald";
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin: 0 0 25px;
  padding-bottom: 25px;
  position: relative;
}
.team-carousel li > div > div h3:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  content: "●";
  color: #cf9b67;
  background: #fafafa;
  line-height: 6px;
  font-size: 12px;
  height: 10px;
  bottom: -3px;
  padding-left: 6px;
  text-align: left;
}
.team-carousel li > div > div h3:after {
  content: "";
  position: absolute;
  width: 78px;
  height: 2px;
  left: 50%;
  margin-left: -39px;
  z-index: 0;
  bottom: 1px;
  background-color: #cf9b67;
}
.team-carousel li > div > div div {
  text-align: center;
}
.team-carousel li > div > div div a {
  display: inline-block;
  margin: 0 10px;
}
.team-carousel li > div > div div a i {
  color: #d8d8d8;
  font-size: 17px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.team-carousel li > div > div div a:hover i {
  color: #cf9b67;
}


/*------------------------------------------------------------------
[12. Section Locations / #locations]
--------------------------------------------------------------------*/
#locations {
  position: relative;
  background: #222;
}


.locations-item {
  position: relative;
  padding: 20px 0;
}
.locations-item p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-family: "Oswald";
  margin: 0px auto;
  letter-spacing: .5px;
}

/*------------------------------------------------------------------
[12. Section vision / #vision]
--------------------------------------------------------------------*/
.fx-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% center;
  background-repeat: repeat-y;
}

#vision {
  position: relative;
}
#vision:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
}

.vision-item {
  position: relative;
}
.vision-item.last-item span:after {
  display: none;
}
.vision-item span {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  text-align: center;
  border: 2px solid #55544f;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 40px;
  font-family: "Oswald";
  color: #cf9b67;
  line-height: 130px;
  margin-bottom: 28px;
  position: relative;
  letter-spacing: .5px;
}
.vision-item span:after {
  content: "";
  width: 90px;
  height: 1px;
  border-bottom: 1px dashed #55544f;
  position: absolute;
  right: -129px;
  top: 64px;
}
.vision-item p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: "Oswald";
  margin: 0;
  letter-spacing: .5px;
}

/*------------------------------------------------------------------
[13. Section From The Menu / #from-menu]
--------------------------------------------------------------------*/
.f-menu-item {
  background: url(../../assets/img/demo/bg/07.jpg) 0 center no-repeat;
}
.f-menu-item > div {
  float: left;
  width: 50%;
}
.f-menu-item .item-left {
  text-align: right;
  padding-right: 35px;
}
.f-menu-item .item-left img {
  display: inline-block;
  max-width: 470px;
  border: 10px solid #f2f2f2;
}
.f-menu-item .item-right {
  padding: 65px 35px 0;
  background: #fff;
}
.f-menu-item .item-right .price {
  display: block;
  font-size: 40px;
  font-family: "Oswald";
  color: #cf9b67;
  margin-bottom: 25px;
  line-height: 40px;
  letter-spacing: .5px;
}
.f-menu-item .item-right .price samp {
  color: #6b6b6b;
  font-size: 22px;
  font-family: "Oswald";
  text-decoration: line-through;
  margin-left: 3px;
  line-height: 22px;
}
.f-menu-item .item-right h4 {
  font-size: 22px;
  color: #000;
  font-family: "Oswald";
  margin: 0 0 25px;
  letter-spacing: .5px;
  font-weight: 400;
  line-height: 22px;
}
.f-menu-item .item-right p {
  color: #6b6b6b;
  line-height: 20px;
  margin-bottom: 30px;
}
.f-menu-item .item-right a {
  color: #6b6b6b;
  font-family: "Oswald";
  border: 2px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 12px 40px;
  display: inline-block;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.f-menu-item .item-right a:hover {
  color: #fff;
  background-color: #cf9b67;
  border-color: #cf9b67;
}

#from-menu .slick-prev, #from-menu .slick-next {
  display: none !important;
}
#from-menu .slick-dots {
  text-align: center;
  padding-top: 50px;
  width: 50%;
}
#from-menu .slick-dots > li {
  display: inline-block;
  padding: 0 5px;
}
#from-menu .slick-dots > li button {
  background: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #eaeaea;
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#from-menu .slick-dots > li button:hover {
  background: #cf9b67;
  border-color: #cf9b67;
}
#from-menu .slick-dots > li.slick-active button {
  background: #cf9b67;
  border-color: #cf9b67;
}



/*------------------------------------------------------------------
[ How to Order Online ]
--------------------------------------------------------------------*/

.how-ord-block { color: #FFF; position: relative; padding:0 20px; }
.how-ord-block h2 {font-size: 20px; margin-bottom: 10px;}
.how-ord-block span { font-size: 18px; font-weight: 300; }
.how-ord-block .arrow-right { position: absolute; right: 60px; }


.bot { display: flex; line-height: 1.3; width: 260px; margin: 0 auto; }
.bot span { text-transform: uppercase; padding-top:5px; display: block; }

/*------------------------------------------------------------------
[14. Section Contact / #contact]
--------------------------------------------------------------------*/
#maps {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#contact {
  position: relative;
  padding-top: 70px;
}

#contact .section-title {
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.ctc-item {
  /*background: #1D1D24 url(../../assets/img/restu-bg.png) no-repeat;
  border: 8px solid #222;
  box-shadow: 0 -3px 18px rgba(0, 0, 0, 0.2);*/
      background: #3A3750;
    z-index: 6;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  border-radius:20px;    width: auto !important;
    text-align: center;
}

.ctc-item .hd-bar {

  padding: 20px;
  color: #FFF;
  border-radius:20px;
  position: relative;    width: auto;
    display: inline-table;
    margin: 0 auto;
    text-align: center;
}
.ctc-item .hd-bar i {
  position: absolute;
  right:10px;
  top: 10px;
  font-size: 20px; font-weight: 300;
}
.custm-ctcbx h3{    font-size: 15px;    margin: 8px 0 -8px 0;}
.custm-ctcbx span{    font-size: 13px;}
.ctc-item .hd-bar h2 { 
  margin: 0; 
  font-size: 18px;
}
.ctc-item .res-body {
  padding: 0px 20px 10px;
  color: #FFF;    width: auto;
       display: inline-table;
    margin: 0 auto;
    text-align: center;
}
.custm-ctcbx{/*display: table;*/    display: -webkit-box;
    margin: 0 auto;    background: #3A3750;border-radius:20px;
    text-align: center;}
.ctc-item .res-body  h2 {
  color: #FFF; 
  text-align: center;
  text-transform: uppercase;
}
.ctc-item .res-body .ctc-bolck { 
  background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    display: block;
    text-align: center;
    padding: 4px;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 12px;
}
.ctc-item .res-body .ctc-bolck img {
  height: 30px; display: block; margin: 10px auto 15px;
}
.ctc-item .res-body a {
  padding: 5px 5px; 
  color: #FFF;
  /* border: 1px solid #FFF; */
  display: block;
  border-radius: 50px;
  font-size: 11px;
  margin: 12px auto 12px;
}
.ctc-item .res-body a {
   padding: 5px 5px; 
   color: #FFF;
   /* border: 1px solid #FFF; */
   display: block;
   border-radius: 50px;
   font-size: 11px;
   margin: 0 auto 0;
}


.ctc-bolck.padd-20 { padding-top: 25px !important; }

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
    padding-right: 6px;
    padding-left: 6px;
  }


.ctc-item .tel {
  font-size: 30px;
  font-weight: 600;
  color: #cf9b67;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.ctc-item .widget {
  margin-bottom: 20px;
  text-align: center;
}
.ctc-item .widget b {
  display: block;
  font-size: 20px;
  font-family: "Oswald";
  color: #000;
  margin-bottom: 5px;
}
.ctc-item .widget p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 25px;
  text-align: center;
}
.ctc-item .widget a {
  font-size: 16px;
  color: #6b6b6b;
}
.ctc-item .widget a:hover {
  color: #cf9b67;
}
.ctc-item .widget:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
[15. Section Newsletter / #newsletter]
--------------------------------------------------------------------*/
#newsletter {
  background: #cf9b67;
}
#newsletter h3 {
  font-size: 36px;
  color: #fff;
  font-family: "Oswald";
  letter-spacing: .5px;
  margin: 0;
  font-weight: 400;
}
#newsletter input[type=text],
#newsletter input[type=email] {
  border: 2px solid rgba(255, 255, 255, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  height: 58px;
  line-height: 58px;
  background: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#newsletter input[type=text]:focus,
#newsletter input[type=email]:focus {
  padding-left: 30px;
}
#newsletter input[type=text]::-webkit-input-placeholder,
#newsletter input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
#newsletter input[type=text]:-moz-placeholder,
#newsletter input[type=email]:-moz-placeholder {
  color: #fff;
}
#newsletter input[type=text]:-ms-input-placeholder,
#newsletter input[type=email]:-ms-input-placeholder {
  color: #fff;
}
#newsletter input[type=text]::-moz-placeholder,
#newsletter input[type=email]::-moz-placeholder {
  color: #fff;
}
#newsletter button {
  text-transform: uppercase;
  height: 58px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  line-height: 58px;
  display: block;
  width: 100%;
  text-align: center;
  color: #cf9a67;
  font-family: "Oswald";
  letter-spacing: 1px;
  font-size: 14px;
  border: 0;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#newsletter button:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}

/*------------------------------------------------------------------
[16. Section Restaurant Banner / #res-banner]
--------------------------------------------------------------------*/
/*#res-banner { height: 600px; }*/


/*------------------------------------------------------------------
[16. Section chatbot]
--------------------------------------------------------------------*/
.offer-right { position: relative; height: 520px; }
.chatbot {
  width: 450px; height: 690px;
  position: absolute; bottom:0;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0 0;

}



/*------------------------------------------------------------------
[16. Section Breadcrumb / #breadcrumb]
--------------------------------------------------------------------*/
#breadcrumb {
  min-height: 428px;
  position: relative;
}
#breadcrumb .section-title {
  margin: 12px 0 15px;
  padding-bottom: 0;
}
#breadcrumb .section-title:after, #breadcrumb .section-title:before {
  display: none;
}
#breadcrumb > div {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  z-index: 1;
}
#breadcrumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
#breadcrumb * {
  position: relative;
  z-index: 1;
}
#breadcrumb ul {
  text-align: center;
}
#breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  color: #cf9b67;
  text-transform: uppercase;
  font-size: 16px;
}
#breadcrumb ul li + li:before {
  color: #fff;
  content: ">";
  font-size: 13px;
  left: -18px;
  position: absolute;
  top: 3px;
}
#breadcrumb ul li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
#breadcrumb ul li a:hover {
  color: #cf9b67;
}


/*------------------------------------------------------------------
[17. Section Verical Carousel / .vertical-carousel]
--------------------------------------------------------------------*/
.vertical-carousel .menu-item {
  background: #fff;
}
.vertical-carousel .slick-prev, .vertical-carousel .slick-next {
  display: none !important;
}
.vertical-carousel .slick-dots {
  position: absolute;
  right: -20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-carousel .slick-dots > li {
  display: block;
  margin: 0 0 11px 0;
  height: 10px;
}
.vertical-carousel .slick-dots > li button {
  background: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #eaeaea;
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.vertical-carousel .slick-dots > li button:hover {
  background: #cf9b67 !important;
  border-color: #cf9b67 !important;
}
.vertical-carousel .slick-dots > li.slick-active button {
  background: #cf9b67 !important;
  border-color: #cf9b67 !important;
}

.drink-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.drink-item:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 90%;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #6b6b6b;
  z-index: 0;
  content: "";
}
.drink-item span {
  float: left;
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding-right: 14px;
  background: #fff;
  line-height: 24px;
}
.drink-item p {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 1px;
  line-height: 18px;
}

#drink {
  text-align: center;
}
#drink .col-md-6 {
  margin-bottom: 75px;
}

/*------------------------------------------------------------------
[18. Section Appetizer / #appetizer]
--------------------------------------------------------------------*/
.dark-bg {
  background: #171616;
}
.dark-bg .section-title {
  color: #fff;
}
.dark-bg .section-title:before {
  background: #171616;
}
.dark-bg .section-resume {
  color: #fff;
}
.dark-bg .offer-item div p {
  color: #fff;
}
.dark-bg .offer-item .offer-price {
  color: #fff;
  border: 2px solid #fff;
}
.dark-bg .vertical-carousel .slick-dots > li button,
.dark-bg .menu-item {
  background: #171616;
}

.gray-bg {
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-width: 1px 0;
}
.gray-bg .section-title:before {
  background: #fafafa;
}
.gray-bg .menu-item {
  background: #fafafa;
}
.gray-bg .offer-item .offer-price {
  background: #fff;
}

/*------------------------------------------------------------------
[19. Section Our Story / #our-story]
--------------------------------------------------------------------*/
.story-description {
  padding: 100px 40px 80px 0;
}
.story-description p {
  line-height: 24px;
  margin-bottom: 35px;
  text-align: justify;
}

.img-story {
  margin-top: 20px;
  vertical-align: bottom;
}

.service-item {
  min-height: 102px;
  margin-bottom: 60px;
}
.service-item i {
  width: 102px;
  height: 102px;
  line-height: 102px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #cf9b67;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 5pxpx;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.service-item i:before, .service-item i:after {
  font-size: 34px;
}
.service-item i.flaticon-notes::before {
  font-size: 29px;
}
.service-item i.flaticon-percentage::before {
  font-size: 34px;
}
.service-item i.flaticon-drink::before {
  font-size: 35px;
}
.service-item > div {
  padding-left: 130px;
  padding-right: 20px;
}
.service-item > div h4 {
  font-size: 19px;
  font-family: "Oswald";
  margin: 0 0 10px;
  font-weight: normal;
  letter-spacing: .5px;
}

#services {
  padding-bottom: 40px;
}

/*------------------------------------------------------------------
[20. Section Gallery / #gallery]
--------------------------------------------------------------------*/
#gallery {
  position: relative;
}
#gallery:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -57px;
  background: url(../../assets/img/demo/bg/05.png) no-repeat;
  background-size: 182px auto;
  width: 182px;
  height: 140px;
  margin-left: -91px;
}

#gallery .restaurant-list a {
  margin-bottom: 0;
}

.btn-load {
  padding-top: 20px;
}

/*------------------------------------------------------------------
[21. Section FancyBox / .fancybox-wrap]
--------------------------------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../assets/img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../assets/img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../assets/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../assets/img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../assets/img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../../assets/img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*------------------------------------------------------------------
[22. Section Apps / #apps]
--------------------------------------------------------------------*/
.desc-apps {
  padding-right: 50px;
}

.desc-apps strong { display: inline-block; width: 100px; }

.desc-apps .big-title {
  font-size: 18px;
  font-family: "Oswald";
  display: block;
  margin-bottom: 5px;
  letter-spacing: .5px;
}
.desc-apps p {
  margin-bottom: 10px;
}
.desc-apps p span {
  color: #cf9b67;
}
.desc-apps .link a {
  display: inline-block;
  margin-right: 14px;
}

/*------------------------------------------------------------------
[23. Section Contact-detail / #contact-detail]
--------------------------------------------------------------------*/
#contact-detail {
  background: url(../../assets/img/demo/bg/10.jpg) center bottom no-repeat;
}
#contact-detail #maps {
  position: relative;
  min-height: 600px;
}
#contact-detail .form-reservation {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
#contact-detail .form-reservation span > input,
#contact-detail .form-reservation textarea {
  border: 2px solid #f2f2f2;
}

#blog .form-reservation {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
}
#blog .form-reservation span > input,
#blog .form-reservation textarea {
  border: 2px solid #f2f2f2;
}

.item-contact {
  border: 10px solid #f2f2f2;
  background: #fff;
  min-height: 250px;
  padding: 86px 20px 20px;
  text-align: center;
}
.item-contact p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2px;
}
.item-contact b {
  font-size: 19px;
  font-family: "Oswald";
  display: inline-block;
  margin-bottom: 8px;
}
.item-contact i {
  position: absolute;
  left: 50%;
  top: -50px;
  width: 100px;
  height: 100px;
  border: 10px solid #f2f2f2;
  margin-left: -50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #cf9b67;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 80px;
}
.item-contact i.fa-envelope {
  font-size: 24px;
}
.item-contact a {
  color: #6b6b6b;
}
.item-contact a:hover {
  color: #cf9b67;
}

/*------------------------------------------------------------------
[24. Section Blog / #blog]
--------------------------------------------------------------------*/
.blog-item {
  margin-bottom: 50px;
      border: 1px solid #ececec;
    padding: 20px;
}

.entry-thumbnail {
  margin-bottom: 40px;
}

.entry-title {
  font-size: 20px;
  font-family: "Oswald";
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: .5px;
}

.meta {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 18px;
}
.meta li {
  margin-right: 20px;
  float: left;
}
.meta li i {
  color: #cf9b67;
  font-size: 15px;
  margin-right: 5px;
}
.meta li span {
  font-weight: 500;
  color: #6b6b6b;
  font-size: 13px;
}
.meta:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.meta:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 2px;
  width: 29px;
  height: 2px;
  background-color: #cf9b67;
}

.extrait-post {
  margin-bottom: 28px;
}
.blog-item .btn-read-more{background: #f9d5b2;color: #000;border:0;}
.btn-read-more {
  color: #6b6b6b;
  font-family: "Oswald";
  border: 2px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  padding:8px 20px;
  font-size:13px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-read-more:hover {
  color: #fff;
  background-color: #cf9b67;
  border-color: #cf9b67;
}

.pagination {
  margin: 0;
  padding: 50px 0 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.pagination:after {
  bottom: auto;
  top: 0;
  margin-left: -77px !important;
  width: 158px !important;
}
.pagination:before {
  bottom: auto;
  top: -4px;
}
.pagination li {
  display: inline-block;
  margin: 0 2px;
}
.pagination li a {
  height: 46px;
  width: 46px;
  color: #6b6b6b;
  font-weight: 400;
  font-family: "Oswald";
  border: 2px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 44px;
  letter-spacing: 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pagination li a:hover, .pagination li a.active {
  color: #fff;
  background-color: #cf9b67;
  border-color: #cf9b67;
}
.pagination li a.prev, .pagination li a.next {
  width: 116px;
}
.pagination li a.prev {
  margin-right: 35px;
}
.pagination li a.next {
  margin-left: 35px;
}

.search-area {
  position: relative;
  margin-bottom: 35px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.search-area input[type=text] {
  border: 2px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 13px 20px;
  color: #6b6b6b;
  width: 100%;
  height: auto;
  line-height: normal;
}
.search-area .btn-search {
  position: absolute;
  right: 18px;
  top: 15px;
}
.search-area .btn-search i {
  color: #cf9b67;
  font-size: 19px;
}

.widget-title {
  margin: 0 0 30px;
  line-height: 42px;
  padding-bottom: 25px;
  position: relative;
  font-size: 26px;
  font-family: "Oswald";
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.widget-title:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 29px;
  height: 2px;
  background-color: #cf9b67;
}

#blog .widget {
  margin-bottom: 25px;
}
#blog .widget ul {
  border: 1px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
#blog .widget.widget_category li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 24px;
  position: relative;
}
#blog .widget.widget_category li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#blog .widget.widget_category li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #cf9b67;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#blog .widget.widget_category li a {
  font-size: 15px;
  color: #6b6b6b;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#blog .widget.widget_category li a:hover {
  color: #cf9b67;
}
#blog .widget.widget_category li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #6b6b6b;
}
#blog .widget.widget_popullar li {
  overflow: hidden;
  padding-bottom:12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}
#blog .widget.widget_popullar li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#blog .widget.widget_popullar li > a {
  float: left;
  max-width: 90px;
  margin-right: 20px;
  margin-top: 2px;
}
#blog .widget.widget_popullar li > a img {
  width: 100%;
}
#blog .widget.widget_popullar li div h4 {
  margin: 0 0 2px;
}
#blog .widget.widget_popullar li div h4 a {
  font-size: 15px;
  color: #000;
  font-family: "Oswald";
  letter-spacing: .5px;
  font-weight: 400;
}
#blog .widget.widget_popullar li div span {
  font-style: italic;
  display: block;
  color: #cf9b67;
  margin-bottom: 2px;
}
#blog .widget.widget_tags ul {
  border: 0;
  padding: 0;
  overflow: hidden;
}
#blog .widget.widget_tags ul li {
  margin: 0 10px 10px 0;
  float: left;
}
#blog .widget.widget_tags ul li a {
  border: 2px solid #f2f2f2;
  padding: 7px 30px;
  display: block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #6b6b6b;
}
#blog .widget.widget_tags ul li a:hover {
  color: #fff;
  background-color: #cf9b67;
  border-color: #cf9b67;
}
#blog .widget.widget_author > div {
  text-align: center;
  border: 2px solid #e9e9e9;
  padding: 50px 40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#blog .widget.widget_author > div img {
  display: inline-block;
  max-width: 80px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 10px solid #e9e9e9;
  margin-bottom: 30px;
}
#blog .widget.widget_author > div p {
  font-style: italic;
  margin-bottom: 25px;
  text-align: center;
  line-height: 23px;
}
#blog .widget.widget_author > div span {
  font-size: 18px;
  color: #cf9b67;
  font-family: "Oswald";
  letter-spacing: .5px;
  font-weight: 400;
}

/*------------------------------------------------------------------
[25. Section Blog Single/ .blog-single]
--------------------------------------------------------------------*/
.share-box {
  padding: 27px 0;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-width: 1px 0;
}
.share-box span {
  font-size: 20px;
  color: #333333;
  font-family: "Oswald";
  margin-right: 22px;
  display: inline-block;
  font-weight: 400;
}
.share-box a {
  margin-right: 10px;
  display: inline-block;
}
.share-box a i {
  font-size: 22px;
  color: #6b6b6b;
}
.share-box a:hover i {
  color: #cf9b67;
}

.single-heading {
  margin: 0 0 30px;
  line-height: 42px;
  padding-bottom: 25px;
  position: relative;
  font-size: 26px;
  font-family: "Oswald";
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.single-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.single-heading:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 29px;
  height: 2px;
  background-color: #cf9b67;
}

.author {
  border: 2px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
  margin-bottom: 45px;
}
.author .author-img {
  float: left;
  max-width: 80px;
  margin-right: 20px;
}
.author .author-img img {
  display: inline-block;
  width: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 10px solid #e9e9e9;
}
.author .content p {
  font-style: italic;
  margin-bottom: 8px;
  line-height: 22px;
  text-align: justify;
}
.author .content .name {
  font-size: 18px;
  color: #cf9b67;
  font-family: "Oswald";
  letter-spacing: .5px;
  font-weight: 400;
}

.blog-single {
  padding-right: 30px;
}
.blog-single .blog-item {
  padding-right: 0;
}

.post-comments li ul li .comment {
  padding-left: 70px;
}
.post-comments li .comment {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.post-comments li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.post-comments li .avatar {
  display: table-cell;
  vertical-align: top;
}
.post-comments li .avatar img {
  max-width: 100px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.post-comments li .comment-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
.post-comments li .comment-content h4 {
  font-size: 18px;
  color: #cf9b67;
  font-family: "Oswald";
  letter-spacing: .5px;
  font-weight: 400;
  margin: 0 0 10px;
}
.post-comments li .comment-content h4 span {
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  color: #6b6b6b;
  font-size: 14px;
}
.post-comments li .comment-content h4 span:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -3px;
  background-color: #6b6b6b;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.post-comments li .comment-content p {
  margin-bottom: 20px;
}

/*------------------------------------------------------------------
[26. Section Reservation Table/ #select-table]
--------------------------------------------------------------------*/
#select-table {
  background: url("../../assets/img/demo/bg/02.jpg") no-repeat scroll center -2px;
}

.carousel-table .table-page {
  width: 100%;
}
.carousel-table .table-page .item {
  cursor: pointer;
  float: left;
  text-align: center;
  width: 20%;
  padding: 17px 0;
  margin-bottom: 30px;
  position: relative;
  min-height: 163px;
}
.carousel-table .table-page .item img {
  max-width: 100%;
  display: inline-block;
}
.carousel-table .table-page .item span {
  position: absolute;
  left: 0;
  top: 50%;
  color: #909090;
  font-size: 18px;
  display: block;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}
.carousel-table .table-page .item p {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 16px;
  display: none;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  text-transform: capitalize;
}
.carousel-table .table-page .item.reserved {
  cursor: default;
}
.carousel-table .table-page .item.reserved p {
  display: block;
}
.carousel-table .table-page .item.reserved:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9;
}
.carousel-table .table-page .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(207, 155, 103, 0.8);
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.carousel-table .table-page .item:hover:before, .carousel-table .table-page .item.current:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.carousel-table .table-page .item:hover span, .carousel-table .table-page .item.current span {
  color: #fff;
}

.carousel-table .slick-prev, .carousel-table .slick-next {
  display: none !important;
}
.carousel-table .slick-dots {
  text-align: center;
  padding-top: 65px;
}
.carousel-table .slick-dots > li {
  display: inline-block;
  padding: 0 5px;
  overflow: hidden;
  height: 10px;
}
.carousel-table .slick-dots > li button {
  background: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #eaeaea;
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.carousel-table .slick-dots > li button:hover {
  background: #cf9b67;
  border-color: #cf9b67;
}
.carousel-table .slick-dots > li.slick-active button {
  background: #cf9b67;
  border-color: #cf9b67;
}

/*------------------------------------------------------------------
[27. Section Footer/ #site-footer]
--------------------------------------------------------------------*/
#site-footer {
  background: #212121;
  padding-top: 100px;
}

.bloc-cms img {
  max-width: 65px;
  display: block;
  margin-bottom: 20px;
}
.bloc-cms p {
  color: #999999;
  line-height: 22px;
  margin-bottom: 25px;
}
.bloc-cms a {
  text-transform: uppercase;
  font-family: "Oswald";
  color: #cf9b67;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}
.bloc-cms a:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.bloc-cms a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  margin-left: 18px;
  margin-top: -1px;
  height: 2px;
  background-color: #cf9b67;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bloc-cms a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 29px;
}
.bloc-cms a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.open-hours p {
  color: #999999;
  margin-bottom: 17px;
}
.open-hours p span {
  color: #cf9b67;
  text-transform: uppercase;
}

.item-tweet {
  overflow: hidden;
  margin-bottom: 20px;
}
.item-tweet:last-child {
  margin-bottom: 0;
}
.item-tweet > i {
  float: left;
  width: 10%;
  color: #cf9b67;
  font-size: 18px;
  margin-top: 2px;
}
.item-tweet > div {
  float: right;
  width: 88%;
}
.item-tweet > div p {
  color: #999999;
  line-height: 22px;
  margin-bottom: 5px;
}
.item-tweet > div p a {
  color: #999999;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.item-tweet > div p a:hover {
  color: #cf9b67;
}
.item-tweet > div span {
  color: #cf9b67;
}

.instagram a {
  float: left;
  margin: 0 1% 1% 0;
  width: 32.66%;
  position: relative;
}
.instagram a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.instagram a:hover i {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.instagram a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(207, 155, 103, 0.85);
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.instagram a i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 91px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.instagram a img {
  width: 100%;
}
.instagram a:nth-child(3n+1) {
  margin: 0 0 1%;
}

.foot-title {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-family: "Oswald";
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.foot-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-color: #cf9b67;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.foot-title:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 29px;
  height: 2px;
  background-color: #cf9b67;
}

.footer-copyright {
  padding: 25px 0;
  margin-top: 100px;
  position: relative;
  background: #171717;
}
.footer-copyright p {
  text-align: center;
  color: #999999;
}
.footer-copyright a {
  position: absolute;
  top: -30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  background: #cf9b67;
  text-indent: -200px;
  overflow: hidden;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer-copyright a:after, .footer-copyright a:before {
  content: "";
  display: block;
  background: #fff;
  width: 10px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.5px 0 0 -3px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer-copyright a:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 24px;
}
.footer-copyright a:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-copyright a:hover {
  background: #fff;
}
.footer-copyright a:hover:after, .footer-copyright a:hover:before {
  background: #cf9b67;
}

.ft-links a { display:inline-block; margin: 0 0 10px 0; font-family: "Open Sans"; }
.mbdvc-logotxt{color: #d8c6f3;
    font-size: 25px;
    font-weight: bold;
    margin: 18px 0 10px 17px;
    display: inline-block;}
.mtop-4{margin-top:83px;}
.md-bxhm{width:100%;margin-top:30px;text-align:center;display:inline-block}
.md-bxhm div{float:none;text-align:center;display:inline-block}
.custm-blc .col-md-3{width:20%;}
#min_max_btn {right: 28px !important;}
.lower-dv{width:100%;display:inline-block;padding:80px 0;background: #f7f7f7;}
.lower-dv h3{width:82%;font-size: 3.90rem;line-height: 1;font-family: 'Nunito Sans', sans-serif;font-weight: 800;margin:0 auto 40px;text-align:center}
.lower-dv p{font-size: 20px;margin: -20px 0 37px;text-align: center;font-weight: bold;}
.new-hmcontent{width:100%;display:inline-block;margin:150px 0 0;}
.new-hmcontent h2{font-size:35px;font-weight:800;margin:0 0 25px;font-family: 'Nunito Sans', sans-serif;}
.new-hmcontent h3{width:100%;display:inline-block;margin:30px 0 17px;font-size:32px;font-weight:800;font-family: 'Nunito Sans', sans-serif;}
.new-hmcontent p{color: #595b61;font-size: 24px;font-weight: 700;margin: 0 auto 37px;line-height: 37px;width: 95%;}
.new-hmcontent ul{color: #595b61;font-size: 24px;font-weight: 700;margin: 0 auto 37px;line-height: 37px;width: 95%;
    display: inline-block; text-align: justify !important;}
.new-hmcontent li{color: #595b61;font-size: 24px;font-weight: 700;line-height: 37px;list-style: disc inside;float:left}
.new-hmcontent h3 span, .grrenElem{background: #528c04;color: #fff;padding: 0 10px;}
.mark-clr{background: #f3a10a;color: #fff !important;padding: 0 10px 6px; text-align: center !important;}
.new-hmcontent p strong{font-weight:800;font-family: 'Nunito Sans', sans-serif;color: #333;}
.wysiwyg h3{line-height:32px;}
.mark-clr1{background: #856da2;color: #fff !important;padding: 0 10px;}
.h1-page-heading, .h2-section-heading{line-height: 44px;margin-bottom: 21px;}
.mt-custm{margin-top:80px;}
.new-hmcontent h2 {
  font-size: 35px;
  font-weight: 800;
  margin: 0 0 25px;
  font-family: 'Nunito Sans', sans-serif;
}
.cstp3{font-size: 40px !important;
  margin: 38px 0 !important;
}

li strong {
  color: #000 !important;
  font-weight:bold;
}

.gridLi {
  display: grid !important;
  align-content: space-around !important;
  justify-content: space-around !important;
}