﻿div.responsive-helper {
  display: none !important;
  visibility: hidden !important;
  font-family: "mobile";
}
@media (min-width: 1040px) {
  div.responsive-helper {
    font-family: "desktop";
  }
}
a,
button,
li {
  transition: background-color 150ms, color 150ms;
}
body {
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-top: 100px;
  min-height: 1000px;
}
@media (min-width: 768px) and (max-width: 1039px) {
  body {
    padding-top: 121px;
  }
}
@media (min-width: 1040px) {
  body {
    padding-top: 121px;
  }
}
h1,
h2,
h3 {
  text-align: center;
}
a.inapub-link {
  color: inherit;
}
a.inapub-link:hover {
  color: #F7A32C;
}
.btn {
  min-width: 90px;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
/* Radio boxes  */
input[type=radio]:not(old) {
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -20px;
  margin-right: 20px;
  margin-top: 5px;
}
input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 7px -4px 0px;
  border: 1px solid black;
  border-radius: 10px;
}
input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 5px;
  background: black;
}
input[type=checkbox] {
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type=checkbox] + label {
  display: inline-block;
  margin-left: -20px;
  margin-right: 20px;
  margin-top: 5px;
}
input[type=checkbox] + label > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 7px -4px -7px;
  border: 1px solid;
  border-color: black;
}
input[type=checkbox]:checked + label > span > span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px;
  background-color: black;
}
.container {
  padding: 10px;
}
@media (min-width: 1040px) {
  .container {
    padding: 15px;
  }
}
header .container,
footer .container {
  height: 100%;
}
@media (min-width: 1040px) {
  header .container,
  footer .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header {
  position: fixed;
  top: 0;
  height: 95px;
  z-index: 2;
}
header .container {
  position: relative;
}
header .logo {
  max-width: 65%;
  height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1040px) {
  header .logo {
    max-width: 760px;
    margin-top: 10px;
  }
}
header .social-icons {
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 1040px) {
  header .social-icons {
    position: absolute;
    top: 0;
    right: 15px;
    padding-top: 20px;
  }
}
header nav {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
@media (min-width: 1040px) {
  header nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
header nav .collapse {
  display: none;
  clear: both;
}
header nav .collapse.open {
  display: block;
}
header nav li {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
header nav .hamburger {
  padding-left: 1.25em;
  position: relative;
}
header nav .hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.21em;
  bottom: 0.21em;
  width: 1em;
  background: linear-gradient(to bottom, black, black 20%, transparent 20%, transparent 40%, black 40%, black 60%, transparent 60%, transparent 80%, black 80%, black 100%);
}
header nav .navbar-header {
  font-size: 24px;
  height: 21px;
  position: fixed;
  top: 11px;
  right: 10px;
}
@media (max-width: 1039px) {
  header nav li {
    padding: 5px 10px;
  }
  header nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  header {
    height: 121px;
  }
  header .logo {
    height: 70px;
  }
  header nav .navbar-header {
    margin-top: 29px;
  }
}
@media (min-width: 1040px) {
  header {
    height: 121px;
  }
  header .logo {
    height: 70px;
  }
  header .navbar-header {
    display: none;
  }
  header nav {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header nav .collapse {
    display: block;
  }
  header nav ul li {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    /*a {
                        width: 86px;
                        padding: 3px 0;
                        display: inline-block;
                    }*/
  }
  header nav ul li:first-of-type {
    display: none !important;
  }
}
footer {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer:before {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
  content: " ";
  display: table;
}
footer .logo {
  max-width: 250px;
  margin: 20px auto;
}
footer .logo img {
  width: 100%;
}
@media (min-width: 768px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .col-half {
    width: 50%;
    float: left;
  }
  footer .logo {
    max-width: 100%;
    padding: 0 70px;
    margin-top: 0;
  }
}
@media (min-width: 1040px) {
}
div.social-icons a {
  text-decoration: none;
  color: inherit;
}
.panel.page-content {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.panel.panel-content {
  padding: 20px;
}
.features-container {
  width: 100%;
}
.features-container .feature {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.features-container .feature h2 {
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 1.2em;
}
.features-container .feature .feature-image-holder {
  width: 100%;
  margin-top: 10px;
}
.features-container .feature .feature-image-holder img {
  width: 100%;
}
.features-container .feature .feature-image-holder.hidden {
  display: none;
}
.features-container .feature .feature-intro,
.features-container .feature .feature-body {
  padding: 15px;
}
.features-container .feature .feature-body {
  display: none;
}
.features-container .feature .feature-body.in {
  display: block;
}
.features-container .feature a.feature-link {
  min-width: 90px;
  max-width: 100%;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 15px;
  margin: auto 30px 0;
}
.features-container .feature + .feature {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .features-container {
    display: flex;
    display: -webkit-flex;
  }
  .features-container .feature {
    flex-direction: column;
    flex: 1;
  }
  .features-container .feature + .feature {
    margin-top: 0;
    margin-left: 30px;
  }
}
div.join-mailing-list {
  margin: 40px 0;
  padding: 20px;
  position: relative;
}
div.join-mailing-list .date-picker-group {
  margin: 10px 0;
}
div.join-mailing-list .date-picker-group:before {
  content: " ";
  display: table;
}
div.join-mailing-list .date-picker-group:after {
  clear: both;
  content: " ";
  display: table;
}
div.join-mailing-list .date-picker-group label {
  display: block;
}
@media (min-width: 768px) {
  div.join-mailing-list .date-picker-group label {
    float: left;
    margin-top: 10px;
  }
}
div.join-mailing-list .date-picker-group select {
  width: 81px;
  border: none;
  float: left;
  padding: 5px 2px;
  height: 40px;
}
div.join-mailing-list .date-picker-group select + select {
  margin-left: 5px;
}
@media (min-width: 768px) {
  div.join-mailing-list .date-picker-group select {
    margin-left: 21px;
    width: 120px;
  }
  div.join-mailing-list .date-picker-group select + select {
    margin-left: 20px;
  }
}
@media (min-width: 1040px) {
  div.join-mailing-list .date-picker-group select {
    margin-left: 20px;
    width: 200px;
  }
}
div.join-mailing-list form,
div.join-mailing-list .result-message {
  transition: opacity ease 250ms;
}
div.join-mailing-list .result-message {
  opacity: 0;
}
div.join-mailing-list.complete form {
  opacity: 0;
}
div.join-mailing-list.complete .result-message {
  opacity: 1;
  position: absolute;
  top: 36%;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  div.join-mailing-list {
    margin: 100px 60px 40px;
  }
}
div.location {
  padding-top: 50px;
}
div.location .container {
  min-height: 0;
}
div.location .location-details {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
div.location .location-details h2 {
  font-size: 54px;
  margin-bottom: 30px;
}
div.location .location-details .address,
div.location .location-details .telephone {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
div.location .map-holder {
  width: 100%;
  height: 330px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  div.location .location-details {
    width: 500px;
  }
  div.location .map-holder {
    width: 610px;
    height: 430px;
  }
}
section .container {
  min-height: 900px;
  padding-top: 0px;
}
@media (min-width: 1040px) {
}
.body-width {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1040px) {
  .body-width {
    margin-left: -15px;
    margin-right: -15px;
  }
}
div.feature-images {
  margin-top: 25px;
  text-align: center;
}
div.feature-images:before {
  content: " ";
  display: table;
}
div.feature-images:after {
  clear: both;
  content: " ";
  display: table;
}
div.feature-images .holder {
  display: inline-block;
}
div.feature-images img {
  display: block;
}
@media (max-width: 1039px) {
  div.feature-images img {
    max-width: 100%;
  }
  div.feature-images img + img {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  div.feature-images img {
    float: left;
    width: 220px;
  }
  div.feature-images img + img {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1040px) {
  div.feature-images img {
    float: left;
    width: 360px;
  }
  div.feature-images img + img {
    margin-left: 30px;
  }
}
/*#region Page specific */
div.contact-form {
  margin-bottom: 50px;
  padding: 10px;
}
div.contact-form label,
div.contact-form input[type=text],
div.contact-form textarea {
  display: block;
}
div.contact-form .form-group {
  margin-bottom: 20px;
}
div.contact-form .form-group span.error {
  visibility: hidden;
  color: red;
}
@media (min-width: 1040px) {
  div.contact-form .form-group span.error {
    float: right;
  }
}
div.contact-form .form-group.has-error span.error {
  visibility: visible;
}
div.contact-form .form-group.has-error input,
div.contact-form .form-group.has-error textarea {
  border-color: red;
}
div.contact-form label {
  margin-bottom: 5px;
}
div.contact-form input[type=text],
div.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
}
div.contact-form input[type=text]:focus,
div.contact-form textarea:focus {
  /*outline-color: @primary-tint-light;*/
}
div.contact-form textarea {
  height: 150px;
}
div.contact-form .big-button {
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  background-color: white;
  color: black;
  font-size: 26px;
}
div.contact-form .big-button:hover {
  background-color: gray;
}
div.contact-form .form-group.hp {
  display: none !important;
}
@media (min-width: 1040px) {
  div.contact-form {
    width: 750px;
    margin: 0 auto 50px;
    padding: 20px;
  }
}
div.email-notification {
  display: none;
  text-align: center;
  margin-top: 50px;
}
div.email-notification p.error {
  display: none;
}
div.email-notification.has-error p.success {
  display: none;
}
div.email-notification.has-error p.error {
  display: block;
}
@media (min-width: 1040px) {
  section.food .text-col {
    padding-right: 20px;
  }
  section.drink .text-col {
    padding-left: 20px;
  }
}
section.facilities .page-content,
section.facilities .times-facilities {
  padding: 30px;
}
section.facilities .page-content {
  text-align: center;
}
section.facilities .times-facilities .col {
  width: 100%;
  text-align: center;
  float: none;
  padding: 0 8px;
  margin-bottom: 40px;
}
section.facilities .times-facilities h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.facilities .times-facilities .facility-list span::after {
  content: ", ";
}
@media (min-width: 768px) {
  section.facilities .times-facilities .col {
    width: 33%;
    float: left;
    margin-bottom: 0;
  }
}
section.food .text-col,
section.drink .text-col {
  width: 100%;
  text-align: center;
}
section.food .text-col a.btn,
section.drink .text-col a.btn {
  width: 100%;
  text-transform: none;
}
section.food .image-col,
section.drink .image-col {
  width: 100%;
}
section.food .image-col img,
section.drink .image-col img {
  width: 100%;
  margin-top: 20px;
}
section.food .pdf-item,
section.drink .pdf-item {
  margin-top: 20px;
}
section.food .booking-link a,
section.drink .booking-link a {
  min-width: 90px;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 100%;
  background-color: #4D1420;
  text-transform: none;
  font-weight: normal;
}
@media (min-width: 768px) {
  section.food .image-col,
  section.drink .image-col {
    margin-top: 20px;
  }
  section.food .image-col img,
  section.drink .image-col img {
    width: 157px;
    float: left;
    margin: 0;
  }
  section.food .image-col img + img,
  section.drink .image-col img + img {
    margin-left: 20px;
  }
}
@media (min-width: 1040px) {
  section.food .text-col,
  section.drink .text-col {
    width: 510px;
    float: left;
  }
  section.food .text-col a.btn,
  section.drink .text-col a.btn {
    width: 80%;
  }
  section.food .text-col.push,
  section.drink .text-col.push {
    position: relative;
    left: 406px;
  }
  section.food .image-col,
  section.drink .image-col {
    margin-top: 0;
    width: 406px;
    float: left;
  }
  section.food .image-col img,
  section.drink .image-col img {
    width: 189px;
    float: left;
    margin: 0 7px 14px;
  }
  section.food .image-col img + img,
  section.drink .image-col img + img {
    margin-left: 7px;
  }
  section.food .image-col.pull,
  section.drink .image-col.pull {
    position: relative;
    right: 510px;
  }
  section.food .pdf-item,
  section.drink .pdf-item {
    margin-top: 20px;
  }
  section.food .booking-link a,
  section.drink .booking-link a {
    width: 80%;
  }
}
section.gallery #placegallery {
  display: none;
}
section.gallery #placegallery img {
  width: 100%;
  transition: opacity ease 250ms;
}
section.gallery #placegallery .holder {
  margin-bottom: 15px;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  section.gallery #placegallery .holder {
    width: 351px;
    padding: 0;
  }
  section.gallery #placegallery .holder:hover img {
    opacity: 0.5;
  }
}
@media (min-width: 1040px) {
  section.gallery #placegallery .holder {
    width: 306px;
  }
}
@media (min-width: 768px) {
  section.gallery #placegallery {
    padding: 0 15px;
  }
}
section.gallery #picture-popup {
  display: none;
}
section.events .panel.events {
  padding: 10px;
}
@media (min-width: 768px) {
  section.events .panel.events {
    padding: 30px;
  }
}
section.events .panel.events div.event:before {
  content: " ";
  display: table;
}
section.events .panel.events div.event:after {
  clear: both;
  content: " ";
  display: table;
}
section.events .panel.events div.event .image-col,
section.events .panel.events div.event .text-col {
  float: left;
}
section.events .panel.events div.event .image-col {
  width: 100%;
}
section.events .panel.events div.event .text-col {
  width: 100%;
}
section.events .panel.events div.event .event-image img {
  margin-bottom: 10px;
  max-width: 100%;
}
section.events .panel.events div.event .details .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
section.events .panel.events div.event .details .share {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
section.events .panel.events div.event .details .share .event-share-links {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 26px;
}
@media (min-width: 768px) {
  section.events .panel.events div.event .image-col {
    width: 40%;
  }
  section.events .panel.events div.event .text-col {
    width: 60%;
    padding-left: 20px;
  }
  section.events .panel.events div.event .event-image img {
    margin-bottom: 0;
    max-width: 100%;
  }
  section.events .panel.events div.event .details .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
  }
  section.events .panel.events div.event .details .share {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
  }
  section.events .panel.events div.event .details .share .event-share-links {
    display: inline;
    text-align: inherit;
    margin-top: inherit;
    font-size: inherit;
  }
}
section.events .panel.events .double-border-bottom {
  margin: 20px auto;
}
@media (min-width: 768px) {
  section.events .panel.events .double-border-bottom {
    width: 40%;
  }
}
div.panel.email-notification.narrow {
  padding: 20px;
}
.drink-type-header, .drink-type-subcat {
    display: none;

}
section.food .course-item .course-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
section.food .course-item.selected {
  display: block !important;
}
section.food .course-item.selected .dish-item {
  display: block !important;
  text-align: center;
}
section.food .menu-titles {
  text-align: center;
  margin-bottom: 15px;
}
section.food .dish-price {
  text-align: center;
  margin-bottom: 15px;
}
section.food .menu-titles .menu-description {
  margin-top: 10px;
}
section.food .menu-title-item {
  text-align: center;
}
section.food .menu-title-item a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 2px;
  margin-bottom: 5px;
  display: inline-block;
}
section.food .menu-title-item a.selected {
  border-bottom: 1px dotted #4c4b4b;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  section.food .menu-title-item {
    display: inline-block;
  }
  section.food .menu-title-item + .menu-title-item {
    margin-left: 25px;
  }
}
/*#endregion */
/*#region carousel */
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 1.5s both ease;
  -moz-animation: fadeOut 1.5s both ease;
  animation: fadeOut 1.5s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 1.5s both ease;
  -moz-animation: fadeIn 1.5s both ease;
  animation: fadeIn 1.5s both ease;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.carousel {
  overflow: hidden;
}
@media (min-width: 768px) {
  .carousel {
    height: 320px;
  }
}
@media (min-width: 1040px) {
  .carousel {
    height: 420px;
  }
}
.carousel img {
  width: 100%;
}

.pad-top {
	padding-top:10px;
}

/*#endregion */