@charset "UTF-8";
/* @include font-face(Palatinotype,'../fonts/PalatinoLinotype', '', '',ttf);
@include font-face(PalatinoBold,'../fonts/PalatinoLinotypeBold', '', '',ttf);
@include font-face(PalatinoBoldItalic,'../fonts/PalatinoLinotypeBoldItalic', '', '',ttf);
@include font-face(PalatinoItalic,'../fonts/PalatinoLinotypeItalic', '', '',ttf); */
@font-face {
  font-family: "Palatinotype";
  font-style: "";
  font-weight: "";
  src: url("../fonts/pala.ttf") format("truetype"); }
@font-face {
  font-family: "PalatinoBold";
  font-style: "";
  font-weight: "";
  src: url("../fonts/palab.ttf") format("truetype"); }
@font-face {
  font-family: "PalatinoBoldItalic";
  font-style: "";
  font-weight: "";
  src: url("../fonts/palabi.ttf") format("truetype"); }
@font-face {
  font-family: "PalatinoItalic";
  font-style: "";
  font-weight: "";
  src: url("../fonts/palai.ttf") format("truetype"); }
@font-face {
  font-family: "PaleBlueEyes";
  font-style: "";
  font-weight: "";
  src: url("../fonts/PaleBlueEyes.ttf") format("truetype"); }
@font-face {
  font-family: "TrajanPro";
  font-style: "";
  font-weight: "";
  src: url("../fonts/TrajanPro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "TrajanProBold";
  font-style: "";
  font-weight: "";
  src: url("../fonts/TrajanPro-Bold_33.otf") format("opentype"); }
.gd.gdtop {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  left: 0;
  height: 14px;
  background: #001925;
  background-color: #001925;
  /* background: -moz-linear-gradient(bottom,  rgba(0,25,37,0) 0%, rgba(255,255,255,1) 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,25,37,0)), color-stop(70%,rgba(0,25,37,1)));
  background: -webkit-linear-gradient(bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
  background: -o-linear-gradient(bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
  background: -ms-linear-gradient(bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
  background: linear-gradient(to top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%); */ }
.gd.gdbottom {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 14px;
  background: #001925;
  background-color: #001925;
  /* background: -moz-linear-gradient(top,  rgba(0,25,37,0) 0%, rgba(255,255,255,1) 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,25,37,0)), color-stop(70%,rgba(0,25,37,1)));
  background: -webkit-linear-gradient(top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
  background: -o-linear-gradient(top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
  background: -ms-linear-gradient(top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
  background: linear-gradient(to bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%); */ }

/* .gradient{

			&.top{
				position:absolute;
				z-index:2;
				right:0; 
				top:0; 
				left:0;
				height:40px;
				background: -moz-linear-gradient(bottom,  rgba(0,25,37,0) 0%, rgba(255,255,255,1) 70%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,25,37,0)), color-stop(70%,rgba(0,25,37,1)));
				background: -webkit-linear-gradient(bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
				background: -o-linear-gradient(bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
				background: -ms-linear-gradient(bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
				background: linear-gradient(to top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
				}ÔÇï

				&.bottom{
					position:absolute;
					z-index:2;
					right:0; 
					bottom:0; 
					left:0;
					height:50px;
					background: -moz-linear-gradient(top,  rgba(0,25,37,0) 0%, rgba(255,255,255,1) 70%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,25,37,0)), color-stop(70%,rgba(0,25,37,1)));
					background: -webkit-linear-gradient(top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
					background: -o-linear-gradient(top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
					background: -ms-linear-gradient(top,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
					background: linear-gradient(to bottom,  rgba(0,25,37,0) 0%,rgba(0,25,37,1) 70%);
					}ÔÇï
					} */
.ui-widget.ui-widget-content {
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent !important;
  position: relative;
  z-index: 9999; }

.ui-autocomplete .list-highlight {
  font-family: 'Palatinotype';
  background-color: #E3A73F !important;
  color: #000;
  padding: 5px !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-top: 1px solid rgba(0, 0, 0, 0.8) !important; }
  .ui-autocomplete .list-highlight:hover {
    background-color: #001925 !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important; }
  .ui-autocomplete .list-highlight:focus {
    background-color: #001925 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important; }
  .ui-autocomplete .list-highlight:active {
    background-color: #001925 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important; }
    .ui-autocomplete .list-highlight:active:focus {
      background-color: #001925 !important;
      color: #fff !important;
      box-shadow: none !important;
      outline: 0 !important;
      text-decoration: none !important;
      border: 0 !important; }
  .ui-autocomplete .list-highlight a {
    background-color: transparent !important;
    display: inline-block !important;
    width: 100% !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    letter-spacing: 1px; }
    .ui-autocomplete .list-highlight a:hover {
      text-decoration: none !important;
      outline: 0 !important;
      box-shadow: none !important;
      border: 0 !important; }
    .ui-autocomplete .list-highlight a:focus {
      box-shadow: none !important;
      outline: 0 !important;
      border: 0 !important; }
    .ui-autocomplete .list-highlight a:active {
      box-shadow: none !important;
      outline: 0 !important;
      border: 0 !important; }
      .ui-autocomplete .list-highlight a:active:focus {
        box-shadow: none !important;
        outline: 0 !important;
        text-decoration: none !important;
        border: 0 !important; }

.slick-slide {
  outline: none; }

.navbar-toggle {
  background-color: transparent;
  border: 0; }
  .navbar-toggle:hover {
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important; }
  .navbar-toggle:active {
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important; }
    .navbar-toggle:active:focus {
      background-color: transparent !important;
      border: 0 !important;
      outline: 0 !important; }
  .navbar-toggle:focus {
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important; }

.background-mobile {
  background-repeat: no-repeat;
  background-position: center !important;
  background-attachment: scroll !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }

.overlay-loading {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  border-radius: 0;
  text-align: center; }
  .overlay-loading .load-progress {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 6%; }
    .overlay-loading .load-progress img {
      width: 40%;
      background-color: #231F20;
      padding: 10px;
      border-radius: 11px; }

html {
  background-color: #001925; }
  html body {
    background-color: #001925; }
    html body.load {
      overflow: hidden; }

input {
  font-size: 16px !important; }

#wrapper {
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
  opacity: 1; }
  #wrapper.load {
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }

.bounce-load {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  background-color: #001925;
  overflow: hidden;
  opacity: 0; }
  .bounce-load.opacity-bounce {
    opacity: 1 !important; }
  .bounce-load .bounce-brand {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    height: 100%;
    overflow: hidden; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
#top {
  background-color: #001925;
  background-image: url(../../images/top-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #top .jumbotron {
    height: 100%;
    position: relative;
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 25px; }
    #top .jumbotron .top-flower {
      background-image: url(../../images/top-flower.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      height: 50%;
      background-position: bottom left; }
    #top .jumbotron .overlay-blue {
      background-image: url(../../images/top-overlay.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      min-width: 100%;
      width: 100%;
      max-height: 100%;
      height: 100%;
      max-width: 100%; }
  #top .navbar-search {
    border-color: transparent;
    min-height: 105px;
    background-color: transparent;
    background: transparent;
    margin-bottom: 10px; }
    #top .navbar-search .navbar-form {
      margin-top: 35px;
      margin-bottom: 35px;
      			/* .form-group{
      
      				margin-left: -5px;
      
      				&:focus{
      
      					box-shadow:none;
      					outline: 0;
      
      				}
      
      				} */ }
      #top .navbar-search .navbar-form label {
        color: #fff;
        font-family: 'Palatinotype';
        margin-right: 10px;
        letter-spacing: 1.5px;
        font-weight: normal; }
      #top .navbar-search .navbar-form .btn-search {
        color: #000;
        border-color: transparent;
        background-color: #E3A73F;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding: 6px 7px; }
        #top .navbar-search .navbar-form .btn-search:focus {
          outline: 0;
          box-shadow: none; }
      #top .navbar-search .navbar-form .form-control {
        font-family: 'Palatinotype';
        color: #000;
        background-color: #E3A73F;
        border-color: transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
        #top .navbar-search .navbar-form .form-control:focus {
          box-shadow: none;
          outline: 0; }
  #top .navbar-main {
    border-color: transparent;
    background-color: transparent;
    background: transparent;
    font-family: 'Palatinotype';
    font-size: 25px;
    color: #fff;
    letter-spacing: 1.5px; }
    #top .navbar-main .navbar-brand {
      min-height: 106px; }
    #top .navbar-main .hamburger {
      display: none; }
    #top .navbar-main #navigation-menu .navbar-form {
      margin-top: 35px;
      margin-bottom: 35px; }
      #top .navbar-main #navigation-menu .navbar-form label {
        font-size: 16px;
        color: #fff;
        font-family: 'Palatinotype';
        margin-right: 10px;
        letter-spacing: 1.5px;
        font-weight: normal; }
      #top .navbar-main #navigation-menu .navbar-form .btn-search {
        color: #000;
        border-color: transparent;
        background-color: #E3A73F;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding: 6px 7px; }
        #top .navbar-main #navigation-menu .navbar-form .btn-search:focus {
          outline: 0;
          box-shadow: none; }
      #top .navbar-main #navigation-menu .navbar-form .form-group {
        margin-left: -9px; }
        #top .navbar-main #navigation-menu .navbar-form .form-group:focus {
          box-shadow: none;
          outline: 0; }
      #top .navbar-main #navigation-menu .navbar-form .form-control {
        font-family: 'Palatinotype';
        color: #000;
        background-color: #E3A73F;
        border-color: transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 0; }
        #top .navbar-main #navigation-menu .navbar-form .form-control:focus {
          background-color: #E3A73F;
          box-shadow: none;
          outline: 0; }
        #top .navbar-main #navigation-menu .navbar-form .form-control:active {
          background-color: #E3A73F;
          box-shadow: none;
          outline: 0; }
          #top .navbar-main #navigation-menu .navbar-form .form-control:active:focus {
            background-color: #E3A73F;
            box-shadow: none;
            outline: 0; }
    #top .navbar-main #navigation-menu .navbar-nav {
      clear: both;
      float: none;
      margin: auto;
      display: table;
      table-layout: fixed;
      position: relative;
      margin-top: 20px; }
      #top .navbar-main #navigation-menu .navbar-nav:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 1px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 75%, transparent); }
      #top .navbar-main #navigation-menu .navbar-nav:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 1px;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 75%, transparent); }
      #top .navbar-main #navigation-menu .navbar-nav li {
        display: table-cell; }
        #top .navbar-main #navigation-menu .navbar-nav li a {
          margin: 0 35px 0 35px;
          display: block;
          color: #fff;
          font-size: 18px;
          cursor: pointer; }
  #top .top-title {
    position: absolute;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    width: 100%; }
    #top .top-title .title_page img {
      max-width: 100%; }
    #top .top-title .subtitle {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 34px;
      letter-spacing: 4px;
      color: #fff;
      font-family: 'Palatinotype'; }
    #top .top-title .title {
      margin-top: 5px;
      font-size: 120px;
      color: #fff;
      line-height: 1.4;
      font-family: 'TrajanProBold'; }

#menu {
  background-color: #fff;
  background-image: url(../../images/recommendation_menu_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 65%;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #menu .highlight-menu {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    top: -110px;
    			/* display:block;
    			float:left;
    
    			.highlight-wrapper{
    				display:block;
    				float:left;
    				} */ }
    #menu .highlight-menu .panel {
      border-radius: 0;
      box-shadow: none;
      border: 0;
      border-color: transparent;
      margin: 0;
      padding: 0;
      background: #001925;
      background-color: #001925;
      /* 	display:block;
      float:left; */ }
      #menu .highlight-menu .panel .main-highlight {
        /* border-radius: 0;
        	box-shadow: none;
        	border: 0;
        	border-color: transparent;
        	margin: 0; */
        -webkit-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease; }
        #menu .highlight-menu .panel .main-highlight .mobile {
          display: none; }
        #menu .highlight-menu .panel .main-highlight img {
          -webkit-transition: height .2s ease;
          -o-transition: height .2s ease;
          transition: height .2s ease; }
        #menu .highlight-menu .panel .main-highlight.type-soup {
          /* &:before{
          	content: '' !important;
          	border: 0 !important;
          	position:static !important;
          	} */
          						/* &.image-soup{
          						background-image: url(../../images/all-type-soup.png);
          						background-repeat: no-repeat;
          						background-size: cover;
          
          						img{
          							opacity: 0;
          							visibility: hidden;
          							} */ }
          #menu .highlight-menu .panel .main-highlight.type-soup img {
            width: 100% !important; }
          #menu .highlight-menu .panel .main-highlight.type-soup .wrapper-type-soup {
            padding: 0; }
        #menu .highlight-menu .panel .main-highlight.type-introduction {
          /* &:before{
          	content: '' !important;
          	border: 0 !important;
          	position: static !important;
          	} */ }
          #menu .highlight-menu .panel .main-highlight.type-introduction img {
            width: 100% !important;
            display: none; }
        #menu .highlight-menu .panel .main-highlight.type-of-bijinnabe {
          display: block; }
          #menu .highlight-menu .panel .main-highlight.type-of-bijinnabe .content {
            padding: 30px; }
        #menu .highlight-menu .panel .main-highlight.highlight-image {
          background-image: url(../../images/type_bijinnabe_1.jpg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
        #menu .highlight-menu .panel .main-highlight .highlight-slide {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          height: 100%; }
          #menu .highlight-menu .panel .main-highlight .highlight-slide .highlight-slide-main {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            height: 100%; }
          #menu .highlight-menu .panel .main-highlight .highlight-slide .slick-list {
            height: 100%; }
          #menu .highlight-menu .panel .main-highlight .highlight-slide .slick-track {
            height: 100%; }
          #menu .highlight-menu .panel .main-highlight .highlight-slide .slick-prev {
            /* left: -10px !important;
            width: 60px;
            height: 60px; */
            left: 5px !important;
            width: 30px;
            height: 30px;
            z-index: 1 !important;
            background-image: url(../../images/arrow-grey-left.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
            #menu .highlight-menu .panel .main-highlight .highlight-slide .slick-prev:before {
              font-family: '' !important;
              content: '' !important; }
          #menu .highlight-menu .panel .main-highlight .highlight-slide .slick-next {
            z-index: 1 !important;
            /* right: -10px !important;
            width: 60px;
            height: 60px; */
            right: 5px !important;
            width: 30px;
            height: 30px;
            background-image: url(../../images/arrow-grey-right.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
            #menu .highlight-menu .panel .main-highlight .highlight-slide .slick-next:before {
              font-family: '' !important;
              content: '' !important; }
          #menu .highlight-menu .panel .main-highlight .highlight-slide img {
            width: 150%;
            height: 100%;
            background-color: transparent !important; }
      #menu .highlight-menu .panel:nth-child(odd) .main-highlight {
        padding: 0; }
        #menu .highlight-menu .panel:nth-child(odd) .main-highlight .content {
          height: 100%;
          letter-spacing: 1px;
          line-height: 110%;
          color: #fff;
          font-family: 'PalatinoLinotype'; }
        #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) {
          background-color: #001925;
          position: relative;
          outline: 1px solid #fff;
          outline-offset: -15px;
          /* &:after{
          	content:'';
          	position: absolute;
          	top: 12px;
          	bottom: 12px;
          	left:12px;
          	right: 12px;
          	border:1px solid #fff;
          	z-index: 3;
          	} */
          box-shadow: 6px 0 15px -10px black, -6px 0 15px -10px black; }
          #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) .content {
            font-family: 'PalatinoLinotype';
            height: 100%;
            padding: 40px;
            font-size: 9px;
            position: relative; }
            #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) .content h1 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
            #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) .content h2 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
            #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) .content h3 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
            #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) .content h4 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
          #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) .content-title {
            font-size: 20px;
            letter-spacing: .2px;
            line-height: 110%;
            color: #fff;
            font-family: 'TrajanProBold';
            padding-bottom: 5px; }
          #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) p {
            font-size: 11px;
            letter-spacing: 2px;
            line-height: 140%;
            color: #fff; }
        #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(even) img {
          width: 100%; }
      #menu .highlight-menu .panel:nth-child(even) .main-highlight {
        padding: 0; }
        #menu .highlight-menu .panel:nth-child(even) .main-highlight .content {
          letter-spacing: .2px;
          line-height: 110%;
          color: #fff;
          font-family: 'PalatinoLinotype';
          height: 100%; }
        #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(odd) .highlight-slide {
          /* display : flex;
          align-items : center; */ }
        #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(odd) img {
          vertical-align: middle; }
        #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) {
          box-shadow: 6px 0 15px -10px black, -6px 0 15px -10px black;
          outline: 1px solid #fff;
          outline-offset: -15px;
          padding: 10px;
          background-color: #001925;
          position: relative;
          /* &:before{
          	content:' ';
          	position: absolute;
          	top: 12px;
          	bottom: 12px;
          	left:12px;
          	right: 12px;
          	border:1px solid #fff;
          	} */ }
          #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) .content {
            overflow: auto;
            font-family: 'PalatinoLinotype';
            font-size: 9px; }
            #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) .content h1 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
            #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) .content h2 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
            #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) .content h3 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
            #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) .content h4 {
              font-size: 20px;
              letter-spacing: .2px;
              line-height: 110%;
              color: #fff;
              font-family: 'TrajanProBold';
              padding-bottom: 5px; }
          #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) .content-title {
            font-size: 20px;
            letter-spacing: .2px;
            line-height: 110%;
            color: #fff;
            font-family: 'TrajanProBold';
            padding-bottom: 5px; }
          #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) p {
            font-size: 11px;
            letter-spacing: 2px;
            line-height: 140%;
            color: #fff; }
          #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) ul {
            padding-left: 18px;
            font-size: 11px;
            letter-spacing: 2px;
            line-height: 140%;
            color: #fff; }
      #menu .highlight-menu .panel .panel-body {
        padding: 10px;
        display: table-cell;
        min-height: 218px; }
        #menu .highlight-menu .panel .panel-body.highlight-image {
          padding: 0; }
        #menu .highlight-menu .panel .panel-body.highlight-content {
          background-color: #eba24c;
          background-image: url(../../images/highlight-bg.png);
          background-repeat: no-repeat;
          background-position: top;
          background-size: cover;
          -o-background-size: cover;
          -moz-background-size: cover;
          -webkit-background-size: cover;
          height: 100%; }
          #menu .highlight-menu .panel .panel-body.highlight-content .content {
            border: 1px solid #fff;
            height: 100%;
            overflow: auto; }
  #menu .main-menu {
    box-shadow: 6px 0 15px -4px black, -6px 0 15px -4px black;
    background-color: #C3AB53;
    clear: both;
    margin-bottom: 50px;
    position: relative;
    padding: 10px; }
    #menu .main-menu:before {
      content: '';
      position: absolute;
      top: 12px;
      bottom: 12px;
      left: 12px;
      right: 12px;
      border: 1px solid #fff; }
    #menu .main-menu .button-full-menu {
      position: absolute;
      bottom: 0;
      right: 0;
      bottom: 20px;
      right: 50px; }
      #menu .main-menu .button-full-menu .btn {
        padding: 2px 12px; }
        #menu .main-menu .button-full-menu .btn.full-menu {
          font-family: 'Palatinotype';
          background-color: #001925;
          box-shadow: none;
          color: #fff;
          border-radius: 0;
          font-size: 20px;
          letter-spacing: 1.5px; }
        #menu .main-menu .button-full-menu .btn:hover {
          outline: 0; }
        #menu .main-menu .button-full-menu .btn:active {
          outline: 0; }
          #menu .main-menu .button-full-menu .btn:active:focus {
            outline: 0; }
        #menu .main-menu .button-full-menu .btn:focus {
          outline: 0; }
    #menu .main-menu .main-menu-title {
      text-shadow: 2px 2px 10px #000;
      color: #fff;
      font-family: 'TrajanProBold';
      font-size: 45px;
      letter-spacing: 1px;
      margin-top: 60px;
      margin-bottom: 30px; }
    #menu .main-menu .menu-slide {
      width: 799px;
      margin: 0 auto;
      padding-bottom: 70px; }
      #menu .main-menu .menu-slide .slick-dots {
        bottom: 21px; }
        #menu .main-menu .menu-slide .slick-dots li {
          margin: 0 10px;
          width: 30px;
          height: 21px; }
          #menu .main-menu .menu-slide .slick-dots li.slick-active button:before {
            color: #fff; }
          #menu .main-menu .menu-slide .slick-dots li button {
            margin: 0 auto;
            width: 30px;
            height: 15px; }
            #menu .main-menu .menu-slide .slick-dots li button:before {
              box-shadow: 10px 0px 15px 0px #000;
              border-radius: 50%;
              width: 20px;
              height: 17px;
              font-size: 30px;
              color: #fff; }
      #menu .main-menu .menu-slide .slick-prev {
        top: 37%;
        left: -150px;
        width: 70px;
        height: 70px;
        background-image: url(../../images/arrow-left.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        #menu .main-menu .menu-slide .slick-prev:before {
          font-family: '' !important;
          content: '' !important; }
      #menu .main-menu .menu-slide .slick-next {
        top: 37%;
        right: -150px;
        width: 70px;
        height: 70px;
        background-image: url(../../images/arrow-right.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        #menu .main-menu .menu-slide .slick-next:before {
          font-family: '' !important;
          content: '' !important; }
      #menu .main-menu .menu-slide .thumbnail {
        background: transparent;
        border: 0;
        max-width: 226px;
        margin: 0 30px 0 30px;
        overflow: hidden; }
        #menu .main-menu .menu-slide .thumbnail .products {
          box-shadow: 0 0px 0px 0px white, 0 0px 0px 0px white, 6px 0 10px -4px black, 0px 0 0px 0 black;
          position: relative;
          background-color: #231F20;
          border: 2px solid #fff;
          border-radius: 0;
          max-height: 164px;
          overflow: hidden; }
          #menu .main-menu .menu-slide .thumbnail .products img {
            width: 100%;
            top: 0;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            #menu .main-menu .menu-slide .thumbnail .products img:hover {
              -moz-transform: scale(1.1);
              -webkit-transform: scale(1.1);
              transform: scale(1.1); }
        #menu .main-menu .menu-slide .thumbnail .caption {
          box-shadow: 6px 0 10px -6px black, 0px 0 0px 0 black;
          background: #fff;
          margin-top: 12px;
          padding: 10px 20px 10px 14px; }
          #menu .main-menu .menu-slide .thumbnail .caption .caption-title {
            color: #EA1E29;
            margin-top: 0;
            margin-bottom: 5px;
            font-family: 'TrajanProBold';
            letter-spacing: 2px;
            font-size: 20px; }
          #menu .main-menu .menu-slide .thumbnail .caption p {
            letter-spacing: 1px;
            color: #000;
            font-family: 'Palatinotype';
            font-size: 11px; }

#about_us {
  background-image: url(../../images/about_us_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-color: #001925;
  position: relative; }
  #about_us .overlay {
    background-color: rgba(0, 25, 37, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    max-width: 100%; }
  #about_us.padding-because-detail-image {
    padding-bottom: 50px; }
  #about_us .title {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Palatinotype';
    padding: 4px 15px 8px 15px;
    margin-top: 80px;
    letter-spacing: 3px; }
  #about_us .main_about_us {
    padding-top: 50px;
    padding-bottom: 15px; }
    #about_us .main_about_us .thumbnail {
      background-color: transparent;
      border: 0;
      border-color: transparent; }
      #about_us .main_about_us .thumbnail .caption {
        text-align: center; }
        #about_us .main_about_us .thumbnail .caption .name {
          margin-top: 5px;
          margin-bottom: 4px;
          font-size: 19px;
          letter-spacing: 2px;
          text-align: center;
          color: #fff;
          font-family: 'PalatinoBold'; }
        #about_us .main_about_us .thumbnail .caption .position {
          text-align: center;
          color: #fff;
          font-family: 'PalatinoBoldItalic';
          font-size: 17px;
          letter-spacing: 1px; }
        #about_us .main_about_us .thumbnail .caption .detail {
          margin-top: 25px;
          text-align: center;
          color: #fff;
          font-family: 'Palatinotype';
          font-size: 15px;
          letter-spacing: 1px; }
  #about_us .about-us-wrapper {
    margin-top: 15px;
    margin-bottom: 100px; }
    #about_us .about-us-wrapper .title {
      color: #fff;
      font-family: 'PalatinoBold';
      border: 0;
      margin-top: 0; }
    #about_us .about-us-wrapper .about-us-box {
      color: #fff;
      font-family: 'PalatinoLinotype';
      font-size: 16px;
      letter-spacing: 1px;
      text-align: center; }
      #about_us .about-us-wrapper .about-us-box.title_box {
        text-align: left; }
        #about_us .about-us-wrapper .about-us-box.title_box .title {
          font-size: 25px;
          margin: 50px 0;
          padding-left: 0;
          font-family: 'PalatinoBold';
          text-decoration: underline; }
      #about_us .about-us-wrapper .about-us-box.image {
        max-width: 100%;
        overflow: hidden; }
        #about_us .about-us-wrapper .about-us-box.image img {
          float: right; }
      #about_us .about-us-wrapper .about-us-box.content {
        color: #fff;
        text-align: justify;
        font-family: 'Palatinotype'; }
      #about_us .about-us-wrapper .about-us-box p {
        margin: 0 0 15px;
        padding: 0; }

#about_us_content {
  background-image: url(../../images/story_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-color: #001925;
  position: relative; }
  #about_us_content .overlay {
    background-color: rgba(0, 25, 37, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    max-width: 100%; }
  #about_us_content.padding-because-detail-image {
    padding-bottom: 50px; }
  #about_us_content .title {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Palatinotype';
    padding: 4px 15px 8px 15px;
    margin-top: 80px;
    letter-spacing: 3px; }
  #about_us_content .main_about_us {
    padding-top: 50px;
    padding-bottom: 15px; }
    #about_us_content .main_about_us .thumbnail {
      background-color: transparent;
      border: 0;
      border-color: transparent; }
      #about_us_content .main_about_us .thumbnail .caption {
        text-align: center; }
        #about_us_content .main_about_us .thumbnail .caption .name {
          margin-top: 5px;
          margin-bottom: 4px;
          font-size: 19px;
          letter-spacing: 2px;
          text-align: center;
          color: #fff;
          font-family: 'PalatinoBold'; }
        #about_us_content .main_about_us .thumbnail .caption .position {
          text-align: center;
          color: #fff;
          font-family: 'PalatinoBoldItalic';
          font-size: 17px;
          letter-spacing: 1px; }
        #about_us_content .main_about_us .thumbnail .caption .detail {
          margin-top: 25px;
          text-align: center;
          color: #fff;
          font-family: 'Palatinotype';
          font-size: 15px;
          letter-spacing: 1px; }
  #about_us_content .about-us-wrapper {
    margin-top: 15px;
    margin-bottom: 300px; }
    #about_us_content .about-us-wrapper .title {
      color: #fff;
      font-family: 'PalatinoBold';
      border: 0;
      margin-top: 0; }
    #about_us_content .about-us-wrapper .about-us-box {
      color: #fff;
      font-family: 'PalatinoLinotype';
      font-size: 16px;
      letter-spacing: 1px; }
      #about_us_content .about-us-wrapper .about-us-box.title_box {
        text-align: left; }
        #about_us_content .about-us-wrapper .about-us-box.title_box .title {
          font-size: 25px;
          margin: 50px 0;
          padding-left: 0;
          font-family: 'PalatinoBold';
          text-decoration: underline; }
      #about_us_content .about-us-wrapper .about-us-box.image {
        max-width: 100%;
        overflow: hidden; }
        #about_us_content .about-us-wrapper .about-us-box.image img {
          float: right; }
      #about_us_content .about-us-wrapper .about-us-box.content {
        color: #fff;
        font-family: 'Palatinotype'; }
      #about_us_content .about-us-wrapper .about-us-box.more {
        color: #C3AB53; }
        #about_us_content .about-us-wrapper .about-us-box.more p {
          font-family: 'PalatinoLinotype';
          color: #C3AB53;
          letter-spacing: 1px;
          margin: 40px 0 0 0;
          text-align: center; }
          #about_us_content .about-us-wrapper .about-us-box.more p a {
            color: #C3AB53; }
            #about_us_content .about-us-wrapper .about-us-box.more p a:hover {
              outline: 0;
              text-decoration: none;
              color: #C3AB53; }
      #about_us_content .about-us-wrapper .about-us-box p {
        text-align: justify;
        margin: 0;
        padding: 0; }

#bijin-nabe {
  background-image: url(../../images/story_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-color: #fff;
  position: relative; }
  #bijin-nabe .overlay {
    background-color: rgba(0, 25, 37, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    max-width: 100%; }
  #bijin-nabe .about-us-detail-wrapper {
    margin-bottom: 0; }
    #bijin-nabe .about-us-detail-wrapper.more {
      color: #C3AB53; }
      #bijin-nabe .about-us-detail-wrapper.more p {
        font-family: 'PalatinoLinotype';
        color: #C3AB53;
        letter-spacing: 1px;
        margin: 10px 0 300px 0; }
        #bijin-nabe .about-us-detail-wrapper.more p a {
          color: #C3AB53; }
          #bijin-nabe .about-us-detail-wrapper.more p a:hover {
            outline: 0;
            text-decoration: none;
            color: #C3AB53; }
    #bijin-nabe .about-us-detail-wrapper .title {
      font-family: 'PalatinoBold';
      color: #fff;
      letter-spacing: .5px;
      margin-bottom: 50px; }
    #bijin-nabe .about-us-detail-wrapper.image {
      text-align: left; }
      #bijin-nabe .about-us-detail-wrapper.image img {
        max-width: 100%;
        overflow: hidden; }
    #bijin-nabe .about-us-detail-wrapper.content {
      color: #fff;
      text-align: left;
      font-family: 'Palatinotype'; }
    #bijin-nabe .about-us-detail-wrapper .detail-main.first-with-image {
      position: relative; }
    #bijin-nabe .about-us-detail-wrapper .detail-main .detail.overflow_detail {
      max-height: 400px;
      overflow: hidden;
      margin-top: 35px;
      padding-right: 15px; }
    #bijin-nabe .about-us-detail-wrapper .detail-main .detail .title {
      padding: 0;
      margin: 40px 0 15px 0;
      text-align: left;
      color: #fff;
      font-family: 'PalatinoBold';
      border: 0; }
    #bijin-nabe .about-us-detail-wrapper .detail-main .detail .image {
      width: 100%;
      display: block; }
    #bijin-nabe .about-us-detail-wrapper .detail-main .detail .content {
      padding: 0;
      margin: 0;
      font-size: 15px;
      color: #fff;
      text-align: justify;
      font-family: 'PalatinoLinotype';
      letter-spacing: 1px; }
    #bijin-nabe .about-us-detail-wrapper .detail-main .detail p {
      padding: 0;
      margin: 0;
      font-size: 15px;
      color: #fff;
      text-align: justify;
      font-family: 'PalatinoLinotype';
      letter-spacing: 1px; }

#reservation {
  background-image: url(../../images/reservation-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-color: #fff;
  position: relative;
  max-height: 1300px;
  height: 1300px; }
  #reservation .container {
    height: 100%; }
  #reservation .row {
    height: 100%; }
  #reservation .social-media {
    padding: 40px 0;
    position: absolute;
    top: -290px;
    left: 0;
    right: 0; }
    #reservation .social-media .social-media-text .social-media-box .social-media-title-wrapper {
      margin-top: 15px; }
      #reservation .social-media .social-media-text .social-media-box .social-media-title-wrapper .sosmed-title {
        font-family: 'PalatinoBold';
        margin: 0;
        padding: 0; }
    #reservation .social-media .social-media-text .social-media-box .social-media-item {
      display: inline-block;
      margin: 10px 0; }
      #reservation .social-media .social-media-text .social-media-box .social-media-item:first-child {
        margin-top: 20px; }
      #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-logo {
        max-width: 40px;
        float: left;
        clear: both; }
        #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-logo img {
          max-width: 100%; }
        #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-logo.zomato {
          max-width: 120px; }
      #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link {
        float: left;
        margin-left: 5px; }
        #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link a {
          color: #001925;
          text-decoration: none; }
          #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link a p {
            font-family: 'Palatinotype';
            margin: 0;
            padding: 0;
            font-size: 18px; }
          #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link a:hover {
            color: #001925;
            text-decoration: none; }
          #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link a:active {
            outline: 0;
            box-shadow: none;
            color: #001925;
            text-decoration: none; }
            #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link a:active:focus {
              outline: 0;
              box-shadow: none;
              color: #001925;
              text-decoration: none; }
          #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link a:focus {
            outline: 0;
            box-shadow: none;
            color: #001925;
            text-decoration: none; }
        #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link.zomato {
          margin-left: 0; }
    #reservation .social-media .social-media-text .social-media-box.white {
      margin-bottom: 150px; }
      #reservation .social-media .social-media-text .social-media-box.white .sosmed-title {
        color: white; }
    #reservation .social-media .social-media-text .social-media-box.black {
      margin-bottom: 60px; }
      #reservation .social-media .social-media-text .social-media-box.black .sosmed-title {
        color: #001925; }
      #reservation .social-media .social-media-text .social-media-box.black .social-media-title-wrapper {
        margin-bottom: 15px; }
    #reservation .social-media .social-media-content .fb_iframe_widget {
      border: 7px solid #E0E0DA; }
  #reservation .main-reservation {
    position: relative;
    padding: 0;
    padding-bottom: 0;
    margin-top: 600px; }
    #reservation .main-reservation .wrapper-panel {
      box-shadow: 0 0px 0px 0px white, 0 0px 0px 0px white, 6px 0 55px -4px black, 0px 0 0px 0 black; }
      #reservation .main-reservation .wrapper-panel .panel {
        margin-bottom: 0;
        border: 0;
        border-color: transparent;
        border-radius: 0; }
      #reservation .main-reservation .wrapper-panel:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden; }
        #reservation .main-reservation .wrapper-panel:nth-child(even) .panel {
          height: 100%; }
          #reservation .main-reservation .wrapper-panel:nth-child(even) .panel .panel-body {
            padding: 0;
            height: 100%; }
            #reservation .main-reservation .wrapper-panel:nth-child(even) .panel .panel-body img {
              height: 100%;
              width: 100%; }
      #reservation .main-reservation .wrapper-panel:nth-child(odd) {
        padding-right: 0;
        padding-left: 0; }
        #reservation .main-reservation .wrapper-panel:nth-child(odd) form {
          padding: 0;
          color: #fff;
          font-family: 'Palatinotype';
          						/* .form-group{
          
          							margin-bottom: 30px;
          							padding-left: 45px;
          							padding-right: 30px;
          
          							label{
          
          								font-weight: normal;
          
          								&.name-label{
          									letter-spacing: 1px;
          									padding-left: 0;
          									padding-right: 0;
          									text-align: left;
          
          								}
          
          							}
          
          							.form-control{
          
          								border-radius: 0;
          
          								&:hover{
          
          									outline: 0;
          
          								}
          
          								&:focus{
          
          									outline: 0;
          								}
          
          								&:active{
          
          									outline: 0;
          
          									&:focus{
          
          										outline: 0;
          									}
          
          								}
          							}
          
          							.form-control-with-label{
          
          								display:inline;
          								width: 78%;
          
          							}
          
          							.divider-label{
          
          								text-align: center;
          								clear: both;
          								padding-left: 5px;
          
          							}
          
          							.custom-date-col{
          
          								padding-right: 0;
          
          							}
          
          							} */ }
          #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group {
            box-sizing: border-box;
            margin-bottom: 25px;
            padding-left: 45px;
            padding-right: 30px; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label {
              box-sizing: border-box;
              display: inline-block;
              font-weight: normal; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title {
                position: relative;
                width: 175px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title .confirm {
                  font-size: 12px;
                  position: absolute;
                  top: 20px;
                  left: 0; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title.message-title {
                  vertical-align: top; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title-divider {
                width: 20px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title-divider.mobile-phone {
                  vertical-align: top; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title-divider.message-divider {
                  vertical-align: top; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title-divider.label-person {
                  width: auto;
                  margin-left: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group label.input-title-divider.label-date {
                  text-align: center;
                  width: 10px; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control {
              box-sizing: border-box;
              display: inline-block;
              width: 57%; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control.message {
                height: 150px; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control.input-person {
                width: 16%; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control.input-date-year {
                width: 16%; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control.input-phone-number {
                vertical-align: top; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control.input-date-month {
                width: 13%; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control.input-date-day {
                width: 13%; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group .form-control.input-date-time {
                width: 20%; }
        #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel {
          height: 100%;
          background-color: #001925; }
          #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body {
            height: 100%; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form {
              padding-bottom: 10px;
              height: 100%;
              border: 1px solid #fff; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .btn-submit {
                padding: 3px 10px;
                font-size: 14px;
                letter-spacing: 3px;
                font-family: 'Palatinotype';
                border: 1px solid #fff;
                border-radius: 0;
                color: #fff;
                background-color: transparent;
                margin-right: 18px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .btn-submit:focus {
                  outline: 0;
                  box-shadow: none; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .btn-submit:active {
                  outline: 0;
                  box-shadow: none; }
                  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .btn-submit:active:focus {
                    outline: 0;
                    box-shadow: none; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group.form-group-title {
                color: #fff; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group.form-group-title .book-table {
                  font-size: 12px;
                  letter-spacing: 2px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group.form-group-title:nth-child(1) {
                  font-family: 'PalatinoBold';
                  margin-bottom: 5px;
                  margin-top: 15px; }
                  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group.form-group-title:nth-child(1) h1 {
                    font-size: 40px;
                    letter-spacing: 5px;
                    margin-top: 20px;
                    margin-bottom: 0; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group.form-group-title:nth-child(2) {
                  font-family: 'Palatinotype';
                  margin-bottom: 30px; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control {
                font-size: 14px;
                color: #000;
                font-family: 'Palatinobold';
                border-radius: 0;
                letter-spacing: 1px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control:focus {
                  border-color: transparent;
                  box-shadow: none; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#year::-webkit-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#year::placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#year::-moz-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#year::-o-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#year::-ms-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#month::-webkit-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#month::placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#month::-moz-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#month::-o-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#month::-ms-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#date::-webkit-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#date::placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#date::-moz-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#date::-o-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#date::-ms-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#time::-webkit-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#time::placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#time::-moz-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#time::-o-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-control#time::-ms-input-placeholder {
                  color: #000;
                  font-weight: bold;
                  font-size: 15px; }

#location .container-fluid {
  padding-right: 0;
  padding-left: 0; }
  #location .container-fluid .row {
    padding: 0;
    margin: 0; }
    #location .container-fluid .row .main-location {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #location .container-fluid .row .main-location img {
        height: 100%; }
        #location .container-fluid .row .main-location img.location-image-2 {
          position: relative;
          left: -90px; }
      #location .container-fluid .row .main-location.main-map-location {
        background-color: #eba24c;
        background-image: url(../../images/map-bg.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        padding: 15px; }
        #location .container-fluid .row .main-location.main-map-location .map-location {
          border: 1px solid #fff;
          width: 100%;
          height: 100%;
          padding: 10px; }
          #location .container-fluid .row .main-location.main-map-location .map-location img {
            width: 100%; }

#contact-us {
  background-color: #001925; }
  #contact-us .container-contact-us {
    padding: 50px 0 50px 0; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet .title {
      color: #fff;
      font-family: 'PalatinoBold';
      letter-spacing: 1px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet h1 {
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet h2 {
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet h3 {
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet h4 {
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet h5 {
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet h6 {
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet p {
      font-size: 16px;
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us .outlet span {
      color: #fff;
      font-family: 'Palatinotype';
      letter-spacing: 2px; }
    #contact-us .container-contact-us .wrapper-contact-us:nth-child(odd) {
      padding-left: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    #contact-us .container-contact-us .wrapper-contact-us:nth-child(even) {
      padding-right: 0;
      padding-left: 0; }
    #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet {
      padding: 0;
      text-align: right;
      float: right; }
      #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet .img-thumbnail {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 0;
        max-width: 152px;
        max-height: 152px; }

footer {
  background-color: #eba24c;
  background-image: url(../../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }
  footer p {
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    font-family: 'PalatinoBold';
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0; }

#alert-notifications.modal {
  top: 20%; }
  #alert-notifications.modal .modal-header {
    background-color: #001925;
    text-align: center;
    color: #fff; }
  #alert-notifications.modal .modal-footer {
    background-color: #f5f5f5; }
    #alert-notifications.modal .modal-footer .close {
      outline: 0;
      opacity: .6;
      background-color: #f5f5f5;
      display: inline-block;
      width: 100%; }
      #alert-notifications.modal .modal-footer .close:active {
        outline: 0;
        box-shadow: none; }
        #alert-notifications.modal .modal-footer .close:active:focus {
          outline: 0;
          box-shadow: none; }
      #alert-notifications.modal .modal-footer .close:focus {
        outline: 0;
        box-shadow: none; }
  #alert-notifications.modal .modal-body {
    background-color: #f5f5f5; }
    #alert-notifications.modal .modal-body .error-form {
      color: red; }

.modal-backdrop.in {
  opacity: .9; }

.datepicker {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.97); }
  .datepicker.dropdown-menu {
    margin: 0;
    border: 0; }
  .datepicker .datepicker-switch {
    font-size: 20px; }
  .datepicker .datepicker-close {
    color: #fff;
    display: inline !important;
    float: right;
    font-size: 40px;
    padding: 15px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .datepicker .datepicker-days {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative; }
  .datepicker .datepicker-months {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative; }
  .datepicker .datepicker-years {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative; }
  .datepicker .prev {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .datepicker .prev:hover {
      background-color: #fff;
      color: #001925;
      background-image: none; }
    .datepicker .prev:focus {
      outline: 0; }
  .datepicker .next {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .datepicker .next:hover {
      background-color: #fff;
      color: #000;
      background-image: none; }
    .datepicker .next:focus {
      outline: 0; }
  .datepicker table {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff !important;
    width: 50%;
    font-size: 17px;
    letter-spacing: 1px; }
    .datepicker table tr td.day:hover {
      background-color: #fff;
      color: #000; }
    .datepicker table tr td.active.active {
      background-color: #fff;
      color: #000;
      background-image: none; }
    .datepicker table tr td.active:hover {
      background-color: #fff;
      color: #000;
      background-image: none; }
      .datepicker table tr td.active:hover.active {
        background-color: #fff;
        color: #000;
        background-image: none; }
      .datepicker table tr td.active:hover:hover {
        background-color: #fff;
        color: #000;
        background-image: none; }
    .datepicker table tr td span.active.active {
      background-color: #fff;
      color: #000;
      background-image: none; }
      .datepicker table tr td span.active.active:hover {
        background-color: #fff;
        color: #000;
        background-image: none; }
    .datepicker table tr td span.active:hover {
      background-color: #fff;
      color: #000;
      background-image: none; }
    .datepicker table tr td span.focused {
      background-color: #fff;
      color: #000;
      background-image: none; }
    .datepicker table tr td span:hover {
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      background-color: #fff;
      color: #000;
      background-image: none; }
  .datepicker .datepicker-switch:hover {
    background-color: transparent; }

	/* .datepicker{

		position:fixed;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		padding: 0 !important;
		border-radius: 0;
		background-color: rgba(12,44,81,.9);

		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;

		&.dropdown-menu{

			margin: 0;
			border: 0;
		}

		.datepicker-days{
-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			height: 100%;

		}

		.datepicker-months{
-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
			display: flex !important;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			height: 100%;
			
		}

		.datepicker-years{
-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			height: 100%;
			
		}

		} */
@media screen and (max-width: 1199px) {
  #about_us .about-us-wrapper .about-us-box.image img {
    max-width: 100%;
    float: left; }

  #about_us_content .about-us-wrapper .about-us-box.image img {
    float: left; }

  #top .navbar-main #navigation-menu .navbar-nav li a {
    margin: 0 10px 0 10px; }

  #menu .highlight-menu .panel {
    overflow: hidden; }
    #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(even) img {
      height: 100%; }
    #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) {
      overflow: hidden; }
      #menu .highlight-menu .panel:nth-child(odd) .main-highlight:nth-child(odd) .content {
        overflow: hidden; }
    #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(odd) img {
      height: 100%; }
    #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) {
      overflow: hidden; }
      #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) .content {
        overflow: hidden; }
  #menu .main-menu .menu-slide .slick-prev {
    left: -80px; }
  #menu .main-menu .menu-slide .slick-next {
    right: -80px; } }
@media screen and (max-width: 1199px) {
  #contact-us .container-contact-us .wrapper-contact-us:nth-child(odd) {
    padding-left: 15px; }
  #contact-us .container-contact-us .wrapper-contact-us:nth-child(even) {
    padding-right: 15px;
    padding-left: 0; } }
@media screen and (max-width: 991px) {
  #about_us .about-us-wrapper .about-us-box.title_box .title {
    text-align: center; }
  #about_us .about-us-wrapper .about-us-box.image {
    text-align: center;
    margin-bottom: 15px; }
    #about_us .about-us-wrapper .about-us-box.image img {
      float: none; }

  #about_us_content .about-us-wrapper .about-us-box.title_box .title {
    text-align: center; }
  #about_us_content .about-us-wrapper .about-us-box.image {
    text-align: center;
    margin-bottom: 15px; }
    #about_us_content .about-us-wrapper .about-us-box.image img {
      float: none; }

  #top .navbar-main #navigation-menu {
    padding: 0; }
    #top .navbar-main #navigation-menu .navbar-nav li a {
      margin: 0;
      font-size: 16px; }

  #menu .main-menu .menu-slide {
    width: 550px; }
  #menu .highlight-menu {
    padding: 0; }
    #menu .highlight-menu .panel .main-highlight .panel:nth-child(even) .main-highlight:nth-child(odd) img {
      height: auto; }
    #menu .highlight-menu .panel .main-highlight .highlight-slide img {
      width: 150%;
      max-width: unset;
      height: auto; }

  #reservation {
    max-height: 2100px;
    height: 2100px; }
    #reservation .main-reservation {
      margin-top: 700px; }
      #reservation .main-reservation .wrapper-panel:nth-child(odd) {
        padding-right: 0; }
        #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form {
          padding: 10px 0px 20px 0px; }
          #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control {
            width: 67%; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-phone-number {
              width: 30%; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-person {
              width: 10%; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-year {
              width: 13%; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-month {
              width: 9%; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-time {
              width: 13%; }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-day {
              width: 9%; }
      #reservation .main-reservation .wrapper-panel:nth-child(even) {
        padding-right: 0; }
        #reservation .main-reservation .wrapper-panel:nth-child(even) .panel .panel-body img {
          height: auto !important; }

  #contact-us .container-contact-us .wrapper-contact-us:nth-child(odd) {
    justify-content: left;
    padding-right: 0; }
  #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet {
    margin: 6px; }
    #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet .img-thumbnail {
      max-width: initial;
      max-height: initial;
      width: 100%; }

  #location .container-fluid .row .main-location img {
    max-height: 290px; } }
@media screen and (max-width: 767px) {
  #about_us_content .about-us-wrapper .about-us-box.content {
    padding: 0; }

  #top .top-title {
    padding: 0 15px; }

  .ui-widget.ui-widget-content {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 15px;
    border: 0 !important; }

  .navbar-toggle {
    margin-right: 30px; }

  .navbar-collapse {
    border: 0;
    box-shadow: none;
    /* border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */ }
    .navbar-collapse.collapse {
      width: 100% !important;
      display: block !important;
      position: fixed;
      top: 85px;
      left: 0;
      bottom: 0;
      margin: 0;
      background-color: rgba(0, 25, 37, 0.9);
      padding: 0;
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      transform: translateX(-100%);
      transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out; }
      .navbar-collapse.collapse.in {
        -webkit-transform: translateX(0);
        transform: translateX(0); }

  .collapsing {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  #bijin-nabe .about-us-detail-wrapper {
    margin-bottom: 40px; }
    #bijin-nabe .about-us-detail-wrapper .detail-main.first-with-image {
      top: 0; }

  .datepicker table {
    margin-top: 50px;
    width: 80%; }
  .datepicker .datepicker-close {
    top: 15%; }

  .month-col {
    padding-left: 0; }

  .date-col {
    padding-left: 0; }

  #top {
    /* -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    */ }
    #top .jumbotron {
      padding-top: 0; }
    #top .navigation-container {
      padding-left: 0;
      padding-right: 0;
      line-height: 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      -moz-transition: background-color .2s ease-in;
      -o-transition: background-color .2s ease-in;
      -webkit-transition: background-color .2s ease-in;
      background-color: transparent;
      z-index: 9999; }
      #top .navigation-container .row {
        margin-left: 0;
        margin-right: 0; }
    #top .backgroundcolornavigation {
      background-color: #001925 !important; }
    #top .transparentnav {
      background-color: transparent; }
    #top .navigation-size {
      padding-left: 0;
      padding-right: 0; }
    #top .navbar-main {
      background-color: rgba(0, 25, 37, 0.9);
      height: 100%;
      margin-bottom: 0;
      border: 0;
      /*-------------------------------*/
      /*       Hamburger-Cross         */
      /*-------------------------------*/ }
      #top .navbar-main .navbar-brand {
        display: inline-block;
        width: 180px;
        min-height: 84px; }
        #top .navbar-main .navbar-brand img {
          height: auto;
          width: 100%; }
      #top .navbar-main .container-fluid {
        padding-right: 0;
        padding-left: 0; }
        #top .navbar-main .container-fluid .navbar-header {
          margin-right: 0;
          margin-left: 0;
          position: relative;
          clear: both;
          display: inline-block;
          width: 100%;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          border-color: #101010;
          border-bottom: 1px solid #000; }
          #top .navbar-main .container-fluid .navbar-header.divider-mobile:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50%;
            height: 1px;
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 75%, transparent); }
          #top .navbar-main .container-fluid .navbar-header.divider-mobile:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50%;
            height: 1px;
            background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 75%, transparent); }
          #top .navbar-main .container-fluid .navbar-header:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50%;
            height: 0;
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 75%, transparent); }
          #top .navbar-main .container-fluid .navbar-header:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50%;
            height: 0;
            background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 75%, transparent); }
          #top .navbar-main .container-fluid .navbar-header button {
            padding: 27px 30px 27px 30px;
            margin-right: 0;
            display: inline-block; }
      #top .navbar-main #navigation-menu {
        margin-right: 0;
        margin-left: 0; }
        #top .navbar-main #navigation-menu form {
          box-shadow: none;
          border: 0;
          margin-left: 0;
          margin-right: 0; }
          #top .navbar-main #navigation-menu form.navbar-form {
            line-height: 0;
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            							/* .form-group{
            								margin-bottom: 0;
            								vertical-align: top;
            								margin-left: 0;
            								display:inline-block;
            								label{
            									display:none;
            								}
            
            								&:nth-child(odd){
            
            									width: 5%;
            								}
            
            								&:nth-child(even){
            
            									width: 95%;
            								}
            
            								} */ }
            #top .navbar-main #navigation-menu form.navbar-form .input-group {
              padding: 12px;
              position: relative;
              clear: both; }
              #top .navbar-main #navigation-menu form.navbar-form .input-group:after {
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0; }
              #top .navbar-main #navigation-menu form.navbar-form .input-group:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 0; }
            #top .navbar-main #navigation-menu form.navbar-form .btn-search {
              padding: 6px 12px; }
        #top .navbar-main #navigation-menu .navbar-nav {
          margin-top: 0;
          text-align: center;
          background-color: transparent;
          display: block;
          table-layout: inherit; }
          #top .navbar-main #navigation-menu .navbar-nav li {
            display: block; }
            #top .navbar-main #navigation-menu .navbar-nav li a {
              padding-top: 20px;
              padding-bottom: 20px;
              font-size: 25px; }
              #top .navbar-main #navigation-menu .navbar-nav li a.block-nav {
                opacity: 1; }
          #top .navbar-main #navigation-menu .navbar-nav:before {
            width: 0; }
          #top .navbar-main #navigation-menu .navbar-nav:after {
            width: 0; }
      #top .navbar-main .hamburger {
        background: transparent;
        border: none;
        display: block;
        height: 32px;
        margin-left: 15px;
        position: relative;
        width: 30px;
        z-index: 999;
        float: right; }
        #top .navbar-main .hamburger:hover {
          outline: none; }
        #top .navbar-main .hamburger:focus {
          outline: none; }
        #top .navbar-main .hamburger:active {
          outline: none; }
        #top .navbar-main .hamburger.is-closed:before {
          -webkit-transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.35s ease-in-out;
          color: #ffffff;
          content: '';
          display: block;
          font-size: 14px;
          line-height: 32px;
          opacity: 0;
          text-align: center;
          width: 70px; }
        #top .navbar-main .hamburger.is-closed:hover before {
          -webkit-transform: translate3d(-100px, 0, 0);
          -webkit-transition: all 0.35s ease-in-out;
          display: block;
          opacity: 1; }
          #top .navbar-main .hamburger.is-closed:hover before.hamb-top {
            -webkit-transition: all 0.35s ease-in-out;
            top: 0; }
          #top .navbar-main .hamburger.is-closed:hover before.hamb-bottom {
            -webkit-transition: all 0.35s ease-in-out;
            bottom: 0; }
        #top .navbar-main .hamburger.is-closed .hamb-top {
          -webkit-transition: all 0.35s ease-in-out;
          background-color: white;
          top: 5px;
          height: 4px;
          left: 0;
          position: absolute;
          width: 100%; }
        #top .navbar-main .hamburger.is-closed .hamb-middle {
          background-color: white;
          margin-top: -2px;
          top: 50%;
          height: 4px;
          left: 0;
          position: absolute;
          width: 100%; }
        #top .navbar-main .hamburger.is-closed .hamb-bottom {
          -webkit-transition: all 0.35s ease-in-out;
          background-color: white;
          bottom: 5px;
          height: 4px;
          left: 0;
          position: absolute;
          width: 100%; }
        #top .navbar-main .hamburger.is-open .hamb-top {
          -webkit-transform: rotate(45deg);
          -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
          background-color: #fff;
          margin-top: -2px;
          top: 50%;
          height: 4px;
          left: 0;
          position: absolute;
          width: 100%; }
        #top .navbar-main .hamburger.is-open .hamb-middle {
          background-color: #fff;
          display: none;
          height: 4px;
          left: 0;
          position: absolute;
          width: 100%; }
        #top .navbar-main .hamburger.is-open .hamb-bottom {
          -webkit-transform: rotate(-45deg);
          -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
          background-color: #fff;
          margin-top: -2px;
          top: 50%;
          height: 4px;
          left: 0;
          position: absolute;
          width: 100%; }
        #top .navbar-main .hamburger.is-open:before {
          -webkit-transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.35s ease-in-out;
          color: #ffffff;
          content: '';
          display: block;
          font-size: 14px;
          line-height: 32px;
          opacity: 0;
          text-align: center;
          width: 70px; }
        #top .navbar-main .hamburger.is-open:hover before {
          -webkit-transform: translate3d(-100px, 0, 0);
          -webkit-transition: all 0.35s ease-in-out;
          display: block;
          opacity: 1; }
    #top .navbar-search #collapse-search {
      border-color: transparent;
      border: 0;
      box-shadow: none; }
      #top .navbar-search #collapse-search form {
        border: 0;
        box-shadow: none; }

  .navigation-open-mobile {
    bottom: 0;
    height: 100%;
    z-index: 99999; }

  .collapsing-navigation {
    display: block !important; }

  #menu {
    background-attachment: scroll; }
    #menu .highlight-menu {
      top: 0;
      padding: 15px; }
      #menu .highlight-menu .panel {
        max-height: initial !important; }
        #menu .highlight-menu .panel .main-highlight {
          max-height: auto !important;
          height: auto !important; }
          #menu .highlight-menu .panel .main-highlight .mobile {
            display: block; }
            #menu .highlight-menu .panel .main-highlight .mobile.mobile-xs {
              display: none; }
          #menu .highlight-menu .panel .main-highlight .desktop {
            display: none; }
            #menu .highlight-menu .panel .main-highlight .desktop.desktop-xs {
              display: block; }
          #menu .highlight-menu .panel .main-highlight.type-introduction {
            background-image: none; }
            #menu .highlight-menu .panel .main-highlight.type-introduction img {
              display: block; }
        #menu .highlight-menu .panel:nth-child(odd) .main-highlight {
          max-height: auto !important;
          height: auto !important; }
        #menu .highlight-menu .panel:nth-child(even) {
          display: flex;
          flex-direction: column; }
          #menu .highlight-menu .panel:nth-child(even) .main-highlight {
            max-height: auto !important;
            height: auto !important; }
            #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(odd) {
              order: 2; }
            #menu .highlight-menu .panel:nth-child(even) .main-highlight:nth-child(even) {
              order: 1; }
    #menu .main-menu {
      margin-bottom: 15px; }
      #menu .main-menu .button-full-menu {
        position: relative;
        bottom: 13px;
        right: 0;
        text-align: center;
        width: 100%; }
      #menu .main-menu .main-menu-title {
        margin-top: 0;
        padding-top: 15px; }
      #menu .main-menu .menu-slide {
        width: 513px; }
        #menu .main-menu .menu-slide .slick-dots {
          display: none !important; }
        #menu .main-menu .menu-slide .slick-next {
          display: none !important; }
        #menu .main-menu .menu-slide .slick-prev {
          display: none !important; }

  #about_us.padding-because-detail-image {
    padding-bottom: 0; }
  #about_us .about-us-wrapper {
    margin-bottom: 40px; }
    #about_us .about-us-wrapper .about-us-box {
      padding-right: 0;
      padding-left: 0; }
      #about_us .about-us-wrapper .about-us-box p {
        text-align: justify; }

  #reservation {
    background-attachment: scroll;
    max-height: 3000px;
    height: 3000px; }
    #reservation .social-media {
      padding: 40px 15px; }
      #reservation .social-media .social-media-text {
        text-align: center;
        margin-bottom: 30px; }
        #reservation .social-media .social-media-text .social-media-box .social-media-item {
          width: 100%; }
          #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-logo {
            float: none;
            display: inline-block; }
          #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link {
            float: none; }
            #reservation .social-media .social-media-text .social-media-box .social-media-item .social-media-link a p {
              margin-top: 5px; }
      #reservation .social-media .social-media-content {
        text-align: center;
        margin: 0;
        padding: 0;
        overflow: hidden; }
    #reservation .main-reservation {
      padding-bottom: 0;
      top: 0;
      margin-top: 1500px;
      padding-left: 15px;
      padding-right: 15px; }
      #reservation .main-reservation .wrapper-panel:nth-child(odd) {
        padding: 0; }
        #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body {
          									/* form{
          
          										padding: 10px 0 20px 0px;
          										} */ }
          #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form {
            								/* .form-group{
            
            									padding-left: 30px;
            
            									.custom-xs-col{
            
            										padding: 0;
            									}
            									} */ }
            #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group {
              padding-right: 45px; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .btn-submit {
                margin-right: 0; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title {
                width: 100%;
                float: left; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title .confirm {
                  position: relative;
                  top: 0;
                  left: 0; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title-divider {
                display: none; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title-divider.input-title-clear {
                  float: left; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title-divider.label-person {
                  margin-top: 5px;
                  float: left;
                  display: block; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title-divider.label-date {
                  float: left;
                  width: 30px;
                  margin-top: 5px;
                  font-size: 17px;
                  display: block; }
              #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control {
                width: 100%;
                display: block; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-phone-number {
                  width: 100%; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-person {
                  width: 20%;
                  float: left;
                  clear: both; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-year {
                  float: left;
                  clear: both;
                  width: 22%; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-month {
                  float: left;
                  width: 15%; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-day {
                  float: left;
                  width: 15%; }
                #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-time {
                  width: 25%; }
      #reservation .main-reservation .wrapper-panel:nth-child(even) {
        padding: 0; }

  #contact-us .container-contact-us {
    padding: 15px 0 15px 0; }
    #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet {
      margin: 0;
      text-align: left;
      float: left;
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
      #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet:nth-child(odd) {
        padding-right: 15px;
        padding-left: 15px; }
      #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet:nth-child(even) {
        padding-right: 15px;
        padding-left: 15px; }
      #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet.col-xs-3-12 {
        width: 33.33333333333333% !important; }
    #contact-us .container-contact-us .wrapper-contact-us:nth-child(odd) {
      justify-content: left;
      padding-right: 15px; }
    #contact-us .container-contact-us .wrapper-contact-us:nth-child(even) {
      padding-left: 0;
      padding-right: 0; }

  #location .container-fluid .row .main-location img {
    max-height: initial;
    width: 100%; }
    #location .container-fluid .row .main-location img.location-image-2 {
      left: 0; } }
@media screen and (max-width: 720px) {
  #reservation {
    height: 2900px; } }
@media screen and (max-width: 650px) {
  #reservation {
    height: 2800px; }

  #menu .highlight-menu .panel .main-highlight .desktop.desktop-xs {
    display: none; }
  #menu .highlight-menu .panel .main-highlight .mobile.mobile-xs {
    display: block; } }
@media screen and (max-width: 600px) {
  #contact-us .container-contact-us .wrapper-contact-us .outlet .title {
    font-size: 20px; }
  #contact-us .container-contact-us .wrapper-contact-us .outlet p {
    font-size: 14px; }

  #about_us .title {
    font-size: 20px; }

  #about_us_content .about-us-wrapper .about-us-box {
    font-size: 14px; }
    #about_us_content .about-us-wrapper .about-us-box.title_box .title {
      font-size: 20px; }

  #about_us .about-us-wrapper .about-us-box {
    font-size: 14px; }

  #top .top-title .title_page {
    padding: 0 15px; } }
@media screen and (max-width: 550px) {
  #reservation {
    height: 2750px; } }
@media screen and (max-width: 560px) {
  #menu .main-menu .menu-slide {
    width: 230px; } }
@media screen and (max-width: 500px) {
  #menu .main-menu .button-full-menu {
    right: 0;
    left: 0;
    text-align: center; }

  #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet {
    width: 50%; }
    #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet:nth-child(odd) {
      padding-right: 7.5px;
      padding-left: 15px; }
    #contact-us .container-contact-us .wrapper-contact-us .gallery-outlet:nth-child(even) {
      padding-right: 15px;
      padding-left: 7.5px; } }
@media screen and (max-width: 480px) {
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-month {
    width: 21%; }
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-day {
    width: 21%; } }
@media screen and (max-width: 450px) {
  #reservation {
    height: 2700px; } }
@media screen and (max-width: 430px) {
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title-divider.label-date {
    width: 20px;
    margin-top: 5px;
    font-size: 17px; }
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-person {
    width: 24%; }
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-year {
    width: 30%; }
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-month {
    width: 25%; }
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-day {
    width: 25%; }
  #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-time {
    width: 35%; } }
@media screen and (max-width: 400px) {
  #menu .highlight-menu .panel .main-highlight.type-soup .wrapper-type-soup {
    width: 50%; }
  #menu .main-menu .button-full-menu .btn.full-menu {
    font-size: 17px; }

  #reservation {
    height: 2620px; }

  footer p {
    font-size: 10px; } }
@media screen and (max-width: 360px) {
  #reservation {
    height: 2560px; }
    #reservation .main-reservation .wrapper-panel:nth-child(odd) form .form-group {
      padding-left: 30px; }
    #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group {
      padding-right: 30px; }
      #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group label.input-title-divider.label-date {
        width: 15px; }
      #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-month {
        width: 25%; }
      #reservation .main-reservation .wrapper-panel:nth-child(odd) .panel .panel-body form .form-group .form-control.input-date-day {
        width: 25%; } }

/*# sourceMappingURL=custom.css.map */
