/* compiled by scssphp v0.1.8 on Mon, 22 Jan 2018 09:17:33 +1300 (0.6564s) */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Teko:400,300,500,600,700);
body, .contact-page .container .content form, .contact-page .food-menu h1 .content form, .contact-page .food-menu section.page .slide .orbit-caption .content form, section.page .slide .contact-page .food-menu .orbit-caption .content form, .food-menu .contact-page h1 .content form {
  font-family: "Open Sans", sans-serif; }

#tinymce .button, #tinymce .sidebar .inner nav .booking-holder .booking, .sidebar .inner nav .booking-holder #tinymce .booking, h1, section.page .slide .orbit-caption, h2, h3, h4, h5, h6, .sidebar, .food-menu .button, .food-menu .sidebar .inner nav .booking-holder .booking, .sidebar .inner nav .booking-holder .food-menu .booking, .contact-page .container .content, .contact-page .food-menu h1 .content, .contact-page .food-menu section.page .slide .orbit-caption .content, section.page .slide .contact-page .food-menu .orbit-caption .content, .food-menu .contact-page h1 .content, footer.attribution {
  font-family: Teko, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
/**
 * Only displays styles above a certain number of pixels wide
 * @param	pixels	$dimension	The number of pixels to be below
 * @cont						The content to display below that number of pixels
 * @return						Styles to display below that width
 */
/**
 * Creates an animation
 * @param	string	$name	The name of the animation
 * @cont	The animation contents
 * @return	The CSS for the animation
 */
/**
 * Only displays styles below a certain number of pixels wide
 * @param	dimension	$pixels		The number of pixels to be below
 * @cont							The content to display below that number of pixels
 * @return							Styles to display below that width
 */
/**
 * Only displays styles below a certain number of pixels wide, or a certain number of pixels high
 * @param	dimension	$width		The number of pixels for the width to be below
 * @param	dimension	$height		The number of pixels for the height to be below
 * @cont							The content to display that number of pixels
 * @return							Styles to display below that width or height
 */
/**
 * Creates a simple gradient
 * @param	colour	$start	The start colour
 * @param	colour	$end	The end colour
 * @param	bool	$horizontal		If the gradient should be horizontal
 * @return	Styles for that type of gradient
 */
/**
 * Only displays styles below a certain number of pixels high
 * @param	dimension	$pixels		The number of pixels to be below
 * @cont							The content to display below that number of pixels
 * @return							Styles to display below that height
 */
/**
 * Applies styles to the hover, focus and active pseudoclasses of an element
 * @cont	The styles to apply
 * @return	Hover, focus and active styles for that element
 */
/**
 * Targets a property specifically at IE8
 * @param	string	$property	The property to create the IE8 style for
 * @param	list	$value		The value for that style
 * @return						IE8 specific version of that style
 */
/**
 * Targets properties specifically at IE9 and IE10
 * @cont	The styles to target
 * @return	IE9&10 specific styles
 */
/**
 * Sets the opacity of an element, including IE8
 * @param	float	$opacity	The opacity to set, between 0 and 1
 * @return	Opacity styles
 */
/**
 * Applies provided styles to the placeholder of the current element
 * @cont	The styles to apply
 * @return	Styles, applied to the element
 */
/**
 * Only displays styles below the responsive limit
 * @cont	The content to display below the reponsive limit
 * @return	Styles to display below the limit
 */
/**
 * Creates vendor specific versions of a style
 * @param	string	$property	The property to create each style for
 * @param	list	$value		The value for that style
 * @return						Vendor specific versions of each style
 */
/**
 * Removes element from page flow
 */
.container:before, .food-menu h1:before, .food-menu section.page .slide .orbit-caption:before, section.page .slide .food-menu .orbit-caption:before, .container:after, .food-menu h1:after, .food-menu section.page .slide .orbit-caption:after, section.page .slide .food-menu .orbit-caption:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }
/*** fonts ***/
/*** element styles ***/
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 1em;
  /* 16px */
  color: #7b7b7b;
  background: #efefef url() left top repeat-x;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p, div, h1, section.page .slide .orbit-caption, h2, h3 {
  position: relative;
  padding: 0;
  font-weight: normal; }

h1, section.page .slide .orbit-caption, h2, h3 {
  font-weight: normal;
  margin: 0.5em 0; }

h1, section.page .slide .orbit-caption {
  font-size: 1.5em; }

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1.125em; }

a img {
  border: none; }

input:disabled, textarea:disabled {
  opacity: 0.5; }
/*** globally relevant styles ***/
/*.button {
 display: inline-block;
 margin: 12px 30px;
 padding: 5px;
 border: none;
 background: #666;
 color: #FFF;
 font-size: 1em; 
 line-height: 1.5em; 
 text-align: center;
 text-decoration: none;
 cursor: pointer;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 }*/
.button:hover, .sidebar .inner nav .booking-holder .booking:hover, .button:focus, .sidebar .inner nav .booking-holder .booking:focus {
  text-decoration: underline;
  background: #999; }

.pages {
  text-align: center;
  font-weight: bold; }

.pagination .pages {
  text-align: center; }

.pagination .pages .current {
  font-weight: bold; }

.pagination .pages a {
  text-decoration: none; }

.pagination .pages a:hover, .pagination .pages a:focus, .pagination .pages a:active {
  text-decoration: underline; }

.struct {
  display: none; }
/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
  display: block;
  width: 99%;
  height: 1px;
  clear: both;
  overflow: hidden;
  content: ""; }
/*** section styles ***/
/*
 .header, .midsection, .base {
 position: relative;
 width: 100%;
 margin: 0px auto;
 }
 .header {
 height: 200px;
 background: #e3e3e3 url() top left repeat-x;
 z-index: 10;
 }
 .container
 {
 width: 980px;
 margin: 0 auto;
 }
 .banner {
 background: transparent url() top center no-repeat;
 height: 135px;
 position: relative;
 }
 .logo {
 display: block;
 position: absolute;
 top: 10px;
 left: 10px;
 }
 .main-navigation {
 position: relative;
 padding: 0;
 background: #999 url('') left top repeat-x;
 color: #FFF;
 text-align: left;
 }
 .main-navigation ul {
 margin: 0; 
 padding: 0;
 }
 .main-navigation  li {
 position: relative;
 display: inline-block;
 height: 2em;
 line-height: 2em;
 margin: 0;
 padding: 0;
 background: transparent url('') left center no-repeat;
 }
 *+html .main-navigation > ul  li { display: block; float: left; } /* IE7*/
/*
 .main-navigation > ul li:first-child {
 background-image: none; /* remove separator */
/*
 }
 .main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
 display: inline-block;
 padding: 0 2em;
 color: #FFF;
 text-decoration: none;
 }
 .main-navigation a:hover, .main-navigation a:focus {
 color: #CCC;
 text-decoration: underline;
 }
 .main-navigation .sel > a, .main-navigation .sel .sel > a {
 color: #CCC;
 }
 .main-navigation li ul {
 display: block;
 position: absolute;
 top: 100%;
 left: 0;
 width: 190px;
 height: 0;
 overflow: hidden;
 margin: 0;
 padding: 0;
 background: #575757;
 }
 .main-navigation li:hover ul, .main-navigation a:focus+ul {
 height: auto;
 }
 .main-navigation li li {
 position: relative;
 display: block;
 width: 175px; /* 190px */
/*
 height: auto;
 padding: 0 0 0 15px;
 line-height: 1em;
 text-align: left;
 margin:0;
 background-image: none;
 }
 .main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
 padding: 5px 0;
 width: 100%;
 }
 .midsection {
 z-index: 5;
 }
 .content {
 padding: 20px;
 background: #FFFFFF;
 }
 .hasSidebar {
 display: block;
 float: left;
 width: 74%;
 }
 .sidebar {
 display: block;
 float: right;
 width: 25%;
 }
 .content-wrapper:before,
 .content-wrapper:after
 {
 content: "";
 width: 0px;
 height: 0px;
 clear: both;
 display: block;
 }
 .content-wrapper > .struct {
 display: block;
 position: absolute;
 top: 0;
 height: 0px;
 width: 0px; 
 }
 .leftwing {
 right: 100%;
 }
 .rightwing {
 left: 100%;
 }
 .base {
 margin-bottom: 40px;
 z-index: 0;
 }
 .footer {
 position: relative;
 height: 100px;
 padding: 0;
 text-align: left;
 background: #CCCCCC url() center top no-repeat;
 font-size: 0.75em; /* 12px from 16px */
/*
 }
 .footer h2 {
 }
 .footer p {
 }
 .footer a:link, .footer a:visited, .footer a:active {
 }
 .footer a:hover, .footer a:active {
 }
 .copyright {
 position: absolute;
 bottom: 5px;
 left: 5px;
 }
 .avd {
 position: absolute;
 bottom: 5px;
 right: 5px;
 }
 .avd a:link, .avd a:visited, .avd a:active {
 color: #7e7e7e;
 text-decoration: none;
 }
 .avd a:hover, .avd a:focus {
 text-decoration: underline;
 }
 */
/* slideshow overrides */
/* ss dimensions */
.slideshow {
  position: relative;
  width: 980px;
  height: 280px; }

.slider > div.slide {
  position: absolute;
  top: 0;
  left: 0; }

div.orbit-wrapper {
  width: 980px !important;
  height: 280px !important; }

div.orbit {
  width: 980px !important;
  height: 280px !important; }
/* ss overlay */
/*
 .slideshow:after {
 content: url('slideshow_overlay.png');
 position: absolute;
 top: 0;
 right: 0;
 z-index: 10;
 }
 .orbit > div {
 z-index: 0;
 }
 */
/* ss nav features */
/*
 div.slider-nav span {
 }
 div.slider-nav span.left {
 background-image: url('slider_left.png');
 }
 div.slider-nav span.right {
 background-image: url('slider_right.png');
 }
 .orbit-wrapper .orbit-caption {
 }
 .orbit-wrapper .timer {
 display: none;
 }
 .orbit-bullets {
 bottom: 10px;
 left: 0;
 margin: 0;
 }
 .orbit-bullets li {
 width: 10px;
 height: 10px;
 background: transparent url('slider_bullet.png') center center no-repeat;
 margin-left: 10px;
 }
 .orbit-bullets li.active {
 background-image: url('slider_active.png');
 background-position: center center;
 }
 */
/* galleries */
/*div.gallery {
 padding: 0px;
 /*
 border: 1px solid #CCCCCC;
 border-radius: 5px;
 */
/*position: relative;
 margin: 10px auto;
 overflow: hidden;
 }
 div.gallery ul {
 list-style-type: none;
 margin: 0 0;
 padding: 0;
 position: relative;
 }
 div.gallery li {
 float: left;
 margin: 5px !important;
 padding: 0;
 width: 23%;
 height: 210px;
 line-height: 210px; 
 text-align: center;
 }
 div.gallery a {
 display: inline-block;
 vertical-align: middle;
 width: 100%;
 overflow: hidden;
 }
 .gallery img {
 box-sizing: border-box;
 vertical-align: middle;
 width: auto;
 height: auto;
 max-width: 100%;
 max-height: 100%;
 border: 1px solid #CCCCCC;
 border-radius: 5px;
 }*/
/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
  margin-top: 8px; }

.contact p {
  line-height: 1.75em; }

.contact p.action {
  text-align: center; }

.contact .action a {
  font-size: 0.875em; }

.contact label {
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.contact label.error {
  width: auto;
  font-size: 0.875em;
  color: #fd1a00;
  margin-left: 10px; }

.contact input[type=text] {
  width: 45%;
  font-family: inherit;
  font-size: 0.875em; }

.contact input[type=password], form.contact input.password, .contact .auth + input {
  width: 20%; }

img.auth {
  vertical-align: middle; }

.contact textarea {
  width: 45%;
  height: 5em;
  font-family: inherit;
  font-size: 0.875em; }
/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
.contact input[type=radio] + label {
  position: relative;
  width: auto;
  margin-right: 30px; }

.contact input[type=radio] + label:after {
  content: '';
  display: block;
  position: absolute;
  left: -22px;
  top: 4px;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #e1e1e1; }

.contact input[type=radio]:checked + label:after {
  background: #000; }
/* blog */
.blog-summary > div {
  clear: both;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  overflow: hidden; }

.hasSidebar .blog-feature-image {
  display: table-cell; }

.blog-feature-image img {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%; }

.hasSidebar .blog-summary {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px; }

.blog-article .blog-feature {
  display: block;
  margin: 0 auto 1em;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px; }

.articleNav {
  width: 100%;
  height: 2em; }

.articleNav {
  width: 100%;
  height: 2em; }

.articleNav .previous {
  /* older */
  float: right; }

.articleNav .previous a:after {
  content: '>>';
  position: absolute;
  left: 101%;
  top: -0.0625em; }

.articleNav .next {
  /* newer */
  float: left; }

.articleNav .next a:before {
  content: '<<';
  position: absolute;
  right: 101%;
  top: -0.0625em; }

.regionList {
  padding: 15px 10px;
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  width: 696px;
  margin: auto; }

.regionList li {
  float: left;
  display: block; }

.regionList li a {
  width: 150px;
  padding: 10px;
  border: 3px;
  display: block;
  color: #6d6e71;
  background-color: #f9f9f9;
  border: 2px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }

.regionList li.sel a, .regionList li a:hover, .regionList li a:focus, .regionList li a:active {
  background-color: #a29061;
  color: #fff; }

.stockists {
  width: 716px;
  margin: auto;
  border-radius: 10px;
  margin-top: 80px;
  position: relative;
  margin-bottom: 50px; }

.stockists:before, .stockists:after {
  content: "\0000a0";
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
  display: block; }

.stockists h2 {
  position: absolute;
  top: -65px;
  left: 10px; }

.stockists div {
  float: left;
  height: 155px;
  padding: 10px;
  width: 155px;
  position: relative;
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
  margin: 2px; }

.stockists h3 {
  font-size: 17px;
  margin: 0px; }

.stockists p {
  margin: 0px;
  font-size: 14px;
  line-height: 19px; }

.stockists .mapLink {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding-left: 40px;
  padding-top: 15px;
  background: url(map.png) left no-repeat; }
/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
.cart_options {
  border: 1px solid #bcc6d5;
  background: #fff;
  margin-bottom: 15px; }

.cart_options h4 {
  font-size: 1em;
  font-weight: normal;
  padding: 10px;
  background: #ffebf0;
  border-bottom: 1px solid #bcc6d5;
  margin: 0; }

.cart_options p {
  padding: 10px 30px;
  background: #fff;
  margin: 0; }

.cart table {
  text-align: center;
  width: 100%;
  border: none;
  border-collapse: collapse; }

.cart thead {
  border: 1px solid #bcc6d5;
  background: #ffebf0; }

.cart th {
  font-weight: normal;
  padding: 10px 5px;
  font-size: 0.875em; }

.cart tbody {
  border-left: 1px solid #bcc6d5;
  border-right: 1px solid #bcc6d5;
  background: #fff;
  font-size: 0.875em; }

.cart td {
  padding: 10px;
  vertical-align: middle; }

.cart td.image a {
  display: block;
  position: relative;
  width: 105px;
  height: 105px;
  border: 1px solid #80c5e0;
  border-radius: 3px;
  background: #fff; }

.cart td.image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-height: 100px;
  max-width: 100px; }

.cart td.name {
  text-align: left;
  font-size: 1.143em; }

.cart td.quantity input {
  width: 1em;
  padding: 10px;
  text-align: center; }

.cart td.total {
  font-weight: bold;
  color: #f13c65; }

.cart tfoot {
  border-top: 1px solid #bcc6d5; }

.cart tfoot td:last-child {
  text-align: right; }

.cart span.total {
  font-weight: bold; }

.cart span.value.total {
  font-size: 1.123em;
  color: #f13c65; }

.cart h2 {
  font-family: Arial, serif;
  font-size: 1em; }

.cart h3 {
  font-family: Arial, serif;
  color: #f13c65;
  margin: 0; }

.cart input.selectAddress:checked ~ span {
  height: auto; }

.cart input.selectAddress ~ span {
  box-sizing: border-box;
  display: block;
  height: 1px;
  overflow: hidden;
  padding-top: 1px; }

form.checkout-options {
  width: 50%;
  float: left; }

form.checkout-options + .checkout-options {
  width: 45%;
  float: right; }

form.checkout-options .button, form.checkout-options .sidebar .inner nav .booking-holder .booking, .sidebar .inner nav .booking-holder form.checkout-options .booking {
  margin-top: 0;
  margin-bottom: 0; }

.cart .login-form p {
  position: relative; }

.cart .login-form label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.cart .login-form input[type=text], .cart .login-form input[type=password] {
  display: block;
  width: 100%; }

.cart .warning {
  color: #fd1a00;
  font-size: 2em; }

.ui-helper-reset {
  font-size: 1em; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #ffebf0;
  border-color: #bcc6d5;
  border-radius: 0; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #ffebf0;
  border-color: #bcc6d5;
  border-radius: 0; }

.ui-accordion-content {
  margin-bottom: 10px;
  border-radius: 0;
  font-size: 0.875em; }

.ui-accordion-header {
  font-size: 0.875em; }

.ui-accordion-content + .ui-accordion-header {
  margin-top: 10px; }

.button.poli, .sidebar .inner nav .booking-holder .booking.poli {
  background: url(poli.png);
  border: 0px;
  height: 70px;
  padding: 0px;
  text-indent: -9999px;
  width: 110px; }

.poli-block {
  display: inline-block; }
/* print order */
.print-order table {
  width: 100%; }

#print_order th, .print-order td {
  vertical-align: top; }

.print-order thead tr:first-child > * {
  border-bottom: 1px solid #423f3f;
  padding-bottom: 4px; }

.print-order thead th:first-child {
  text-align: left; }

.print-order tbody th {
  font-weight: normal;
  padding-bottom: 4px; }

.print-order tfoot tr:first-child > * {
  border-top: 1px solid #423f3f;
  padding-top: 4px; }

.print-order tbody {
  padding: 4px 0; }

.print-order tbody th, .print-order tfoot th {
  font-weight: normal;
  text-align: left; }

.print-order td + td, .print-order tfoot td + td {
  text-align: center; }

.print-order td + td + td, .print-order tfoot td + td + td {
  text-align: right; }

.print-order th:last-child {
  text-align: right; }
/* customers/orders */
table.orders {
  width: 100%;
  border-collapse: collapse; }

.orders th, .orders td {
  padding: 4px;
  vertical-align: top; }

.orders thead tr:first-child > * {
  border-bottom: 1px solid #423f3f;
  text-indent: 0; }

.orders tbody th {
  font-weight: normal;
  text-indent: 0; }

.orders .ref {
  text-align: left; }

.orders .date {
  width: 95px; }

.orders .details {
  text-align: left;
  text-indent: 1em; }

.orders .price {
  text-align: right; }

.orders .link {
  text-align: right;
  width: 75px; }
/** files **/
.file {
  position: relative;
  overflow: hidden;
  /* float clearing */
  padding: 15px;
  margin-bottom: 10px; }

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

.file .button, .file .sidebar .inner nav .booking-holder .booking, .sidebar .inner nav .booking-holder .file .booking {
  position: absolute;
  top: 6px;
  right: 10px; }

#hoverCart {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 200px;
  background-color: rgba(48, 48, 48, 0.8);
  background-color: #303030 \9;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  overflow: auto;
  z-index: 1000;
  max-height: 100%;
  max-height: calc(100% - 100px); }

#hoverCart h1, #hoverCart section.page .slide .orbit-caption, section.page .slide #hoverCart .orbit-caption, #hoverCart h2, #hoverCart h3 {
  color: #fff;
  margin: 0px 0px 5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px; }

#hoverCart a {
  color: #fff; }

#hoverCart .items {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px; }

#hoverCart .checkout {
  float: left; }

#hoverCart .dismiss {
  display: block;
  text-align: right;
  float: right; }

#hoverCart .row {
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: hidden;
  padding: 10px 0px 5px; }

#hoverCart .row .right {
  text-align: right;
  font-family: "Courier New", Courier, monospace; }

#hoverCart .remove {
  font-size: 12px;
  display: block; }
/** customer panel **/
fieldset.addressForm {
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 4px; }

.addressForm label {
  display: block;
  float: left;
  width: 49%;
  margin-bottom: 4px; }

.addressForm label:last-child {
  float: none;
  width: 100%;
  clear: both; }

.addressForm label span {
  display: block;
  margin-bottom: 4px; }

.addressForm input[type=text], .addressForm textarea {
  width: 96%;
  box-sizing: border-box; }

.addressForm textarea {
  height: 70px; }
/* tinymce universal formatting */
#tinymce {
  width: 940px;
  padding: 10px;
  background: #fff;
  text-align: left;
  font-size: 1em;
  color: #666; }

#tinymce p {
  padding: 0 0 1em; }

#tinymce form {
  outline: 1px dotted #f00; }

#tinymce a {
  border-bottom: 1px dotted #002d4a;
  color: #002d4a;
  text-decoration: none; }

#tinymce .button, #tinymce .sidebar .inner nav .booking-holder .booking, .sidebar .inner nav .booking-holder #tinymce .booking {
  width: auto;
  background: #094;
  line-height: 65px;
  font-size: 30px;
  height: auto;
  color: #fff;
  text-decoration: none;
  padding: 0 40px;
  display: inline-block;
  border-color: #094; }
  #tinymce .button:hover, #tinymce .sidebar .inner nav .booking-holder .booking:hover, .sidebar .inner nav .booking-holder #tinymce .booking:hover, #tinymce .button:active, #tinymce .sidebar .inner nav .booking-holder .booking:active, .sidebar .inner nav .booking-holder #tinymce .booking:active {
    background: #33ad69; }

@-webkit-keyframes ken-burns {
  0% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0); }

  100% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0); } }

@-moz-keyframes ken-burns {
  0% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0); }

  100% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0); } }

@-o-keyframes ken-burns {
  0% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0); }

  100% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0); } }

@keyframes ken-burns {
  0% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(0, 0, 0); }

  100% {
    -ms-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -moz-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -o-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    -webkit-transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0);
    transform: scale3d(1.5, 1.5, 1) translate3d(-33%, 33%, 0); } }

body {
  background-color: #000;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  margin: 0px;
  position: relative;
  font-size: 18px\9; }
  @media screen and (max-width: 1039px) {
  body {
    font-size: 18px; } }

h1, section.page .slide .orbit-caption, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1, section.page .slide .orbit-caption {
  font-size: 100px;
  margin: 50px 0px 20px;
  font-size: 50px\9; }
  @media screen and (max-width: 1039px) {
  h1, section.page .slide .orbit-caption {
    font-size: 50px; } }

h2 {
  font-size: 35px;
  font-size: 26px\9; }
  @media screen and (max-width: 1039px) {
  h2 {
    font-size: 26px; } }

h3 {
  font-size: 30px;
  font-size: 23px\9; }
  @media screen and (max-width: 1039px) {
  h3 {
    font-size: 23px; } }

h4 {
  font-size: 28px;
  font-size: 21px\9; }
  @media screen and (max-width: 1039px) {
  h4 {
    font-size: 21px; } }

h5 {
  font-size: 27px;
  font-size: 20px\9; }
  @media screen and (max-width: 1039px) {
  h5 {
    font-size: 20px; } }

h6 {
  font-size: 26px;
  font-size: 19px\9; }
  @media screen and (max-width: 1039px) {
  h6 {
    font-size: 19px; } }

a {
  color: inherit;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

.button, .sidebar .inner nav .booking-holder .booking {
  background: transparent;
  background: rgba(255, 255, 255, 0);
  border: 3px solid #fff;
  border-radius: 49px;
  color: inherit;
  cursor: pointer;
  display: table-cell;
  font-size: 22px;
  font-weight: 600;
  height: 95px;
  line-height: 20px;
  vertical-align: middle;
  width: 95px;
  font-size: 18px\9;
  -ms-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  -webkit-transition: background 0.1s;
  transition: background 0.1s; }
  @media screen and (max-width: 1039px) {
  .button, .sidebar .inner nav .booking-holder .booking {
    font-size: 18px; } }
  .button:hover, .sidebar .inner nav .booking-holder .booking:hover, .button:focus, .sidebar .inner nav .booking-holder .booking:focus, .button:active, .sidebar .inner nav .booking-holder .booking:active {
    background: #33ad69;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none; }

.container, .food-menu h1, .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu .orbit-caption {
  margin: auto;
  max-width: 1040px;
  padding-left: 165px;
  margin-right: auto\9;
  padding-left: 10px\9;
  padding-right: 10px\9;
  -ms-box-sizing: border-box\9;
  box-sizing: border-box\9; }
  @media screen and (max-width: 1549px) {
  .container, .food-menu h1, .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu .orbit-caption {
    margin-right: 10px; } }
  @media screen and (max-width: 1359px) {
  .container, .food-menu h1, .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu .orbit-caption {
    margin-right: auto;
    padding-left: 0px; } }
  @media screen and (max-width: 1039px) {
  .container, .food-menu h1, .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu .orbit-caption {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
  .container img, .food-menu h1 img, .food-menu section.page .slide .orbit-caption img, section.page .slide .food-menu .orbit-caption img {
    height: auto\9;
    max-width: 100%\9; }
    @media screen and (max-width: 1039px) {
  .container img, .food-menu h1 img, .food-menu section.page .slide .orbit-caption img, section.page .slide .food-menu .orbit-caption img {
    height: auto;
    max-width: 100%; } }
  .container .container, .food-menu h1 .container, .food-menu section.page .slide .orbit-caption .container, .food-menu section.page .slide .orbit-caption .food-menu h1, .food-menu section.page .slide .orbit-caption .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu section.page .slide .orbit-caption .food-menu .orbit-caption, .food-menu .food-menu section.page .slide .orbit-caption h1, section.page .slide .food-menu .orbit-caption .container, .food-menu h1 .food-menu h1, .food-menu h1 .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu h1 .food-menu .orbit-caption, .food-menu .food-menu h1 h1, .container .food-menu h1, .container .food-menu section.page .slide .orbit-caption, section.page .slide .container .food-menu .orbit-caption, .food-menu .container h1 {
    margin-right: auto;
    padding-left: 0px; }

.sidebar {
  background: url(094-0.9.png);
  background-color: rgba(0, 153, 68, 0.9);
  font-size: 28px;
  font-weight: 500;
  height: 100%;
  left: 0px;
  line-height: 1.3;
  max-width: calc(100% - 40px);
  position: fixed;
  text-align: center;
  top: 0px;
  width: 305px;
  z-index: 10;
  font-size: 21px\9;
  left: -305px\9;
  z-index: 1000\9;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1359px) {
  .sidebar {
    left: -305px;
    z-index: 1000;
    -ms-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s; } }
  @media screen and (max-width: 344px) {
  .sidebar {
    left: calc(-100% + 40px); } }
  @media screen and (max-width: 1039px) {
  .sidebar {
    font-size: 21px; } }
  .sidebar:hover, .sidebar:focus, .sidebar:active {
    left: 0px\9; }
    @media screen and (max-width: 1359px) {
  .sidebar:hover, .sidebar:focus, .sidebar:active {
    left: 0px; } }
    .sidebar:hover .show-menu, .sidebar:focus .show-menu, .sidebar:active .show-menu {
      visibility: visible\9; }
      @media screen and (max-width: 1359px) {
  .sidebar:hover .show-menu, .sidebar:focus .show-menu, .sidebar:active .show-menu {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; } }
    html.touch .sidebar:hover, html.touch .sidebar:focus, html.touch .sidebar:active {
      left: calc(-100% + 40px)\9; }
      @media screen and (max-width: 1359px) {
  html.touch .sidebar:hover, html.touch .sidebar:focus, html.touch .sidebar:active {
    left: -305px; } }
      @media screen and (max-width: 344px) {
  html.touch .sidebar:hover, html.touch .sidebar:focus, html.touch .sidebar:active {
    left: calc(-100% + 40px); } }
      html.touch .sidebar:hover .show-menu, html.touch .sidebar:focus .show-menu, html.touch .sidebar:active .show-menu {
        visibility: visible\9; }
        @media screen and (max-width: 1359px) {
  html.touch .sidebar:hover .show-menu, html.touch .sidebar:focus .show-menu, html.touch .sidebar:active .show-menu {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; } }
  .sidebar.open, html.touch .sidebar.open {
    left: 0px\9; }
    @media screen and (max-width: 1359px) {
  .sidebar.open, html.touch .sidebar.open {
    left: 0px; } }
    @media screen and (max-width: 344px) {
  .sidebar.open, html.touch .sidebar.open {
    left: 0px; } }
  .sidebar .show-menu {
    background: #094 url(menu-icon.png) center no-repeat\9;
    content: \9;
    height: 40px\9;
    position: absolute\9;
    right: -40px\9;
    top: 0px\9;
    width: 40px\9; }
    @media screen and (max-width: 1359px) {
  .sidebar .show-menu {
    background: rgba(0, 153, 68, 0.9) url(menu-icon.png) center no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0px;
    width: 40px;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; } }
  .sidebar .inner {
    height: 100%;
    padding: 20px 15px 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .sidebar .inner a {
      text-decoration: none; }
    .sidebar .inner header h1, .sidebar .inner header section.page .slide .orbit-caption, section.page .slide .sidebar .inner header .orbit-caption {
      margin: 0px; }
      .sidebar .inner header h1 a, .sidebar .inner header section.page .slide .orbit-caption a, section.page .slide .sidebar .inner header .orbit-caption a {
        display: block;
        margin-bottom: 10px;
        max-height: 19.5vh; }
        .sidebar .inner header h1 a img, .sidebar .inner header section.page .slide .orbit-caption a img, section.page .slide .sidebar .inner header .orbit-caption a img {
          max-height: 19.5vh;
          position: relative;
          width: auto; }
      .sidebar .inner header p.phone {
        background: url(phone-icon.png) left no-repeat;
        display: inline-block;
        margin: 0px;
        margin-bottom: 5px;
        padding-left: 30px; }
    .sidebar .inner nav .scroll-hider ul {
      margin: 0px;
      padding: 0px; }
      .sidebar .inner nav .scroll-hider ul li {
        display: block;
        line-height: 1;
        margin: 1px 0px; }
        .sidebar .inner nav .scroll-hider ul li > a:hover, .sidebar .inner nav .scroll-hider ul li.active > a {
          border-color: #fff; }
        .sidebar .inner nav .scroll-hider ul li.open > a {
          border-color: #fff\9; }
          @media screen and (max-height: 969px) {
      .sidebar .inner nav .scroll-hider ul li.open > a {
        border-color: #fff; } }
        .sidebar .inner nav .scroll-hider ul li a {
          border: 3px solid rgba(255, 255, 255, 0);
          border-radius: 19px;
          display: inline-block;
          padding: 4px 7px 2px;
          -ms-transition: border-color 0.15s;
          -moz-transition: border-color 0.15s;
          -o-transition: border-color 0.15s;
          -webkit-transition: border-color 0.15s;
          transition: border-color 0.15s; }
          .sidebar .inner nav .scroll-hider ul li a.home {
            background: url(home-icon.png) center 5px no-repeat;
            border-radius: calc(50% + 4px);
            height: 31px;
            padding: 1px;
            position: relative;
            text-indent: -9999px;
            top: -3px;
            width: 31px; }
        .sidebar .inner nav .scroll-hider ul li ul {
          font-weight: 300; }
          .sidebar .inner nav .scroll-hider ul li ul li {
            height: 0px;
            overflow: hidden;
            -ms-transition: height 0.3s;
            -moz-transition: height 0.3s;
            -o-transition: height 0.3s;
            -webkit-transition: height 0.3s;
            transition: height 0.3s; }
        .sidebar .inner nav .scroll-hider ul li.active ul li, .sidebar .inner nav .scroll-hider ul li.open ul li {
          height: 40px;
          height: 0px\9; }
          @media screen and (max-height: 969px) {
      .sidebar .inner nav .scroll-hider ul li.active ul li, .sidebar .inner nav .scroll-hider ul li.open ul li {
        height: 0px; } }
      .sidebar .inner nav .booking-holder {
        display: inline-block;
        height: 101px;
        margin-top: 2.9vh;
        width: 101px;
        margin-top: 1vh\9; }
      @media screen and (max-height: 1229px) {
    .sidebar .inner nav .booking-holder {
      margin-top: 1vh; } }
      .sidebar .inner footer {
        bottom: 0px;
        font-size: 20px;
        font-weight: 300;
        left: 0px;
        margin-bottom: 32px;
        padding: 0px 40px;
        position: absolute;
        width: 100%;
        font-size: 15px\9;
        position: static\9;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      @media screen and (max-height: 779px) {
  .sidebar .inner footer {
    position: static; } }
      @media screen and (max-width: 1039px) {
  .sidebar .inner footer {
    font-size: 15px; } }
      .sidebar .inner footer .restriction {
        text-align: center; }
      .sidebar .inner footer .restriction .r18 {
        background: url(r18.png);
        background-size: cover;
        display: inline-block;
        height: 54px;
        overflow: hidden;
        text-indent: -9999px;
        width: 54px; }
      @media screen and (max-height: 1229px) {
      .sidebar .inner footer .restriction .r18 {
        height: 32px;
        width: 32px; } }
      .sidebar .inner footer .social {
        align-items: center;
        display: flex;
        justify-content: center; }
      .sidebar .inner footer .social .link {
        display: block;
        height: 43px;
        margin: 10px 5px 20px;
        overflow: hidden;
        position: relative;
        text-indent: 9999px;
        width: 43px; }
      @media screen and (max-height: 1229px) {
      .sidebar .inner footer .social .link {
        height: 32px;
        width: 32px; } }
      .sidebar .inner footer .social .link:before, .sidebar .inner footer .social .link:after {
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s; }
      .sidebar .inner footer .social .link:before {
        background-position: top; }
      .sidebar .inner footer .social .link:after {
        background-position: bottom;
        -ms-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        -moz-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        -o-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        -webkit-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg); }
      .sidebar .inner footer .social .link:hover:before, .sidebar .inner footer .social .link:focus:before, .sidebar .inner footer .social .link:active:before {
        -ms-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        -moz-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        -o-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        -webkit-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg); }
        .sidebar .inner footer .social .link:hover:after, .sidebar .inner footer .social .link:focus:after, .sidebar .inner footer .social .link:active:after {
          -ms-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
          -moz-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
          -o-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
          -webkit-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
          transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg); }
      .sidebar .inner footer .social .link.facebook:before, .sidebar .inner footer .social .link.facebook:after {
        background-image: url(facebook.png); }
        @media screen and (max-height: 1229px) {
        .sidebar .inner footer .social .link.facebook:before, .sidebar .inner footer .social .link.facebook:after {
          background-image: url(facebook-small.png); } }
      .sidebar .inner footer .social .link.instagram:before, .sidebar .inner footer .social .link.instagram:after {
        background-image: url(instagram.png); }
        @media screen and (max-height: 1229px) {
        .sidebar .inner footer .social .link.instagram:before, .sidebar .inner footer .social .link.instagram:after {
          background-image: url(instagram-small.png); } }
      .sidebar .inner footer .logos .link {
        display: inline-block;
        height: 100px;
        margin: 0px 3px 20px;
        text-indent: -9999px;
        position: relative;
        width: 100px;
        margin-bottom: 10px\9;
        height: 55px\9;
        width: auto\9; }
      @media screen and (max-height: 1229px) {
    .sidebar .inner footer .logos .link {
      margin-bottom: 10px;
      max-height: 55px;
      width: 55px; } }
      .sidebar .inner footer .logos .link.the-poplar-social-club:before, .sidebar .inner footer .logos .link.the-poplar-social-club:after {
        background-image: url(the-poplar-social-club.png); }
        @media screen and (max-height: 1229px) {
        .sidebar .inner footer .logos .link.the-poplar-social-club:before, .sidebar .inner footer .logos .link.the-poplar-social-club:after {
          background-image: url(the-poplar-social-club-small.png); } }
        .sidebar .inner footer .logos .link.the-poplar-social-club:after {
          display: none\9; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .sidebar .inner footer .logos .link.the-poplar-social-club:after {
          display: none; } }
      .sidebar .inner footer .logos .link.dux-dine:before, .sidebar .inner footer .logos .link.dux-dine:after {
        background-image: url(dux-dine.png); }
        @media screen and (max-height: 1229px) {
        .sidebar .inner footer .logos .link.dux-dine:before, .sidebar .inner footer .logos .link.dux-dine:after {
          background-image: url(dux-dine-small.png); } }
        .sidebar .inner footer .logos .link.dux-dine:after {
          display: none\9; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .sidebar .inner footer .logos .link.dux-dine:after {
          display: none; } }
      .sidebar .inner footer .logos .link.dux-live:before, .sidebar .inner footer .logos .link.dux-live:after {
        background-image: url(dux-live.png); }
        @media screen and (max-height: 1229px) {
        .sidebar .inner footer .logos .link.dux-live:before, .sidebar .inner footer .logos .link.dux-live:after {
          background-image: url(dux-live-small.png); } }
        .sidebar .inner footer .logos .link.dux-live:after {
          display: none\9; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .sidebar .inner footer .logos .link.dux-live:after {
          display: none; } }
      .sidebar .inner footer .logos .link:hover:before, .sidebar .inner footer .logos .link:focus:before, .sidebar .inner footer .logos .link:active:before {
        display: none\9;
        -ms-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        -moz-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        -o-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        -webkit-transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg);
        transform: rotateZ(-30deg) rotateY(180deg) rotateZ(30deg); }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .sidebar .inner footer .logos .link:hover:before, .sidebar .inner footer .logos .link:focus:before, .sidebar .inner footer .logos .link:active:before {
        display: none; } }
      .sidebar .inner footer .logos .link:hover:after, .sidebar .inner footer .logos .link:focus:after, .sidebar .inner footer .logos .link:active:after {
        display: block\9;
        -ms-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
        -moz-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
        -o-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
        -webkit-transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg);
        transform: rotateZ(-30deg) rotateY(0deg) rotateZ(30deg); }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .sidebar .inner footer .logos .link:hover:after, .sidebar .inner footer .logos .link:focus:after, .sidebar .inner footer .logos .link:active:after {
        display: block; } }
      .sidebar .inner footer .logos .link:before, .sidebar .inner footer .logos .link:after {
        content: "";
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s; }
      .sidebar .inner footer .logos .link:before {
        background-position: top; }
      .sidebar .inner footer .logos .link:after {
        background-position: bottom;
        -ms-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        -moz-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        -o-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        -webkit-transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg);
        transform: rotateZ(-30deg) rotateY(-180deg) rotateZ(30deg); }

section.page {
  border-bottom: 10px solid #000;
  min-height: 100vh;
  position: relative;
  min-height: 700px\9;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -o-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.page:last-child {
    border-bottom: 0px; }
  section.page.contentless {
    border-bottom: 0px;
    height: 0px;
    min-height: 0px;
    overflow: hidden;
    padding-bottom: 0px; }
  section.page .slideshow, section.page .orbit-wrapper, section.page .slider, section.page .slide, section.page .slide-background {
    height: 100% !important;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100% !important; }
  section.page .slide {
    display: none;
    z-index: 0;
    display: none \9 !important; }
    section.page .slide:first-child {
      display: block;
      display: block \9 !important; }
    section.page .slide .orbit-caption {
      background: transparent;
      bottom: 50%;
      display: block;
      left: 0%;
      margin: 0px;
      padding-left: 82px;
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 500;
      padding-left: 50px\9;
      padding-right: 50px\9;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -ms-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -o-transform: translateY(50%);
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }
      @media screen and (max-width: 1549px) {
  section.page .slide .orbit-caption {
    padding-left: 315px;
    padding-right: 50px; } }
      @media screen and (max-width: 1359px) {
  section.page .slide .orbit-caption {
    padding-left: 50px; } }
  section.page .slideshow-homepage .slide:first-child:after {
    background: url(transparent-logo.png) center no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    width: calc(100% - 165px);
    z-index: 800; }
    @media screen and (max-width: 1549px) {
  section.page .slideshow-homepage .slide:first-child:after {
    margin-left: 315px;
    margin-right: 50px;
    width: calc(100% - 365px); } }
    @media screen and (max-width: 1359px) {
  section.page .slideshow-homepage .slide:first-child:after {
    margin-left: 50px;
    width: calc(100% - 100px); } }
    @media screen and (max-width: 543px) {
  section.page .slideshow-homepage .slide:first-child:after {
    background-size: contain; } }
  section.page .slide-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  section.page .slideshow.multiple {
    overflow: hidden; }
    section.page .slideshow.multiple .slide-background {
      -ms-animation: ken-burns 80s ease-in-out 0s infinite alternate;
      -moz-animation: ken-burns 80s ease-in-out 0s infinite alternate;
      -o-animation: ken-burns 80s ease-in-out 0s infinite alternate;
      -webkit-animation: ken-burns 80s ease-in-out 0s infinite alternate;
      animation: ken-burns 80s ease-in-out 0s infinite alternate;
      -ms-transform: scale(1.2) translateX(0%) translateY(0%);
      -moz-transform: scale(1.2) translateX(0%) translateY(0%);
      -o-transform: scale(1.2) translateX(0%) translateY(0%);
      -webkit-transform: scale(1.2) translateX(0%) translateY(0%);
      transform: scale(1.2) translateX(0%) translateY(0%);
      -ms-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      -webkit-transform-origin: bottom left;
      transform-origin: bottom left; }
  section.page .slideshow .timer {
    display: none; }
    section.page .slideshow .orbit-bullets {
      bottom: auto;
      left: auto;
      margin: 0px;
      right: 15px;
      top: 50%;
      z-index: 999;
      display: none\9;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      section.page .slideshow .orbit-bullets li {
        background: #fff;
        border-radius: 50%;
        float: none;
        height: 23px;
        margin-bottom: 5px;
        margin-left: 0px;
        width: 23px;
        -ms-transition: background 1.6s;
        -moz-transition: background 1.6s;
        -o-transition: background 1.6s;
        -webkit-transition: background 1.6s;
        transition: background 1.6s; }
      section.page .slideshow .orbit-bullets li.active {
        background-color: #094; }
    section.page .slideshow + .container, section.page .slideshow + .food-menu h1, section.page .slideshow + .food-menu section.page .slide .orbit-caption, section.page .slide section.page .slideshow + .food-menu .orbit-caption, .food-menu section.page .slideshow + h1 {
      display: -moz-flex;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      min-height: 100vh;
      text-align: center;
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -o-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -o-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; }
  section.page .container, section.page .food-menu h1, section.page .food-menu section.page .slide .orbit-caption, section.page .slide section.page .food-menu .orbit-caption, .food-menu section.page h1 {
    z-index: 900; }

.home-heading {
  background: url(heading-logo.png) center no-repeat;
  line-height: 444px; }

.food-menu {
  background: url(menu-back.jpg) top no-repeat;
  background-size: 100% auto; }
  .food-menu h1, .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu .orbit-caption {
    margin: 0px auto 100px;
    padding-top: 100px;
    text-align: center;
    margin: 0px auto 20px\9;
    padding-top: 20px\9; }
    @media screen and (max-width: 1039px) {
  .food-menu h1, .food-menu section.page .slide .orbit-caption, section.page .slide .food-menu .orbit-caption {
    margin: 0px auto 20px;
    padding-top: 20px; } }
  .food-menu .menu-items {
    background: url(fff-0.9.png);
    background-color: rgba(255, 255, 255, 0.9);
    color: #030303;
    padding-bottom: 20px;
    position: relative; }
    .food-menu .menu-items:before {
      background: url(fff-0.3.png);
      background-color: rgba(255, 255, 255, 0.3);
      content: "";
      height: 32px;
      left: 0px;
      position: absolute;
      width: 100%;
      height: 10px\9; }
      @media screen and (max-width: 1039px) {
  .food-menu .menu-items:before {
    height: 10px; } }
    .food-menu .menu-items:before {
      top: -32px;
      top: -10px\9; }
      @media screen and (max-width: 1039px) {
  .food-menu .menu-items:before {
    top: -10px; } }
    .food-menu .menu-items h2 {
      color: #094;
      display: inline-block;
      margin-bottom: 0px;
      width: 990px;
      width: calc(100% - 110px); }
      .food-menu .menu-items h2 + .price {
        vertical-align: bottom; }
    .food-menu .menu-items .price, .food-menu .menu-items .prices {
      color: #094;
      display: inline-block;
      font-weight: bold;
      text-align: right;
      vertical-align: top;
      width: 100px; }
    .food-menu .menu-items .has-prices .description {
      display: inline-block;
      width: calc(100% - 210px); }
    .food-menu .menu-items .prices {
      margin: 0px;
      width: 200px; }
    .food-menu .menu-items .item .heading h2, .food-menu .menu-items .item .heading .alcohol-content {
      display: inline; }
      .food-menu .menu-items .item .heading .alcohol-content {
        font-style: italic; }
      .food-menu .menu-items .item .tagline {
        font-style: italic;
        margin: 5px 0px; }
      .food-menu .menu-items .item .tagline + .description {
        margin-top: 5px; }
      .food-menu .menu-items .item .text {
        display: inline-block;
        width: 1000px;
        width: calc(100% - 110px); }
      .food-menu .menu-items .item .text .title {
        text-transform: uppercase; }
      .food-menu .menu-items .item .description p {
        display: inline; }
  .food-menu .logos {
    text-align: justify; }
    .food-menu .logos h3 {
      font-size: 27px; }
    .food-menu .logos img {
      display: inline-block;
      width: 15%;
      height: auto;
      vertical-align: middle; }
    .food-menu .logos a {
      line-height: 210px; }
    .food-menu .logos:after {
      display: inline-block;
      width: 100%;
      height: 1px;
      content: ''; }
  .food-menu .button, .food-menu .sidebar .inner nav .booking-holder .booking, .sidebar .inner nav .booking-holder .food-menu .booking {
    width: auto;
    background: #094;
    line-height: 65px;
    font-size: 30px;
    height: auto;
    color: #fff;
    text-decoration: none;
    padding: 0 40px;
    display: inline-block;
    border-color: #094; }
    .food-menu .button:hover, .food-menu .sidebar .inner nav .booking-holder .booking:hover, .sidebar .inner nav .booking-holder .food-menu .booking:hover, .food-menu .button:active, .food-menu .sidebar .inner nav .booking-holder .booking:active, .sidebar .inner nav .booking-holder .food-menu .booking:active {
      background: #33ad69; }
  .food-menu section.verbose > .heading h2 {
    font-size: 40px; }

.gallery-container {
  margin-left: 305px;
  margin-left: 0px\9; }
  @media screen and (max-width: 1549px) {
  .gallery-container {
    margin-left: 0px; } }

.gallery img {
  border: 0px;
  border-radius: 0px;
  display: none;
  height: auto;
  margin: auto;
  width: 100%; }
  .gallery img:first-child {
    display: block; }
  .gallery .fotorama__wrap img {
    margin: 0px; }

.fotorama__thumb-border {
  border-color: #094; }

.contact-page {
  background-color: #e9e5dc;
  padding-left: 305px;
  padding-left: 0px\9; }
  @media screen and (max-width: 1359px) {
  .contact-page {
    padding-left: 0px; } }
  .contact-page .map-holder {
    height: 100%;
    left: 305px;
    position: absolute;
    top: 0px;
    width: 100%;
    width: calc(100% - 305px);
    width: 100% \9 !important;
    height: auto\9;
    left: 0px\9;
    position: static\9;
    width: 100%\9; }
  @media screen and (max-width: 1359px) {
    .contact-page .map-holder {
      left: 0px;
      width: 100%; } }
  @media screen and (max-width: 1039px) {
    .contact-page .map-holder {
      height: auto;
      position: static; } }
  .contact-page .map-holder iframe {
    display: block;
    height: 100%;
    height: calc(100% - 32px);
    height: 200px \9 !important;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 50%;
    width: 100% \9 !important;
    min-height: 20vh\9;
    position: static\9; }
    @media screen and (max-width: 1039px) {
    .contact-page .map-holder iframe {
      height: 200px;
      min-height: 20vh;
      position: static;
      width: 100%; } }
  .contact-page .container, .contact-page .food-menu h1, .contact-page .food-menu section.page .slide .orbit-caption, section.page .slide .contact-page .food-menu .orbit-caption, .food-menu .contact-page h1 {
    background: url(094-0.9.png);
    background-color: rgba(0, 153, 68, 0.9);
    height: 100vh;
    margin: 0px 0px 0px 50%;
    max-width: none;
    padding-left: 0px;
    position: relative;
    width: 50%;
    height: auto\9;
    margin: 0px\9;
    max-width: 100%\9;
    min-height: 100vh\9;
    padding-bottom: 32px\9;
    position: static\9;
    width: auto\9; }
  @media screen and (max-width: 1039px) {
    .contact-page .container, .contact-page .food-menu h1, .contact-page .food-menu section.page .slide .orbit-caption, section.page .slide .contact-page .food-menu .orbit-caption, .food-menu .contact-page h1 {
      height: auto;
      margin: 0px;
      max-width: 100%;
      position: static;
      width: auto; } }
  @media screen and (max-height: 949px) {
    .contact-page .container, .contact-page .food-menu h1, .contact-page .food-menu section.page .slide .orbit-caption, section.page .slide .contact-page .food-menu .orbit-caption, .food-menu .contact-page h1 {
      height: auto;
      min-height: 100vh;
      padding-bottom: 32px; } }
  .contact-page .container .content, .contact-page .food-menu h1 .content, .contact-page .food-menu section.page .slide .orbit-caption .content, section.page .slide .contact-page .food-menu .orbit-caption .content, .food-menu .contact-page h1 .content {
    bottom: 50%;
    font-size: 26px;
    left: 0px;
    letter-spacing: 1px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 26px\9;
    min-height: 80vh\9;
    position: static\9;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
    @media screen and (max-width: 1039px) {
    .contact-page .container .content, .contact-page .food-menu h1 .content, .contact-page .food-menu section.page .slide .orbit-caption .content, section.page .slide .contact-page .food-menu .orbit-caption .content, .food-menu .contact-page h1 .content {
      min-height: 80vh;
      position: static;
      -ms-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none; } }
    @media screen and (max-height: 949px) {
    .contact-page .container .content, .contact-page .food-menu h1 .content, .contact-page .food-menu section.page .slide .orbit-caption .content, section.page .slide .contact-page .food-menu .orbit-caption .content, .food-menu .contact-page h1 .content {
      position: static;
      -ms-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none; } }
    @media screen and (max-width: 1039px) {
    .contact-page .container .content, .contact-page .food-menu h1 .content, .contact-page .food-menu section.page .slide .orbit-caption .content, section.page .slide .contact-page .food-menu .orbit-caption .content, .food-menu .contact-page h1 .content {
      font-size: 26px; } }
    .contact-page .container .content h1, .contact-page .food-menu h1 .content h1, .contact-page .food-menu section.page .slide .orbit-caption .content h1, .contact-page .food-menu section.page .slide .orbit-caption .content section.page .slide .orbit-caption, section.page .slide .contact-page .food-menu section.page .slide .orbit-caption .content .orbit-caption, section.page .slide .contact-page .food-menu .orbit-caption .content h1, .contact-page .food-menu h1 .content section.page .slide .orbit-caption, section.page .slide .contact-page .food-menu h1 .content .orbit-caption, .food-menu .contact-page h1 .content h1, .contact-page .container .content section.page .slide .orbit-caption, section.page .slide .contact-page .container .content .orbit-caption {
      font-size: 35px;
      margin: 0px;
      font-size: 26px\9; }
    @media screen and (max-width: 1039px) {
      .contact-page .container .content h1, .contact-page .food-menu h1 .content h1, .contact-page .food-menu section.page .slide .orbit-caption .content h1, .contact-page .food-menu section.page .slide .orbit-caption .content section.page .slide .orbit-caption, section.page .slide .contact-page .food-menu section.page .slide .orbit-caption .content .orbit-caption, section.page .slide .contact-page .food-menu .orbit-caption .content h1, .contact-page .food-menu h1 .content section.page .slide .orbit-caption, section.page .slide .contact-page .food-menu h1 .content .orbit-caption, .food-menu .contact-page h1 .content h1, .contact-page .container .content section.page .slide .orbit-caption, section.page .slide .contact-page .container .content .orbit-caption {
        font-size: 26px; } }
    .contact-page .container .content p, .contact-page .food-menu h1 .content p, .contact-page .food-menu section.page .slide .orbit-caption .content p, section.page .slide .contact-page .food-menu .orbit-caption .content p, .food-menu .contact-page h1 .content p {
      margin: 0px; }
    .contact-page .container .content form, .contact-page .food-menu h1 .content form, .contact-page .food-menu section.page .slide .orbit-caption .content form, section.page .slide .contact-page .food-menu .orbit-caption .content form, .food-menu .contact-page h1 .content form {
      font-size: 18px;
      text-transform: lowercase;
      font-size: 14px\9; }
    @media screen and (max-width: 1039px) {
      .contact-page .container .content form, .contact-page .food-menu h1 .content form, .contact-page .food-menu section.page .slide .orbit-caption .content form, section.page .slide .contact-page .food-menu .orbit-caption .content form, .food-menu .contact-page h1 .content form {
        font-size: 14px; } }
    .contact-page .container .content form p, .contact-page .food-menu h1 .content form p, .contact-page .food-menu section.page .slide .orbit-caption .content form p, section.page .slide .contact-page .food-menu .orbit-caption .content form p, .food-menu .contact-page h1 .content form p {
      margin: 20px auto;
      text-align: left;
      width: 65%;
      width: 90%\9; }
    @media screen and (max-width: 1039px) {
        .contact-page .container .content form p, .contact-page .food-menu h1 .content form p, .contact-page .food-menu section.page .slide .orbit-caption .content form p, section.page .slide .contact-page .food-menu .orbit-caption .content form p, .food-menu .contact-page h1 .content form p {
          width: 90%; } }
    .contact-page .container .content form p.choices, .contact-page .food-menu h1 .content form p.choices, .contact-page .food-menu section.page .slide .orbit-caption .content form p.choices, section.page .slide .contact-page .food-menu .orbit-caption .content form p.choices, .food-menu .contact-page h1 .content form p.choices {
      padding: 0px 20px;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .contact-page .container .content form input[type=text], .contact-page .food-menu h1 .content form input[type=text], .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text], section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text], .food-menu .contact-page h1 .content form input[type=text], .contact-page .container .content form textarea, .contact-page .food-menu h1 .content form textarea, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea, .food-menu .contact-page h1 .content form textarea {
      background-color: #e1e1e1;
      border: 0px;
      outline: none;
      padding: 10px;
      width: 100%;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -ms-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .contact-page .container .content form input[type=text]:-ms-input-placeholder, .contact-page .food-menu h1 .content form input[type=text]:-ms-input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]:-ms-input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]:-ms-input-placeholder, .food-menu .contact-page h1 .content form input[type=text]:-ms-input-placeholder, .contact-page .container .content form textarea:-ms-input-placeholder, .contact-page .food-menu h1 .content form textarea:-ms-input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea:-ms-input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea:-ms-input-placeholder, .food-menu .contact-page h1 .content form textarea:-ms-input-placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]::-webkit-input-placeholder, .contact-page .food-menu h1 .content form input[type=text]::-webkit-input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]::-webkit-input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]::-webkit-input-placeholder, .food-menu .contact-page h1 .content form input[type=text]::-webkit-input-placeholder, .contact-page .container .content form textarea::-webkit-input-placeholder, .contact-page .food-menu h1 .content form textarea::-webkit-input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea::-webkit-input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea::-webkit-input-placeholder, .food-menu .contact-page h1 .content form textarea::-webkit-input-placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]:input-placeholder, .contact-page .food-menu h1 .content form input[type=text]:input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]:input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]:input-placeholder, .food-menu .contact-page h1 .content form input[type=text]:input-placeholder, .contact-page .container .content form textarea:input-placeholder, .contact-page .food-menu h1 .content form textarea:input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea:input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea:input-placeholder, .food-menu .contact-page h1 .content form textarea:input-placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]::input-placeholder, .contact-page .food-menu h1 .content form input[type=text]::input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]::input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]::input-placeholder, .food-menu .contact-page h1 .content form input[type=text]::input-placeholder, .contact-page .container .content form textarea::input-placeholder, .contact-page .food-menu h1 .content form textarea::input-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea::input-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea::input-placeholder, .food-menu .contact-page h1 .content form textarea::input-placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]:moz-placeholder, .contact-page .food-menu h1 .content form input[type=text]:moz-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]:moz-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]:moz-placeholder, .food-menu .contact-page h1 .content form input[type=text]:moz-placeholder, .contact-page .container .content form textarea:moz-placeholder, .contact-page .food-menu h1 .content form textarea:moz-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea:moz-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea:moz-placeholder, .food-menu .contact-page h1 .content form textarea:moz-placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]::moz-placeholder, .contact-page .food-menu h1 .content form input[type=text]::moz-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]::moz-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]::moz-placeholder, .food-menu .contact-page h1 .content form input[type=text]::moz-placeholder, .contact-page .container .content form textarea::moz-placeholder, .contact-page .food-menu h1 .content form textarea::moz-placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea::moz-placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea::moz-placeholder, .food-menu .contact-page h1 .content form textarea::moz-placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]:placeholder, .contact-page .food-menu h1 .content form input[type=text]:placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]:placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]:placeholder, .food-menu .contact-page h1 .content form input[type=text]:placeholder, .contact-page .container .content form textarea:placeholder, .contact-page .food-menu h1 .content form textarea:placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea:placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea:placeholder, .food-menu .contact-page h1 .content form textarea:placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]::placeholder, .contact-page .food-menu h1 .content form input[type=text]::placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]::placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]::placeholder, .food-menu .contact-page h1 .content form input[type=text]::placeholder, .contact-page .container .content form textarea::placeholder, .contact-page .food-menu h1 .content form textarea::placeholder, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea::placeholder, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea::placeholder, .food-menu .contact-page h1 .content form textarea::placeholder {
      color: #020202; }
    .contact-page .container .content form input[type=text]:focus, .contact-page .food-menu h1 .content form input[type=text]:focus, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=text]:focus, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=text]:focus, .food-menu .contact-page h1 .content form input[type=text]:focus, .contact-page .container .content form textarea:focus, .contact-page .food-menu h1 .content form textarea:focus, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea:focus, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea:focus, .food-menu .contact-page h1 .content form textarea:focus {
      background-color: #fff; }
    .contact-page .container .content form label, .contact-page .food-menu h1 .content form label, .contact-page .food-menu section.page .slide .orbit-caption .content form label, section.page .slide .contact-page .food-menu .orbit-caption .content form label, .food-menu .contact-page h1 .content form label {
      width: auto;
      margin-left: 10px;
      display: block\9;
      margin-left: 0px\9; }
    @media screen and (max-width: 1669px) {
        .contact-page .container .content form label, .contact-page .food-menu h1 .content form label, .contact-page .food-menu section.page .slide .orbit-caption .content form label, section.page .slide .contact-page .food-menu .orbit-caption .content form label, .food-menu .contact-page h1 .content form label {
          display: block;
          margin-left: 0px; } }
    .contact-page .container .content form input[type=radio], .contact-page .food-menu h1 .content form input[type=radio], .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=radio], section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=radio], .food-menu .contact-page h1 .content form input[type=radio] {
      border: 2px solid #fff;
      border-radius: 13px;
      display: inline-block;
      height: 22px;
      outline: none;
      vertical-align: middle;
      width: 22px;
      border-radius: 0px\9;
      border: 0px\9;
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      -ms-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .contact-page .container .content form input[type=radio], .contact-page .food-menu h1 .content form input[type=radio], .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=radio], section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=radio], .food-menu .contact-page h1 .content form input[type=radio] {
          border-radius: 0px;
          border: 0px; } }
    .contact-page .container .content form input[type=radio]:checked, .contact-page .food-menu h1 .content form input[type=radio]:checked, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=radio]:checked, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=radio]:checked, .food-menu .contact-page h1 .content form input[type=radio]:checked {
      background-color: #fff;
      background-color: rgba(0, 0, 0, 0)\9; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .contact-page .container .content form input[type=radio]:checked, .contact-page .food-menu h1 .content form input[type=radio]:checked, .contact-page .food-menu section.page .slide .orbit-caption .content form input[type=radio]:checked, section.page .slide .contact-page .food-menu .orbit-caption .content form input[type=radio]:checked, .food-menu .contact-page h1 .content form input[type=radio]:checked {
          background-color: transparent; } }
    .contact-page .container .content form textarea, .contact-page .food-menu h1 .content form textarea, .contact-page .food-menu section.page .slide .orbit-caption .content form textarea, section.page .slide .contact-page .food-menu .orbit-caption .content form textarea, .food-menu .contact-page h1 .content form textarea {
      height: 150px; }
    .contact-page .container .content form .action, .contact-page .food-menu h1 .content form .action, .contact-page .food-menu section.page .slide .orbit-caption .content form .action, section.page .slide .contact-page .food-menu .orbit-caption .content form .action, .food-menu .contact-page h1 .content form .action {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 95px; }

.next-arrow {
  background: url(fff-0.3.png);
  background: rgba(255, 255, 255, 0.3);
  bottom: 0px;
  font-size: 18px;
  left: 0px;
  line-height: 22px;
  overflow: hidden;
  padding: 5px;
  padding-left: calc(50% + 82px);
  position: fixed;
  text-align: left;
  text-decoration: none;
  text-indent: -9999px;
  text-transform: lowercase;
  width: 100%;
  z-index: 900;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px\9;
  padding-left: calc(50% - 21px)\9; }
  @media screen and (max-width: 1359px) {
  .next-arrow {
    padding-left: calc(50% - 21px); } }
  @media screen and (max-width: 1039px) {
  .next-arrow {
    font-size: 14px; } }
  .next-arrow.return {
    background-color: #5ebf89;
    text-indent: 55px;
    text-indent: -9999px\9; }
  @media screen and (max-width: 1039px) {
    .next-arrow.return {
      text-indent: -9999px; } }
  .next-arrow.return:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .next-arrow.return:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .next-arrow:before, .next-arrow:after {
    content: "";
    height: 24px;
    left: 50%;
    margin-left: 82px;
    position: absolute;
    top: 5px;
    width: 41px;
    margin-left: -21px\9;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  @media screen and (max-width: 1359px) {
    .next-arrow:before, .next-arrow:after {
      margin-left: -21px; } }
  .next-arrow:before {
    background: url(next-arrow.png);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .next-arrow:after {
    background: url(next-arrow-return.png);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

footer.attribution {
  bottom: 0px;
  font-size: 20px;
  left: 0px;
  line-height: 1.3;
  padding: 0px 40px;
  position: fixed;
  text-align: center;
  width: 305px;
  z-index: 1000;
  display: block;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 22px;
  padding: 5px;
  text-transform: lowercase;
  background-color: #5ebf89\9;
  font-size: 15px\9;
  padding-bottom: 32px\9;
  position: static\9;
  width: 100%\9;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1039px) {
  footer.attribution {
    background-color: #5ebf89;
    font-size: 15px;
    padding-bottom: 32px;
    position: static;
    width: 100%; } }
  footer.attribution a {
    text-decoration: none; }
  footer.attribution a:hover, footer.attribution a:focus, footer.attribution a:active {
    text-decoration: underline; }

#colorbox {
  color: #030303;
  font-size: 18px; }
  #colorbox .container, #colorbox .food-menu h1, #colorbox .food-menu section.page .slide .orbit-caption, section.page .slide #colorbox .food-menu .orbit-caption, .food-menu #colorbox h1 {
    padding-left: 0; }
  #colorbox .container:before, #colorbox .food-menu h1:before, #colorbox .food-menu section.page .slide .orbit-caption:before, section.page .slide #colorbox .food-menu .orbit-caption:before, .food-menu #colorbox h1:before, #colorbox .container:after, #colorbox .food-menu h1:after, #colorbox .food-menu section.page .slide .orbit-caption:after, section.page .slide #colorbox .food-menu .orbit-caption:after, .food-menu #colorbox h1:after {
    display: none; }
  #colorbox .container .popup-holder p, #colorbox .food-menu h1 .popup-holder p, #colorbox .food-menu section.page .slide .orbit-caption .popup-holder p, section.page .slide #colorbox .food-menu .orbit-caption .popup-holder p, .food-menu #colorbox h1 .popup-holder p {
    margin: 15px 0; }
    #colorbox .container .popup-holder:after, #colorbox .food-menu h1 .popup-holder:after, #colorbox .food-menu section.page .slide .orbit-caption .popup-holder:after, section.page .slide #colorbox .food-menu .orbit-caption .popup-holder:after, .food-menu #colorbox h1 .popup-holder:after {
      width: 100%;
      height: 1px;
      content: '';
      display: block;
      clear: both; }
    #colorbox .container .popup-holder .popup-left, #colorbox .food-menu h1 .popup-holder .popup-left, #colorbox .food-menu section.page .slide .orbit-caption .popup-holder .popup-left, section.page .slide #colorbox .food-menu .orbit-caption .popup-holder .popup-left, .food-menu #colorbox h1 .popup-holder .popup-left {
      float: left;
      width: 30%; }
    #colorbox .container .popup-holder .popup-left img, #colorbox .food-menu h1 .popup-holder .popup-left img, #colorbox .food-menu section.page .slide .orbit-caption .popup-holder .popup-left img, section.page .slide #colorbox .food-menu .orbit-caption .popup-holder .popup-left img, .food-menu #colorbox h1 .popup-holder .popup-left img {
      width: auto;
      height: auto;
      max-width: 100%; }
    #colorbox .container .popup-holder .popup-right, #colorbox .food-menu h1 .popup-holder .popup-right, #colorbox .food-menu section.page .slide .orbit-caption .popup-holder .popup-right, section.page .slide #colorbox .food-menu .orbit-caption .popup-holder .popup-right, .food-menu #colorbox h1 .popup-holder .popup-right {
      float: right;
      width: 68%; }

.beer h2 {
  font-size: 30px; }

.beer .heading, .beer .tagline, .beer .prices {
  display: inline; }

.beer .heading h2 {
  color: #030303;
  font-weight: normal; }

.beer .tagline {
  font-size: 20px;
  vertical-align: text-bottom; }

.beer .description {
  display: none; }

.beer.has-prices .heading, .beer.has-prices .tagline, .beer.has-prices .description {
  display: block; }

.beer.has-prices .heading h2 {
  color: #094;
  font-weight: bold; }

.beer.has-prices .tagline {
  font-size: 25px;
  vertical-align: baseline; }

.beer.has-prices .prices {
  display: inline-block; }
/*#Our-Drinks\/Beer .normal > .heading > h2
 {
 font-size: 50px;
 }*/
form.booking {
  font-size: 20px; }
  form.booking label {
    line-height: 26px;
    width: 40%; }

html.touch .main-navigation {
  display: none; }

#mobileMenu {
  display: none;
  background-color: #f8ce17;
  color: #000;
  text-align: center;
  padding: 0px;
  font-family: RobotoCondensed, sans-serif;
  overflow: hidden; }
  html.touch #mobileMenu {
    display: block; }
  #mobileMenu ul {
    padding: 0px;
    margin: 0px; }
  #mobileMenu li {
    display: block;
    text-transform: uppercase; }
  #mobileMenu li.submenu {
    background: url(mobileMenuArrowRightBlack.png) right no-repeat; }
  #mobileMenu li.back {
    background: url(mobileMenuArrowLeftBlack.png) left no-repeat; }
  #mobileMenu a, #mobileMenu h1, #mobileMenu section.page .slide .orbit-caption, section.page .slide #mobileMenu .orbit-caption {
    color: inherit; }
  #mobileMenu a {
    padding: 10px 0px;
    display: block;
    border-top: 1px solid #000; }
  #mobileMenu h1, #mobileMenu section.page .slide .orbit-caption, section.page .slide #mobileMenu .orbit-caption {
    margin: 0px;
    background: #fbdf23;
    background: -moz-linear-gradient(top, #fbdf23 0%, #f6bd0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbdf23), color-stop(100%, #f6bd0c));
    background: -webkit-linear-gradient(top, #fbdf23 0%, #f6bd0c 100%);
    background: -o-linear-gradient(top, #fbdf23 0%, #f6bd0c 100%);
    background: -ms-linear-gradient(top, #fbdf23 0%, #f6bd0c 100%);
    background: linear-gradient(top, #fbdf23 0%, #f6bd0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBDF23', endColorstr='#FFF6BD0C', GradientType=if($horizontal, 1, 0)); }
  #mobileMenu h1 a, #mobileMenu section.page .slide .orbit-caption a, section.page .slide #mobileMenu .orbit-caption a {
    border: 0px;
    background-image: url(mobileMenuArrowDownBlack.png);
    background-position: right;
    background-repeat: no-repeat; }
    #mobileMenu h1 a.active, #mobileMenu section.page .slide .orbit-caption a.active, section.page .slide #mobileMenu .orbit-caption a.active {
      background-image: url(mobileMenuArrowUpBlack.png); }
