#map {
  height: 484px;
}
.concept {
  padding-bottom: 100px;
}
.menu {
  padding-top: 0;
  top: 170px;
  min-height: 650px;
}
.menu h3 {
  font-size: 36px;
}
.menu h3:first-letter {
  font-size: 40px;
}
.menu .full-menu {
  color: #FFF;
  opacity: 0.8;
  display: inline-block;
  bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.2s ease;
  letter-spacing: 2px;
}
.menu .full-menu:hover {
  text-decoration: none;
  opacity: 1;
}
.heading-slogan {
  font-size: 18px;
  left: 140px;
  top: 40px;
}
.concept .heading-slogan {
  top: 15px;
}
.add-img-offset .img-offset {
  margin-top: -250px;
}
.add-img-offset {
  margin-bottom: 400px;
}
.navbar-default {
  border: none;
  max-width: 970px;
  width: calc(100% - 15px);
}
.navbar-default .navbar-brand {
  transform: none;
  display: inline-block;
  padding: 0;
  margin-top: -20px;
}
.navbar-default .navbar-brand img {
  height: 220%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #0f0e0e;
  color: #FFF;
}
.navbar-nav > li {
  height: 61px;
}
.navbar-nav > li > a{
  height: 100%;
}
.dropdown-menu > li a {
  transition: all .3s ease;
}
.dropdown-menu > li a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: none;
  -webkit-transform: none;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  .navbar-default .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.97);
  }
}
/* ============== News ================== */
.news-home {
  padding-top: 0;
  padding-bottom: 90px;
}
.news-home .heading-slogan {
  top: 20px;
  left: 50px;
  font-size: 16px;
}
.news .heading-slogan {
  top: 10px;
}
.post-preview-content {
  margin-top: 10px;
}
.post-preview-content .date {
  color: #000;
  font-weight: 300;
  padding-bottom: 10px;
}
.post-preview-content .date span {
  font-size: 16px;
}
.post-preview-content .date .month {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 300;
}
.post-preview-content .date .month-day {
  font-size: 14px;
  font-weight: 300;
}
.post-preview-content .text {
  font-size: 24px;
  font-weight: 300;
}
.single-post .date {
  text-align: center;
}

.single-post .date .month,
.single-post .date .day {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
  padding-left: 10%;
  width: 50%;
}
.single-post .date .month {
  font-size: 36px;
  font-weight: 300;
  text-transform: capitalize;
}
.single-post .date .day {
  font-size: 18px;
}
.single-post-content p {
  font-size: 24px;
}
.more-news h3 {
  font-weight: 300;
  font-size: 26px;
}
/* ============== News. End ================== */


/* ========== Language dropdown =============== */
.language-dropdown {

}
.language-dropdown.dropdown > a.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 18px;
}
.language-dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 3px 3px;
  min-width: initial;
  padding: 0;
  width: 100%;
}
.language-dropdown .dropdown-menu > li > a {
  padding: 10px 18px;
}
.language-dropdown .dropdown-menu > .active > a,
.language-dropdown .dropdown-menu > .active > a:hover,
.language-dropdown .dropdown-menu > .active > a:focus {
  background: rgba(255, 255, 255, 0.3);
}
.language-dropdown img {
  height: 21px;
}
.no-intro .navbar-default .navbar-nav li.active > a {
  color: #FFF;
}
.no-intro .navbar-default .navbar-nav > .language-dropdown.open > a,
.no-intro .navbar-default .navbar-nav > .language-dropdown.open > a:focus,
.no-intro .navbar-default .navbar-nav > .language-dropdown.open > a:hover {
  background: #FFF;
}

.no-intro .language-dropdown .dropdown-menu > li > a {
  background: #FFF;
}

.no-intro .language-dropdown .dropdown-menu > li > a:hover,
.no-intro .language-dropdown .dropdown-menu > li > a:focus {
  background: #e7e7e7;
  box-shadow: none;
}
.about header {
  background-color: #FFF;
}

@media (max-width: 767px) {
  .language-dropdown.dropdown > a.dropdown-toggle {
    display: none;
  }

  .language-dropdown .dropdown-menu {
    background: initial;
    display: flex;
    justify-content: center;
    position: static;
  }

  .language-dropdown a {
    margin-top: 8px;
  }
  .language-dropdown img {
    height: 32px;
  }

  .dropdown-menu li {
    display: inline-flex;
  }

  .cart-dropdown {

  }
}
/* ========== Language dropdown. End =============== */

/* ========== Cart dropdown =============== */
.cart-dropdown {

}
.cart-dropdown .fa-shopping-cart {
  font-size: 22px;
}

.cart-dropdown .dropdown-menu {
  background: rgba(123, 123, 123, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0 0 3px 3px;
  color: #FFF;
  font-weight: 700;
  width: 280px;
  padding: 0;
}

.cart-dropdown .dropdown-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  cursor: default;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.cart-dropdown .dropdown-menu li > span {
  max-width: 200px;
  word-break: break-all;
  /*overflow: hidden;*/
}

.cart-dropdown .dropdown-menu li.checkout {
  padding: 0;
}
.cart-dropdown .dropdown-menu li.checkout a {
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.cart-dropdown .dropdown-menu li a {
  color: #FFF;
}
.cart-dropdown .dropdown-menu .quantity-price {
  margin-right: 5px;
}
.cart-dropdown .dropdown-menu li a.remove-from-cart {
  border-radius: 2px;
  display: inline-block;
  padding: 0 3px;
  line-height: 1.25;
}
/* ========== Cart dropdown. End ========== */


/* ========== Menu ========== */
.dish-title a {
  color: #FFF;
  cursor: pointer;
  margin-left: 10px;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.dish-title a:hover {
  opacity: 1;
  text-decoration: none;
}
/* ========== Menu. End ========== */


/* ========== Checkout ==================== */
.cart-page {
  font-family: inherit;
  margin-top: 30px;
}
.cart-table h3 {
  font-size: 32px;
}
.cart-table .remove-from-cart {
  color: #000;
  opacity: 0.6;
  font-size: 22px;
  line-height: 1.5;
}
.cart-table .remove-from-cart:focus,
.cart-table .remove-from-cart:hover {
  color: #000;
  opacity: 1;
}
.order-form {
  margin-bottom: 50px;
  font-size: 40px;
}
.order-form p {
  color: #acacac;
  font-size: 40px;
}
.order-form > p > span {
  display: inline-block;
  max-width: 200px;
}
.order-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #acacac;
  border-radius: 0;
  color: #555;
  font-size: 36px;
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.order-form .radio label {
  color: #acacac;
  position: relative;
  padding-left: 34px;
}
.order-form .radio label input {
  width: 0;
  top: 8px;
}
.order-form .radio label input:before {
  background: #FFF;
  border: 2px solid #acacac;
  border-radius: 20px;
  content: '';
  height: 20px;
  left: -5px;
  position: absolute;
  width: 20px;
}
.order-form .radio label input:checked:after {
  background: #acacac;
  border-radius: 20px;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 10px;
}
.order-form .form-control:focus,
.order-form .has-error .form-control:focus {
  box-shadow: none;
}
.order-form .has-error .form-control {
  border-color: #a94442;
}
.order-form .field-order-today input[type=checkbox] {
  display: none;
}
.order-form .field-order-today span {
  margin-left: 5px;
  color: #000;
}
.order-form .field-order-today input[type=checkbox] + span {
  display: inline-block;
}
.order-form .field-order-today input[type=checkbox] + span + span {
  display: none;
}
.order-form .field-order-today input[type=checkbox]:checked + span {
  display: none;
}
.order-form .field-order-today input[type=checkbox]:checked + span + span {
  display: inline-block;
}
.submit-split {
  margin: 40px 0;
}
.order-form .error-summary {
  margin-top: 0;
}
#delivery-address-p.disappear {
  display: none;
}
/* ========== Checkout End. End =========== */

/* ========== Empty cart ==================== */
.empty-cart-page {
  margin-top: 40px;
  padding-bottom: 160px;
}
.empty-cart-page p {
  font-size: 32px;
}
/* ========== Empty cart. End =========== */



/* ============== Forms ======================= */
.error-summary ul {
  list-style: none;
  padding: 0;
}
.error-summary ul li {
  font-size: 26px;
  margin-bottom: 10px;
}
/* ============== Forms. End ================= */



/* ============ Contact form ================= */
#contactForm .has-success .form-control:focus,
#contactForm .has-error .form-control:focus {
  box-shadow: none;
}
.contact-info h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-info div {
  display: inline-block;
}
.contact-info div > p {
  display: block;
  margin-bottom: 0;
}
.contact-info p {
  font-size: 18px;
}
.contact-info a {
  font-size: 18px;
  margin-bottom: 0;
}
.contact-info li {
  margin-bottom: 20px;
}
.contact-info li:last-child {
  margin-bottom: 0;
}
.contact-footer li {
  font-size: 16px;
  line-height: 1.4;
}
.contact-footer .footer-email i {
  margin-left: -3px;
  margin-right: 6px;
}
.contact-footer i {
  vertical-align: top;
}
.contact-footer li > p {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.contact-footer li > p a:hover,
.contact-footer li > p a:focus {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 1px;
}
.contact-1 {
  margin-bottom: 20px;
}
.contact-1 .row.no-gutter {
  background-color: #0f0e0e;
}
.contact-1 .row.no-gutter > div:first-child {
  background-color: #FFF;
}
.contact-1 .contact-form {
  background-color: #0f0e0e;
}
.contact-form form {
  overflow: hidden;
}
.contact-form .form-control {
  font-weight: 300;
  font-size: 32px;
}
.contact-form button {
  font-size: 16px;
}
.about-footer .logo {
  font-size: 24px;
  font-weight: 300;
}
.about-home header,
.menu-home header {
  background-color: #FFF;
}
.about-home .img-offset,
.about-home .img-offset2,
.menu-home .img-offset,
.menu-home .img-offset2,
.about .img-offset {
  max-width: 100%;
}
.about-home .img-offset img{
   max-width: 460px;
}
.about-home .img-offset2 img{
  max-width: 460px;
}
.menu-home .img-offset img{
  max-width: 460px;
}
.menu-home .img-offset2 img{
  max-width: 460px;
}
.about .img-offset img {
  max-width: 550px;
}
.social a {
  margin-right: 10px;
  font-size: 24px;
}
.about-footer .text {
  font-size: 18px;
}
.reservation-footer p, .reservation-footer .btn {
  font-size: 16px;
}
.nav-footer a, p.copyright {
  font-size: 16px;
}
@media only screen and (max-width: 510px) {
  .contact-info {
    padding-left: 0;
  }
  .contact-info i {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-form form {
    /*display: block;*/
    /*float: none;*/
  }
}

/* ============ Contact form. End ============ */


/* ============ Reservation form ================= */
.reservation {
  background-color: #FFF;
}
.reservation .has-error .form-control {
  border-color: #a94442;
}
.reservation .field-reservation-persons input {
  width: 70px;
}
.reservation .field-reservation-non_smokers input[type=checkbox] {
  display: none;
}
.reservation .field-reservation-non_smokers span {
  cursor: pointer;
  color: #fff;
}
.reservation .field-reservation-non_smokers input[type=checkbox] + span {
  display: inline-block;
}
.reservation .field-reservation-non_smokers input[type=checkbox] + span + span {
  display: none;
}
.reservation .field-reservation-non_smokers input[type=checkbox]:checked + span {
  display: none;
}
.reservation .field-reservation-non_smokers input[type=checkbox]:checked + span + span {
  display: inline-block;
}
.reservation .field-reservation-hour input {
  width: 160px;
}
.reservation .field-reservation-date input {
  width: 500px;
}
.reservation .form-control,
.reservation form p {
  color: #000;
  font-style: normal;
  font: 300 30px "PFDinTextCompPro", serif;
}
.reservation .text {
  color: #000;
  font-size: 20px;
}
/* ============ Reservation form. End ============ */

@media only screen and (max-width: 767px) {
  .page-intro {
    height: 350px;
  }
  .page-intro h1 {
    font-size: 35px;
  }
  .page-intro h1:first-letter {
     font-size: 55px;
  }
  .heading-slogan {
    left: 40px;
    top: 28px;
    font-size: 10px;
  }
  .about.add-img-offset {
    margin: 10px 0;
    padding: 10px;
  }
  .about header {
    padding: 30px;
  }
  .about.add-img-offset .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .add-img-offset .img-offset {
    margin-top: 0;
  }
  .menu-home .img-offset img,
  .about-home .img-offset img,
  .about .img-offset img,
  .menu-home .img-offset2 img,
  .about-home .img-offset2 img,
  .about .img-offset2 img {
    max-width: 100%;
    width: 100%;
  }
  .about header {
    margin-top: 0;
  }
}

/* ============= Shop. End ============= */
.shop-menu {
  margin-bottom: 30px;
  margin-top: 30px;
}
.shop-menu .tab-content {
  margin-bottom: 40px;
}
.shop-menu .nav-tabs {
  border: none;
}
.shop-menu .nav-tabs > li > a,
.shop-menu .nav-tabs > li > a:hover,
.shop-menu .nav-tabs > li > a:focus {
  background: #FFF;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 14px;
  text-transform: uppercase;
}
.shop-menu .nav-tabs > li.active > a,
.shop-menu .nav-tabs > li.active > a:hover,
.shop-menu .nav-tabs > li.active > a:focus {
  border: none;
  box-shadow: 0 -4px 0 0 #000;
  color: #000;
}
.shop-dish {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.shop-dish-view {
  display: flex;
  justify-content: flex-start;
  margin: 40px auto 0;
}
.shop-dish-image {
  width: 45%;
  margin-right: 30px;
}
.shop-dish-image img{
  width: 500px;
  height: 500px;
}
.shop-dish-right {
  background: #f6f6f6;
  padding: 30px;
  width: 45%;
}
.shop-dish-title {
  font: 300 32px 'Playfair Display', serif;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.shop-dish-price {
  font-size: 18px;
}
.shop-dish-question {
  margin-bottom: 30px;
}
.dish-question {
  color: #FFF;
  margin: 0 0 50px;
  font-size: 26px;
}
.dish-question:first-letter {
  font-size: 36px;
}
.old-price {
  color: #7f7f7f;
  font-size: 0.8em;
  margin-right: 5px;
  text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
  .menu {
    min-height: initial;
    padding: 0 10px 50px;
  }
  .shop-menu {
    margin-top: 150px;
  }
  .shop-dish {
    display: flex;
    flex-direction: column;
  }

  .shop-dish-image, .shop-dish-right {
    width: 100%;
    margin-right: 0;
  }
  .shop-dish-image img {
    width: 100%;
    height: inherit;
  }
}
/* ============= Shop. End ============= */