.gallery .logo {
  display: none;
}

@media only screen and (min-width: 1350px) {
  .gallery #content .page-content {
    padding: 0 20px;
  }
}

.gallery #content .page-content p {
  margin-bottom: 0;
}

.galleries {
  overflow: hidden;
}

.galleries h3 {
  text-transform: uppercase;
  color: #ed1c24;
  letter-spacing: 7px;
  text-indent: 7px;
  font: 17px/19px "Forum Light WF";
  margin-bottom: 38px;
}

.galleries .gallery {
  text-align: center;
  font-size: 0;
  margin: 0 -10px;
}

.galleries .gallery a {
  display: inline-block;
  width: 207px;
  height: 207px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: top;
  margin: 10px;
}

.galleries .gallery a .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  transform: scale(1);
  transition: all 300ms ease-in-out;
}

.galleries .gallery a:hover .image {
  transform: scale(1.1);
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(50, 47, 49, 0.9);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}

#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}

#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}

#hebs-gallery .close-button:active {
  background-position: -74px 0;
}

#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}

#hebs-gallery .category-selector {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 2;
}

#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 4px;
  left: 20px;
  z-index: 2;
}

#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}

#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}

#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}

#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}

#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 10;
}

#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}

#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}

#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}

#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}

#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}

#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}

#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}

#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}

#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}

#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}

#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}

#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}

#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}

#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}

#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}

#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}

#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}

#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}

#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}

#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}

#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}

#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}

#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}

#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}

#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}

#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 40px;
}

#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}

.menu-tabs-block-acm {
  margin-top: 30px;
}

.menu-tabs-block-acm .anchor {
  position: absolute;
  top: -120px;
}

@media only screen and (min-width: 0) and (max-width: 999px) {
  .menu-tabs-block-acm .page-content {
    padding-top: 0;
  }
}

.menu-tabs-block-acm h2 {
  text-align: center;
}

.menu-tabs-block-acm h2.h1-like {
  font-family: "Teko Regular WF";
  font-size: 130px;
  line-height: 1;
  text-transform: uppercase;
  color: #231f20;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #231f20;
}

@media only screen and (max-width: 1200px) {
  .menu-tabs-block-acm h2.h1-like {
    font-size: 90px;
  }
}

@media only screen and (max-width: 800px) {
  .menu-tabs-block-acm h2.h1-like {
    font-size: 60px;
    -webkit-text-stroke-width: 1px;
  }
}

.menu-tabs-block-acm .tabs {
  margin-top: 20px;
  position: relative;
}

.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
}

.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1300px) {
  .menu-tabs-block-acm .tabs-titles ul {
    flex-wrap: wrap;
  }
}

.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}

.menu-tabs-block-acm .tabs-titles li.tab-title:before {
  display: none !important;
}

.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #231f20;
  color: #fff;
}

.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
  border: 1px solid #231f20;
  border: 1px solid #231f20;
  color: #cacaca;
}

.menu-tabs-block-acm .tabs-titles .button:hover {
  color: #fff;
  background-color: #231f20;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .button {
    background: #fff;
    color: #231f20;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles ul::after {
    top: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .button:hover {
    background: #cacaca;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 100;
  }
}

.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .4s;
  z-index: unset;
  overflow: hidden;
}

.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  width: 70%;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}

.menu-tabs-block-acm .tabs-content .menu-description {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.menu-tabs-block-acm .tabs-content .menu-description h1, .menu-tabs-block-acm .tabs-content .menu-description h2, .menu-tabs-block-acm .tabs-content .menu-description h3, .menu-tabs-block-acm .tabs-content .menu-description h4, .menu-tabs-block-acm .tabs-content .menu-description h5, .menu-tabs-block-acm .tabs-content .menu-description h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

.menu-tabs-block-acm .tabs-content .menu-description p {
  margin-bottom: 20px !important;
}

.menu-tabs-block-acm .tabs-content .menu-description strong {
  font-weight: bold;
}

.menu-tabs-block-acm .tabs-content .menu-description em {
  font-style: italic;
}

.menu-tabs-block-acm .tabs-content .menu-description u {
  text-decoration: underline;
}

.menu-tabs-block-acm .menu-block {
  width: 46%;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}

.menu-tabs-block-acm .menu-block h2 {
  color: #ed1c24;
  text-transform: uppercase;
  font: 18px/1 "Forum Light WF";
  letter-spacing: 7px;
  margin-bottom: 40px;
}

.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}

.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 40px;
  text-align: center;
}

.menu-tabs-block-acm .menu-block .dish .dish-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  font-family: "Saira Light WF";
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 600;
}

.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0 !important;
  font-size: 14px;
}

.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.menu-tabs-block-acm .menu-link .button {
  margin: 0 auto;
}
