/* COLOUR VARIABLES 
=================================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* CSS Document */
/* ===================================================================================

version:	1.0
date:		07/10/2018
author:		Thomas James

*/
/* OVERALL DOCUMENT STYLES
=================================================================================== */
html, body {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #e8e7e5;
  line-height: 1.3em;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden; }

body.no-scroll {
  overflow: hidden; }

html.no-touch {
  /* Modernizer 2.8.3*/ }

html.no-touchevents {
  /* Modernizer 3.5.0*/ }

::selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

/* COOKIES WARNING
=================================================================================== */
#cookies_warning {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 10px 0 10px 0;
  float: left;
  clear: both;
  background: #101111;
  overflow: hidden;
  z-index: 200; }

#cookies_warning > #cookies_text {
  width: 80%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  clear: both;
  z-index: 1; }

#cookies_warning > #cookies_text > span {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  line-height: 1.5em; }

#cookies_warning > #cookies_text > span a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline; }

#cookies_warning > #cookies_text > span a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

a#cookies_close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 12px;
  color: #fff;
  margin: -10px 0 0 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  clear: both;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  z-index: 2; }

a#cookies_close:before {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  outline: 1px solid transparent;
  z-index: 2; }

a#cookies_close:after {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  outline: 1px solid transparent;
  z-index: 2; }

a#cookies_close:hover {
  color: #fff;
  text-decoration: none; }

.no-touch a#cookies_close:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* RESPONSIVE MENU
=================================================================================== */
nav#responsive_menu {
  display: none;
  width: 254px;
  min-height: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #131213; }

nav#responsive_menu ul {
  list-style: none;
  width: 202px;
  height: auto;
  margin: 30px 0 0 26px;
  padding: 0 0 60px 0;
  float: left;
  clear: both; }

nav#responsive_menu ul li {
  width: 100%;
  height: auto;
  margin: 0 0 11px 0;
  padding: 0 0 11px 0;
  float: left;
  clear: both;
  /*font-family: $OpenSans;*/
  font-size: 1.6em;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.0em;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

nav#responsive_menu ul li a {
  color: #fff;
  text-decoration: none; }

nav#responsive_menu ul li a:hover, nav#responsive_menu ul li.nav_active a {
  color: #a48153;
  text-decoration: none; }

/* Level Two */
/*nav#responsive_menu ul li ul {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
}

nav#responsive_menu ul li ul li {
	margin: 7px 0 7px 0;
	padding: 0;
	font-size: 0.8em;
	border-bottom: none;
}

nav#responsive_menu ul li ul li a, nav#responsive_menu ul li.nav_active ul li a {
	color: #c7c6c7;
	text-decoration: none;
}

nav#responsive_menu ul li ul li a:hover, nav#responsive_menu ul li.nav_active ul li.sub_active a {
	color: #a48153;
	text-decoration: none;
}*/
/* Hide Menus */
/*nav#responsive_menu ul li ul {
	display: none;
}

nav#responsive_menu ul li.nav_active ul {
	display: block;
}*/
/* HEADER
=================================================================================== */
header {
  display: table;
  width: 100%;
  height: 40%;
  max-height: 700px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both; }

header.home {
  background: #000 url("../images/main_images/glasgow.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/*header.glasgow-city-centre,
header.taxiworld,
header.alexandra-parade {
	background: #000 url("../images/main_images/glasgow.jpg?v=2.0") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}*/
header:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  clear: both;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }

header:after {
  display: block;
  content: " ";
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  margin: 0;
  padding: 0;
  clear: both;
  border: 2px solid #9c7f51;
  z-index: 2; }

#header_contents {
  display: table-cell;
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 0 120px 0;
  vertical-align: middle;
  text-align: center;
  z-index: 3; }

#header_contents > .contents {
  max-width: 90%; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; } }

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; } }

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; } }

a#main_logo {
  display: inline-block;
  width: 80%;
  max-width: 400px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeInUp 1.5s forwards;
  -moz-animation: fadeInUp 1.5s forwards;
  -o-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top; }
  a#main_logo::before {
    display: block;
    content: " ";
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 43.2203389831%;
    background: url("../images/enzos_logo_2022.svg") center center no-repeat;
    background-size: 100% auto; }

a#main_logo:hover {
  text-decoration: none; }

/* MAIN NAVIGATION
=================================================================================== */
nav#main {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  /*background: #666;*/ }

nav#main ul {
  list-style: none;
  margin: 0;
  padding: 0; }

nav#main ul li {
  float: left;
  display: inline;
  /*font-family: $OpenSans;*/
  font-size: 1.2em;
  color: #7a7a7a;
  font-weight: normal;
  font-style: normal;
  margin: 0 10px 0 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.0em;
  vertical-align: top; }

nav#main ul li a {
  color: #b5b5b5;
  text-decoration: none; }

nav#main ul li a:hover, nav#main ul li.active a {
  color: #b5b5b5;
  text-decoration: none; }

/* RESPONSIVE MENU BUTTON
=================================================================================== */
a#menu_button {
  display: none;
  width: 30px;
  height: 23px;
  position: absolute;
  top: 49px;
  right: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2; }

#menu_line01, #menu_line03 {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
  padding: 0;
  background: #7c7c7c;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }

#menu_line02 {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  padding: 0;
  background: #7c7c7c;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

#menu_line03 {
  position: absolute;
  top: 17px;
  left: 0; }

.no-touch a#menu_button:hover #menu_line01 {
  -webkit-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  -moz-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  -ms-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  -o-transform: rotateZ(0deg) translateX(0px) translateY(-3px);
  transform: rotateZ(0deg) translateX(0px) translateY(-3px); }

.no-touch a#menu_button:hover #menu_line03 {
  -webkit-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  -moz-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  -ms-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  -o-transform: rotateZ(0deg) translateX(0px) translateY(3px);
  transform: rotateZ(0deg) translateX(0px) translateY(3px); }

a#menu_button.close #menu_line01 {
  background: #a48153;
  -webkit-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -moz-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -ms-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  -o-transform: rotateZ(45deg) translateX(5px) translateY(5px) !important;
  transform: rotateZ(45deg) translateX(5px) translateY(5px) !important; }

a#menu_button.close #menu_line02 {
  display: none; }

a#menu_button.close #menu_line03 {
  background: #a48153;
  -webkit-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -moz-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -ms-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  -o-transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important;
  transform: rotateZ(-45deg) translateX(5px) translateY(-5px) !important; }

/* LAYOUT STYLES
=================================================================================== */
#wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0 0 30px 0;
  float: left;
  clear: both;
  background: #ededed url("../images/bk_brownpaper.jpg") 0 0 repeat;
  background-size: 276px 276px;
  z-index: 2; }

#wrapper .contents {
  max-width: 1400px; }

#contents_container {
  width: 100%;
  height: auto;
  margin: -90px 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1); }

/* CONTENTS AREA LAYOUT
=================================================================================== */
.textrow,
.row {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1; }

.tablerow {
  display: table;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1; }

.bk_ricepaper {
  background: #f6efed url("../images/bk_ricepaper.jpg") 0 0 repeat;
  background-size: 485px 485px; }

.bk_brickwall {
  background: #ededed url("../images/bk_brickwall.jpg") 0 0 repeat;
  background-size: 110px 69px; }

.bk_brownpaper {
  background: #ededed url("../images/bk_brownpaper.jpg") 0 0 repeat;
  background-size: 276px 276px; }

.contents {
  width: 89.28571428571429%;
  max-width: 1400px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
  clear: both;
  z-index: 2; }

.textrow > .contents {
  width: 90%;
  max-width: 680px; }

.container {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 1; }

/* Sitecake */
.editable {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both; }

.editable img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

/* Div Tables */
.table_row_fixed {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1; }

.table_col_100 {
  display: table-cell;
  width: 100%;
  height: auto;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 3; }

.table_col_100 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.table_col_50_01,
.table_col_50_02 {
  display: table-cell;
  width: 50%;
  height: auto;
  position: relative;
  vertical-align: middle;
  text-align: center; }

.table_col_50_01 > .contents,
.table_col_50_02 > .contents {
  width: 80%;
  max-width: 460px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0; }

.table_col_50_01 img,
.table_col_50_02 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

/* TWO COLUMNS
======================================================== */
.two_col_one {
  width: 50%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }

.two_col_two {
  width: 50%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }

.two_col_one > .contents,
.two_col_two > .contents {
  width: 90%;
  max-width: 90%; }

/* THREE COLUMNS
======================================================== */
.three_col_one {
  width: 33.333333333%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 1; }

.three_col_two {
  width: 33.333333333%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  z-index: 1; }

.three_col_three {
  width: 33.333333333%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  z-index: 1; }

/* HOME PAGE STYLES
=================================================================================== */
#introduction {
  margin: 0;
  padding: 70px 0 70px 0;
  text-align: center;
  background: #fff; }

#introduction > .contents {
  width: 90%;
  max-width: 680px; }

a.justeat {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  clear: both;
  vertical-align: top; }
  a.justeat::before {
    display: block;
    content: " ";
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 24.154589372%;
    background: url("../images/just_eat_logo.svg") center center no-repeat;
    background-size: 100% auto; }

#terms {
  margin: 0;
  padding: 70px 0 90px 0;
  text-align: center;
  background: #fff; }

#terms > .contents {
  width: 90%;
  max-width: 880px;
  text-align: left; }

#cafes {
  padding: 50px 0 20px 0;
  text-align: center;
  background: #f6efed url("../images/bk_ricepaper.jpg") 0 0 repeat;
  background-size: 485px 485px; }

figure.beans {
  display: inline-block;
  width: 44px;
  height: 39px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_beans.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.cup {
  display: inline-block;
  width: 60px;
  height: 50px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_cup.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.cup2 {
  display: inline-block;
  width: 46px;
  height: 59px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_cup2.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.star {
  display: inline-block;
  width: 54px;
  height: 53px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_star.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.star_white {
  display: inline-block;
  width: 54px;
  height: 53px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_star_white.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.breakfast {
  display: inline-block;
  width: 68px;
  height: 48px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_breakfast.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.sandwich {
  display: inline-block;
  width: 80px;
  height: 45px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_sandwich.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.cake {
  display: inline-block;
  width: 70px;
  height: 74px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_cake.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.soup {
  display: inline-block;
  width: 64px;
  height: 54px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_soup.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.salad {
  display: inline-block;
  width: 64px;
  height: 61px;
  margin: -18px 0 12px 0;
  padding: 0;
  background: url("../images/icon_salad.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

figure.christmas {
  display: inline-block;
  width: 60px;
  height: 53px;
  margin: 0 0 8px 0;
  padding: 0;
  background: url("../images/icon_christmas.png") 0 0 no-repeat;
  background-size: 100% auto;
  clear: both; }

/* Cards */
ul.one_col {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 12px 0 0 0;
  padding: 0;
  float: left;
  clear: both; }

ul.one_col li {
  display: inline-block;
  width: 50%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out; }

ul.two_col {
  list-style: none;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
  height: auto;
  margin: 12px 0 0 -30px;
  padding: 0;
  float: left;
  clear: both; }

ul.two_col li {
  display: inline-block;
  width: 50%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out; }

ul.three_col {
  list-style: none;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
  height: auto;
  margin: 12px 0 0 -30px;
  padding: 0;
  float: left;
  clear: both; }

ul.three_col li {
  display: inline-block;
  width: 33.333333333%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out; }

.no-touch ul.one_col li:hover,
.no-touch ul.two_col li:hover,
.no-touch ul.three_col li:hover {
  -webkit-transform: translate3d(0, -4px, 0);
  -moz-transform: translate3d(0, -4px, 0);
  -ms-transform: translate3d(0, -4px, 0);
  -o-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }

ul.one_col li img,
ul.two_col li img,
ul.three_col li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

ul.one_col li .card,
ul.two_col li .card,
ul.three_col li .card {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out; }

.no-touch ul.one_col li:hover .card,
.no-touch ul.two_col li:hover .card,
.no-touch ul.three_col li:hover .card {
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16); }

ul.one_col li .card .imagebox,
ul.two_col li .card .imagebox,
ul.three_col li .card .imagebox {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both; }

ul.one_col li .card .textbox,
ul.two_col li .card .textbox,
ul.three_col li .card .textbox {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 24px 22px 20px 22px;
  float: left;
  clear: both;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* CAFE PAGE STYLES
=================================================================================== */
#breakfast {
  padding: 70px 0 70px 0;
  text-align: center; }

#hotdrinks {
  padding: 70px 0 60px 0;
  text-align: center;
  background: #222; }

#lunchspecials {
  padding: 70px 0 70px 0;
  text-align: center; }

#sandwiches {
  padding: 70px 0 70px 0;
  text-align: center;
  background: #fff; }

#specials {
  padding: 70px 0 70px 0;
  text-align: center;
  background: #b09578; }

#salads {
  padding: 70px 0 70px 0;
  text-align: center; }

#hotsnacks {
  padding: 70px 0 70px 0;
  text-align: center; }

#cakes {
  padding: 70px 0 70px 0;
  text-align: center; }

#breakfast > .contents,
#hotdrinks > .contents,
#sandwiches > .contents,
#salads > .contents,
#hotsnacks > .contents,
#cakes > .contents {
  max-width: 80%; }

#openinglocation {
  text-align: center;
  background: #222; }

#openinglocation .table_col_50_01 {
  height: 440px;
  padding: 50px 0 20px 0;
  background: url("../images/contact.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#openinglocation .table_col_50_02 {
  height: 440px;
  background: url("../images/contact2.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#openinghours {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px;
  float: left;
  clear: both;
  border: 2px solid #b09578;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#googlemap {
  height: 480px;
  background: #888;
  border: 12px solid #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* PAGE STYLES
=================================================================================== */
/* QUOTE BAR STYLES
=================================================================================== */
#quote_bar {
  display: table;
  height: 450px;
  margin: 30px 0 0 0;
  background: #040706 url("../images/home/image_row_01.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }

#quote_bar:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1; }

#quote_bar .quote {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 20px 50px 20px;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3; }

#quote_bar .quote .contents {
  max-width: 600px; }

/* SUBSCRIBE BAR STYLES
=================================================================================== */
#subscribe_bar {
  display: table;
  width: 100%;
  height: 400px;
  margin: 30px 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }

#subscribe_bar_col_01 {
  display: table-cell;
  width: 50%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 50px;
  text-align: center;
  background: #040706;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

#subscribe_bar_col_01:before {
  display: block;
  content: " ";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid #b09578;
  z-index: 1; }

ul.subscribe_form {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both; }

ul.subscribe_form li {
  width: auto;
  height: auto;
  position: relative;
  margin: 18px 0 0 0;
  padding: 0 30px 0 0;
  float: left;
  display: inline;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul.subscribe_form li.w100 {
  width: 100%; }

input.js-cm-email-input {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #5c5c5c;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 14px 80px 14px 14px;
  letter-spacing: 1px;
  line-height: 1.0em;
  float: left;
  clear: both;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #b09578;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1; }

input.js-cm-email-input.error {
  background: #fff;
  border: 2px solid #9c4240; }

button.js-cm-submit-button {
  width: 65px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #b09578 url("../images/subscribe_send.png") center center no-repeat;
  background-size: 50% auto;
  border: 2px solid #b09578;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  z-index: 2; }

button.js-cm-submit-button:hover {
  background: #7a6248 url("../images/subscribe_send.png") center center no-repeat;
  background-size: 50% auto;
  border: 2px solid #7a6248; }

/* The container */
label.checklabel {
  display: block;
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #eee;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 5px 0 6px 35px;
  letter-spacing: 0;
  line-height: 1.4em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

label.checklabel input {
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 2px solid #b09578;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

label.checklabel:hover input ~ .checkmark {
  background-color: transparent;
  border: 2px solid #7a6248; }

label.checklabel input:checked ~ .checkmark {
  background-color: #7a6248;
  border: 2px solid #7a6248; }

.checkmark:after {
  content: " ";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
label.checklabel input:checked ~ .checkmark:after {
  display: block; }

label.checklabel .checkmark:after {
  width: 5px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 0;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

#subscribe_bar_col_02 {
  display: table-cell;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 0 0 15px;
  text-align: center;
  background: #040706 url("../images/subscribe_bar_02.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* FOOTER
=================================================================================== */
footer {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 15px 0 15px 0;
  float: left;
  clear: both;
  background: #101111;
  z-index: 1; }

#footer_left {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both; }

#footer_right {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  text-align: right; }

/* IE CLEAR FIX CLASS
=================================================================================== */
.clear {
  display: block;
  width: 100%;
  height: 0 !important;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  float: left;
  clear: both; }

/* TYPOGRAPHY
=================================================================================== */
h1, h2, h3, h4, h5, h6, p {
  text-rendering: optimizelegibility;
  clear: both; }

/* H1 */
h1, .h1 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 3.8em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.2em; }

h1.margin10 {
  margin: 0 0 10px 0 !important; }

/* H2 */
h2, .h2 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 3.0em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.3em; }

h2.large, .h2_large {
  display: inline-block;
  position: relative;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 4.0em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  letter-spacing: 1px;
  line-height: 1.3em; }

h2.large:after, .h2_large:after {
  display: block;
  content: " ";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -50px;
  background: #b09578; }

/* H3 */
h3, .h3 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.2em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 14px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3em; }

#cafes h3 {
  font-size: 2.4em;
  margin: 0 0 4px 0;
  letter-spacing: 1px; }

#openinglocation h3 {
  margin: 0 0 24px 0; }

/* H4 */
h4, .h4 {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 1.8em;
  color: #b09578;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 24px 0;
  padding: 0;
  letter-spacing: 0.5px;
  line-height: 1.5em; }

#cafes h4,
h4.cafes {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #b09578;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 14px 0;
  padding: 0;
  letter-spacing: 1.5px;
  line-height: 1.3em; }

h4.cafes {
  margin: 0 0 18px 0; }

/* H5 */
h5, .h5 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 20px 0 0 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.3em; }

/* H6 */
/* P */
p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #5c5c5c;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 18px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.7em; }

p.oswald {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  color: #5c5c5c;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 18px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.7em; }

p.merr {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  color: #5c5c5c;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 18px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.8em; }

p.merr.large {
  font-size: 1.8em; }

p.labelle {
  font-family: "La Belle Aurore", "Comic Sans MS", cursive, sans-serif;
  font-size: 4.6em;
  color: #b09578;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3em; }

p.quote_quote {
  font-family: "La Belle Aurore", "Comic Sans MS", cursive, sans-serif;
  font-size: 3.2em;
  color: #b09578;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 18px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.3em; }

p.quote_from {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #b09578;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4em; }

#main_image p strong {
  font-weight: 700; }

footer p {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #5c5c5c;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  line-height: 1.6em; }

.text_dark {
  color: #101111 !important; }

.text_white {
  color: #fff !important; }

.text_offwhite {
  color: #eee !important; }

.text_lightgrey {
  color: #888 !important; }

.text_gold {
  color: #b09578 !important; }

.text_grey {
  color: #5c5c5c !important; }

.text_red {
  color: #9c4240 !important; }

b, strong {
  font-weight: bold;
  line-height: inherit; }

em, i {
  font-style: italic;
  line-height: inherit; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 14px 0 14px 0;
  padding: 0;
  text-align: left; }

/* ALIGN */
.justify {
  text-align: justify !important;
  text-justify: inter-word !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap; }

.center img {
  display: inline-block;
  /* IE Fix */
  zoom: 1;
  *display: inline; }

/* TRANSFORM */
.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

abbr[title] {
  cursor: help;
  /*border-bottom: none;*/ }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.force-select {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

/* Text Shadow - X-coordinate / Y-coordinate / Blur Radius / Color (RGB) */
.text_shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45); }

/* Google Maps Popup Text Colour */
.gm-style-iw {
  color: #000; }

/* LIST STYLES
=================================================================================== */
/* One Col Menu */
ul.menu_1col {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 20px 0 10px 0;
  padding: 0;
  float: left;
  clear: both; }

ul.menu_1col.sml {
  margin: 10px 0 10px 0; }

ul.menu_1col li {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top; }

ul.menu_1col.sml li {
  margin: 0 0 15px 0; }

/* Two Col Menu */
ul.menu_2col {
  list-style: none;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: -o-calc(100% + 40px);
  width: calc(100% + 40px);
  height: auto;
  margin: 20px 0 10px -40px;
  padding: 0;
  float: left;
  clear: both; }

ul.menu_2col li {
  display: inline-block;
  width: 50%;
  height: auto;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top; }

/* Three Col Menu */
ul.menu_3col {
  list-style: none;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
  height: auto;
  margin: 20px 0 10px -30px;
  padding: 0;
  float: left;
  clear: both; }

ul.menu_3col li {
  display: inline-block;
  width: 33.333333333%;
  height: auto;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top; }

ul.menu_1col li .titleprice,
ul.menu_2col li .titleprice,
ul.menu_3col li .titleprice {
  display: table;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden; }

ul.menu_1col li .multiprice_title,
ul.menu_2col li .multiprice_title,
ul.menu_3col li .multiprice_title {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  float: left;
  clear: both; }

ul.menu_1col li .multiprice_title .multiprice,
ul.menu_2col li .multiprice_title .multiprice,
ul.menu_3col li .multiprice_title .multiprice {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #101111;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0 7px 0 8px;
  letter-spacing: 0.5px;
  text-align: right;
  line-height: 1.3em;
  border-left: 1px solid #b09578; }

ul.menu_1col li .multiprice_title .multiprice:first-child,
ul.menu_2col li .multiprice_title .multiprice:first-child,
ul.menu_3col li .multiprice_title .multiprice:first-child {
  border-left: none !important; }

ul.menu_1col li .titleprice .title,
ul.menu_2col li .titleprice .title,
ul.menu_3col li .titleprice .title {
  display: table-cell;
  width: auto;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  color: #5c5c5c;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0 6px 0 0;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul.menu_1col.sml li .titleprice .title {
  font-size: 1.6em; }

.bk_brownpaper ul.menu_1col li .multiprice_title .multiprice,
.bk_brownpaper ul.menu_2col li .multiprice_title .multiprice,
.bk_brownpaper ul.menu_3col li .multiprice_title .multiprice {
  color: #101111; }

.bk_brownpaper ul.menu_1col li .titleprice .title,
.bk_brownpaper ul.menu_2col li .titleprice .title,
.bk_brownpaper ul.menu_3col li .titleprice .title {
  color: #101111; }

.dark ul.menu_1col li .multiprice_title .multiprice,
.dark ul.menu_2col li .multiprice_title .multiprice,
.dark ul.menu_3col li .multiprice_title .multiprice {
  color: #eee; }

.dark ul.menu_1col li .titleprice .title,
.dark ul.menu_2col li .titleprice .title,
.dark ul.menu_3col li .titleprice .title {
  color: #eee; }

.gold ul.menu_1col li .multiprice_title .multiprice,
.gold ul.menu_2col li .multiprice_title .multiprice,
.gold ul.menu_3col li .multiprice_title .multiprice {
  color: #101111; }

.gold ul.menu_1col li .titleprice .title,
.gold ul.menu_2col li .titleprice .title,
.gold ul.menu_3col li .titleprice .title {
  color: #101111; }

ul.menu_1col li .titleprice .dots,
ul.menu_2col li .titleprice .dots,
ul.menu_3col li .titleprice .dots {
  display: table-cell;
  width: 98%;
  padding: 0 0 3px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul.menu_1col li .titleprice .dots span,
ul.menu_2col li .titleprice .dots span,
ul.menu_3col li .titleprice .dots span {
  display: block;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.25); }

.bk_brownpaper ul.menu_1col li .titleprice .dots span,
.bk_brownpaper ul.menu_2col li .titleprice .dots span,
.bk_brownpaper ul.menu_3col li .titleprice .dots span {
  border-bottom: 3px dotted rgba(255, 255, 255, 0.6); }

.dark ul.menu_1col li .titleprice .dots span,
.dark ul.menu_2col li .titleprice .dots span,
.dark ul.menu_3col li .titleprice .dots span {
  border-bottom: 3px dotted rgba(255, 255, 255, 0.4); }

.gold ul.menu_1col li .titleprice .dots span,
.gold ul.menu_2col li .titleprice .dots span,
.gold ul.menu_3col li .titleprice .dots span {
  border-bottom: 3px dotted rgba(255, 255, 255, 0.4); }

ul.menu_1col li .titleprice .price,
ul.menu_2col li .titleprice .price,
ul.menu_3col li .titleprice .price {
  display: table-cell;
  width: auto;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0 0 0 8px;
  text-align: right;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

ul.menu_1col li .titleprice .price.sml,
ul.menu_2col li .titleprice .price.sml,
ul.menu_3col li .titleprice .price.sml {
  font-size: 1.1em;
  font-weight: 400;
  padding: 0 8px 0 8px;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.3em;
  border-left: 2px solid #b09578; }

ul.menu_1col li .titleprice .price.sml.first,
ul.menu_2col li .titleprice .price.sml.first,
ul.menu_3col li .titleprice .price.sml.first {
  border-left: none; }

ul.menu_1col.sml li .titleprice .price {
  font-size: 1.6em; }

.dark ul.menu_1col li .titleprice .price,
.dark ul.menu_2col li .titleprice .price,
.dark ul.menu_3col li .titleprice .price {
  color: #fff;
  font-weight: 700; }

.gold ul.menu_1col li .titleprice .price,
.gold ul.menu_2col li .titleprice .price,
.gold ul.menu_3col li .titleprice .price {
  color: #fff;
  font-weight: 700; }

ul.menu_1col li .titleprice .price sup,
ul.menu_2col li .titleprice .price sup,
ul.menu_3col li .titleprice .price sup {
  font-size: 0.7em;
  color: #b09578;
  font-weight: 600;
  letter-spacing: 1px; }

.bk_brownpaper ul.menu_1col li .titleprice .price sup,
.bk_brownpaper ul.menu_2col li .titleprice .price sup,
.bk_brownpaper ul.menu_3col li .titleprice .price sup {
  color: #b09578;
  font-weight: 700; }

.dark ul.menu_1col li .titleprice .price sup,
.dark ul.menu_2col li .titleprice .price sup,
.dark ul.menu_3col li .titleprice .price sup {
  color: #b09578;
  font-weight: 700; }

.gold ul.menu_1col li .titleprice .price sup,
.gold ul.menu_2col li .titleprice .price sup,
.gold ul.menu_3col li .titleprice .price sup {
  color: #fff;
  font-weight: 700; }

ul.menu_1col li .description,
ul.menu_2col li .description,
ul.menu_3col li .description {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  color: #b09578;
  font-weight: 400;
  font-style: italic;
  margin: 6px 0 0 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bk_brownpaper ul.menu_1col li .description,
.bk_brownpaper ul.menu_2col li .description,
.bk_brownpaper ul.menu_3col li .description {
  color: #515151; }

.dark ul.menu_1col li .description,
.dark ul.menu_2col li .description,
.dark ul.menu_3col li .description {
  color: #b09578; }

.gold ul.menu_1col li .description,
.gold ul.menu_2col li .description,
.gold ul.menu_3col li .description {
  color: #fff; }

/* Opening Times */
ul.openingtimes {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both; }

ul.openingtimes li {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 16px 0;
  padding: 0;
  overflow: hidden;
  vertical-align: top; }

ul.openingtimes li .day {
  display: table;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: visible; }

ul.openingtimes li .title {
  display: table-cell;
  width: auto;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0 6px 0 0;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul.openingtimes li .dots {
  display: table-cell;
  width: 98%;
  padding: 0 0 2px 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul.openingtimes li .dots span {
  display: block;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.4); }

ul.openingtimes li .time {
  display: table-cell;
  width: auto;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0 0 0 8px;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  text-align: right;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

/* LINKS
=================================================================================== */
a {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: underline; }

a img {
  border: 0; }

a[href^=tel], a[href^=sms] {
  color: inherit;
  text-decoration: none;
  cursor: default; }

a[x-apple-data-detectors] {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important; }

footer a {
  color: #5c5c5c;
  text-decoration: none; }

footer a:hover {
  color: #fff;
  text-decoration: none; }

a.facebook {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 4px 0 0 0;
  padding: 0;
  clear: both;
  background: url("../images/facebook_gold.svg") center center no-repeat;
  background-size: 100% auto; }
  a.facebook.mbottom {
    margin: 4px 0 16px 0; }
  .no-svg a.facebook {
    background: url("../images/facebook_gold.png") center center no-repeat;
    background-size: 100% auto; }
  a.facebook.white {
    background: url("../images/facebook_white.svg") center center no-repeat;
    background-size: 100% auto; }
    .no-svg a.facebook.white {
      background: url("../images/facebook_white.png") center center no-repeat;
      background-size: 100% auto; }

/* General Button */
a.btn {
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: auto;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 14px 10px 18px 0;
  padding: 18px 32px 18px 34px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.0em;
  background: #9c7f51;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  clear: both; }

a.btn:hover {
  color: #fff;
  text-decoration: none; }

.no-touch a.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #101111; }

/* Reversed */
a.btn.rev:hover {
  color: #b09578;
  text-decoration: none; }

.no-touch a.btn.rev:hover {
  color: #b09578;
  text-decoration: none;
  background: #fff; }

/* Black */
a.btn.black {
  color: #101111;
  padding: 15px 29px 15px 31px;
  background: transparent;
  border: 3px solid #101111; }

a.btn.black:hover {
  color: #b09578;
  text-decoration: none; }

.no-touch a.btn.black:hover {
  color: #fff;
  text-decoration: none;
  background: #101111; }

/* White */
a.btn.white {
  color: #fff;
  padding: 15px 29px 15px 31px;
  background: transparent;
  border: 3px solid #fff; }

a.btn.white:hover {
  color: #fff;
  text-decoration: none; }

.no-touch a.btn.white:hover {
  color: #101111;
  text-decoration: none;
  background: #fff; }

/* Turns Text Overflow to ellipsis ... KEEP AT BOTTOM OF A-TAGS */
.ellipsis a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* FORM STYLES
=================================================================================== */
input,
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
select,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button:disabled {
  cursor: default; }

input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

input[type="checkbox"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px; }

:focus {
  outline: 0; }

[hidden] {
  display: none !important; }

/*label.error {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 10px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: $t_white;
	font-weight: bold;
	line-height: 1.2em;
	background: #ff0000;
	zoom: 1;
	*display: inline;
}*/
input.error {
  border-color: #ff0000 !important; }

textarea.error {
  border-color: #ff0000 !important; }

select.error {
  border-color: #ff0000 !important; }

/*textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	
}*/
/*textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	
}*/
/* PLACEHOLDER STYLES
=================================================================================== */
*::-webkit-input-placeholder {
  /*color: #000;*/
  opacity: 1.0;
  line-height: normal; }

*[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
  line-height: normal; }

/* Firefox 18- */
*:-moz-placeholder {
  /*color: #000;*/
  opacity: 1.0;
  line-height: normal; }

*[placeholder]:focus:-moz-placeholder {
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
  line-height: normal; }

/* Firefox 19+ */
*::-moz-placeholder {
  /*color: #000;*/
  opacity: 1.0;
  line-height: normal; }

*[placeholder]:focus::-moz-placeholder {
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
  line-height: normal; }

/* Internet Explorer 10-11 */
*:-ms-input-placeholder {
  /*color: #000;*/
  opacity: 1.0;
  line-height: normal; }

*[placeholder]:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
  line-height: normal; }

/* Microsoft Edge */
*::-ms-input-placeholder {
  /*color: #000;*/
  opacity: 1.0;
  line-height: normal; }

*[placeholder]:focus::-ms-input-placeholder {
  -ms-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
  line-height: normal; }

/* IMAGE STYLES
=================================================================================== */
img {
  vertical-align: top;
  border-style: none; }

.imgfloatleft {
  float: left;
  margin: 0 10px 10px 0; }

.imgfloatright {
  float: right;
  margin: 0 0 10px 10px; }

/* If using a google map */
/*#googlemap img {
	max-width: inherit !important;
}*/
/* COOKIES POLICY
=================================================================================== */
#cookies_policy h1, #cookies_policy .h1 {
  position: relative;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 3.2em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.2em;
  text-align: left; }

#cookies_policy h2, #cookies_policy .h2 {
  position: relative;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.6em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-align: left; }

#cookies_policy h3, #cookies_policy .h3 {
  position: relative;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.2em;
  color: #b09578;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-align: left; }

#cookies_policy h4, #cookies_policy .h4 {
  position: relative;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  color: #101111;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-align: left; }

#cookies_policy p {
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #5c5c5c;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 18px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left; }

#cookies_policy ul {
  position: relative;
  list-style: disc;
  width: auto;
  height: auto;
  margin: 0 0 16px 30px;
  padding: 0;
  clear: both;
  text-align: left; }

#cookies_policy ul li {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #000;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.5em;
  vertical-align: top;
  text-align: left; }

#cookies_policy a {
  color: #000;
  text-decoration: none; }

#cookies_policy a:hover {
  color: #000;
  text-decoration: underline; }

/* RESPONSIVE VIDEO EMBED STYLES
=================================================================================== */
.video_embed {
  width: 100%;
  height: 0;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 56.25%;
  /* 16by9 YouTube/Vimeo */
  /*padding-bottom: 42.857143%;*/
  /* 21by9 */
  /*padding-bottom: 75%;*/
  /*4by3*/
  /*padding-bottom: 100%;*/
  /*1by1*/
  float: left;
  clear: both;
  overflow: hidden; }

.video_embed iframe,
.video_embed object,
.video_embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1; }

/* RESPONSIVE STYLES
=================================================================================== */
.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

img.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

img.img-responsive-inline {
  display: inline-block !important;
  width: 100%;
  max-width: 100%;
  height: auto; }

img.img-responsive-inline_h {
  display: inline-block !important;
  width: auto;
  height: auto;
  max-height: 100%; }

.visible_desktop_tablet {
  display: inline-block !important; }

.visible_desktop {
  display: inline-block !important; }

.visible_tablet {
  display: none !important; }

.visible_tablet_land {
  display: none !important; }

.visible_tablet_port {
  display: none !important; }

.visible_phone {
  display: none !important; }

.visible_phone_land {
  display: none !important; }

.visible_phone_port {
  display: none !important; }

.visible_tablet_phone {
  display: none !important; }

.hidden_desktop_tablet {
  display: none !important; }

.hidden_desktop {
  display: none !important; }

.hidden_tablet {
  display: inline-block !important; }

.hidden_phone {
  display: inline-block !important; }

.hidden_tablet_phone {
  display: inline-block !important; }

/* OTHER BASE STYLES
=================================================================================== */
.floatleft {
  float: left; }

.floatright {
  float: right; }

.floatnone {
  float: none; }

.overflow {
  height: auto !important;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }

.overflow_ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* horizontal offset / vertical offset / blur radius / spread radius */
.shadow {
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  -o-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75); }

.blur {
  -webkit-filter: blur(4px);
  filter: blur(4px); }

/* Background Blur */
.background_blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }

.animate {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /*-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;*/
  /*-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;*/ }

/*.animate {
	-webkit-animation: name duration timing-function(easing) delay interation-count direction fill-mode play-state;
	-moz-animation: name duration timing-function(easing) delay interation-count direction fill-mode play-state;
	-o-animation: name duration timing-function(easing) delay interation-count direction fill-mode play-state;
	animation: name duration timing-function(easing) delay interation-count direction fill-mode play-state;
}

.animate {
	-webkit-animation: myFrames 2s ease-in-out 0s infinite normal forwards paused;
	-moz-animation: myFrames 2s ease-in-out 0s infinite normal forwards paused;
	-o-animation: myFrames 2s ease-in-out 0s infinite normal forwards paused;
	animation: myFrames 2s ease-in-out 0s infinite normal forwards paused;
}*/
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/ }

.inline-block {
  display: inline-block;
  /* IE Fix */
  zoom: 1;
  *display: inline; }

.scrollbar {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* Avoid Clicks */
/*.avoid-clicks {
	pointer-events: none;
}*/
/* Figure Images */
/* height divided by width = padding-bottom % */
/*figure#imagename {
	display: block;
	width: 100%;
	min-height: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 39.5384615%;
	float: left;
	clear: both;
	background: #777;
	@include box-sizing(border-box);
}*/
/*#transparency {
	background-color: #fffdea;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}*/
/*#slides img:hover {
    -webkit-transform : scale(1.1);
    -moz-transform : scale(1.1);
    -o-transform : scale(1.1);
    -ms-transform : scale(1.1);
    transform : scale(1.1);

	-webkit-transition: background-position .2s ease-in-out;
	   -moz-transition: background-position .2s ease-in-out;
	     -o-transition: background-position .2s ease-in-out;
	        transition: background-position .2s ease-in-out;

}*/
/*.transition background colour {
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}*/
/* Overflow Scroll */
/*.scrollX {
	overflow-y: scroll;
	-ms-overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}*/
/* Stop Scroll Bar */
/*#divid::-webkit-scrollbar {
	display: none;
}*/
/*.background_cover { 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
/*.rounded_corners {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}*/
/* TABLE CELLS */
/*.displaytable {
	display: table;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

.tablecell {
	display: table-cell;
	width: 100%;
	position: relative;
	padding: 20px 8% 20px 8%;
	vertical-align: middle;
	@include box-sizing(border-box);
	background: #eee;
}*/
/*.rotate_div {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.1); 
	-ms-transform:rotate(10deg);
	transform: rotate(10deg);
}*/
/* Inline-block fix for ie6 & 7 */
/*.ie7 ul.pagination li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}*/
/* Text to Columns */
/*.columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;

	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;

	-webkit-column-rule: 4px outset #ff00ff;
	-moz-column-rule: 4px outset #ff00ff;
	column-rule: 4px outset #ff00ff;
}*/
/* IE8 Overflow Fix */
/* -ms-overflow-x: hidden; */
/* Target Elements */
/*#slide3 img:first-child {

}

#slide3 img:nth-child(2) {

}

#slide3 img:nth-child(3) {

}

#slide3 img:nth-child(4) {

}

#slide3 img:nth-child(5) {

}

#slide3 img:nth-child(6) {

}*/
/* TABLES
=================================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*table {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

tr:nth-child(odd) {
	background: #27343e;
}

tr:nth-child(even) {
	background: #12181d;
}

td {
	padding: 0;
	vertical-align: middle;
}*/
/*table.general {
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

table.general th,
table.general td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #7b8388;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 8px 16px 8px 16px;
	line-height: 1.2em;
	border: 1px solid #ddd;
	vertical-align: middle;
}

table.general th.transparent {
	background: none;
	border: none;
}

table.general th {
	font-size: 1.3em;
	color: $t_white;
	font-weight: bold;
	text-align: left;
	padding: 9px 16px 9px 16px;
	background: #142530;
	border: 1px solid rgba(255,255,255,0.10);
}

table.general tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.general tr:hover {
	background: rgba(0,0,0,0.07);
}*/
/* OUTDATED BROWSER WARNING!
=================================================================================== */
#outdated_browser {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 30px 20px 30px 20px;
  text-align: center;
  background: #df374b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5000; }

#outdated_browser h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 3.0em;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center; }

#outdated_browser p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3em;
  text-align: center; }

#outdated_browser a {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 12px 22px 12px 22px;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.0em;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  clear: both;
  /* IE fix */
  zoom: 1;
  *display: inline; }

#outdated_browser a:hover {
  color: #df374b;
  text-decoration: none;
  background: #fff; }

/* NO JAVASCRIPT WARNING!
=================================================================================== */
html.js #noscript_warning {
  display: none; }

html.no-js #noscript_warning {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px 20px 35px 20px;
  text-align: center;
  background: #f2db4f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5000; }

#noscript_warning h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 3.0em;
  color: #333331;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center; }

#noscript_warning p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  color: #333331;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.3em;
  text-align: center; }

/* GENERAL PRINT CSS
============================================================================================================================ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	* Don't show links that are fragment identifiers,
	* or use the `javascript:` pseudo protocol
	*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
	* Printing Tables:
	* http://css-discuss.incutio.com/wiki/Printing_Tables
	*/
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Responsive CSS Document */
/* ====================================================================================
Responsive Layout Media Queries CSS
(can also be min-device-width or max-device-width for devices changes only)
======================================================================================= */
/* Working out percentages
(Item width x 100) / Container width (e.g. 940) = %
*/
/* Large Desktop - Design Width = 1300px
======================================================== */
@media only screen and (min-width: 1300px) {
  /* Styles */ }

/* iPad/Tablet (both) - Design Width = 768px
======================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
  /* Visible */
  .visible_desktop_tablet {
    display: block !important; }
  .visible_desktop {
    display: none !important; }
  .visible_tablet {
    display: block !important; }
  .visible_phone {
    display: none !important; }
  .visible_tablet_phone {
    display: block !important; }
  /* Hidden */
  .hidden_desktop_tablet {
    display: none !important; }
  .hidden_desktop {
    display: block !important; }
  .hidden_tablet {
    display: none !important; }
  .hidden_phone {
    display: block !important; }
  .hidden_tablet_phone {
    display: block !important; } }

/* iPad/Tablet (DEVICE ONLY BOTH) - Design Width = 768px
======================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .parallaxed {
    background-attachment: scroll !important; } }

/* iPad/Tablet (Landscape) - Design Width = 1024px
======================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #breakfast ul.menu_2col,
  #sandwiches ul.menu_2col,
  #salads ul.menu_2col,
  #hotsnacks ul.menu_2col {
    width: 100%;
    margin: 20px 0 10px 0; }
  #breakfast ul.menu_2col li,
  #sandwiches ul.menu_2col li,
  #salads ul.menu_2col li,
  #hotsnacks ul.menu_2col li {
    width: 100%;
    padding: 0; }
  #sandwiches ul.menu_2col li.hidden_device {
    display: none; }
  #specials ul.menu_3col {
    list-style: none;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    width: calc(100% + 40px);
    height: auto;
    margin: 20px 0 10px -40px;
    padding: 0;
    float: left;
    clear: both; }
  #specials ul.menu_3col li {
    display: inline-block;
    width: 50%;
    height: auto;
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    vertical-align: top; }
  /* Subscribe Bar */
  #subscribe_bar_col_01 {
    padding: 40px 20px 40px 20px; }
  #subscribe_bar_col_01:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  /* Visible */
  .visible_desktop_tablet {
    display: block !important; }
  .visible_desktop_tablet_land {
    display: block !important; }
  .visible_desktop {
    display: none !important; }
  .visible_tablet {
    display: block !important; }
  .visible_tablet_land {
    display: block !important; }
  .visible_phone {
    display: none !important; }
  .visible_tablet_phone {
    display: block !important; }
  /* Hidden */
  .hidden_desktop_tablet {
    display: none !important; }
  .hidden_desktop {
    display: block !important; }
  .hidden_tablet {
    display: none !important; }
  .hidden_phone {
    display: block !important; }
  .hidden_tablet_phone {
    display: none !important; } }

/* iPad/Tablet (DEVICE ONLY LANDSCAPE) - Design Width = 768px
======================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallaxed {
    background-attachment: scroll !important; } }

/* iPad/Tablet (Portrait) - Design Width = 768px
======================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #breakfast ul.menu_2col,
  #hotdrinks ul.menu_2col,
  #lunchspecials ul.menu_2col,
  #sandwiches ul.menu_2col,
  #salads ul.menu_2col,
  #hotsnacks ul.menu_2col {
    width: 100%;
    margin: 20px 0 10px 0; }
  #breakfast ul.menu_2col li,
  #hotdrinks ul.menu_2col li,
  #lunchspecials ul.menu_2col li,
  #sandwiches ul.menu_2col li,
  #salads ul.menu_2col li,
  #hotsnacks ul.menu_2col li {
    width: 100%;
    padding: 0; }
  #hotdrinks ul.menu_2col li.hidden_device,
  #sandwiches ul.menu_2col li.hidden_device {
    display: none; }
  #specials ul.menu_3col {
    list-style: none;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    width: calc(100% + 40px);
    height: auto;
    margin: 20px 0 10px -40px;
    padding: 0;
    float: left;
    clear: both; }
  #specials ul.menu_3col li {
    display: inline-block;
    width: 50%;
    height: auto;
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    vertical-align: top; }
  /* Cafes */
  #cafes ul.three_col {
    width: 100%;
    margin: 12px 0 0 0; }
  #cafes ul.three_col li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    clear: both; }
  /* Subscribe Bar */
  #subscribe_bar_col_01 {
    padding: 40px 20px 40px 20px; }
  #subscribe_bar_col_01:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  /* Visible */
  .visible_desktop_tablet {
    display: block !important; }
  .visible_desktop_tablet_land {
    display: none !important; }
  .visible_desktop {
    display: none !important; }
  .visible_tablet {
    display: block !important; }
  .visible_tablet_port {
    display: block !important; }
  .visible_phone {
    display: none !important; }
  .visible_tablet_phone {
    display: block !important; }
  /* Hidden */
  .hidden_desktop_tablet {
    display: none !important; }
  .hidden_desktop {
    display: block !important; }
  .hidden_tablet {
    display: none !important; }
  .hidden_phone {
    display: block !important; }
  .hidden_tablet_phone {
    display: none !important; } }

/* iPad/Tablet (DEVICE ONLY PORTRAIT) - Design Width = 768px
======================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallaxed {
    background-attachment: scroll !important; } }

/* iPhone/Mobile (Landscape) - Design Width = 480px
======================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cookies_warning > #cookies_text > span {
    font-size: 1.0em; }
  header:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  a#main_logo {
    max-width: 300px; }
  #header_contents {
    padding: 60px 0 140px 0; }
  .contents {
    width: 94.6666666667%; }
  /* Menus */
  #breakfast > .contents,
  #hotdrinks > .contents,
  #sandwiches > .contents,
  #salads > .contents,
  #hotsnacks > .contents,
  #cakes > .contents {
    max-width: 89.28571428571429%; }
  ul.menu_2col,
  ul.menu_3col {
    width: 100%;
    margin: 20px 0 0 0; }
  ul.menu_2col li,
  ul.menu_3col li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0; }
  #hotdrinks ul.menu_2col li.hidden_device,
  #sandwiches ul.menu_2col li.hidden_device {
    display: none; }
  /* Cafes */
  #cafes ul.three_col {
    width: 100%;
    margin: 12px 0 0 0; }
  #cafes ul.three_col li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    clear: both; }
  #openinglocation {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both; }
  #openinglocation .table_col_50_01 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 20px 0;
    float: left;
    clear: both; }
  #openinglocation .table_col_50_02 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 40px 0;
    float: left;
    clear: both; }
  #openinglocation .table_col_50_01 > .contents,
  #openinglocation .table_col_50_02 > .contents {
    width: 90%; }
  #openinghours {
    padding: 20px; }
  /* Subscribe Bar */
  #subscribe_bar {
    display: block;
    width: 100%;
    height: auto; }
  #subscribe_bar_col_01 {
    display: block;
    width: 100%;
    padding: 30px 20px 30px 20px;
    float: left;
    clear: both; }
  #subscribe_bar_col_01:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  ul.subscribe_form li {
    width: 100%; }
  input.js-cm-email-input {
    padding: 12px 67px 12px 12px;
    letter-spacing: 0; }
  button.js-cm-submit-button {
    width: 55px; }
  #subscribe_bar_col_02 {
    display: block;
    width: 100%;
    height: 250px;
    padding: 0;
    float: left;
    clear: both; }
  /* Footer */
  footer {
    padding: 20px 0 20px 0; }
  #footer_left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
    clear: both; }
  #footer_right {
    width: 100%;
    height: auto;
    margin: 8px 0 0 0;
    padding: 0;
    text-align: center;
    float: left;
    clear: both; }
  /* Visible */
  .visible_desktop_tablet {
    display: none !important; }
  .visible_desktop_tablet_land {
    display: none !important; }
  .visible_desktop {
    display: none !important; }
  .visible_tablet {
    display: none !important; }
  .visible_phone {
    display: block !important; }
  .visible_phone_land {
    display: block !important; }
  .visible_tablet_phone {
    display: block !important; }
  /* Hidden */
  .hidden_desktop_tablet {
    display: block !important; }
  .hidden_desktop {
    display: block !important; }
  .hidden_tablet {
    display: block !important; }
  .hidden_phone {
    display: none !important; }
  .hidden_tablet_phone {
    display: none !important; } }

/* iPhone/Mobile (DEVICE ONLY LANDSCAPE) - Design Width = 480px
======================================================== */
@media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
  .parallaxed {
    background-attachment: scroll !important; } }

/* iPhone/Mobile (Portrait) - Design Width = 320px
======================================================== */
@media only screen and (max-width: 479px) {
  #cookies_warning > #cookies_text > span {
    font-size: 1.0em; }
  /* Styles */
  header:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  #header_contents {
    padding: 60px 0 140px 0; }
  /*a#main_logo {
		width: 226px;
		height: 155px;
	}*/
  .contents {
    width: 94.6666666667%; }
  /* Menus */
  /*#breakfast > .contents,
	#hotdrinks > .contents,
	#sandwiches > .contents,
	#lunchspecials > .contents,
	#specials > .contents,
	#salads > .contents,
	#hotsnacks > .contents,
	#cakes > .contents {*/
  #contents_container .contents {
    max-width: 86% !important; }
  ul.menu_2col,
  ul.menu_3col {
    width: 100%;
    margin: 20px 0 0 0; }
  ul.menu_2col li,
  ul.menu_3col li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #000; }
  ul.menu_1col li .titleprice,
  ul.menu_2col li .titleprice,
  ul.menu_3col li .titleprice {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    clear: both; }
  ul.menu_1col li .titleprice .title,
  ul.menu_2col li .titleprice .title,
  ul.menu_3col li .titleprice .title {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
    float: left;
    clear: both;
    white-space: normal; }
  ul.menu_1col li .titleprice .dots,
  ul.menu_2col li .titleprice .dots,
  ul.menu_3col li .titleprice .dots {
    display: none; }
  ul.menu_1col li .titleprice .price,
  ul.menu_2col li .titleprice .price,
  ul.menu_3col li .titleprice .price {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
    text-align: left;
    float: left;
    clear: both; }
  ul.menu_1col li .multiprice_title,
  ul.menu_2col li .multiprice_title,
  ul.menu_3col li .multiprice_title {
    text-align: left; }
  li.hidden_device {
    display: none !important; }
  /* Cafes */
  #cafes ul.two_col,
  #cafes ul.three_col {
    width: 100%;
    margin: 12px 0 0 0; }
  #cafes ul.two_col li,
  #cafes ul.three_col li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    clear: both; }
  #openinglocation {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both; }
  #openinglocation .table_col_50_01 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 20px 0;
    float: left;
    clear: both; }
  #openinglocation .table_col_50_02 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 40px 0;
    float: left;
    clear: both; }
  #openinglocation .table_col_50_01 > .contents,
  #openinglocation .table_col_50_02 > .contents {
    width: 100%; }
  #openinghours {
    padding: 20px; }
  /* Quote Bar */
  #quote_bar {
    height: 400px; }
  /* Subscribe Bar */
  #subscribe_bar {
    display: block;
    width: 100%;
    height: auto; }
  #subscribe_bar_col_01 {
    display: block;
    width: 100%;
    padding: 30px 20px 30px 20px;
    float: left;
    clear: both; }
  #subscribe_bar_col_01:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  ul.subscribe_form li {
    width: 100%; }
  input.js-cm-email-input {
    padding: 12px 67px 12px 12px;
    letter-spacing: 0; }
  button.js-cm-submit-button {
    width: 55px; }
  #subscribe_bar_col_02 {
    display: block;
    width: 100%;
    height: 250px;
    padding: 0;
    float: left;
    clear: both; }
  /* Footer */
  footer {
    padding: 20px 0 20px 0; }
  #footer_left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
    clear: both; }
  #footer_right {
    width: 100%;
    height: auto;
    margin: 8px 0 0 0;
    padding: 0;
    text-align: center;
    float: left;
    clear: both; }
  /* Typography */
  h2, .h2 {
    font-size: 2.4em; }
  h2.large, .h2_large {
    font-size: 3.4em; }
  h5, .h5 {
    font-size: 2.0em; }
  p.quote_quote {
    font-size: 2.6em; }
  p.quote_from {
    font-size: 1.4em; }
  /* reCAPTCHA */
  /*#rc-imageselect, .g-recaptcha {
		-webkit-transform: scale(0.84);
		-moz-transform: scale(0.84);
		-ms-transform: scale(0.84);
		-o-transform: scale(0.84);
		transform: scale(0.84);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}*/
  /* Visible */
  .visible_desktop_tablet {
    display: none !important; }
  .visible_desktop_tablet_land {
    display: none !important; }
  .visible_desktop {
    display: none !important; }
  .visible_tablet {
    display: none !important; }
  .visible_phone {
    display: block !important; }
  .visible_phone_port {
    display: block !important; }
  .visible_tablet_phone {
    display: block !important; }
  /* Hidden */
  .hidden_desktop_tablet {
    display: block !important; }
  .hidden_desktop {
    display: block !important; }
  .hidden_tablet {
    display: block !important; }
  .hidden_phone {
    display: none !important; }
  .hidden_tablet_phone {
    display: none !important; } }

/* iPhone/Mobile (DEVICE ONLY PORTRAIT) - Design Width = 320px
======================================================== */
@media only screen and (max-device-width: 479px) {
  .parallaxed {
    background-attachment: scroll !important; } }
