  /*	--------------------------------------------------------------------------

		Project:		Svadlenka.cz
		CSS Author:		koder@ondrejvertat.cz

	-------------------------------------------------------------------------- */
/*	==========================================================================
   	Library
   	========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol,
menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*	==========================================================================
   	Core
   	========================================================================== */
/*	Variables
		-------------------------------------------------------------------------- */
/*	==========================================================================
   	Paths
   	========================================================================== */
/*	==========================================================================
	Responsive values
	========================================================================== */
/*	Mixins
		-------------------------------------------------------------------------- */
.imgResp {
  max-width: 100%;
  height: auto;
}
/*	Base
		-------------------------------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  font-family: 'ambleregular', sans-serif;
  font-size: 10px;
  line-height: 1.4;
  color: #7f8b8d;
  background-color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
}
/*	Links
	-------------------------------------------------------------------------- */
a {
  color: #0b2141;
  outline: 0;
}
a:hover,
a:focus {
  color: #040c17;
}
/*	Disabled buttons
	-------------------------------------------------------------------------- */
button[disabled],
input[disabled] {
  cursor: default;
}
/*	Images
	-------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
/*	Helpers
		-------------------------------------------------------------------------- */
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.alignLeft {
  text-align: left;
}
.noDecoration {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.noTransform {
  text-transform: none;
}
.styleNormal {
  font-style: normal;
}
.italic {
  font-style: italic;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semiBold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extraBold {
  font-weight: 800;
}
.ultraBold {
  font-weight: 900;
}
/*	Typo
		-------------------------------------------------------------------------- */
@font-face {
  font-family: 'amblebold';
  src: url('../fonts/Amble-Bold-webfont.eot');
  src: url('../fonts/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Amble-Bold-webfont.woff2') format('woff2'), url('../fonts/Amble-Bold-webfont.woff') format('woff'), url('../fonts/Amble-Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ambleregular';
  src: url('../fonts/Amble-Regular-webfont.eot');
  src: url('../fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Amble-Regular-webfont.woff2') format('woff2'), url('../fonts/Amble-Regular-webfont.woff') format('woff'), url('../fonts/Amble-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amblelight';
  src: url('../fonts/Amble-Light-webfont.eot');
  src: url('../fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Amble-Light-webfont.woff2') format('woff2'), url('../fonts/Amble-Light-webfont.woff') format('woff'), url('../fonts/Amble-Light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*	==========================================================================
   	Font-family
   	========================================================================== */
/*	==========================================================================
   	Font-size
   	========================================================================== */
h1,
h2,
h3 {
  font-weight: 400;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 54px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 28px;
}
p,
ul,
address {
  font-size: 16px;
}
@media only screen and (max-width: 845px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  p {
    font-size: 16px !important;
  }
}
/*	Colors 
		-------------------------------------------------------------------------- */
/*	==========================================================================
   	Colors
   	========================================================================== */
/*	Utilities 
		-------------------------------------------------------------------------- */
@media only screen and (max-width: 845px) {
  .hidden-tablet {
    display: none !important;
  }
  .visible-tablet-b {
    display: block !important;
  }
  .visible-tablet-ib {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 845px) {
  .hidden-phone {
    display: none !important;
  }
  .visible-phone-b {
    display: block !important;
  }
  .visible-phone-ib {
    display: inline-block !important;
  }
}
/*	==========================================================================
   	Layout
   	========================================================================== */
/*	Grid
		-------------------------------------------------------------------------- */
.page-container {
  width: 100%;
}
.page-header {
  width: 100%;
}
.main-content {
  width: 100%;
}
.content-holder {
  min-width: 320px;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 2%;
}
.content-holder:before,
.content-holder:after {
  content: "";
  display: table;
}
.content-holder:after {
  clear: both;
}
.page-footer {
  width: 100%;
}
@media only screen and (max-width: 845px) {
  .page-container {
    padding-top: 80px;
  }
  .content-holder {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 845px) {
  .content-holder {
    padding: 0 5%;
  }
}
/*	Containers
		-------------------------------------------------------------------------- */
.main-content {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.main-content > section {
  padding: 130px 0;
  text-align: center;
  /*	Intro
	-------------------------------------------------------------------------- */
  /*	Reserve
	-------------------------------------------------------------------------- */
  /*	Stripe
	-------------------------------------------------------------------------- */
  /*	Variant with background
	-------------------------------------------------------------------------- */
  /*	About
	-------------------------------------------------------------------------- */
  /*	Restaurant
	-------------------------------------------------------------------------- */
  /*	Picnic
	-------------------------------------------------------------------------- */
  /*	Taxi
	-------------------------------------------------------------------------- */
}
.main-content > section.intro {
  background-image: url(../video/svadlenka2.jpg);
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 845px) {
  .main-content > section {
    padding: 60px 0;
  }
}
.main-content > section header {
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 845px) {
  .main-content > section header {
    margin-bottom: 30px;
  }
}
.main-content > section header h2 {
  color: #414042;
  margin: 0 0 40px;
}
.main-content > section header p {
  font-size: 22px;
  font-family: 'amblelight', sans-serif;
}
.main-content > section footer {
  padding-top: 60px;
  text-align: center;
}
.main-content > section p .button + .button {
  margin: 0 20px;
}
@media only screen and (max-width: 845px) {
  .main-content > section p .button + .button {
    margin: 10px 0;
  }
}
.main-content > section .separator {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  color: #8195b2;
}
.main-content > section.intro .content-holder {
  max-width: 100%;
  position: relative;
  height: 100%;
}
.main-content > section.intro header {
  max-width: 100%;
  margin: 0;
}
.main-content > section.intro header p {
  max-width: 920px;
  font-size: 32px;
}
.main-content > section.reserve header {
  max-width: 100%;
  margin-bottom: 0;
}
.main-content > section.reserve h2 {
  color: #fff;
  font-size: 42px;
  margin: 0 0 30px;
  text-align: left;
  max-width: 500px;
}
.main-content > section.stripe {
  padding: 30px 0;
  background: #422a1e;
}
.main-content > section.stripe:before,
.main-content > section.stripe:after {
  content: "";
  display: table;
}
.main-content > section.stripe:after {
  clear: both;
}
.main-content > section.with-background {
  padding: 180px 0 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  height: 590px;
  max-height: 590px;
}
.main-content > section.restaurant  {
  padding: 90px 0 0;
}
@media only screen and (max-width: 845px) {
  .main-content > section.with-background {
    padding: 60px 0;
    height: 100%;
  }
}
.main-content > section.with-background header {
  margin-bottom: 0;
}
.main-content > section.with-background header h2 {
  margin: 0 0 10px;
  color: #fff;
}
.main-content > section.with-background header p {
  color: #fff;
}
.main-content > section.with-background header p a {
  color: #fff;
}
.main-content > section.with-background footer {
  padding-top: 30px;
  color: #fff;
}
.main-content > section.about {
  background-color: #f0f0f0;
}
.main-content > section.restaurant {
  background-image: url("../images/bg/restaurant.jpg");
}
.main-content > section.picnic {
  background-image: url("../images/bg/picnic.jpg");
}
.main-content > section.taxi {
  background-image: url("../images/bg/taxi.jpg");
}
/*	==========================================================================
	UI
	========================================================================== */
/*	Buttons
		-------------------------------------------------------------------------- */
.button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  outline: 0;
  color: #0b2141;
  font-size: 16px;
  /*	Default button
		-------------------------------------------------------------------------- */
  /*	White button
		-------------------------------------------------------------------------- */
  /*	CTA button
		-------------------------------------------------------------------------- */
  /*	Turquoise button
		-------------------------------------------------------------------------- */
}
@media only screen and (max-width: 845px) {
  .button {
    display: block;
    width: 100%;
  }
}
.button--default {
  padding: 8px 40px;
  min-width: 200px;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.button--default:hover,
.button--default:active {
  border-color: #A6A6A6;
}
.button--white {
  padding: 10px 40px;
  min-width: 200px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
}
.button--white:hover,
.button--white:active {
  background: #E0E0E0;
}
.button--cta {
  padding: 10px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #C73737;
  color: #fff;
}
.restaurant-page .button--cta {
  min-width: 200px;
}
.button--cta:hover,
.button--cta:active {
  background: #A82F2F;
  color: #fff;
}
.button--turquoise, .button--turquoise:link, .button--turquoise:hover, .button--turquoise:active {
  padding: 8px 10px;
  min-width: 190px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #808285;
  color: #fff;
  font-size: 12px;
}
.button--turquoise:hover,
.button--turquoise:active,
.button--turquoise.active {
  background: #3DADA2;
  color: #fff;
}
.button--turquoise.active:hover {
  background: #808285;
  color: #fff;
}
.with-background .button--default {
  color: #fff;
}
.with-background .button--default:hover,
.with-background .button--default:active {
  color: #fff;
}

/*	Forms
		-------------------------------------------------------------------------- */
form {
  margin: 30px 0;
}
input[type="text"],
input[type="email"]
input[type="number"],
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
label {
  display: block;
  color: #414042;
  font-size: 17px;
  font-family: 'amblebold', sans-serif;
  margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="time"],
input[type="number"],
textarea,
select {
  padding: 10px;
  border: 1px solid #D9D9D9;
  font-size: 17px;
  width: 100%;
  line-height: normal;
  margin-bottom: 25px;
}
input[type="text"].datepicker,
input[type="number"].datepicker,
input[type="email"].datepicker,
input[type="password"].datepicker,
textarea.datepicker,
select.datepicker {
  background: url("../images/ico/general.png") 90% -110px no-repeat;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover,
input[type="text"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
textarea:active,
select:active {
  border-color: #C0C0C0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #808080;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #808080;
}
input[type="submit"], button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0 none;
  font-size: 24px;
  font-family: 'amblelight', sans-serif;
}
@media only screen and (max-width: 845px) {
  input[type="submit"], button {
    font-size: 16px;
  }
}
/*	Icons
		-------------------------------------------------------------------------- */
.ico {
  position: relative;
  outline: 0;
}
.ico:after {
  display: block;
  position: absolute;
  content: "";
  background: transparent url("../images/ico/general.png") no-repeat;
}
.ico--nav {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 4%;
  display: none;
}
.ico--nav:after {
  width: 30px;
  height: 24px;
  background-position: 0 -104px;
}
.ico--scroll {
  width: 60px;
  height: 100px;
}
.ico--scroll:after {
  width: 60px;
  height: 100px;
  background-position: 0 0;
}
.ico--fb {
  width: 28px;
  height: 28px;
}
.ico--fb:after {
  width: 28px;
  height: 28px;
  background-position: -60px 0;
}
.ico--tw {
  width: 28px;
  height: 28px;
}
.ico--tw:after {
  width: 28px;
  height: 28px;
  background-position: -90px 0;
}
.ico--mail {
  padding-left: 45px;
}
.ico--mail:after {
  top: 8px;
  left: 0;
  width: 31px;
  height: 25px;
  background-position: -118px 0;
}
.ico--tel {
  padding-left: 45px;
}
.ico--tel:after {
  top: 2px;
  left: 0;
  width: 31px;
  height: 31px;
  background-position: -149px 0;
}
.ico--placeholder:after {
  top: 0;
  left: 50%;
  margin-left: -55px;
  width: 100%;
  max-width: 110px;
  height: 110px;
  background: #808285;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
}
/*	==========================================================================
	Modules
	========================================================================== */
/*	Modal
		-------------------------------------------------------------------------- */
.modal {
  display: none;
  padding: 4%;
}
.modal__title {
  font-size: 44px;
  color: #0b2141;
  margin: 0 0 20px;
}
.modal p {
  color: #777F8B;
  font-size: 16px;
}
.modal__contact {
  background: #E9EDF3;
  margin: 30px 0;
  padding: 20px;
}
.modal__contact:before,
.modal__contact:after {
  content: "";
  display: table;
}
.modal__contact:after {
  clear: both;
}
.modal__contact address {
  float: left;
  width: 45%;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.modal__contact address span {
  text-transform: none;
  font-size: 26px;
  color: #0077d3;
}
@media only screen and (max-width: 845px) {
  .modal__contact address {
    float: none;
    width: 100%;
  }
  .modal__contact address span {
    font-size: 16px;
  }
}
/*	Tabs
		-------------------------------------------------------------------------- */
.tabs {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'amblebold', sans-serif;
}
.tabs:before,
.tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs ul {
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  font-size: 0;
}
.tabs li {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  overflow: hidden;
}
.tabs li:first-child {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.tabs li:last-child {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 845px) {
  .tabs li {
    display: block;
    width: 100%;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }
}
.tabs a {
  display: inline-block;
  width: 100%;
  padding: 40px 4%;
  max-height: 100px;
  background: #414042;
  color: #fff;
  text-decoration: none;
}
.restaurant-page .tabs a {
  background: #5c3f31;
}
@media only screen and (max-width: 845px) {
  .tabs a {
    padding: 15px 4%;
  }
}
.tabs .ui-state-active a,
.tabs a:hover {
  background: #808285;
}
.restaurant-page .tabs .ui-state-active a,
.restaurant-page .tabs a:hover {
  background: #7a5d4e;
}
/*	Gallery
		-------------------------------------------------------------------------- */
.gallery {
  display: block;
  font-size: 0;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery a {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.gallery a:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 845px) {
  .gallery a {
    width: 50%;
    margin: 0;
  }
}
.gallery a:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery a img {
  max-width: 100%;
  height: auto;
}
/*	Fancybox
		-------------------------------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: visible !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*	Datepicker
		-------------------------------------------------------------------------- */
/* DatePicker Container */
.ui-datepicker {
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.ui-datepicker a {
  text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker-group {
  float:left;
  width: 50%;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker-header {
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #414042;
  background: #414042;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  background-image: url('../images/ico/arrow.png');
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  filter: dropshadow(color=#ffffff, offx=1, offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
  background: #fff;
  height: 31px;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #808285;
  color: #fff;
  border: 1px solid #808285;
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
/*	==========================================================================
	Sections
	========================================================================== */
/*	Page header
		-------------------------------------------------------------------------- */
.sticky-wrapper {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 999;
}
body.restaurant-page .sticky-wrapper {
  position: static;
  background: #422a1e;
  height: 144px;
}
.sticky-wrapper * {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sticky-wrapper.is-sticky nav.languages {
  display: none;
}
.sticky-wrapper.is-sticky .page-header {
  background: rgba(65, 64, 66, 0.9);
}
body.restaurant-page .sticky-wrapper.is-sticky .page-header {
  background: rgba(66, 42, 30, 0.9);
}
body.restaurant-page .sticky-wrapper .logo img {
  height: 90px;
}
body.restaurant-page .sticky-wrapper.is-sticky .logo img {
  height: 50px;
}
body.restaurant-page .sticky-wrapper.is-sticky .page-header .content-holder {
  display: block;
  float: left;
  padding: 13px 0 0 30px;
  color: #ffffff;
  font-size: 12px;
}
body.restaurant-page .sticky-wrapper.is-sticky .page-header .content-holder div {
  display: inline-block;
  margin: 0 20px 0 0;
}
body.restaurant-page .sticky-wrapper.is-sticky .page-header .content-holder div b {
  display: block;
  margin: 0 0 5px 0;
}
body.restaurant-page .sticky-wrapper.is-sticky .page-header .button--cta {
  display: inline-block;
}
body.restaurant-page .sticky-wrapper .page-header .content-holder {
  display: none;
}
body.restaurant-page .sticky-wrapper .page-header .button--cta {
  display: none;
}
.sticky-wrapper.is-sticky .page-header .logo img {
  height: 35px;
  width: 110px;
}
.sticky-wrapper.is-sticky .page-header .links {
  margin-top: 0;
}
.sticky-wrapper.is-sticky .page-header .social-media {
  display: block;
  padding-top: 8px;
}
.sticky-wrapper.is-sticky .page-header .social-media a {
  display: block;
}
.page-header {
  z-index: 999;
  /*background: #414042;*/
}
.page-header.videoBg {
  background: transparent;
}
@media only screen and (max-width: 845px) {
  .page-header {
    position: fixed;
    top: 0;
    height: 80px;
    background: #414042;
  }
}
.page-header .social-media {
  display: none;
  float: left;
}
.page-header nav {
  padding: 20px 4%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-header nav.languages {
  padding: 0 4%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: right;
}
@media only screen and (max-width: 845px) {
  .page-header nav.languages {
    position: absolute;
    right: 40px;
    top: 30px;
  }
  .page-header nav.languages ul li {
    display: inline-block;
  }
}
.page-header nav:before,
.page-header nav:after {
  content: "";
  display: table;
}
.page-header nav:after {
  clear: both;
}
@media only screen and (max-width: 845px) {
  .page-header nav {
    padding: 20px 2%;
  }
}
@media only screen and (max-width: 845px) {
  .page-header nav {
    padding: 15px 4%;
  }
}
.page-header .logo {
  float: left;
}
.page-header .logo img {
  float: left;
  width: 223px;
}
@media only screen and (max-width: 845px) {
  .page-header .logo {
    float: none;
  }
}
@media only screen and (max-width: 845px) {
  .page-header .logo {
    width: 150px;
  }
}
.page-header .links {
  float: right;
  margin-top: 20px;
}
@media only screen and (max-width: 845px) {
  .page-header .links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    float: none;
    width: 100%;
    background: #414042;
    padding: 10px 0;
  }
  .page-header .links a {
    padding: 5px 4%;
  }
}
@media only screen and (max-width: 845px) {
  .page-header .links {
    float: none;
  }
}
.page-header li {
  display: inline-block;
  margin: 0 2px;
}
.page-header a {
  color: #fff;
  text-decoration: none;
}
.page-header a:hover {
  color: #E0E0E0;
}
@media only screen and (max-width: 1080px) {
  .page-header li {
    display: inline-block;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 995px) {
  .page-header li {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
  }
  .page-header .button--cta {
    font-size: 12px;
    padding: 5px 10px;
    min-width: auto;
  }
}
@media only screen and (max-width: 845px) {
  .page-header li {
    display: block;
  }
  .page-header a {
    display: block;
  }
  .page-header ul.social-media li {
    display: inline-block;
  }
  .page-header .logo img {
    height: 35px;
    width: 110px;
  }
}
/*	Activity
		-------------------------------------------------------------------------- */
.activity__item {
  max-width: 930px;
  margin: 20px auto 0;
  text-align: left;
  border: 1px solid #D1D1D1;
}
.activity__item:before,
.activity__item:after {
  content: "";
  display: table;
}
.activity__item:after {
  clear: both;
}
.activity__item:first-child {
  margin-top: 0;
}
.activity__item h3,
.activity__item div {
  width: 45%;
  float: right;
  padding: 0 2%;
}
@media only screen and (max-width: 845px) {
  .activity__item h3,
  .activity__item div {
    width: 100%;
    float: none;
    padding: 0 4%;
  }
}
.activity__item h3 {
  font-size: 30px;
  color: #808285;
  margin: 4% 0 0;
  font-family: 'amblebold', sans-serif;
}
.activity__item .image-holder {
  max-width: 50%;
  float: left;
  padding: 0;
}
.activity__item .image-holder img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 845px) {
  .activity__item .image-holder {
    display: none;
  }
}
.activity__item.image-left .image-holder {
  float: left;
}
.activity__item.image-right .image-holder {
  float: right;
}
.activity__item.image-right h3,
.activity__item.image-right div {
  float: left;
}
/*	Intro
		-------------------------------------------------------------------------- */
.intro {
  background: #414042;
  text-align: center;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 845px) {
  .intro {
    height: 100% !important;
  }
}
.intro header {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 5%;
}
@media only screen and (max-width: 845px) {
  .intro header {
    position: static;
  }
  .intro header h1 {
    margin: 0 0 20px;
  }
}
.intro header p {
  max-width: 720px;
  font-size: 28px;
  margin: 30px 0;
  margin: 0 auto;
}
.intro .ico--scroll {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 845px) {
  .intro .ico--scroll {
    display: none;
  }
}
/*	Info
		-------------------------------------------------------------------------- */
.info {
  margin-top: 80px;
}
@media only screen and (max-width: 845px) {
  .info {
    margin-top: 30px;
  }
}
.info__list:before,
.info__list:after {
  content: "";
  display: table;
}
.info__list:after {
  clear: both;
}
.info li {
  display: inline-block;
  width: 15%;
  margin: 0 4%;
  vertical-align: top;
  padding-top: 130px;
  font-size: 20px;
  color: #0b2141;
}
@media only screen and (max-width: 845px) {
  .info li {
    width: 100%;
    display: block;
    margin: 15px 0;
    padding-top: 0;
    text-align: left;
  }
  .info li:after {
    display: none;
  }
}
/*	Reservation
		-------------------------------------------------------------------------- */
.reserve {
  background: #414042;
}
.reserve .content-holder {
  max-width: 1100px;
}
.reserve .content-holder:before,
.reserve .content-holder:after {
  content: "";
  display: table;
}
.reserve .content-holder:after {
  clear: both;
}
.reserve div.float-l {
  float: left;
  width: 64%;
  text-align: left;
}
@media only screen and (max-width: 845px) {
  .reserve div.float-l {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.reserve div.float-r {
  float: right;
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 845px) {
  .reserve div.float-r {
    float: none;
    width: 100%;
  }
}
.reserve div.float-r h3,
.reserve div.float-r h4,
.reserve div.float-r p {
  color: #fff;
}
.reserve div.float-r .summary {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px;
}
.reserve div.float-r .summary h3 {
  color: #0B2141;
  font-size: 22px;
  font-family: 'amblebold', sans-serif;
  margin: 0;
}
.reserve div.float-r .summary h4 {
  color: #0B2141;
  font-size: 16px;
  font-family: 'amblebold', sans-serif;
  margin: 0;
}
.reserve div.float-r .summary table {
  width: 100%;
  color: #0B2141;
  font-size: 14px;
  margin: 20px 0;
}
.reserve div.float-r .summary table th,
.reserve div.float-r .summary table td {
  font-weight: 400;
  padding: 5px;
}
.reserve div.float-r .summary table td {
  text-align: right;
}
.reserve header {
  padding: 0;
}
.reserve h3 {
  font-size: 30px;
  margin: 0 0 40px;
  font-size: 'ambleregular', sans-serif;
}
.reserve h4 {
  font-size: 18px;
  margin: 0;
  font-family: 'amblebold', sans-serif;
}
.reserve .reserve-form {
  background: #fff;
  padding: 45px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media only screen and (max-width: 845px) {
  .reserve .reserve-form {
    padding: 4%;
    text-align: center;
  }
}
.reserve .reserve-form .steps {
  text-align: center;
  margin-bottom: 20px;
}
.reserve .reserve-form .steps:before,
.reserve .reserve-form .steps:after {
  content: "";
  display: table;
}
.reserve .reserve-form .steps:after {
  clear: both;
}
.reserve .reserve-form .steps li {
  width: 50%;
  float: left;
  padding: 15px;
  background: #E8E8E8;
  font-family: 'amblebold', sans-serif;
  text-transform: uppercase;
}
body.en .reserve .reserve-form .steps li,
body.de .reserve .reserve-form .steps li {
  height: 74px;
}
@media only screen and (max-width: 845px) {
  .reserve .reserve-form .steps li {
    width: 100%;
    float: none;
  }
}
.reserve .reserve-form .steps li.is-active {
  background: #808285;
  color: #fff;
}
.reserve .reserve-form form {
  margin: 0;
}
.reserve .reserve-form input[type="text"],
.reserve .reserve-form input[type="email"],
.reserve .reserve-form input[type="number"],
.reserve .reserve-form select {
  width: 48%;
}
.reserve .reserve-form input[type="text"].wide,
.reserve .reserve-form input[type="email"].wide,
.reserve .reserve-form input[type="number"].wide,
.reserve .reserve-form select.wide {
  width: 100%;
}
.reserve .reserve-form .row:before,
.reserve .reserve-form .row:after {
  content: "";
  display: table;
}
.reserve .reserve-form .row:after {
  clear: both;
}
.reserve .reserve-form .row input[type="text"],
.reserve .reserve-form .row input[type="email"],
.reserve .reserve-form .row input[type="number"],
.reserve .reserve-form .row select {
  float: right;
}
.reserve .reserve-form .row input[type="text"]:first-child,
.reserve .reserve-form .row input[type="email"]:first-child,
.reserve .reserve-form .row input[type="number"]:first-child,
.reserve .reserve-form .row select:first-child {
  float: left;
}
@media only screen and (max-width: 845px) {
  .reserve .reserve-form .row input[type="text"],
  .reserve .reserve-form .row input[type="email"],
  .reserve .reserve-form .row input[type="number"],
  .reserve .reserve-form .row select {
    float: none;
    width: 100%;
  }
}
.reserve .reserve-form .button--cta {
  width: 100%;
  font-size: 24px;
}
.reserve .reserve-form .button--cta.gray, .modal .button--cta.gray {
  margin: 10px 0 0 0;
  background: #808285;
}
.reserve .reserve-form .button--cta.gray:hover, .modal .button--cta.gray:hover {
  background: #3DADA2;
  color: #ffffff;
}
/*	Subpage
		-------------------------------------------------------------------------- */
.subpage {
  /*	Reserve
	-------------------------------------------------------------------------- */
}
.subpage .page-header {
  background: #ffffff;
}
.subpage .page-header.restaurant-header {
  background: #422a1e;
}
.subpage .page-header .navbar {
  padding: 20px 2%;
}
@media only screen and (max-width: 845px) {
  .subpage .page-header .navbar {
    height: 80px;
    padding: 20px 2%;
  }
}
@media only screen and (max-width: 845px) {
  .subpage .page-header .navbar {
    padding: 15px 2%;
  }
}
.subpage .page-header .logo {
  display: block;
  float: left;
  font-size: 24px;
  color: #0B2141;
  line-height: 44px;
}
@media only screen and (max-width: 845px) {
  .subpage .page-header .logo {
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 100%;
  }
}
.subpage .page-header .logo span {
  color: #B3B3B3;
}
.subpage .page-header .button {
  float: right;
  color: #0B2141;
  text-align: center;
  margin-top: 40px;
}
.subpage .page-header.restaurant-header .content-buttons {
  float: right;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.subpage .is-sticky .page-header.restaurant-header .content-buttons {
  margin-top: 12px;
}
.subpage .page-header.restaurant-header .content-buttons .button {
  float: none;
  color: #fff;
  margin: 0;
}
.subpage .page-header.restaurant-header .content-holder {
  display: inline-block;
}

@media only screen and (max-width: 845px) {
  .subpage .page-header .button {
    float: none;
    display: block;
    padding: 5px;
    font-size: 12px;
    margin: 5px auto 0;
    max-width: 50%;
  }
}
.subpage .reserve header {
  position: relative;
}
.subpage .reserve header p.alignRight {
  position: absolute;
  top: 20%;
  right: 0;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 845px) {
  .subpage .reserve header p.alignRight {
    position: static;
    text-align: left;
  }
}
.subpage .reserve header p.alignRight a {
  color: #fff;
}
.subpage .reserve header p.alignRight b {
  display: block;
}
.subpage .reserve div.float-l h3 {
  font-size: 22px;
  color: #0B2141;
  font-family: 'amblebold', sans-serif;
  margin: 30px 0 15px;
}
.subpage .reserve div.float-l p.note {
  margin: 0 0 25px;
}
.subpage .reserve div.float-l p.note input {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
@media only screen and (max-width: 845px) {
  .subpage .reserve div.float-l p.note input {
    vertical-align: baseline;
  }
}
.subpage .reserve div.float-l p.note label {
  font-size: 12px;
  color: #7F7F7F;
  font-family: 'ambleregular', sans-serif;
  margin: 0;
}
@media only screen and (max-width: 845px) {
  .subpage .reserve div.float-l p.note label {
    font-size: 16px;
  }
}
.subpage .reserve .accommodation {
  display: inline-block;
  width: 30%;
  margin: 0 15px 15px 0;
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 10px;
  min-height: 200px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 845px) {
  .subpage .reserve .accommodation {
    width: 100%;
    display: block;
    padding: 2%;
  }
}
.subpage .reserve .accommodation.is-chosen {
  border-color: #8D8D8D;
}
.subpage .reserve .accommodation.is-chosen .button {
  color: #fff;
  background: #6B6B6B;
}
.subpage .reserve .accommodation p {
  font-size: 14px;
  margin: 10px 0;
  color: #414042;
  padding: 0 2%;
}
.subpage .reserve .accommodation .button {
  min-width: 90%;
  width: 90%;
}
.subpage .reserve .accommodation div.types {
  margin: 10px 0 0 0;
  padding: 0 8px;
}
.subpage .reserve .accommodation div.types .button, .subpage .reserve .accommodation div.types .button:link, 
.subpage .reserve .accommodation div.types .button:hover, .subpage .reserve .accommodation div.types .button:active {
  padding: 3px 0;
  width: 49%;
  min-width: 70px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #808285;
  color: #fff;
  font-size: 10px;
  display: inline-block;
}
.subpage .reserve .accommodation div.types .button:hover,
.subpage .reserve .accommodation div.types .button.active {
  background: #3DADA2;
  color: #fff;
}
.subpage .reserve .accommodation div.types .button.active:hover {
  background: #2E887F;
  color: #fff;
}
@media only screen and (max-width: 845px) {
  .subpage .reserve .accommodation .button {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
  }
}
/*	Stripe
		-------------------------------------------------------------------------- */
.stripe {
  background: #414042;
  padding: 30px 0;
}
.stripe .content-holder {
  max-width: 1200px;
  margin: 0 auto;
}
.stripe .content-holder .button {
  float: right;
}
@media only screen and (max-width: 845px) {
  .stripe .content-holder .button {
    float: none;
    margin-top: 20px;
  }
}
.stripe .content-holder div {
  float: left;
  color: #fff;
  text-align: left;
  font-size: 16px;
  width: 30%;
}
@media only screen and (max-width: 845px) {
  .stripe .content-holder div {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.stripe .content-holder div b {
  display: block;
  margin-bottom: 5px;
}
/*	Restaurant menu
		-------------------------------------------------------------------------- */
.restaurant-menu {
  padding: 50px 0;
}
.restaurant-menu .content-holder {
  max-width: 1100px;
  margin: 0 auto;
}
.restaurant-menu .tabs li {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 845px) {
  .restaurant-menu .tabs li {
    width: 100%;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.restaurant-menu .tabs a {
  padding: 20px 4%;
}
.restaurant-menu .categories {
  text-align: center;
  margin: 0 0 30px;
}
.restaurant-menu .categories li {
  display: inline-block;
  width: 19%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ccc;
  line-height: 100px;
  font-family: 'amblebold', sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media only screen and (max-width: 845px) {
  .restaurant-menu .categories li {
    width: 49%;
  }
}
.restaurant-menu .categories li a {
  position: relative;
  display: block;
  height: 100px;
  text-decoration: none;
  color: #fff;
}
.restaurant-menu .categories li a span {
  display: block;
  position: absolute;
  top:0;
  height: 100px;
  width: 100%;
}
.restaurant-menu .categories li a img.gray, .restaurant-menu .categories li a img.color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.restaurant-menu .categories li a img.color {
  display: none;
}
.restaurant-menu .categories li a:hover img.color {
  display: block;
}
.restaurant-menu .categories li a:hover img.gray {
  display: none;
}
.restaurant-menu .category {
  max-width: 660px;
  margin: 30px 0;
  text-align: left;
}
.restaurant-menu .category h2 {
  font-size: 42px;
  color: #422a1e;
  padding-bottom: 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #E5E5E5;
}
.restaurant-menu .category .item {
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E5E5E5;
  clear: both;
  float: none;
}
.restaurant-menu .category .item:before,
.restaurant-menu .category .item:after {
  content: "";
  display: table;
}
.restaurant-menu .category .item:after {
  clear: both;
}
.restaurant-menu .category .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.restaurant-menu .category .item h3 {
  font-family: 'amblebold', sans-serif;
  font-size: 16px;
  color: #422a1e;
  margin: 0;
  float: left;
}
.restaurant-menu .category .item h3 .fav {
  color: #808285;
  font-family: 'ambleregular', sans-serif;
  margin-left: 10px;
}
@media only screen and (max-width: 845px) {
  .restaurant-menu .category .item h3 {
    float: none;
  }
}
.restaurant-menu .category .item header {
  margin-bottom: 0;
}
.restaurant-menu .category .item header:before,
.restaurant-menu .category .item header:after {
  content: "";
  display: table;
}
.restaurant-menu .category .item header:after {
  clear: both;
}
.restaurant-menu .category .item .price {
  float: right;
  color: #CC3737;
  font-size: 16px;
}
@media only screen and (max-width: 845px) {
  .restaurant-menu .category .item .price {
    float: none;
    display: block;
  }
}
.restaurant-menu .category .item p {
  font-size: 12px;
  color: #727272;
}
@media only screen and (max-width: 845px) {
  .restaurant-menu .category .item p {
    font-size: 16px;
  }
}
.restaurant-menu .category .item .image-holder {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  position: relative;
}
.restaurant-menu .category .item .image-holder img {
  height: 120px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media only screen and (max-width: 845px) {
  .restaurant-menu .category .item .image-holder {
    display: none;
  }
}
.restaurant-menu .category .item .desc {
  float: right;
  width: 75%;
}
@media only screen and (max-width: 845px) {
  .restaurant-menu .category .item .desc {
    float: none;
    width: 100%;
  }
}
/*	Contact
		-------------------------------------------------------------------------- */
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact .content-holder {
  max-width: 1100px;
}
.contact .contact-info {
  float: left;
  width: 55%;
  text-align: left;
}
.contact .contact-info address {
  margin: 30px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #ECECEC;
  font-style: normal;
  font-size: 30px;
  color: #808285;
}
@media only screen and (max-width: 845px) {
  .contact .contact-info address {
    font-size: 26px;
  }
}
.contact .contact-info .ico {
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 845px) {
  .contact .contact-info {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact .contact-form {
  float: right;
  width: 40%;
  text-align: left;
}
@media only screen and (max-width: 845px) {
  .contact .contact-form {
    float: none;
    width: 100%;
  }
}
.contact .contact-form textarea {
  height: 200px;
}
.contact h2 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #0b2141;
}
.contact h3 {
  font-size: 16px;
  color: #0b2141;
  font-family: 'amblebold', sans-serif;
  margin-bottom: 10px;
}
/*	Page footer
		-------------------------------------------------------------------------- */
.page-footer {
  background: #e6e6e6;
  padding: 80px 0;
}
@media only screen and (max-width: 845px) {
  .page-footer {
    padding: 30px 0;
  }
}
.page-footer address {
  font-style: normal;
  line-height: 140%;
  margin: 0 0 20px;
}
.page-footer .languages {
  display: inline-block;
}
.page-footer .languages a {
  display: inline-block;
  border: 1px solid #C8C8C8;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  vertical-align: middle;
}
.page-footer .languages a:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.page-footer .languages img {
  display: block;
}
.page-footer .languages ul,
.page-footer .languages li,
.page-footer .languages p {
  display: inline-block;
  vertical-align: middle;
}
.page-footer .languages ul {
  margin-left: 10px;
}
.page-footer .languages li.is-active a {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

div.errors {
  line-height: 20px;
  font-size: 12px;
  background: #A82F2F;
  padding: 5px 8px;
  margin: 0 0 20px 0;
  color: #ffffff;
}
div.success {
  line-height: 20px;
  font-size: 12px;
  background: #00b179;
  padding: 5px 8px;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.scrollToTop{
  width:72px;
  height:72px;
  position:fixed;
  top:400px;
  right:180px;
  display:none;
  background: url('../images/scrollTop.png') center center no-repeat;
  text-decoration:none;
}
.scrollToTop:hover{
  text-decoration:none;
}


@media only screen and (max-width: 1024px) {
  .sticky-wrapper {
    top: 60px;
  }
  .main-content > section.intro header h1 {
    font-size: 42px;
  }
  .main-content > section.intro header p {
    font-size: 26px;
  }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.row select.chosen-select {clear: both;float: none;width: 575px;}

/* @group Base */
.chosen-container {
  clear: both;float: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px;
  border: 1px solid #D9D9D9;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 25px;
  width: 575px;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -99999px;
  z-index: 1010;
  width: 575px;
  border: 1px solid #D9D9D9;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: -1px;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-single .chosen-search input[type="email"],
.chosen-container-single .chosen-search input[type="number"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-multi .chosen-choices li.search-field input[type="email"],
.chosen-container-multi .chosen-choices li.search-field input[type="number"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
}
.chosen-container-active .chosen-choices li.search-field input[type="text"],
.chosen-container-active .chosen-choices li.search-field input[type="email"],
.chosen-container-active .chosen-choices li.search-field input[type="number"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"],
.chosen-rtl .chosen-choices li.search-field input[type="email"],
.chosen-rtl .chosen-choices li.search-field input[type="number"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"],
.chosen-rtl .chosen-search input[type="email"],
.chosen-rtl .chosen-search input[type="number"] {
  padding: 4px 5px 4px 20px;
  background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

#modal-reserve-table {
    width: 200%;
    overflow: hidden;
    padding: 4% 0;
    /*position: absolute;*/
}
#modal-reserve-table p.error {
    margin: 0;
    color: red;
    display: none;
}
#modal-reserve-table .parsley-error {
    border-color: red;
}
#modal-reserve-table #back-to-table-reservation {
    margin: 0;
}
#modal-reserve-table > div {
    width: 50%;
    float: left;
    padding: 0 2%;
}
#modal-reserve-table > div:nth-of-type(2) > h3 {
    margin-bottom: 0;
}
#modal-reserve-table > div:nth-of-type(2) > h2 {
    display: none;
    text-align: center;
}

#modal-reserve-table h3 {
    font-size: 32px;
}

#modal-reserve-table input, #modal-reserve-table select {
    margin-bottom: 10px;
}
#modal-reserve-table input.button {
    /*float: left;*/
    padding: 15px 20px;
    width: 100%;
}

#modal-reserve-table input[type="submit"] {
    margin-top: 15px;
}
#modal-reserve-table input[name="reserve_table[date]"] {
    background-color: white;
}
#modal-reserve-table select[name="reserve_table[time]"] {
    padding: 7px 10px;
}
#modal-reserve-table select[name="reserve_table[people]"] {
    float: left;
    width: 49%;
    margin-right: 2%;
}
#modal-reserve-table select[name="reserve_table[duration]"] {
    width: 49%;
}
#modal-reserve-table form {
    margin-bottom: 0;
}

@media only screen and (max-width: 845px) {
    #modal-reserve-table select[name="reserve_table[people]"] {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    #modal-reserve-table select[name="reserve_table[duration]"] {
        /*float: left;*/
        width: 100%;
    }
}

.reservation-detail {}
.reservation-detail table {width: 500px;}
.reservation-detail table tr td:first-child {width: 300px;}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-rtl .chosen-search input[type="email"],
  .chosen-rtl .chosen-search input[type="number"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-search input[type="email"],
  .chosen-container-single .chosen-search input[type="number"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

.static-page {text-align: center;}
.static-page .content-holder {text-align: left;font-size: 14px;}
.static-page p, .static-page ul li, .static-page ol li {font-size: 14px;}
.static-page ul li, .static-page ol li {margin: 10px 0 10px 25px;}


@media only screen and (max-height: 850px) {
  .main-content > section.intro header h1 {font-size: 36px;}
  .main-content > section.intro header p {font-size: 22px;}
}
@media only screen and (max-height: 720px) {
  .intro header {bottom: 0px;}
}

.priceList {margin: 0 auto; width: 80%; font-size: 18px;}
.priceList th, .priceList td {padding: 12px;}
.priceList th {background: #414042;color: #ffffff;font-size: 14px;text-transform: uppercase;}
.priceList.smaller {width: 50%;}

@media only screen and (max-width: 845px) {
  .priceList {width: 100%;font-size: 12px;}
  .priceList th, .priceList td {padding: 4px;}
  .priceList th {font-size: 10px;}
  .priceList.smaller {width: 80%;}
}
