body .navigatio-content #navigation-menu ul li {
  position: relative;
}
body
  .navigatio-content
  #navigation-menu
  ul
  li.menu-item-has-children.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body
  .navigatio-content
  #navigation-menu
  ul
  li.menu-item-has-children.active:after {
  border-color: #be1e2d transparent transparent transparent;
}
body .navigatio-content #navigation-menu ul li.menu-item-has-children:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 14px;
  top: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .navigatio-content #navigation-menu ul li .sub-menu {
  margin: 5px 0 0 0;
  display: none;
}
body .navigatio-content #navigation-menu ul li .sub-menu li.active a {
  color: #000;
}
body .navigatio-content #navigation-menu ul li .sub-menu li a {
  font-size: 16px;
  color: #000;
}
body .menu-container .desktop-menu ul li {
  position: relative;
}
body
  .menu-container
  .desktop-menu
  ul
  li.menu-item-has-children:hover
  .sub-menu {
  visibility: visible;
  opacity: 1;
}
body .menu-container .desktop-menu ul li .sub-menu {
  background-color: #f1f1f2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  left: -2px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
  border: 2px solid;
}
body .menu-container .desktop-menu ul li .sub-menu li {
  border: none;
  padding: 0;
}
body .menu-container .desktop-menu ul li .sub-menu li a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  padding: 10px 10px 13px 10px;
  color: #000;
  cursor: pointer;
}
body .menu-container .desktop-menu ul li .sub-menu li a:hover {
  color: #fff;
  background: #be1e2d;
}
.builder-block {
  padding-top: 130px;
}
@media only screen and (max-width: 1280px) {
  .builder-block {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .builder-block {
    padding-top: 20px;
  }
}
.sub-logo {
  padding-bottom: 115px;
  padding: 0 0 80px 0;
  color: #364456;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .sub-logo {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-logo {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .sub-logo {
    padding: 20px 0;
  }
}
.sub-logo .text-box {
  padding: 0 20px;
  text-align: center;
}
.sub-logo .text-box h2 {
  font-family: "Marion", sans-serif;
  font-size: 70px;
  line-height: 1.3;
  letter-spacing: 10px;
  margin: 0;
}
.sub-logo .text-box h2:before {
  content: "- ";
}
@media only screen and (max-width: 640px) {
  .sub-logo .text-box h2:before {
    display: none;
  }
}
.sub-logo .text-box h2:after {
  content: " -";
}
@media only screen and (max-width: 640px) {
  .sub-logo .text-box h2:after {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .sub-logo .text-box h2 {
    font-size: 60px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 860px) {
  .sub-logo .text-box h2 {
    font-size: 40px;
  }
}
.sub-logo .img-box {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 1280px) {
  .sub-logo .img-box {
    max-width: 500px;
  }
}
.sub-logo .img-box img {
  width: 100%;
}
.img-text-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img-text-cols .img-box {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .img-text-cols .img-box {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.img-text-cols .img-box:hover .text-on-img {
  opacity: 1;
}
.img-text-cols .img-box .text-on-img {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.img-text-cols .img-box .text-on-img:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
}
.img-text-cols .img-box .text-on-img p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
}
.img-text-cols .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-text-cols .text-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #364456;
}
@media only screen and (max-width: 700px) {
  .img-text-cols .text-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.img-text-cols .text-box h2 {
  font-size: 45px;
  line-height: 1.3;
  max-width: 700px;
  text-align: center;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .img-text-cols .text-box h2 {
    font-size: 40px;
  }
}
.img-text-cols .text-box p {
  font-family: "Marion", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  max-width: 760px;
}
@media only screen and (max-width: 1280px) {
  .img-text-cols .text-box p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 860px) {
  .img-text-cols .text-box p {
    font-size: 24px;
  }
}
.full-text {
  padding: 80px 0;
  color: #364456;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .full-text {
    padding: 20px 0;
  }
}
.full-text .text-box {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.full-text h2 {
  font-family: "Marion", sans-serif;
  font-size: 70px;
  line-height: 1.3;
  letter-spacing: 10px;
  margin: 50px 0;
}
.full-text h2:before {
  content: "- ";
}
@media only screen and (max-width: 640px) {
  .full-text h2:before {
    display: none;
  }
}
.full-text h2:after {
  content: " -";
}
@media only screen and (max-width: 640px) {
  .full-text h2:after {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .full-text h2 {
    font-size: 60px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 860px) {
  .full-text h2 {
    font-size: 40px;
  }
}
.full-text p {
  font-family: "Marion", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .full-text p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 860px) {
  .full-text p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 860px) {
  .empty-row {
    max-height: 1px;
  }
}
.full-img .img-box img {
  display: block;
  width: 100%;
}
body.page-template-page-restaurant {
  padding-bottom: 0;
}
body .navigatio-content {
  z-index: 9;
}
.home-slider-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-slider-box.mobile-show {
  display: none;
}
.banner-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-full-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-full-slider .slick-list,
.home-full-slider .slick-track {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-full-slider .img-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.bg-video .video-pc {
  position: absolute;
  left: 50%;
  top: 0%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/*# sourceMappingURL=new-style.css.map */
