@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 / #newslette
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]
--------------------------------------------------------------------*/
.no-margin-top{
  margin-top: 0 !important;
}
.no-margin-bottom{
  margin-bottom: 0 !important;
}
.no-padding-top{
  padding-top: 0 !important;
}
.no-padding-right{
  padding-right: 0 !important;
}

.center-div{
  margin: 0 auto;
  display: block;
  float: none;
}

.margin-bottom-5{
  margin-bottom: 5px !important;
}

.margin-right-20{
  margin-right:20px;
}

.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-margin{
  margin:0;
}
.no-margin-top{
  margin-top:0;
}
.no-padd {
  padding: 0 !important;
}

.no-padd-top {
  padding-top: 0 !important;
}
.no-border-radius{
  border-radius: 0;
}
.hide{
  display: none;
}
.show{
  display: block;
}

.button-golden{
  background-color: #D80000;
  color: #fff;
}

.text-golden{
  color: #D80000;
}
.text-underline{
  text-decoration: underline;
}
.text-uppercase{
  text-transform: uppercase;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.section-suptitle {
  font-size: 30px;
  color: #D80000;
  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: #D80000;
  -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: #D80000;
}
.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: #D80000;
  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: #D80000;
  color: #fff;
}

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

.white-font {
  color: #fff;
}

.input-error {
  border-color: red;
  color: red;
}
label.error {
  color: red;
  font-size: 12px;
  font-weight: normal;
}

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

.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: 400px;
  background: transparent;
}

.site-loader, .site-loader-paypal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00001f;
  z-index: 999999;
}

.inputError {
  border-color: #ff0000;
}

.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: #D80000;
  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;
  width: 100%;
}
.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: #D80000;
  font-weight: bold;
}

.btn-food {
  color: #fff;
  font-family: "Oswald";
  background-color: #D80000;
  -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: 999;
}

.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: #D80000;
  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: #D80000;
}
.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: #D80000;
}

.navbar {
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  -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: 17px;
  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 .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: #D80000;
  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: #D80000;
}
.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: #D80000;
  -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: #D80000;
  -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-size: cover;
  background-attachment: fixed;
  height: 100%;
  text-align: center;
  position: relative;
}
#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: 50%;
  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-bottom: 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;
}

.scoll-down {
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: calc(50% - 35px);;
  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;
}

/*------------------------------------------------------------------
[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: #D80000;
  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 #D80000;
  text-align: center;
  font-family: "Architects Daughter";
  color: #D80000;
  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: #D80000;
  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(../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: #D80000;
  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: #D80000;
  border-color: #D80000;
}
.delas-carousel .slick-dots > li.slick-active button {
  background: #D80000;
  border-color: #D80000;
}

/*------------------------------------------------------------------
[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: #D80000;
  color: #fff;
  border-color: #D80000;
}
.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/customer//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: #D80000;
  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;
}

.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: #D80000;
}
.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;
}

/*------------------------------------------------------------------
[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: #D80000;
  -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: #D80000;
}
.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: #D80000;
  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: #D80000;
  -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: #D80000;
  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: #D80000;
  border-color: #D80000;
}
.event-carousel .slick-dots > li.slick-active button {
  background: #D80000;
  border-color: #D80000;
}

/*------------------------------------------------------------------
[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: #D80000;
}
.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: #D80000;
  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: #D80000;
}
.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: #D80000;
}

/*------------------------------------------------------------------
[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: #D80000;
  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: #D80000;
  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: #D80000;
  border-color: #D80000;
}

#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: #D80000;
  border-color: #D80000;
}
#from-menu .slick-dots > li.slick-active button {
  background: #D80000;
  border-color: #D80000;
}

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

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

.ctc-item {
  background: #fff;
  border: 10px solid #e4e4e4;
  padding: 40px 25px;
}
.ctc-item .tel {
  font-size: 30px;
  font-weight: 600;
  color: #D80000;
  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: #D80000;
}
.ctc-item .widget:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
[15. Section Newsletter / #newsletter]
--------------------------------------------------------------------*/
#newsletter {
  background: #D80000;
}
#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 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: #D80000;
  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: #D80000;
}

/*------------------------------------------------------------------
[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: #D80000 !important;
  border-color: #D80000 !important;
}
.vertical-carousel .slick-dots > li.slick-active button {
  background: #D80000 !important;
  border-color: #D80000 !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: #D80000;
  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 .big-title {
  font-size: 18px;
  font-family: "Oswald";
  display: block;
  margin-bottom: 5px;
  letter-spacing: .5px;
}
.desc-apps p {
  margin-bottom: 20px;
}
.desc-apps p span {
  color: #D80000;
}
.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: #D80000;
  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: #D80000;
}

/*------------------------------------------------------------------
[24. Section Blog / #blog]
--------------------------------------------------------------------*/
.blog-item {
  margin-bottom: 50px;
  padding-right: 30px;
}

.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: #D80000;
  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: #D80000;
  -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: #D80000;
}

.extrait-post {
  margin-bottom: 28px;
}

.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: 10px 40px;
  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: #D80000;
  border-color: #D80000;
}

.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: #D80000;
  border-color: #D80000;
}
.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: #D80000;
  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: #D80000;
  -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: #D80000;
}

#blog .widget {
  margin-bottom: 45px;
}
#blog .widget ul {
  border: 2px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
#blog .widget.widget_category li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  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 #D80000;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#blog .widget.widget_category li a {
  font-size: 16px;
  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: #D80000;
}
#blog .widget.widget_category li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #6b6b6b;
}
#blog .widget.widget_popullar li {
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  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: 16px;
  color: #000;
  font-family: "Oswald";
  letter-spacing: .5px;
  font-weight: 400;
}
#blog .widget.widget_popullar li div span {
  font-style: italic;
  display: block;
  color: #D80000;
  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: #D80000;
  border-color: #D80000;
}
#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: #D80000;
  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: #D80000;
}

.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: #D80000;
  -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: #D80000;
}

.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: #D80000;
  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: #D80000;
  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: #D80000;
  border-color: #D80000;
}
.carousel-table .slick-dots > li.slick-active button {
  background: #D80000;
  border-color: #D80000;
}

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

.bloc-cms img {
  max-width: 170px;
  display: block;
  margin-bottom: 40px;
}
.bloc-cms p {
  color: #999999;
  line-height: 22px;
  margin-bottom: 25px;
}
.bloc-cms a {
  text-transform: uppercase;
  font-family: "Oswald";
  color: #D80000;
  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: #D80000;
  -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: #D80000;
  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: 5px;
}
.open-hours p span {
  color: #D80000;
  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: #D80000;
  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: #D80000;
}
.item-tweet > div span {
  color: #D80000;
}

.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: #D80000;
  -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: #D80000;
}

.footer-copyright {
  padding: 25px 0 20px 0;
  margin-top: 100px;
  position: relative;
  background: #171717;
}
.footer-copyright p {
  text-align: center;
  color: #999999;
}
.footer_navigation {
  position: absolute;
  top: -30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  background: #D80000;
  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_navigation:after, .footer_navigation: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_navigation:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 24px;
}
.footer_navigation:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_navigation:hover {
  background: #fff;
}
.footer_navigation:hover:after, .footer_navigation:hover:before {
  background: #D80000;
}


/*Online order system*/

.no-margin{
  margin: 0; 
}
.no-padding{
  padding: 0; 
}
.margin-top-20{
    margin-top:20px;
}



#order-online .ui-order-online-left-side {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 20px;
}
.ui-order-online-left-side,.ui-order-online-right-side {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.order-online-tab-nav {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    background-color: #fbfafa;
    padding: 0;
}
.order-online-tab-nav ul {
    margin-bottom: 0;
}
.list-inline {
    margin-left: -5px;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
ol, ul {
    margin-bottom: 10px;
}
.order-online-tab-nav li {
    margin-bottom: -1px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.order-online-tab-nav li.active a, .order-online-tab-nav li a {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid #D80000;
    background-color: #D80000 !important;
}
.order-online-tab-nav li:hover a,.order-online-tab-nav li:focus a,.order-online-tab-nav li:active a{
    background-color: #D80000 !important;
    border-bottom: 1px solid #D80000;
}
.order-online-tab-nav li a {
    font-size: 14px;
    display: block;
    color: #000;
    padding: 12px 20px 13px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-weight: 700;
}
.ui-order-policy {
    padding: 5px 10px;
    background-color: #fbfafa;
    /* margin-bottom: 10px; */
    text-align: center;
    border-bottom: 1px solid #D80000;
}
.category-list li a:active, .category-list li a:focus, .category-list li a:link, .category-list li a:visited {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px;
    outline: 0;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category-list li a:hover, .category-list li.active a {
    color: #D80000;
    background-color: #fff;
    padding-left: 7px;
    padding-right: 3px;
}
.category-dish-container {
    margin-bottom: 20px;
}
/*.category-name {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #D80000;
}*/
.category-name {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 5px;
    font-weight: 400;
    background: #D80000;
    color: #333;
    padding: 2px 10px;
    cursor: pointer;
}
.category-name .fa-angle-up{
  display: inline-block;
}
.category-name .fa-angle-down{
  display: none;
}
.category-name.collapsed .fa-angle-up{
  display: none;
}
.category-name.collapsed .fa-angle-down{
  display: inline-block;
}
.category-name .angel_icons {
    display: inline-block;
    float: right;
    line-height: 30px;
    font-size: 22px;
}
.category-description {
  padding: 10px;
}
.category-description p{
  font-size: 13px;
}
.dish-name {
    font-size: 14px;
    padding-right: 10px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}
.dish-right-content {
    float: right;
}
.dish-price {
    margin-right: 15px;
    font-size: 15px;
    display: block;
    text-align: left;
    font-weight: 700;
    float: left;
    margin-top: 5px;
}
.ui-order-btn {
    float: left;
    cursor: pointer;
}
.ui-order-btn i {
    border: 2px solid #D80000;
    padding: 3px 4px;
    color: #D80000;
    border-radius: 50%;
    margin-top: 2px;
    font-size: 10px;
    margin-top: 7px;
}
.dish-content {
    border-bottom: 1px solid #D80000;
    padding: 5px 10px 10px;
    margin-bottom: 5px;
}
.dish-details {
    font-size: 13px;
}
.allergensInfo {
    font-style: italic;
}
.category-dish-container>.category{
    margin-top: 30px;
}
.category-dish-container>.category:first-child{
    margin-top: 0;
}
.cart-content {
    border-bottom: 1px solid #D80000;
    clear: both;
}
.cfo-cart {
    background: #fff;
}
/* .cart-info h2 {
    font-size: 17px;
    margin: 0;
    border-bottom: 1px solid #ededed;
    padding: 13px 14px;
    color: #333;
    font-family: Lato, sans-serif !important;
    font-weight: 700;
} */
.cart-info h2 {
  font-size: 15px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  padding: 6px 14px;
  color: #333;
  font-family: Lato, sans-serif !important;
  font-weight: 700;
}
#order-online .cart-table, #order-process .cart-table {
    padding: 8px;
    max-height: 174px;
    overflow-y: auto;
    border-bottom: 1px solid #efefef;
}
.cart-info .cart-table .table {
    margin-bottom: 7px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.cart-info .table tbody tr.hobtr:first-of-type {
    border: 0;
}
.cart-info .table tbody tr.hobtr {
    border-top: 1px solid #efefef;
    background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.hobtr {
    cursor: pointer;
}
.cart-info .cart-table table tr td.cross-td {
    font-size: 13px;
    width: 45px !important;
    text-align: left;
    color: #635c5c;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: 300;
    white-space: nowrap;
}
.hobtr:hover .input-group.spinner {
    display: block;
}
.hobtr:hover .qnt-idn, .input-group.spinner {
    display: none;
}
.input-group.spinner {
    position: absolute;
    width: 100px;
    height: auto;
    top: -2px;
    left: 5px;
    margin-left: 0;
}
.input-group {
    display: table;
    border-collapse: separate;
}
button.btn.btn-default.cust-plus {
    width: 18px;
    float: left;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    clear: both;
    background: #D80000;
    color: #fff;
    border: 0;
}
input.form-control.increse-val {
    text-align: center;
    padding: 0;
    width: 18px;
    float: left;
    font-size: 10px;
    height: 19px;
    clear: both;
}
.ui-order-description {
    padding: 5px 15px 0 15px;
}
.color-gray {
    color: #888;
}
.ui-order-description p {
    margin-bottom: 0;
}
.cfo-checkoutarea {
    padding: 5px 10px;
}
.custom-checkout,.custom-checkout:hover {
    background: #D80000;
    border: 1px solid #D80000;
    font-size: 15px;
    font-family: Lato, sans-serif;
    border-radius: 0;
}
#order-online .btn-primary, #order-online .btn-primary:hover {
    transition: .7s;
}
.cart-info .table > tbody > tr > td {
    border: 0;
}
/* .cart-info .table td {
    height: 55px;
} */
.cart-info .table td {
  height: 52px;
  /* text-transform: lowercase; */
  font-size: 13px;
  padding: 12px 8px;
}
.cart-table {
  padding: 0 8px;
  max-height: 320px;
  overflow-y: auto;
  border-bottom: 1px solid #efefef;
}
.category-dish-container>div:last-child{
  min-height: 530px;
}
.min-off, td.cross-td.custom-spinner {
    position: relative;
}
.amont-td i {
    color: #D80000;
    font-size: 22px;
}
.amont-td i, .hobtr:hover .main-price {
    display: none;
}
.hobtr:hover .amont-td i {
    display: block;
}
/* .cart-table{
    padding: 8px;
    max-height: 174px;
    overflow-y: auto;
    border-bottom: 1px solid #efefef;
} */
.amont-td {
    width: 55px;
}
#mainCart {
    background-color: #fbfafa;
    border: 1px solid #e9e9e9;
}
.order-edit-button {
  color: #a94442;
  font-size: 12px;
}
.order-online-tab-nav{
    border-bottom: 1px solid rgb(207, 155, 103);
    margin-left: 1px;
}
.order-online-tab-nav li{
    padding-left: 0 !important;
}
.radio {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}
.radio label::before {
  border: 1px solid #D80000;
}
.radio label::after {
  background-color: #D80000;
  outline: 0;
}
.order-total-amount {
    font-size: 19px;
}
.ui-order-description p{
    font-size: 13px;
}
.sticky-wrapper{
    z-index: 9;
}
#newsletter,#site-footer{
    z-index: 99;
    position: relative;
}

.fix-wrap{
    position: fixed;
    top: 80px;
}

/*checkout page*/
.margin-top-0{
    margin-top:0px;
}
.margin-top-15{
    margin-top:15px;
}
.common-header-bar {
    background-color: #f9f9f9;
    padding: 10px;
    border-bottom: 1px solid rgb(207, 155, 103);
    margin-top: 20px;
}
.checkout-content {
  background-color: #f9f9f9;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 700;
}
.ui-order-policy-2 {
    padding: 9px 10px 0px;
    background-color: #fbfafa;
    margin-bottom: 10px; 
    text-align: center;
    border-bottom: 1px solid #D80000;
    min-height: 50px;
}
.est-deli {
    float: left;
    margin-top: 6px;
    padding-left: 5px;
    font-size: 14px;
}
.delivery-time {
  font-family: Lato, sans-serif;
  float: left;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  color: #aaa;
  padding: 2px 6px 5px 5px;
  display: block;
}
.delivery-time span.deli-time {
  float: right;
  text-align: right;
  font-size: 30px;
  line-height: 30px;
}

/*order edited*/
.category-list li a{
  text-transform: uppercase;
}
.orderonline-search{
  background-color: #fbfafa;
  border: 1px solid #dedede;
  padding: 16px 20px;
  color: #333;
  margin-top: 20px;
}
.openclose-message p {
  color: #333 !important;
  font-weight: 600;
}
.sticky-wrapper-right{
  width: 263px;
  position: fixed;
  top:80px;
}
.wrapper-left{
  width: 190px;
}

.sticky-wrapper-left{
  position: fixed; 
  top: 100px; 
}
#deliery-policy {
  padding-right: 0 !important;
  border-radius: 0;
}
#deliery-policy .modal-dialog {
  width: 100%;
  margin: 0px auto;
  height: 100%;
}
#deliery-policy .modal-content{
  height: 100vh;
  border-radius: 0;
  background: #D80000;
  opacity: .95;
}
.devilery-modal-body {
  width: 700px;
  margin: 12% auto;
}
#deliery-policy .modal-header h4 {
  color: #fff!important;
  font-size: 24px;
}
#deliery-policy .modal-body span {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}
.devilery-modal-body>.modal-header-new,.devilery-modal-body>.modal-footer{
  border: 0 !important;
}
.ui-empty-cart {
  text-align: center;
  color: #d4d4d4;
  border: 0;
  margin-top: 15px;
}
.charges {
  margin-top: 0px;
  color: #aaa;
  background-color: #fbfafa;
  padding: 3px 15px;
  font-weight: 100;
  z-index: -1;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #D80000;
}
.charges p {
    font-size: 13px;
}
#delivery-charge, #collection-charge{
  display: none;
}
/* .dAddress-content{
  padding: 40px 10px; 
} */
.dAddress-content{
  padding: 20px 30px; 
}
.dThank-content{
  padding: 40px; 
}

/*Customer profile*/
.cfoaccount ul li:first-child a {
    border-top: 6px solid #D80000;
}
.cfoaccount ul li a {
    border-bottom: 1px solid #aaa;
    padding: 12px 10px;
    text-decoration: none;
    color: #535151;
    font-size: 16px;
    outline: 0;
}
.cfoaccount ul li, .cfoaccount ul li a {
    display: inline-block;
    width: 100%;
}
.profile-nav li > a > i {
  color: #D80000;
  font-size: 20px;
  margin-right: 5px;
}

/*For mobolie first*/
#mobileNavBar {
  height: 50px !important;
  bottom: 0 !important;
  top: auto;
  z-index: 9999;
  background-color: #fff !important;
}
#mobo-nav {
  z-index: 999;
  box-shadow: 0 0 5px 0 #d1d1d1;
  background-color: #fff !important;
  height: 52px !important;
}
#mobile-first-nav {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 5px 0 #d1d1d1;
  padding: 0;
}
#mobile-first-nav .navbar-nav {
  background-color: #fff;
  margin: 0;
  width: 100%;
  padding-bottom: 25px;
}
#mobile-first-nav .navbar-nav li{
  padding: 0;
  margin-bottom: 5px;
}
#mobile-first-nav .navbar-nav li a{
  margin-left: 0;
  padding: 10px;
}
#mobile-first-nav .navbar-nav li.active> a {
  margin-left: 0;
  padding: 10px;
  background-color: #e7e7e7 !important;
}
#mobile-first-nav .navbar li a::after{
  background-color: #e7e7e7 !important;
  position: relative;
}
#mobo-nav .navbar-brand{
  font-size: 14px;
}
a.clicker:after,a.clicker:before{
  background-color: transparent !important;
  position: relative;
}
.mobile-cart-nav {
    background-color: #fff;
}
#mobile-category-menu, .mobile-cart-nav {
    box-shadow: 0 0 5px 0 #d1d1d1;
}
.mobile-cart-item {
    border-right: 1px solid #dbdbdb;
}
.mobile-cart-item a {
  padding: 14px;
  display: block;
  text-decoration: none;
}
.mobile-cart-item a, .mobile-total-amount {
  font-size: 15px;
  color: #D80000;
  text-align: center;
}
.mobile-total-amount {
    padding: 14px 0;
}
.mobile-btn-checkout {
    display: block;
    background-color: #D80000;
    color: #fff;
    border-radius: 0;
    outline: 0;
    padding: 14px;
    width: 100%;
}
.productAddAlert {
  background-color: #D80000 !important;
  z-index: 99999;
  top: 0;
  position: fixed;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.productAddAlert p{
  color: #fff !important;
}
.typeDetails{
  
}
.xs-wrapper-cart{
    width: 263px;
    position: fixed;
    top: 100px;
}
.modal.fade.in .lab-modal-body {
  bottom: 0;
  opacity: 1;
  z
}

.lab-modal-body h1 {
  font-size: 4rem;
}

/* .lab-modal-body p {
  margin: 0 0 1.62rem 0;
  line-height: 1.62;
  font-weight: 300;
  font-size: 1.62rem;
  color: #666;
} */
.lab-modal-body p {
  margin: 0 0 5px 0;
  line-height: 1.62;
  font-weight: 300;
  font-size: 13px;
  color: #666;
}

.lab-modal-body {
  position: relative;
  bottom: -250px;
  margin: 0px auto 0;
  padding: 40px;
  max-width: 100%;
  height: 100vh;
  background-color: rgb(248, 250, 247);
  border: 1px solid #BEBEBE;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  z-index: 99999;
}
.close {
  margin-top: -20px;
  margin-right: -20px;
  text-shadow: 0 1px 0 #ffffff;
}
.popup-button {
  margin-top: 70px;
}
.orderBreadcrumb{
  max-height: 250px;
  min-height: 250px !important;
}
.orderBreadcrumb h1{
  margin-top:40px !important;
}
.page-topper{
  height: 150px;
}
.payment-method-logos img {
  max-height: 90px;
  width: auto;
}
.sign-in-button {
  float: right;
  border-radius: 0;
  margin-top: 22px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
}
.sign-in-button:hover,.sign-in-button:focus,.sign-in-button:active{
  color: #fff !important;
}
.mobile-seccond-nav {
  width: 100%;
  position: absolute;
  top: 70px;
  padding: 0 15px;
}
.mobile-seccond-nav p,.mobile-seccond-nav a{
  color: #fff;
}
.mobile-seccond-nav i {
  color: #D80000 !important;
  margin-right: 10px;
  font-size: 14px;
}
.sign-in-btton-xs{
  float: right;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
}
.signOutBtn {
  float: right !important;
  margin-left: 20px;
  margin-right: 0 !important;
}
.signOutBtn > .btn {
  margin-top: 7px;
  padding-right: 0;
}
.common-pagination{
  float: right;
  margin: 0 0 20px 0 !important;
}
.cash-logo{
  height: 50px;
  margin-top: 15px;
}
#total_cart_amount {
  font-size: 15px;
}
#showAddress {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 130px;
  max-height: 212px;
  overflow-y: auto;
  overflow-x: hidden;
}
.selectedTab {
  padding: 10px;
  border: 1px solid #D80000;
}
.selectedTab address {
  margin-bottom: 0 !important;
  color: #333;
}
.tabSelected{
  background-color: #D80000;
  color: #fff;
}
.tabSelected a{
  text-decoration: none !important;
}
.tabSelected p{
  color: #fff !important;
}
#addCloseBtn {
  height: 30px;
  width: 30px;
  background-color: #D80000;
  opacity: 1;
  color: #fff;
}
.copyright-logo {
  max-height: 25px;
}
.common-btn{
  background: #D80000;
  border: 1px solid #D80000;
  font-size: 15px;
  font-family: Lato, sans-serif;
  color: #fff !important;
  font-weight: 600;
}
 body.modal-open {
  overflow: hidden !important;
  position:relative !important;
  width: 100% !important;
}
.g-recaptcha{
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1); 
  -o-transform:scale(1.1); 
  -moz-transform-origin:0; 
  -ms-transform-origin:0;
  -o-transform-origin:0;
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  -webkit-transform-origin:0 0;
  transform-origin:0;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod='auto expand');
}
#order_delivery_time{
  width: 170px;
  float: right;
}
.checkout-amout{
  font-size: 14px;
}
.checkout-table>tbody>tr>td.cross-td{
  padding-left: 6px;
}
.checkout-table>tbody>tr>td.amont-td{
  text-align: right;
}
.scroll-inactive{
  overflow-y: hidden;
}
.address_list_table{
  padding: 25px 20px;
}
.address_list_table>table>tbody>tr>td{
  padding:0;
  border: 0;
}

/*Order history*/
.order-history-row {
  font-size: 20px;
}
.order-history-table table>tbody>tr>td, .order-history-table table>thead>tr>th{
  text-align: left;
}
#history-total-table>tbody>tr>td{
  width: 150px;
  text-align: center;
}
#history-total-table>tbody>tr>th{
  text-align: right;
}
#myBtn>i{
  font-size: 20px;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
.download-btn {
    font-size: 17px;
    padding: 7px 8px;
    margin: 0 5px 0 0;
}
.download-btn img{
	height: 24px;
    width: 24px;
}
.opening-day{
  color: #D80000;
  text-transform: uppercase;
  width: 100px;
}
/*Offer Modal START*/
#addOffer .modal-header, #addExtra .modal-header{
  border-bottom: 1px solid #D80000;
  background-color: #D80000 !important;
  color: #fff;
}
#addOffer .modal-header>h4, #addExtra .modal-header>h4{
  font-weight: 600;
}
#addOffer .modal-header>p, #addExtra .modal-header>p{
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.offer-add span.glyphicon {         
  opacity: 0;       
}

.extra-added span.glyphicon {         
  opacity: 1 !important;       
}
.offer-add.active span.glyphicon, .offer-add {        
  opacity: 1;      
}
.offer-add, .offer-add:hover {
    background-color: #D80000 !important;
    border: 1px solid #D80000 !important;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 0;
    outline: 0 !important;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.sm-btn{
    font-size: 12px;
    font-weight: 600;
}
. extra-td{
    width: 55px;
}
#addOffer .close, #addExtra .close{
  margin-right: 0px;
  color: #fff !important;
  opacity: 1;
}

/* body.modal-open{
  padding-right: 0 !important;
} */
.modal-open {
  overflow-y: scroll;
}
.offer-table, .extra-table {
    max-height: 400px;
    overflow-y: auto;
}
/*Offer Modal END*/

/*Extra Modal START*/
.add-dlt-col{
  height: 50px;
  padding-top: 15px;
}
.extra-collespe-panel {
  min-height: 40px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.extra-collespe-panel>.panel-body{
  padding: 0;
}
.extra-price{
  line-height: 23px;
}
.ptb-10{
  padding: 10px 0;
}
.lh-43{
  line-height: 43px;
}
.lh-30{
  line-height: 30px;
}
.itme-td{
  font-weight: 700;
  color: #333;
}
.common-close-btn i {
  border: 2px solid #D80000;
  padding: 3px 4px;
  color: #D80000;
  border-radius: 50%;
  font-size: 11px;
  margin-top: 15px;
}
.l10{
  left: 10px;
}
.f17{
  font-size: 17px;
}
.extraOffer .modal-header {
  border-bottom: 1px solid #D80000;
  background-color: #D80000 !important;
  color: #fff;
}
.extraOffer .modal-header>p{
  color: #fff;
}
.black-text{color: #333;}
/*Extra Modal END*/

/*Offer List START*/
#offerList .modal-body{
  padding: 0 15px;
}
.offer-list-des{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.offer-list-title{
  /* margin-top: -15px; */
  padding: 7px 0;
  border-bottom: 1px solid #D80000;
}
.offer-list{
  margin-bottom: 0;
}
.offer-list>li{
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 15px;
}
.offer-list>li:last-child{
  border-bottom: 0;
}
.offer-list>li.active{
  background-color: #D80000 !important;
  color: #fff;
}
.offer-list>li.active p{
  color: #fff;
}
.offer-list>li p{
  font-size: 13px;
}
.extraOffer .close{
    margin-right: 0px;
    color: #fff !important;
    opacity: 1;
}
.extraOffer .modal-body {
  max-height: 73vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.extraCart>tbody>tr>td {
    height: auto !important;
    font-weight: 400;
}
.extra p {
    font-size: 13px;
}
.extra td{
  height: auto;
  padding: 0;
}
/*Offer List END*/

/*Master Modal Layout START*/
.bundle-list {
  margin-bottom: 0px;
  margin-top: 5px;
}
.bundle-list>li{
  font-size: 13px;
}
.offer-selected-list, .extra-selected-list {
    padding: 0 15px;
}
.offer-selected-item, .extra-selected-item{
    border-bottom: 1px solid #D80000;
    padding: 5px 0;
}
.modal-extra-edit{
  display: block !important;
}
.modal-extra-edit ul{
  margin-top: 12px;
}
.modal-extra-edit ul>li{
  float: left;
  display: inline-block;
}
.modal-extra-edit ul>li button, .modal-extra-edit ul>li .increse-val{
  height: 30px;
  width: 30px !important;
}
table>tbody>tr.extra>td {
    height: auto !important;
    padding: 3px 10px !important;
}
button.btn.btn-default.cust-plus.cust-plus-increment.add_to_cart {
    margin-top: 2px;
}
/* .offer-selected-item:last-child, .extra-selected-item:last-child{
    border-bottom: 1px solid #D80000;
} */
pre.modal-description {
    display: block;
    padding: 3px 0;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #D80000;
    border: 1px solid #D80000;
    border-radius: 4px;
    color: #fff;
    font-family: "Open Sans";
    margin-bottom: 0;
    display: flex;
    white-space: pre-line;
}
.selection-text{
    padding: 3px 15px;
    border-bottom: 1px solid #c3c3c3;
    margin: 0 0;
    font-size: 13px;
    color: #4d4d4d;
}
/*Master Modal Layout END*/
.offer-list li:hover, .bundle-list li:hover, .bdl-list li:hover{
  cursor: pointer;
}
.bundle-list > li p, .bdl-list > li p {
    margin-bottom: 5px;
}
.card_info_box {
  border: 1px solid rgb(204 204 204 / 23%);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 9px rgb(134 133 132 / 39%);
}
.card_info_box label {
  font-size: 12px;
}
#restaurantClosedModal .modal-header {
    border-bottom: 1px solid #D80000;
    background-color: #D80000 !important;
    color: #fff;
}
#restaurantClosedModal .modal-content{
    border-radius: 0;
    border: none;
}
#restaurantClosedModal .modal-header  button.close {
  margin-right: 0;
  opacity: 0.5;
  margin-top: 2px;
}

.bundle-loader, .bdl-loader {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -10px;
    z-index: 99;
}

.bundle-loader img, .bdl-loader img {
    position: absolute;
    right: 0;
    height: 20px;
    top: 13px;
}

.extraOfferModall {
    z-index: 999999;
}
.extraOfferModall .modal-body {
  padding: 15px 0;
}
.extraOfferModall .modal-footer button {
  margin-bottom: 5px !important;
}
.allOfferList, .all-offer-list, .all-bdl-list {
  padding: 0 15px;
}
.extra-list-title {
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}

@media (max-width: 1100px) {
  #card_proceed_btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .bdl_item_add > .row > .col-sm-7 {
    width: 70%;
  }
  .bdl_item_add > .row > .col-sm-5 {
    width: 30%;
  }
}

@media (max-width: 420px) {
  .modal-footer .common-btn {
    
  }
  .modal-footer .btn+.btn {
    margin-left: 0 !important;
    /*margin-top: 5px;
    width: 48%;*/
  }
  .extraOfferModall .modal-footer button.common-btn {
    display: block;
  }
}

@media (max-width: 400px) {
  .item-image {
    display: none;
  }
  .item-desc {
    width: 65% !important;
  }
  .item-price {
    width: 34% !important;
    padding-right: 8px;
  }
  .dish-price {
    font-size: 13px;
    margin-right: 8px;
    line-height: 26px;
  }
}
