@import url(https://fonts.googleapis.com/css?family=Hind:400,600,700,300);
body {
  font-family: 'Hind', sans-serif;
  color: #2d2d2d;
}
a {
  color: #2d2d2d;
}
a:hover,
a:focus {
  color: #e6e6e6;
}
p {
  font-size: 14px;
  margin: 0 10px 10px;
}
.navbar-default {
  background: none;
  background-color: black;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 70px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navbar-default.has-banner {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.navbar .navbar-brand {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  padding: 0;
}
.navbar .navbar-brand img {
  display: inline;
  margin-bottom: 1%;
  vertical-align: middle;
  max-height: 100%;
}
.navbar .navbar-nav {
  float: right;
  margin-top: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 20px;
  padding: 15px;
  text-align: right;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: white;
  font-weight: bold;
}
.navbar-default .navbar-toggle {
  margin-top: 15px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: white;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: black;
}
.navbar-default .dropdown-menu {
  background: black;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}
.navbar-default .dropdown-menu > li > a {
  color: white;
}
#banner > .container {
  width: auto;
  padding: 0;
}
#banner .module {
  margin-top: 0;
}
#banner .module img {
  width: 100%;
}
#banner .module.photo-gallery .carousel-indicators,
#banner .module.photo-gallery .carousel-control .glyphicon {
  display: none;
}
#banner .jcarousel ul {
  width: 100%;
}
#header {
  display: none;
}
#footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
}
#footer .copyright p,
#footer .white-menu-strapline p {
  font-size: 11px;
  font-weight: 200;
}
#footer a {
  color: white;
}
#footer img.brand {
  margin: 20px auto;
  max-width: 50%;
  transform: scale(0.75);
}
#footer .navbar-nav {
  float: none;
  margin: 20px auto;
  text-align: center;
}
#footer .navbar-nav > li {
  display: inline-block;
  float: none;
  text-transform: uppercase;
}
#footer .navbar-nav > li > a:focus,
#footer .navbar-nav > li > a:hover {
  background: none;
  text-decoration: underline;
}
#footer .module {
  margin: 20px 0;
}
#footer .social-media-links a:hover {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-weight: 600;
}
h1,
h2 {
  font-size: 32px;
  margin: 10px 0 30px;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
}
.menu-item-group-tabs {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 30px 0;
  position: relative;
}
.menu-item-group-tabs .tab-content {
  text-align: center;
}
.menu-item-group-tabs .navbar-toggle {
  color: white;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 12px;
}
.menu-item-group-tabs .navbar-toggle .glyphicon {
  vertical-align: middle;
}
.nav.nav-tabs {
  border-bottom: none;
  text-align: center;
}
.nav.nav-tabs li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.nav.nav-tabs > li > a,
.menu-item-group-tabs .tab-pane {
  border: none;
  border-radius: 0;
  color: #e6e6e6;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 20px;
  text-transform: uppercase;
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > a:hover {
  background-color: #e6e6e6;
  border: none;
  color: #2d2d2d;
  outline: none;
}
.menu-item-group {
  background-color: #e6e6e6;
  padding: 50px 20px;
}
h2.menu-title {
  margin: 20px 0 0;
}
#banner ~ .menus h2.menu-title {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: normal;
  left: 50%;
  line-height: normal;
  margin-left: -10%;
  padding: 20px;
  position: absolute;
  top: 180px;
  width: 20%;
}
.menu-item {
  margin-bottom: 20px;
}
h3.menu-item-group-title {
  display: none;
  margin-bottom: 50px;
  text-align: center;
}
.menu-item-group-description {
  margin-bottom: 40px;
}
.menu-item-group-description p {
  font-size: 20px;
  text-align: center;
}
.menu-item-title-and-description .row {
  margin: 0;
}
.menu-item-title-and-description,
.menu-item-details {
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
h4.menu-item-title {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.menu-item-description p {
  font-size: 16px;
  margin: 0;
}
.menu-item-details p {
  font-size: 16px;
}
.menu-item-price {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.menu-item-price p {
  margin: 0;
}
.menu-item-vegetarian,
.menu-item-vegan,
.menu-item-nut-free,
.menu-item-gluten-free,
.menu-item-dairy-free,
.menu-item-spice-level-1,
.menu-item-spice-level-2,
.menu-item-spice-level-3 {
  display: inline-block;
  float: none;
  margin-top: 0;
  vertical-align: middle;
}
.photo-gallery-thumb {
  margin-bottom: 30px;
}
.photo-gallery-thumb img {
  width: 100%;
}
.contact.page-template .header h2 {
  margin: 60px 0 0 0;
}
.contact.page-template .contact-details-holder {
  margin: 40px 0;
  text-align: center;
}
.contact.page-template .contact-details-holder .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.contact.page-template .contact-details-holder .col-xs-12 {
  background-color: #e6e6e6;
  padding: 20px 20px 30px;
  margin: 0;
}
.contact.page-template .contact-details-holder .col-sm-2 {
  margin: 0 1%;
  width: 19%;
}
.contact.page-template .contact-details-holder .col-sm-3 {
  margin: 0 1%;
  width: 24%;
}
.contact.page-template .contact-details-holder .col-sm-4 {
  margin: 0 1%;
  width: 32%;
}
.contact.page-template .contact-details-holder .col-sm-6 {
  margin: 0 1%;
  width: 49%;
}
.contact.page-template .contact-details-holder .col-sm-2:first-child,
.contact.page-template .contact-details-holder .col-sm-3:first-child,
.contact.page-template .contact-details-holder .col-sm-4:first-child,
.contact.page-template .contact-details-holder .col-sm-6:first-child {
  margin-left: 0;
}
.contact.page-template .contact-details-holder .col-sm-2:last-child,
.contact.page-template .contact-details-holder .col-sm-3:last-child,
.contact.page-template .contact-details-holder .col-sm-4:last-child,
.contact.page-template .contact-details-holder .col-sm-6:last-child {
  margin-right: 0;
}
.contact.page-template .contact-details-holder h3 {
  color: #2d2d2d;
  font-weight: 800;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.contact.page-template .contact-details-holder p {
  margin: 0;
}
.contact-form.module form {
  background-color: #e6e6e6;
  padding: 20px;
}
label {
  font-weight: 600;
  text-transform: uppercase;
}
.form-control {
  background: #b2b2b2;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #2d2d2d;
  margin: 5px 0 20px 0;
}
.btn-default {
  background: none;
  border: none;
  border-radius: 0;
  background-color: #2d2d2d;
  box-shadow: none;
  color: #e6e6e6;
  font-weight: 600;
  margin: 10px 0;
  padding: 6px 50px;
  text-transform: uppercase;
  text-shadow: none;
}
.btn-default:focus,
.btn-default:hover {
  background-color: #b2b2b2;
}
.page-template > .row {
  margin-left: 0;
  margin-right: 0;
}
.content-zone.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.module {
  margin: 40px 0;
}
.module.html p {
  background-color: #e6e6e6;
  padding: 20px 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.opening-hours {
  color: #e6e6e6;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}
.opening-hours .row {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}
.opening-hours h3 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin: 17px 0 0;
}
.opening-hours .item {
  font-size: 20px;
  margin: 10px 0;
}
.opening-hours .item .name {
  display: inline;
  font-weight: bold;
}
.opening-hours .item .times {
  display: inline;
}
.module.contact-information {
  text-align: center;
}
.module.contact-information .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.module.contact-information .col-xs-12 {
  background-color: #e6e6e6;
  padding: 20px 20px 30px;
  margin: 0;
}
.module.contact-information .col-sm-2 {
  margin: 0 1%;
  width: 19%;
}
.module.contact-information .col-sm-3 {
  margin: 0 1%;
  width: 24%;
}
.module.contact-information .col-sm-4 {
  margin: 0 1%;
  width: 32%;
}
.module.contact-information .col-sm-6 {
  margin: 0 1%;
  width: 49%;
}
.module.contact-information .col-sm-2:first-child,
.module.contact-information .col-sm-3:first-child,
.module.contact-information .col-sm-4:first-child,
.module.contact-information .col-sm-6:first-child {
  margin-left: 0;
}
.module.contact-information .col-sm-2:last-child,
.module.contact-information .col-sm-3:last-child,
.module.contact-information .col-sm-4:last-child,
.module.contact-information .col-sm-6:last-child {
  margin-right: 0;
}
.module.contact-information h2 {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 15px;
}
.module.contact-information h3 {
  color: #2d2d2d;
  font-weight: 800;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.module.contact-information p {
  margin: 0;
}
.jcarousel-container {
  overflow: hidden;
  text-align: center;
}
#content .jcarousel-item {
  margin: 0 10px;
}
.jcarousel-item img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  #banner .photo-gallery li {
    height: 350px;
    overflow: hidden;
    position: relative;
  }
  #banner .photo-gallery li img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    background: none;
  }
}
@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  .navbar-default .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    box-shadow: none;
  }
  .menu-item-group-tabs .navbar-collapse {
    padding: 0;
  }
  .menu-item-group-tabs .nav-tabs > li > a {
    margin-right: 0;
  }
  .nav.nav-tabs li {
    display: block;
  }
  .module.contact-information h3 {
    font-size: 24px;
  }
  .module.contact-information p {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .opening-hours h3,
  .opening-hours .item {
    font-size: 18px;
  }
  #banner ~ .menus h2.menu-title {
    margin-left: -25%;
    padding: 10px;
    top: 140px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .menu-item-column.col-sm-6:first-child,
  .menu-item-column.col-sm-6:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .contact-details-holder h3 {
    margin: 20px 0;
  }
  #banner .photo-gallery li {
    height: 260px;
  }
  #banner ~ .menus h2.menu-title {
    margin-left: -40%;
    top: 100px;
    width: 80%;
  }
  .nav {
    width: 100%;
  }
  .navbar .navbar-brand {
    max-width: 70%;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    text-align: right;
  }
  .contact.page-template .contact-details-holder .row,
  .module.contact-information .row {
    display: block;
  }
  .contact.page-template .contact-details-holder .col-sm-2,
  .contact.page-template .contact-details-holder .col-sm-3,
  .contact.page-template .contact-details-holder .col-sm-4,
  .contact.page-template .contact-details-holder .col-sm-6,
  .module.contact-information .col-sm-2,
  .module.contact-information .col-sm-3,
  .module.contact-information .col-sm-4,
  .module.contact-information .col-sm-6 {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.btn-lg {
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 24px;
}
img {
  max-width: 100%;
}
a:hover {
  color: #2253a5;
}
h3.menu-item-group-title {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 28px;
}
.menu-item-group-description p {
  font-size: 14px;
}
.menu-item-title-and-description {
  float: left;
  width: auto;
  text-align: left;
}
h4.menu-item-title {
  text-transform: none;
}
.menu-item-description p {
  font-size: 12px;
}
.menu-item-details {
  float: right;
  width: inherit;
}
.menu-item-vegetarian {
  background: none;
}
.menu-item-vegetarian:after {
  content: "✔";
  color: #3dad48;
  font-size: 20px;
}
