@import url(_about.css);
@font-face {
  font-family: 'playfair_displayregular';
  src: url("../fonts/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'playfair_displayitalic';
  src: url("../fonts/playfairdisplay-italic-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.headroom--unpinned {
  top: -200px; }

.headroom--pinned {
  top: 0; }

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 350ms ease-out 0ms;
  -o-transition: all 350ms ease-out 0ms;
  transition: all 350ms ease-out 0ms; }
  header .navbar {
    background: rgba(14, 4, 36, 0.8);
    border-radius: 0;
    border: 0; }
    @media (min-width: 768px) {
      header .navbar {
        min-height: 50px; } }
    header .navbar .nav__top {
      float: left; }
      @media (max-width: 767px) {
        header .navbar .nav__top {
          display: block;
          float: none;
          background: #0e0424;
          overflow: hidden;
          margin-left: -15px;
          margin-right: -15px;
          padding: 15px;
          text-align: center; } }
    header .navbar .desktop_logo {
      display: none; }
      @media (min-width: 768px) {
        header .navbar .desktop_logo {
          display: block; } }
    @media (min-width: 768px) {
      header .navbar .mobile_logo {
        display: none; } }
    header .navbar .navbar-brand {
      padding: 0;
      float: none;
      display: inline-block; }
      @media (min-width: 768px) {
        header .navbar .navbar-brand {
          margin: 23px 0 0 2em !important; } }
      header .navbar .navbar-brand img {
        max-width: 150px; }
        @media (min-width: 768px) {
          header .navbar .navbar-brand img {
            max-width: 110px; } }
        @media (min-width: 1000px) {
          header .navbar .navbar-brand img {
            max-width: 150px; } }
    header .navbar .navbar-toggle {
      position: absolute;
      right: 0px; }
      header .navbar .navbar-toggle .icon-bar {
        background: #fff; }
    header .navbar .navbar-collapse {
      border: 0;
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      margin: 0; }
      @media (max-width: 767px) {
        header .navbar .navbar-collapse {
          float: none;
          width: 100%;
          text-align: center; } }
    @media (min-width: 768px) {
      header .navbar .navbar-nav {
        float: right; } }
    header .navbar .navbar-nav li a {
      color: #fff;
      padding: 0;
      display: block;
      padding: 0 1em;
      text-align: center;
      line-height: 50px;
      border-bottom: 1px solid #fff;
      margin: 0 10%;
      -webkit-transition: all 350ms ease-out 0ms;
      -o-transition: all 350ms ease-out 0ms;
      transition: all 350ms ease-out 0ms; }
      @media (min-width: 768px) {
        header .navbar .navbar-nav li a {
          line-height: 83px;
          height: 83px;
          display: inline-block;
          border-bottom: 0;
          margin: 0;
          padding: 0 0.4em; } }
      @media (min-width: 1000px) {
        header .navbar .navbar-nav li a {
          padding: 0 1em; } }
      header .navbar .navbar-nav li a:hover, header .navbar .navbar-nav li a.active, header .navbar .navbar-nav li a:focus {
        text-decoration: none;
        background: #3e3650; }
    header .navbar .navbar-nav li.christmas.current-menu-item a {
      background: rgba(163, 1, 40, 0.5) !important; }
    header .navbar .navbar-nav li.christmas a {
      font-family: "playfair_displayitalic", Helvetica, Arial, sans-serif; }
      @media (min-width: 768px) {
        header .navbar .navbar-nav li.christmas a {
          background: #a30128 !important; }
          header .navbar .navbar-nav li.christmas a:hover {
            background: rgba(163, 1, 40, 0.5) !important; } }
    header .navbar .navbar-nav li.nye.current-menu-item a {
      background: rgba(163, 1, 40, 0.5) !important; }
    header .navbar .navbar-nav li.nye a {
      font-family: "playfair_displayitalic", Helvetica, Arial, sans-serif;
      border-bottom: 0; }
      @media (min-width: 768px) {
        header .navbar .navbar-nav li.nye a {
          background: #a16a1f !important;
          padding-top: 20px;
          line-height: normal; }
          header .navbar .navbar-nav li.nye a:hover {
            background: rgba(161, 106, 31, 0.5) !important; } }
      @media (min-width: 768px) {
        header .navbar .navbar-nav li.nye a span {
          display: block; } }
    header .navbar .navbar-nav li.book-now a {
      line-height: normal;
      padding-top: 20px;
      display: none;
      position: relative; }
      header .navbar .navbar-nav li.book-now a:after {
        content: '';
        width: 68px;
        height: 18px;
        background: url(../img/opentable.png) no-repeat;
        background-position: center;
        display: block;
        background-size: contain;
        margin: 2px auto; }
      @media (min-width: 768px) {
        header .navbar .navbar-nav li.book-now a {
          display: inline-block; } }
      header .navbar .navbar-nav li.book-now a span {
        display: block; }
        header .navbar .navbar-nav li.book-now a span img {
          max-width: 80%; }
    header .navbar .navbar-nav li.current-menu-item a, header .navbar .navbar-nav li.current-menu-item:focus {
      text-decoration: none;
      background: #3e3650; }

body {
  font-family: "playfair_displayregular", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  -webkit-transition: color 500ms ease-out 0ms;
  -o-transition: color 500ms ease-out 0ms;
  transition: color 500ms ease-out 0ms;
  color: #161112;
  line-height: 2; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: #000; }
  a:hover {
    color: #000; }

.all__content {
  position: relative;
  z-index: 3; }

i, em {
  font-family: "playfair_displayitalic", Helvetica, Arial, sans-serif;
  font-style: normal; }

p {
  margin-bottom: 1em; }

h3 {
  font-size: 20px; }

h1 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 25px; } }
  @media (min-width: 1000px) {
    h1 {
      font-size: 28px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 30px; } }

section {
  padding: 1em 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #fff; }
  @media (min-width: 768px) {
    section {
      padding: 2em 0; } }

.btn {
  background: #0e0424;
  color: #fff;
  border-radius: 30px;
  padding: 7px 20px;
  outline: none;
  -webkit-transition: all 350ms ease-out 0ms;
  -o-transition: all 350ms ease-out 0ms;
  transition: all 350ms ease-out 0ms; }
  @media (max-width: 767px) {
    .btn {
      display: block;
      border-radius: 0; } }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    background: #6d6474;
    outline: none; }
  .btn.btn-book {
    border: 8px solid #6d6474; }

.btn__section {
  margin-top: 4em; }
  @media (max-width: 767px) {
    .btn__section {
      margin-bottom: 0; } }
  .btn__section .btn {
    margin: 1em; }

.clearfix {
  float: none;
  clear: both; }

.carousel-indicators li {
  border: 1px solid #0e0424; }
  .carousel-indicators li.active {
    background-color: #0e0424; }

.page__content {
  margin-top: 85px;
  background: #fff;
  overflow: hidden; }
  @media (min-width: 768px) {
    .page__content {
      margin-top: 0; } }

@media (min-width: 768px) {
  .mobile__only {
    display: none; } }

.scroll__down i {
  width: 36px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2em auto 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  display: block; }

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  80% {
    -webkit-transform: translateY(-10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 2em;
  left: 18px;
  z-index: 999;
  margin-top: -16px; }
  .slick-slider .slick-arrow.slick-next {
    right: 18px;
    left: auto; }
  @media (min-width: 768px) {
    .slick-slider .slick-arrow {
      display: none !important; } }

.slick-initialized .slick-slide {
  overflow: hidden;
  outline: none; }
  .slick-initialized .slick-slide img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .slick-initialized .slick-slide img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
    overflow: hidden; } }

.hero__banner__subpage {
  position: relative;
  padding: 15px;
  background: #3e3650;
  display: none; }
  @media (min-width: 768px) {
    .hero__banner__subpage {
      min-height: 325px;
      display: block; } }
  .hero__banner__subpage .content {
    background-position: center;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
  .hero__banner__subpage .overlay__box p {
    font-size: 20px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .hero__banner__subpage .overlay__box {
      position: absolute;
      color: #fff;
      bottom: 2em;
      width: 100%; }
      .hero__banner__subpage .overlay__box p {
        font-size: 2.5em;
        margin-bottom: 1em;
        line-height: 1em; }
        .hero__banner__subpage .overlay__box p em {
          letter-spacing: 3px; }
        .hero__banner__subpage .overlay__box p small {
          font-size: 50%; } }

@media (min-width: 768px) {
  .center__content {
    max-width: 60%;
    margin: 0 auto; } }

.center__content.img__content {
  margin: 2em auto; }

@media (min-width: 768px) {
  .mobile__only {
    display: none; } }

.mobile__only.buttons .btn {
  margin-bottom: 15px; }

.modal .modal-header {
  border-bottom: 0;
  position: absolute;
  right: 0;
  z-index: 10; }

.modal .modal-content {
  border-radius: 0; }

.modal h2 {
  margin-bottom: 1em; }

.modal .modal-body {
  overflow: hidden; }

.modal .contact__form {
  width: 100%; }
  .modal .contact__form .form-control {
    border-radius: 0;
    border: 0;
    background: #f0eff1;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }

.fa.fa-long-arrow-up {
  display: none; }

.shard-logo {
  width: 60px;
  margin-right: 4em; }

.hero__banner {
  padding: 0; }
  .hero__banner .overlay__box {
    position: absolute;
    bottom: 2em;
    width: 100%;
    z-index: 10;
    color: #fff; }
    .hero__banner .overlay__box p {
      font-size: 2em; }
    .hero__banner .overlay__box a {
      color: #fff; }
      .hero__banner .overlay__box a:hover, .hero__banner .overlay__box a:focus, .hero__banner .overlay__box a:active {
        text-decoration: none; }
      .hero__banner .overlay__box a i {
        font-size: 2em; }
    @media (max-width: 767px) {
      .hero__banner .overlay__box {
        display: none; } }
  @media (min-width: 768px) {
    .hero__banner {
      height: 100vh; } }
  .hero__banner #hero__slider {
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .hero__banner #hero__slider {
        position: fixed; } }
  .hero__banner .slide .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .hero__banner .slide .item {
        height: 100vh;
        width: 100%; } }
    @media (min-width: 768px) {
      .hero__banner .slide .item img {
        display: none; } }

.three__panels {
  padding: 15px; }
  @media (min-width: 768px) {
    .three__panels {
      padding: 30px 15px; }
      .three__panels .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .three__panels .row .col-sm-4 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          width: 100%; }
          .three__panels .row .col-sm-4.mobile__only {
            display: none; } }
        @media (min-width: 768px) and (max-width: 767px) {
          .three__panels .row .col-sm-4.mobile__only {
            display: block; } }
  @media (min-width: 768px) {
        .three__panels .row .box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .three__panels .row .box .box__content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .three__panels .row .box .box__content .box__content--text {
              width: 100%;
              text-align: center; }
              .three__panels .row .box .box__content .box__content--text p {
                margin-bottom: 0; } }

.box {
  background: #0e0424;
  padding: 0.5em;
  color: #fff;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .box {
      margin-bottom: 0; } }
  .box .box__content {
    padding: 1em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 10ms ease-in 0ms;
    -o-transition: all 10ms ease-in 0ms;
    transition: all 10ms ease-in 0ms; }
    .box .box__content h1 {
      margin: 0; }
  .box.christmas {
    background: #a30128; }
    .box.christmas .box__content {
      background-image: url(../img/christmas_stripe.jpg); }
    .box.christmas:hover .box__content {
      background: #0e0424; }
  .box.nye {
    background: #a16a1f; }
    .box.nye .box__content {
      background-image: url(../img/new_year_stripe.jpg); }
    .box.nye:hover .box__content {
      background: #0e0424; }
  .box.offers {
    background: #302743; }
    .box.offers h1 {
      font-size: 1.5em; }
      @media (min-width: 768px) {
        .box.offers h1 {
          margin-bottom: 0.1em; } }
    .box.offers .box__content {
      background: #0e0424; }
    .box.offers:hover .box__content {
      background: #302743; }

.call__to__action {
  padding: 15px;
  color: #fff; }
  @media (min-width: 768px) {
    .call__to__action {
      padding: 30px 15px; } }
  .call__to__action .content {
    background: #0e0424;
    padding: 1em;
    font-size: 1em;
    text-align: center; }
    @media (min-width: 768px) {
      .call__to__action .content {
        padding: 2em;
        font-size: 1.1em; } }
    @media (min-width: 1000px) {
      .call__to__action .content {
        font-size: 1.2em; } }
    @media (min-width: 1200px) {
      .call__to__action .content {
        font-size: 1.5em; } }
    .call__to__action .content span {
      display: block; }
      @media (min-width: 768px) {
        .call__to__action .content span {
          display: inline-block; } }
      .call__to__action .content span.address i {
        display: block;
        font-size: 2em; }
        @media (min-width: 768px) {
          .call__to__action .content span.address i {
            display: inline-block;
            font-size: inherit; } }
      @media (min-width: 768px) {
        .call__to__action .content span.phone {
          padding: 0 4em; } }
      .call__to__action .content span.social ul {
        display: block;
        font-size: 2em; }
        @media (min-width: 768px) {
          .call__to__action .content span.social ul {
            display: inline-block;
            font-size: inherit; } }
    .call__to__action .content ul, .call__to__action .content li {
      display: inline-block; }
      .call__to__action .content ul a, .call__to__action .content li a {
        color: #fff; }
    .call__to__action .content li {
      padding: 0 0.1em; }

.text__panel img {
  max-width: 250px;
  display: inline-block;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .text__panel img {
      margin-bottom: 2em; } }

.text__panel h1 {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .text__panel h1 {
      margin-bottom: 1em; } }

.text__panel #testimonials {
  overflow: hidden;
  padding-bottom: 4em; }
  .text__panel #testimonials .carousel-indicators {
    bottom: 0; }

.images__panel {
  padding: 0; }
  .images__panel .col-sm-4 {
    padding: 0; }
  @media (max-width: 767px) {
    .images__panel .image__slider {
      margin: 0 15px; } }

.testimonials__section {
  position: relative;
  overflow: hidden; }
  .testimonials__section:after {
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    background: url(../img/home/testimoinals_bg.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    content: '';
    height: 100%;
    top: 0; }
  .testimonials__section .continer-fluid {
    position: relative;
    z-index: 10; }

.menu__box {
  margin-bottom: 2em; }
  .menu__box .menu__box--content {
    background: #f5eee6;
    padding: 1em;
    position: relative; }
    @media (min-width: 768px) {
      .menu__box .menu__box--content {
        padding: 3em; } }
    .menu__box .menu__box--content h1 {
      margin-bottom: 0.5em; }
      @media (min-width: 768px) {
        .menu__box .menu__box--content h1 {
          margin-bottom: 2em; } }
    .menu__box .menu__box--content .menu__box--section {
      position: relative;
      padding-bottom: 1.5em;
      margin-bottom: 1.5em; }
      .menu__box .menu__box--content .menu__box--section:before {
        height: 2px;
        content: '';
        width: 100%;
        background: #0e0424;
        position: absolute;
        bottom: 0;
        left: 0; }
      .menu__box .menu__box--content .menu__box--section:after {
        content: '';
        width: 22px;
        height: 12px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -11px;
        margin-bottom: -5px;
        background: #0e0424;
        border: 5px solid #f5eee6;
        background-size: contain; }
      .menu__box .menu__box--content .menu__box--section.short__border:before {
        height: 2px;
        content: '';
        width: 30%;
        background: #0e0424;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15%; }
      .menu__box .menu__box--content .menu__box--section.last:after, .menu__box .menu__box--content .menu__box--section.last:before {
        display: none !important; }
      .menu__box .menu__box--content .menu__box--section table {
        width: 100%; }
        .menu__box .menu__box--content .menu__box--section table tr td:last-child {
          text-align: right; }
        .menu__box .menu__box--content .menu__box--section table.inline {
          width: auto; }
          .menu__box .menu__box--content .menu__box--section table.inline .price {
            display: inline-block;
            padding-left: 1em; }
        .menu__box .menu__box--content .menu__box--section table .price {
          font-weight: bold; }
      .menu__box .menu__box--content .menu__box--section .menu__box--subinfo {
        margin-top: 1.5em; }
    .menu__box .menu__box--content .menu__box--info {
      margin-bottom: 1em; }
      @media (min-width: 768px) {
        .menu__box .menu__box--content .menu__box--info {
          margin: 0 auto 3em;
          max-width: 70%; } }
  .menu__box.christmas__menu .menu__box--content, .menu__box.nye__menu .menu__box--content {
    background: #f4e0e5; }
    .menu__box.christmas__menu .menu__box--content:after, .menu__box.nye__menu .menu__box--content:after {
      content: '';
      width: 114px;
      height: 97px;
      display: block;
      position: absolute;
      right: 1em;
      top: 1em;
      background: url(../img/christmas/christmas-icon.png) no-repeat;
      background-size: contain; }
    .menu__box.christmas__menu .menu__box--content:before, .menu__box.nye__menu .menu__box--content:before {
      content: '';
      width: 114px;
      height: 97px;
      display: block;
      position: absolute;
      left: 1em;
      top: 1em;
      background: url(../img/christmas/christmas-icon.png) no-repeat;
      background-size: contain; }
    .menu__box.christmas__menu .menu__box--content .menu__box--section:before, .menu__box.nye__menu .menu__box--content .menu__box--section:before {
      height: 2px;
      content: '';
      width: 30%;
      background: #0e0424;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -15%; }
    .menu__box.christmas__menu .menu__box--content .menu__box--section:after, .menu__box.nye__menu .menu__box--content .menu__box--section:after {
      content: '';
      width: 22px;
      height: 16px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -11px;
      margin-bottom: -6px;
      background: url(../img/christmas/icon.png) no-repeat #f4e0e5;
      background-size: contain;
      border: 0; }
  .menu__box.nye__menu .menu__box--content {
    background: #f8f0ce; }
    .menu__box.nye__menu .menu__box--content:after, .menu__box.nye__menu .menu__box--content:before {
      display: none; }
    @media (min-width: 768px) {
      .menu__box.nye__menu .menu__box--content:after {
        content: '';
        width: 114px;
        height: 97px;
        display: block;
        position: absolute;
        right: 1em;
        top: 1em;
        background: url(../img/nye/icon-large.jpg) no-repeat;
        background-size: contain; }
      .menu__box.nye__menu .menu__box--content:before {
        content: '';
        width: 114px;
        height: 97px;
        display: block;
        position: absolute;
        left: 1em;
        top: 1em;
        background: url(../img/nye/icon-large.jpg) no-repeat;
        background-size: contain; } }
    .menu__box.nye__menu .menu__box--content .menu__box--section:after {
      content: '';
      width: 22px;
      height: 25px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -11px;
      margin-bottom: -12px;
      background: url(../img/nye/icon-small.jpg) no-repeat;
      background-size: contain;
      border: 0; }
    .menu__box.nye__menu .menu__box--content .menu__box--section.last .menu__box--section:after {
      display: none; }

.back__top {
  color: #0e0424; }
  .back__top:hover {
    text-decoration: none; }

footer {
  background: #0e0424;
  color: #fff;
  clear: both;
  float: none;
  padding: 2em 0;
  text-align: center;
  z-index: 10;
  position: relative; }
  @media (min-width: 768px) {
    footer {
      text-align: left; } }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      color: #fff; }
  footer li {
    list-style: none;
    display: inline-block;
    padding: 0 0.5em 0 0; }
  footer .logo {
    max-width: 150px;
    margin-bottom: 2em; }
  footer .address i {
    font-size: 1.5em; }
  footer ul a {
    text-decoration: underline; }
    footer ul a:hover, footer ul a:active, footer ul a:focus {
      color: #fff;
      text-decoration: none;
      outline: none; }
  @media (min-width: 768px) {
    footer ul {
      display: inline-block; } }
  footer .social__links {
    margin: 1em 0;
    font-size: 2em;
    /* Portrait */ }
    @media (min-width: 768px) {
      footer .social__links {
        margin: 0;
        font-size: inherit; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      footer .social__links {
        font-size: 2em; } }
    @media (min-width: 1200px) {
      footer .social__links {
        margin: 1em 0 1em 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    footer .last__section {
      padding-top: 0; } }

.home .call__to__action a {
  color: #fff; }

@media (max-width: 767px) {
  .home .btn__section {
    margin-top: 2em; }
    .home .btn__section .btn {
      margin-left: 0;
      margin-right: 0; }
  .home .images__panel.first {
    margin-top: -3em; }
  .home .images__panel.ourmenus__section {
    margin-top: 0; } }

#testimonials .item p {
  width: 60%;
  margin: 0 auto; }

.christmas .hero__banner__subpage {
  background: #a30128; }

.christmas .bottom__tab {
  display: none; }
  @media (min-width: 768px) {
    .christmas .bottom__tab {
      display: block; } }

.christmas .hero__banner__subpage {
  display: block; }
  @media (max-width: 767px) {
    .christmas .hero__banner__subpage {
      background: none; }
      .christmas .hero__banner__subpage .content {
        display: none !important; } }

@media (max-width: 767px) {
  .christmas .btn__section {
    margin-top: 1em;
    margin-left: -15px;
    margin-right: -15px; }
    .christmas .btn__section .btn {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 767px) {
  .christmas .christmas__menu {
    margin-bottom: 0;
    margin-top: -2em; } }

@media (max-width: 767px) {
  .christmas .menu__box.christmas__menu .menu__box--content:after, .christmas .menu__box.nye__menu .menu__box--content:after, .christmas .menu__box.christmas__menu .menu__box--content:before, .christmas .menu__box.nye__menu .menu__box--content:before {
    display: none; } }

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 3em;
  text-align: center; }
  @media (min-width: 768px) {
    .nav-tabs.collapse {
      display: block; } }
  .nav-tabs li {
    display: inline-block;
    float: none; }
    @media (max-width: 767px) {
      .nav-tabs li {
        display: block; } }
    .nav-tabs li a {
      background: #0e0424;
      border-radius: 15px;
      color: #fff;
      border: 0;
      font-size: 14px;
      padding: 7px 20px;
      margin: 0 0.2em; }
      @media (max-width: 767px) {
        .nav-tabs li a {
          border-radius: 0;
          display: block;
          margin: 0; } }
      .nav-tabs li a:hover {
        background: #6d6474;
        text-decoration: none; }
    .nav-tabs li.active a {
      border: 0 !important;
      background: #6d6474 !important;
      color: #fff; }
      .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
        background: #6d6474 !important;
        color: #fff; }

.tab-content .tab-pane {
  margin-bottom: 3em; }

.tab-content .bottom__tab {
  display: none; }
  @media (min-width: 768px) {
    .tab-content .bottom__tab {
      display: block; } }

@media (max-width: 767px) {
  .menus .images__panel {
    display: none; } }

@media (max-width: 767px) {
  .menus .menu__box {
    margin-bottom: 15px;
    padding-bottom: 0; } }

.menus .menu__box .navigation__box {
  background: #0e0424;
  color: #fff;
  padding: 0.3em 1em; }
  .menus .menu__box .navigation__box .navbar-toggle {
    margin: 10px 0 0;
    padding: 0; }
    .menus .menu__box .navigation__box .navbar-toggle span {
      background: #fff; }

.contact .contact__form h2 {
  margin-bottom: 0.5em; }
  @media (min-width: 768px) {
    .contact .contact__form h2 {
      margin-bottom: 2em; } }

.contact .contact__form .form-control {
  border-radius: 0;
  border: 0;
  background: #f0eff1;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.contact .contact__form textarea {
  height: 60px; }

@media (max-width: 767px) {
  .contact .contact__form .btn {
    float: none !important;
    margin: 0 auto;
    border-radius: 15px; } }

@media (max-width: 767px) {
  .contact .contact__form {
    padding: 0; } }

.contact h1, .contact h2 {
  margin-bottom: 0.5em;
  line-height: 1.5em; }

.contact .btn__section {
  margin-top: 2em; }

.contact .map {
  padding-bottom: 0;
  padding: 0 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .contact .map {
      padding: 0;
      margin-bottom: 0; } }
  .contact .map .map__image {
    display: none; }
    @media (min-width: 767px) {
      .contact .map .map__image {
        display: block; } }

.contact .hero__banner__subpage {
  display: block; }
  @media (max-width: 767px) {
    .contact .hero__banner__subpage {
      background: none; } }

@media (max-width: 767px) {
  .contact .btn__section .btn {
    margin: 0; } }

.gallery .gallery__section {
  padding-top: 4em; }
  @media (max-width: 767px) {
    .gallery .gallery__section {
      padding: 16px 7px 0;
      margin-bottom: -15px; } }

.gallery .gallery--item {
  margin-bottom: 30px; }
  .gallery .gallery--item a {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 75% 0 0; }
  @media (max-width: 767px) {
    .gallery .gallery--item {
      padding: 0 7px;
      margin-bottom: 15px; } }

.gallery .btn__section {
  margin: 0 0 1em; }
  @media (min-width: 768px) {
    .gallery .btn__section {
      margin: 0 0 4em; } }

.nye .hero__banner__subpage {
  background: #a16a1f; }
  .nye .hero__banner__subpage .overlay__box {
    color: #a16a1f; }
    .nye .hero__banner__subpage .overlay__box small {
      color: #000; }

.nye .bottom__tab {
  display: none; }
  @media (min-width: 768px) {
    .nye .bottom__tab {
      display: block; } }

.nye .hero__banner__subpage {
  display: block; }
  @media (max-width: 767px) {
    .nye .hero__banner__subpage {
      background: none; }
      .nye .hero__banner__subpage .content {
        display: none !important; } }

@media (max-width: 767px) {
  .nye .btn__section {
    margin-top: 1em; }
    .nye .btn__section .btn {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 767px) {
  .nye .christmas__menu {
    margin-bottom: 0;
    margin-top: -2em; } }

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

.menu__box .menu__box--section table{
	height: auto !important;	
}