/*
Theme Name:     Restu reservation widget
Theme URI:      http://restu.cz
Description:    Reservation widget
Version:        2.0
Author:         Restu.cz
Author URI:     http://www.restu.cz
Tags:           
*/
/*
===========================
CONTENTS:

01 Variables
02 Functions
02 Sensible defaults
03 Icon fonts
04 Typography 
===========================
*/
/*@import "addons/html5-input-types";*/
/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0; }

h3 {
  font-size: 1.17em;
  margin: 0; }

h4 {
  font-size: 1em;
  margin: 0; }

h5 {
  font-size: 0.83em;
  margin: 0; }

h6 {
  font-size: 0.75em;
  margin: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#loading {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100000000;
    top: 0;
    opacity: 0.7;
    background-image: url(/css/fancybox/fancybox_overlay2.png);
}

    #loading td {
        vertical-align: middle;
    }

    #loading div {
        width: 128px;
        height: 128px;
        background-image: url(/images/preloader.gif);
        margin: 0 auto;
    }


/* Variables */
/* Get width in percentages */
/* Get height in ems */
/* Breakpoints */
/* Retina images */
/* Basic Styles */
div, article, section, header, footer, nav, li {
  position: relative; }

input, textarea, select, button {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 100%;
  height: 100%;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

::-moz-selection {
  background: #892924;
  color: #fff; }

::selection {
  background: #892924;
  color: #fff; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  opacity: 0;
  display: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.wf-loading {
  opacity: 0;
  visibility: hidden; }

.ie.wf-loading {
  visibility: hidden; }

.ie.wf-active {
  visibility: visible; }

.wf-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity, 0.5s, linear;
  -moz-transition: opacity, 0.5s, linear;
  transition: opacity, 0.5s, linear; }

.page-wrap {
  width: 960px;
  margin: 0 auto; }

/* Typography */
html > body {
  font-size: 1em;
  color: #474B50;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #353535;
  font-weight: 700; }

p {
  font-size: 1em;
  line-height: 1.5em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

@font-face {
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  src: url("/font/proximanova-regular-webfont.eot");
  src: url("/font/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/font/proximanova-regular-webfont.woff") format("woff"), url("/font/proximanova-regular-webfont.ttf") format("truetype"), url("/font/proximanova-regular-webfont.svg#proxima-nova") format("svg"); }
@font-face {
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  src: url("/font/proximanova-semibold-webfont.eot");
  src: url("/font/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/proximanova-semibold-webfont.woff") format("woff"), url("/font/proximanova-semibold-webfont.ttf") format("truetype"), url("/font/proximanova-semibold-webfont.svg#proxima-nova") format("svg"); }
@font-face {
  font-family: proxima-nova;
  font-weight: 700;
  font-style: normal;
  src: url("/font/proximanova-bold-webfont.eot");
  src: url("/font/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/proximanova-bold-webfont.woff") format("woff"), url("/font/proximanova-bold-webfont.ttf") format("truetype"), url("/font/proximanova-bold-webfont.svg#proxima-nova") format("svg"); }
@font-face {
  font-family: restu-iconfont;
  font-weight: normal;
  font-style: normal;
  src: url("/font/iconfont.eot");
  src: url("/font/iconfont.eot?#iefix") format("embedded-opentype"), url("/font/iconfont.woff") format("woff"), url("/font/iconfont.ttf") format("truetype"), url("/font/iconfont.svg#restu-iconfont") format("svg"); }
[class^="icon-"], .widget-header .close:after, .widget-form-content .selectbox-container:before,
.widget-form-content .date-label:before, .widget-form-content .selectbox-container:after,
.widget-form-content .date-label:after, .widget-state-content .state-icon:before, .widget-state-content .selectbox-container:before, .widget-state-content .selectbox-container:after, .widget-submit-content button:after,
.widget-submit-content .continue-reservation:after, .widget-share-reservation li:before, .picker__nav--prev:before,
.picker__nav--next:before, .rating-widget-review-item .rating-widget-review-time::before, [class*=" icon-"] {
  font-family: 'restu-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-thumb-up:before {
  content: "\e660"; }

.icon-arrow-left-2:before {
  content: "\e641"; }

.icon-arrow-top-2:before {
  content: "\e692"; }

.icon-menu:before {
  content: "\e673"; }

.icon-fb-square:before {
  content: "\e604"; }

.icon-gallery-2:before {
  content: "\e605"; }

.icon-review:before {
  content: "\e5b6"; }

.icon-restaurant:before {
  content: "\e607"; }

.icon-pin-outline:before {
  content: "\e688"; }

.icon-fullsize:before {
  content: "\e649"; }

.icon-list:before {
  content: "\e60a"; }

.icon-arrow-left-3:before {
  content: "\e65b"; }

.icon-add-circle:before {
  content: "\e696"; }

.icon-filter:before {
  content: "\e62d"; }

.icon-pin-3:before {
  content: "\e67e"; }

.icon-delete:before {
  content: "\e65f"; }

.icon-check-2:before {
  content: "\e630"; }

.icon-add:before {
  content: "\e631"; }

.icon-email-circle:before {
  content: "\e682"; }

.icon-twitter-circle:before {
  content: "\e683"; }

.icon-fb-circle:before {
  content: "\e644"; }

.icon-cross-2:before {
  content: "\e665"; }

.icon-location-2:before {
  content: "\e666"; }

.icon-arrow-bottom-2:before {
  content: "\e697"; }

.icon-notification-2:before {
  content: "\e658"; }

.icon-search-2:before {
  content: "\e689"; }

.icon-arrow-bottom-3:before {
  content: "\e63a"; }

.icon-edit:before {
  content: "\e66b"; }

.icon-repeat:before {
  content: "\e685"; }

.icon-home-2:before {
  content: "\e65d"; }

.icon-arrow-right-2:before {
  content: "\e68e"; }

.icon-gear:before {
  content: "\e69f"; }

.icon-restu-2:before {
  content: "\e6a0"; }

.icon-voucher-outline:before {
  content: "\e6b1"; }

.icon-heart-outline:before {
  content: "\e6ae"; }

.icon-add-user-outline:before {
  content: "\e5d3"; }

.icon-apple:before {
  content: "\e600"; }

.icon-twitter:before {
  content: "\e601"; }

.icon-facebook:before {
  content: "\e602"; }

.icon-google-plus:before {
  content: "\e603"; }

.icon-user-outline:before {
  content: "\e698"; }

.icon-clock-2:before {
  content: "\e699"; }

.icon-info:before {
  content: "\e606"; }

.icon-check-3:before {
  content: "\e68b"; }

.icon-voucher:before {
  content: "\e608"; }

.icon-time:before {
  content: "\e609"; }

.icon-uniE630:before {
  content: "\e62e"; }

.icon-tag:before {
  content: "\e60b"; }

.icon-star:before {
  content: "\e60c"; }

.icon-star-outline:before {
  content: "\e60d"; }

.icon-search:before {
  content: "\e60e"; }

.icon-restu:before {
  content: "\e60f"; }

.icon-pin:before {
  content: "\e634"; }

.icon-gallery:before {
  content: "\e611"; }

.icon-phone:before {
  content: "\e612"; }

.icon-persons:before {
  content: "\e613"; }

.icon-heart:before {
  content: "\e614"; }

.icon-home:before {
  content: "\e615"; }

.icon-globe:before {
  content: "\e616"; }

.icon-mail:before {
  content: "\e617"; }

.icon-lock:before {
  content: "\e618"; }

.icon-key:before {
  content: "\e619"; }

.icon-download:before {
  content: "\e61a"; }

.icon-cross:before {
  content: "\e61b"; }

.icon-cross-circle:before {
  content: "\e61c"; }

.icon-check:before {
  content: "\e61d"; }

.icon-arrow-fill-top:before {
  content: "\e61e"; }

.icon-arrow-fill-left:before {
  content: "\e61f"; }

.icon-arrow-fill-bottom:before {
  content: "\e620"; }

.icon-arrow-bottom:before {
  content: "\e621"; }

.icon-arrow-left:before {
  content: "\e622"; }

.icon-calendar:before {
  content: "\e623"; }

.icon-location:before {
  content: "\e624"; }

.icon-more:before {
  content: "\e625"; }

.icon-arrow-right:before {
  content: "\e626"; }

.icon-arrow-top:before {
  content: "\e627"; }

.icon-note:before {
  content: "\e628"; }

.icon-notification:before {
  content: "\e629"; }

.icon-arrow-fill-right:before {
  content: "\e62a"; }

.icon-user:before {
  content: "\e62b"; }

.icon-user-2:before {
  content: "\e650"; }

.icon-mail-2:before {
  content: "\e651"; }

.icon-note-2:before {
  content: "\e652"; }

.icon-phone-2:before {
  content: "\e653"; }

.icon-cross-3:before {
  content: "\e654"; }

.icon-calendar-2:before {
  content: "\e655"; }

.icon-arrow-right-4:before {
  content: "\e656"; }

/* Buttons */
.primary-btn {
  border-radius: 10px;
  background-color: #892924;
  box-shadow: 0px 2px 0px 0px #531916;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  .primary-btn:hover {
    background-color: #9e2f2a; }
  .primary-btn:active {
    box-shadow: 0px 2px 0px 0px #892924, inset 0px 1px 0px 0px #531916; }

.secondary-btn {
  border-radius: 10px;
  border: 1px solid #BFCAD6;
  font-weight: 600;
  color: #444A51;
  background-image: -webkit-linear-gradient(-91deg, #FFFFFF 0%, #FBFCFD 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #FBFCFD 100%);
  -webkit-transition: border 0.1s ease-in-out;
  -moz-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out; }
  .secondary-btn:hover {
    border: 1px solid rgba(126, 133, 142, 0.7);
    background-image: -webkit-linear-gradient(-91deg, #FFFFFF 0%, #FFFFFF 100%);
    background-image: linear-gradient(-179deg, #FFFFFF 0%, #FFFFFF 100%); }
  .secondary-btn:active {
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

/* Reservation buttons */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ---------------------------------------------------------------------------------------------------------- 
04 Widget ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.overlay {
  width: 100%;
  height: 100%;
  background: #3D4145;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0; }

.widget {
  background-color: #F7F9FB;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 30px auto 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 640px) {
    .widget {
      margin: 0 auto; } }

.widget-header {
  background: #282C30;
  padding: 1.875em 6.66667%;
  border-radius: 3px 3px 0 0;
  position: relative; }
  .widget-header h1 {
    font-size: 0.875em;
    color: #B1BAC3;
    line-height: 1.28571em;
    font-weight: 600;
    max-width: 83.33333%; }
  .widget-header strong {
    font-family: "ff-tisa-web-pro", Georgia, Cambria, "Times New Roman", Times, serif;
    color: #fff;
    display: block;
    margin-top: 0.20833em;
    font-size: 1.71429em;
    line-height: 1.16667em; }
  .widget-header .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 35px;
    right: 40px;
    display: block;
    border-radius: 2px;
    background: #3d4145;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .widget-header .close:hover {
      background: #B1BAC3;
      background: rgba(177, 186, 195, 0.6); }
    .widget-header .close:after {
      content: "\e654";
      position: absolute;
      font-size: 0.875em;
      color: #282C30;
      top: 8px;
      left: 8px; }

.widget-form-content {
  padding: 1.5625em 2.5em 0 2.5em;
  background: #F7F9FB; }
  @media screen and (max-width: 640px) {
    .widget-form-content {
      padding: 1.5625em 1.25em; } }
  .widget-form-content .basic-inputs {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    *zoom: 1; }
    .widget-form-content .basic-inputs:before, .widget-form-content .basic-inputs:after {
      content: " ";
      display: table; }
    .widget-form-content .basic-inputs:after {
      clear: both; }
    .widget-form-content .basic-inputs li {
      float: left;
      width: 23%;
      margin-right: 1.5%; }
      @media screen and (max-width: 640px) {
        .widget-form-content .basic-inputs li {
          width: 100%;
          margin-bottom: 0.9375em; } }
      .widget-form-content .basic-inputs li:last-child {
        margin-right: 0; }
  .widget-form-content .selectbox-container,
  .widget-form-content .date-label {
    position: relative;
    font-size: 0.875em;
    color: #7E858E;
    line-height: 1.28571em;
    text-indent: 5px;
    display: block; }
  .widget-form-content .selectbox-container:before,
  .widget-form-content .date-label:before {
    position: absolute;
    font-size: 1em;
    color: #B1BAC3;
    top: 34px;
    left: 8px;
    z-index: 20;
    pointer-events: none; }
  .widget-form-content select,
  .widget-form-content #start_date {
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    padding: 0.9375em 1em 0.9375em 1em;
    font-size: 1.14286em;
    color: #474B50;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .widget-form-content select::-ms-expand {
    display: none; }
  .widget-form-content #start_date {
    font-size: 1em; }
  .widget-form-content select:hover,
  .widget-form-content #start_date:hover {
    border: 1px solid #a2a2a2; }
  .widget-form-content .additional-info {
    list-style-type: none;
    padding: 0;
    *zoom: 1; }
    .widget-form-content .additional-info:before, .widget-form-content .additional-info:after {
      content: " ";
      display: table; }
    .widget-form-content .additional-info:after {
      clear: both; }
    @media screen and (max-width: 640px) {
      .widget-form-content .additional-info {
        margin: 0 0 0.625em 0; } }
    .widget-form-content .additional-info li {
      float: left;
      width: 50%; }
      @media screen and (max-width: 640px) {
        .widget-form-content .additional-info li {
          font-size: 0.875em; } }
      @media screen and (max-width: 480px) {
        .widget-form-content .additional-info li {
          width: 100%;
          font-size: 1em;
          margin-bottom: 1.25em; } }
    .widget-form-content .additional-info .voucher-tooltip {
      position: absolute; }
      .widget-form-content .additional-info .voucher-tooltip span {
        font-size: 1.125em;
        position: relative;
        margin-left: 10px; }
    .widget-form-content .additional-info .dont-accept-vouchers {
      color: #7E858E; }
  .widget-form-content .voucher-container label {
    display: block; }
  .widget-form-content .voucher-container input {
    width: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 0.625em; }
  .widget-form-content [data-tooltip] {
    position: relative;
    cursor: pointer; }
    .widget-form-content [data-tooltip]:before, .widget-form-content [data-tooltip]:after {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
      -moz-transition: -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
      transition: transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
      -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);
      pointer-events: none;
      bottom: 100%;
      left: 50%; }
    .widget-form-content [data-tooltip]:hover:before, .widget-form-content [data-tooltip]:hover:after, .widget-form-content [data-tooltip]:focus:before, .widget-form-content [data-tooltip]:focus:after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(-12px);
      -moz-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
      -o-transform: translateY(-12px);
      transform: translateY(-12px); }
    .widget-form-content [data-tooltip]:before {
      z-index: 1001;
      border: 6px solid transparent;
      background: transparent;
      content: "";
      margin-left: -6px;
      margin-bottom: -12px;
      border-top-color: #000;
      border-top-color: rgba(51, 51, 51, 0.9); }
    .widget-form-content [data-tooltip]:after {
      z-index: 1000;
      padding: 8px;
      width: 160px;
      background-color: #000;
      background-color: rgba(51, 51, 51, 0.9);
      color: #fff;
      content: attr(data-tooltip);
      font-size: 14px;
      line-height: 1.2;
      margin-left: -80px; }
  .widget-form-content #voucher-type-container {
    position: relative;
    height: 2.5em;
    width: 100%;
    margin: 1.875em auto 0.9375em auto;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); }
  .widget-form-content .switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    line-height: 2.85714em;
    font-size: 0.875em;
    color: #5B636D;
    text-align: center;
    cursor: pointer; }
  .widget-form-content .switch-label:active {
    font-weight: bold; }
  .widget-form-content .switch-label-off {
    padding-left: 2px; }
  .widget-form-content .switch-label-on {
    padding-right: 2px; }
  .widget-form-content .switch-input {
    display: none; }
  .widget-form-content .switch-input:checked + .switch-label {
    color: #fff;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .widget-form-content .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 50%; }
  .widget-form-content .switch-selection {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: block;
    width: 49.6%;
    height: 2.25em;
    border-radius: 10px;
    background-color: #892924;
    -webkit-transition: left 0.15s ease-in-out;
    -moz-transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out; }
  .widget-form-content .slevomat-message {
    display: none;
    padding: 1.25em 0 0 0;
    float: left;
    font-size: 1em;
    font-weight: 400;
    color: #474B50;
    margin-bottom: 0.625em; }
  .widget-form-content #voucher-type-slevomat:checked ~ .slevomat-message {
    display: block; }

.widget-state-content {
  padding: 1.5625em 2.5em 1.5625em 2.75em;
  border-top: 1px solid #D8D8D8;
  position: relative;
  background-color: #fff; }
  @media screen and (max-width: 640px) {
    .widget-state-content {
      padding: 1.5625em 1.25em; } }
  .widget-state-content .state-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px dashed #D8D8D8;
    position: absolute;
    left: 40px; }
    @media screen and (max-width: 640px) {
      .widget-state-content .state-icon {
        display: none; } }
    .widget-state-content .state-icon:before {
      font-size: 1.875em;
      color: #892924;
      position: absolute;
      top: 14px;
      left: 14px; }
    .widget-state-content .state-icon.state-error:before {
      content: "\e699";
      color: #CA536A; }
    .widget-state-content .state-icon.state-success:before {
      content: "\e68b";
      color: #892924; }
    .widget-state-content .state-icon.state-info:before {
      content: "\e606";
      color: #fff; }
    .widget-state-content .state-icon.state-info {
      background-color: #E88449;
      border: 1px solid transparent; }
  .widget-state-content h3 {
    font-size: 1.25em;
    font-weight: 400;
    color: #474B50;
    margin-bottom: 0.625em; }
    .widget-state-content h3 strong {
      font-weight: 600; }
      .widget-state-content h3 strong.status-ok {
        color: #892924; }
      .widget-state-content h3 strong.status-warning {
        color: #CA536A; }
  .widget-state-content p {
    color: #7E858E;
    display: inline-block;
    margin-right: 15px; }
  .widget-state-content .status-description {
    margin: 0;
    margin-bottom: 0.3125em; }
  .widget-state-content .selectbox-container {
    position: relative;
    font-size: 0.875em;
    color: #7E858E;
    line-height: 1.28571em;
    text-indent: 5px;
    display: inline-block; }
  .widget-state-content .selectbox-container:before {
    position: absolute;
    content: "\e699";
    font-size: 1em;
    color: #B1BAC3;
    top: 14px;
    left: 8px;
    z-index: 20;
    pointer-events: none; }
  .widget-state-content .selectbox-container:after {
    content: "\e621";
    position: absolute;
    font-size: 0.875em;
    color: #7E858E;
    top: 16px;
    right: 14px;
    z-index: 20;
    pointer-events: none; }
  .widget-state-content select {
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    padding: 0.625em 1.875em 0.625em 2.5em;
    font-size: 1.14286em;
    color: #474B50;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .widget-state-content select::-ms-expand {
    display: none; }
  .widget-state-content select:hover {
    border: 1px solid #a2a2a2; }
  .widget-state-content .widget-recommended-times {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0 0 1.875em 0; }
    .widget-state-content .widget-recommended-times li {
      display: inline-block; }
    .widget-state-content .widget-recommended-times a {
      display: block;
      padding: 0.625em 1.875em; }
  .widget-state-content.widget-events-prompt h3 span {
    font-weight: 600;
    color: #892924; }
  .widget-state-content.widget-events-prompt .secondary-btn {
    padding: 0.625em 1.875em;
    cursor: pointer;
    display: block;
    max-width: 260px;
    text-align: center; }
  .widget-state-content.widget-event {
    padding: 1.5625em 2.5em 1.5625em 2.5em; }
    .widget-state-content.widget-event [type="checkbox"]:not(:checked) + label,
    .widget-state-content.widget-event [type="checkbox"]:checked + label {
      color: #444A51;
      display: block;
      font-size: 1.125em;
      padding-left: 3.33333em;
      margin-bottom: 0.55556em; }
    .widget-state-content.widget-event .event-info {
      list-style-type: none;
      margin: 0;
      padding: 0;
      padding-left: 4.28571em;
      font-size: 0.875em;
      color: #5B636D; }
      .widget-state-content.widget-event .event-info li:last-child {
        color: #892924;
        font-weight: 600; }
      .widget-state-content.widget-event .event-info li.choose-another-date {
        margin-top: 0.3125em;
        font-weight: 400;
        color: #5B636D; }
        .widget-state-content.widget-event .event-info li.choose-another-date a {
          color: #892924;
          font-weight: 600; }
        .widget-state-content.widget-event .event-info li.choose-another-date a:hover {
          text-decoration: underline; }
      .widget-state-content.widget-event .event-info li:only-child {
        color: #5B636D; }
    .widget-state-content.widget-event .event-person-number {
      padding-left: 3.75em;
      margin-top: 1.25em; }
      .widget-state-content.widget-event .event-person-number label {
        display: inline-block; }
      .widget-state-content.widget-event .event-person-number select {
        display: inline-block; }
  .widget-state-content.widget-daynote-content .day-note-checkbox label {
    padding: 0.71429em 2.14286em;
    max-width: 260px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0.71429em 0;
    font-size: 0.875em; }
  .widget-state-content.widget-daynote-content .day-note-checkbox label:before {
    display: none; }

.widget-submit-content {
  background: #F7F9FB;
  padding: 2.5em;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #D8D8D8; }
  @media screen and (max-width: 640px) {
    .widget-submit-content {
      padding: 1.5625em 1.25em; } }
  #step-2 .widget-submit-content {
    border-top: none;
    padding: 1.25em 2.5em; }
    @media screen and (max-width: 640px) {
      #step-2 .widget-submit-content {
        padding: 1.5625em 1.25em; } }
  .widget-submit-content button,
  .widget-submit-content input[type="submit"] {
    border-radius: 10px;
    background: #892924;
    border: none;
    width: 100%;
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase;
    padding: 1.44444em 0;
    position: relative;
    font-weight: 600;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .widget-submit-content .continue-reservation {
    text-decoration: none;
    display: block;
    text-align: center; }
  .widget-submit-content button:hover,
  .widget-submit-content input[type="submit"]:hover,
  .widget-submit-content .continue-reservation:hover {
    background: #9e2f2a; }
  .widget-submit-content button:active,
  .widget-submit-content input[type="submit"]:active,
  .widget-submit-content .continue-reservation:active {
    -moz-box-shadow: 0px 2px 0px 0px #892924, inset 0px 1px 0px 0px #531916;
    text-shadow: none; }
  .widget-submit-content button.disabled,
  .widget-submit-content .continue-reservation.disabled {
    background-color: #B1BAC3;
    background-color: rgba(177, 186, 195, 0.5);
    cursor: default; }
  .widget-submit-content button.disabled:after,
  .widget-submit-content .continue-reservation.disabled:after {
    content: ""; }

/* Step 2 */
.widget-reservation-info {
  background: #fff;
  padding: 1.25em 2.5em;
  position: relative;
  border-bottom: 1px solid #D8D8D8; }
  @media screen and (max-width: 640px) {
    .widget-reservation-info {
      padding: 1.5625em 1.25em; } }
  .widget-reservation-info p {
    margin: 0;
    color: #7E858E; }
  .widget-reservation-info strong {
    display: block;
    color: #474B50;
    font-weight: 600; }

.reservation-info-back {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  color: #892924;
  font-weight: 600; }
  .reservation-info-back:hover {
    text-decoration: none; }

.widget-step2-inputs-container {
  padding: 2.5em; }
  @media screen and (max-width: 640px) {
    .widget-step2-inputs-container {
      padding: 1.5625em 1.25em; } }

.widget-inputs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .widget-inputs-list:before, .widget-inputs-list:after {
    content: " ";
    display: table; }
  .widget-inputs-list:after {
    clear: both; }
  .widget-inputs-list li {
    margin-bottom: 0.9375em;
    position: relative;
    *zoom: 1; }
    .widget-inputs-list li:before, .widget-inputs-list li:after {
      content: " ";
      display: table; }
    .widget-inputs-list li:after {
      clear: both; }
    @media screen and (max-width: 480px) {
      .widget-inputs-list li {
        margin-bottom: 1.5625em; } }
    .widget-inputs-list li:last-child {
      margin-bottom: 0; }
  .widget-inputs-list label {
    font-size: 0.8125em;
    font-weight: 600;
    color: #474B50;
    display: block;
    margin-bottom: 0.38462em; }
  .widget-inputs-list input {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #BFCAD6;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.13);
    height: 2.5em;
    line-height: 2.5em;
    line-height: 100%;
    padding: 0 0.9375em; }
    .widget-inputs-list input.error {
      border: 1px solid #CA536A;
      border-radius: 3px 3px 0 0; }
  .widget-inputs-list .label-desc {
    font-size: 12px;
    opacity: 0;
    color: #7E858E;
    position: absolute;
    right: 0;
    top: 2px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    @media screen and (max-width: 480px) {
      .widget-inputs-list .label-desc {
        top: 65px;
        left: 0;
		position: static; } }
  .widget-inputs-list input:focus ~ .label-desc {
    opacity: 1; }
  .widget-inputs-list .error-message {
    background: #CA536A;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    font-size: 0.8125em;
    padding: 0.625em 0.9375em; }

.widget-legal {
  text-align: center;
  font-size: 0.8125em;
  margin-top: 0.76923em;
  color: #7E858E; }
  .widget-legal a {
    color: #892924; }
  .widget-legal a:hover {
    text-decoration: none; }

/* Final step */
.widget-confirmation {
  padding: 2.5em;
  background: #fff; }
  .widget-confirmation h2 {
    font-weight: 400;
    color: #474B50; }
  .widget-confirmation strong {
    font-weight: 600; }
  .widget-confirmation p {
    color: #7E858E; }
  .widget-confirmation a {
    color: #892924; }
    .widget-confirmation a:hover {
      text-decoration: none; }
  .widget-confirmation .widget-invite-route {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin: 1.875em 0 0 0;
    *zoom: 1; }
    .widget-confirmation .widget-invite-route:before, .widget-confirmation .widget-invite-route:after {
      content: " ";
      display: table; }
    .widget-confirmation .widget-invite-route:after {
      clear: both; }
    .widget-confirmation .widget-invite-route li {
      float: left;
      width: 49.03846%;
      margin-right: 0.96154%;
      margin-bottom: 1.25em; }
    .widget-confirmation .widget-invite-route .route {
      margin-right: 0; }
    .widget-confirmation .widget-invite-route a {
      display: block;
      text-align: center;
      text-decoration: none;
      padding: 1.15385em 0;
      font-size: 0.8125em;
      text-transform: uppercase; }
    .widget-confirmation .widget-invite-route .invite a {
      color: #fff; }
    .widget-confirmation .widget-invite-route .route a {
      color: #474B50; }
    .widget-confirmation .widget-invite-route .desc {
      opacity: 0;
      width: 100%;
      color: #7E858E;
      font-size: 0.75em;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .widget-confirmation .widget-invite-route li:first-child:hover ~ .desc {
      opacity: 1; }

.widget-share-reservation {
  background: #F7F9FB;
  padding: 2.5em;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #D8D8D8;
  margin-bottom: 2.5em; }
  .widget-share-reservation h3 {
    font-weight: 400;
    margin-bottom: 0.83333em;
    color: #7E858E;
    font-size: 1.125em; }
  .widget-share-reservation .socials {
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .widget-share-reservation .socials:before, .widget-share-reservation .socials:after {
      content: " ";
      display: table; }
    .widget-share-reservation .socials:after {
      clear: both; }
  .widget-share-reservation li {
    float: left;
    width: 32.69231%;
    margin-right: 0.96154%;
    border-radius: 10px;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    @media screen and (max-width: 480px) {
      .widget-share-reservation li {
        width: 100%;
        margin-bottom: 0.625em; } }
    .widget-share-reservation li a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.75em;
      text-decoration: none;
      padding: 0.83333em 1.66667em 0.83333em 3.33333em;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      @media screen and (max-width: 480px) {
        .widget-share-reservation li a {
          padding: 0.83333em 0;
          text-align: center; } }
    .widget-share-reservation li.facebook {
      background-color: #46629E; }
    .widget-share-reservation li.twitter {
      background-color: #55ACEE; }
    .widget-share-reservation li.email {
      background-color: #5B636D; }
    .widget-share-reservation li.facebook:hover, .widget-share-reservation li.twitter:hover, .widget-share-reservation li.email:hover {
      background-color: #fff; }
    .widget-share-reservation li.facebook:hover a {
      color: #46629E; }
    .widget-share-reservation li.twitter:hover a {
      color: #55ACEE; }
    .widget-share-reservation li.email:hover a {
      color: #5B636D; }
    .widget-share-reservation li:last-child {
      margin-right: 0; }
    .widget-share-reservation li:before {
      position: absolute;
      font-size: 1em;
      color: #fff;
      top: 50%;
      margin-top: -8px;
      left: 8px;
      z-index: 20;
      pointer-events: none;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .widget-share-reservation li.facebook:before {
      content: "\e602"; }
    .widget-share-reservation li.twitter:before {
      content: "\e601"; }
    .widget-share-reservation li.email:before {
      content: "\e617"; }
    .widget-share-reservation li.facebook:hover:before {
      color: #46629E; }
    .widget-share-reservation li.twitter:hover:before {
      color: #55ACEE; }
    .widget-share-reservation li.email:hover:before {
      color: #5B636D; }

.widget-copy {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 1.25em auto;
  color: #B1BAC3;
  font-size: 0.8125em;
  text-align: center; }
  .widget-copy a {
    margin-left: 10px;
    display: inline-block;
    padding-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .widget-copy a {
        display: block;
        margin-top: 0.625em; } }
  .widget-copy img {
    margin-bottom: -14px; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: #7E858E; }

[type="checkbox"]:not(:checked) + label strong,
[type="checkbox"]:checked + label strong {
  color: #474B50; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #D1D1D1;
  background: #ffffff;
  border-radius: 10px; }

[type="checkbox"] {
  outline: none; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: 'restu-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61d";
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 1.125em;
  color: #892924;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  background-color: #fff;
  cursor: default; }

[type="checkbox"]:disabled:checked + label:after {
  color: #D1D1D1; }

[type="checkbox"]:disabled + label,
[type="checkbox"]:disabled + label strong {
  color: #aaa;
  cursor: default; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #a2a2a2; }

/* Datepicker */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  width: 100%;
  width: 600px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (max-width: 640px) {
    .picker {
      width: 100%; } }

.picker__input {
  cursor: default; }

.picker__input.picker__input--active {
  border-color: red; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 520px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

.picker--opened .picker__holder {
  max-height: 40em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.43); }

.picker__box {
  padding: 0;
  overflow-x: hidden; }

.picker__header {
  text-align: center;
  position: relative;
  background: #3D4145;
  padding: 1.25em; }

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  color: #fff;
  margin-right: .25em; }

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }
.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 2em;
  height: 2em;
  box-sizing: content-box;
  top: 2em;
  color: #fff; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: 0em;
    padding-top: 1em; } }
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  content: "\e626";
  margin-right: 15px; }

.picker__nav--prev:before {
  content: "\e622";
  margin-left: 15px; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  color: #5C6267;
  background: transparent; }

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-bottom: .5em; }

.picker__table .error {
  background: #CA536A;
  color: #fff; }

.picker__table thead {
  background: #3D4145; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }
.picker__table td {
  margin: 0;
  padding: 0; }

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.875em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500; }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
.picker__day {
  padding: 0.9375em 0;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #fff;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: rgba(31, 195, 106, 0.2); }

.picker__day--highlighted {
  border-color: #892924; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: rgba(31, 195, 106, 0.2); }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #892924;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  display: none; }

.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #892924;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus {
  background: #892924;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #892924;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em; }

.picker__day--limited {
  background: #ca536a; }

.picker__day--limited:hover {
  background: #e06666; }

/* ---------------------------------------------------------------------------------------------------------- 
Rating Widget -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body {
  background-color: #282C30; }

.rating-widget-container {
  width: 100%;
  min-width: 200px;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: block; }

.rating-widget-header {
  padding: 1.25em 7.69231% 0 7.69231%; }
  .rating-widget-header span {
    display: block;
    font-size: 0.8125em;
    color: #7E858E; }
  .rating-widget-header h1 {
    color: #4F5556;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase; }

.rating-widget-overall {
  padding: 0.9375em 7.69231%;
  *zoom: 1; }
  .rating-widget-overall:before, .rating-widget-overall:after {
    content: " ";
    display: table; }
  .rating-widget-overall:after {
    clear: both; }
  .rating-widget-overall .rating-widget-overall-rating {
    background-color: #892924;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #fff;
    position: relative;
    float: left;
    margin-right: 10px; }
    .rating-widget-overall .rating-widget-overall-rating span {
      position: absolute;
      font-size: 2em;
      top: 50%;
      margin-top: -16px;
      width: 100%;
      text-align: center; }
    .rating-widget-overall .rating-widget-overall-rating small {
      font-size: 0.75em; }
    .rating-widget-overall .rating-widget-overall-rating.more-90 {
      background-color: #892924; }
    .rating-widget-overall .rating-widget-overall-rating.more-80 {
      background-color: #5DC31F; }
    .rating-widget-overall .rating-widget-overall-rating.more-70 {
      background-color: #82C31F; }
    .rating-widget-overall .rating-widget-overall-rating.more-60 {
      background-color: #9FC31F; }
    .rating-widget-overall .rating-widget-overall-rating.more-50 {
      background-color: #BDC31F; }
    .rating-widget-overall .rating-widget-overall-rating.more-30 {
      background-color: #C3A11F; }
    .rating-widget-overall .rating-widget-overall-rating.more-0 {
      background-color: #C3461F; }
  .rating-widget-overall .rating-widget-overall-stars {
    list-style-type: none;
    margin: 0.5em 0 0 0;
    width: 65.38462%;
    padding: 0;
    float: left;
    display: block;
    *zoom: 1; }
    .rating-widget-overall .rating-widget-overall-stars:before, .rating-widget-overall .rating-widget-overall-stars:after {
      content: " ";
      display: table; }
    .rating-widget-overall .rating-widget-overall-stars:after {
      clear: both; }
    .rating-widget-overall .rating-widget-overall-stars li {
      float: left; }
    .rating-widget-overall .rating-widget-overall-stars .icon-star {
      font-size: 1.5em;
      color: #FCC51E; }
    .rating-widget-overall .rating-widget-overall-stars .icon-star-outline {
      font-size: 1.5em;
      color: #DCE2E9; }
      .rating-widget-overall .rating-widget-overall-stars .icon-star-outline::before {
        content: "\e60c"; }
  .rating-widget-overall p {
    color: #7E858E;
    font-size: 0.8125em;
    float: left;
    padding-left: 3px;
    width: 65.38462%;
    margin: 0.1875em 0 0 0; }

.rating-widget-subrating {
  background-color: #EAEEF2;
  list-style-type: none;
  margin: 0;
  padding: 0.75em 0;
  *zoom: 1; }
  .rating-widget-subrating:before, .rating-widget-subrating:after {
    content: " ";
    display: table; }
  .rating-widget-subrating:after {
    clear: both; }
  .rating-widget-subrating li {
    float: left;
    width: 33.07692%;
    border-right: 1px solid #DCE0E3; }
    .rating-widget-subrating li:last-child {
      border-right: none; }
  .rating-widget-subrating strong {
    display: block;
    text-align: center;
    font-weight: 400;
    color: #4F5556;
    font-size: 1.5em;
    margin-bottom: 0.20833em; }
  .rating-widget-subrating small {
    font-size: 0.75em; }
  .rating-widget-subrating span {
    text-align: center;
    display: block;
    color: #7E858E;
    text-transform: uppercase;
    font-size: 0.6875em;
    font-weight: 600; }

.rating-widget-review-feed {
  padding: 1.25em 7.69231%; }
  .rating-widget-review-feed h2 {
    color: #4F5556;
    font-size: 0.875em;
    font-weight: 600;
    margin-bottom: 1.42857em; }
  .rating-widget-review-feed hr {
    display: block;
    border: none;
    height: 1px;
    width: 100%;
    background-color: #DFE5EB;
    margin-bottom: 0.9375em; }
  .rating-widget-review-feed .rating-widget-review-show-more {
    display: inline-block;
    color: #7E858E;
    font-weight: 600;
    padding: 0.76923em 15px;
    border: 1px solid #BFCAD6;
    border-radius: 10px;
    font-size: 0.8125em; }

.rating-widget-review-item {
  *zoom: 1; }
  .rating-widget-review-item:before, .rating-widget-review-item:after {
    content: " ";
    display: table; }
  .rating-widget-review-item:after {
    clear: both; }
  .rating-widget-review-item .rating-widget-review-stars {
    float: left;
    list-style-type: none;
    margin: 0 0 0.3125em 0;
    padding: 0;
    *zoom: 1; }
    .rating-widget-review-item .rating-widget-review-stars:before, .rating-widget-review-item .rating-widget-review-stars:after {
      content: " ";
      display: table; }
    .rating-widget-review-item .rating-widget-review-stars:after {
      clear: both; }
    .rating-widget-review-item .rating-widget-review-stars li {
      float: left; }
    .rating-widget-review-item .rating-widget-review-stars .icon-star {
      color: #FCC51E; }
    .rating-widget-review-item .rating-widget-review-stars .icon-star-outline {
      color: #DCE2E9; }
      .rating-widget-review-item .rating-widget-review-stars .icon-star-outline::before {
        content: "\e60c"; }
  .rating-widget-review-item .rating-widget-review-time {
    float: right;
    color: #7E858E;
    font-size: 0.8125em;
    position: relative;
    padding-left: 20px; }
  .rating-widget-review-item .rating-widget-review-time::before {
    position: absolute;
    content: "\e699";
    top: 50%;
    margin-top: -7px;
    left: 0;
    color: #BFCAD6; }
  .rating-widget-review-item .rating-widget-review {
    font-size: 0.8125em;
    color: #7E858E;
    clear: both;
    margin-bottom: 0.9375em;
    word-wrap: break-word;
    line-height: 1.23077em;
    max-height: 3.75em;
    overflow: hidden;
    position: relative; }
  .rating-widget-review-item .rating-widget-review::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0), white 50%); }

.rating-widget-footer {
  background-color: #4F5556;
  padding: 0.8125em; }
  .rating-widget-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .rating-widget-footer li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75em;
    line-height: 2em;
    height: 2em; }
  .rating-widget-footer img {
    margin-top: 7px;
    margin-left: 5px;
    display: block; }

/*# sourceMappingURL=widget.css.map */


.errMsg {
    color: red;
    text-align: center;
    display: block;
    border: 2px solid red;
    margin: 2em;
}

body { background-image:url(/reservation/background-menu.jpg);background-position: center center; background-size: cover;}
#reservation .notePopup {position: absolute;height: 100%;width: 100%;background-color: #fff;top: 0;left: 0;z-index: 100;padding: 3em;}
#reservation .notePopup td {vertical-align: top;}
#reservation .notePopup td.center {text-align: center;}
#reservation .notePopup table {width: 100%;}

@media screen and (max-width: 550px) {
	#reservation .notePopup{padding: 1.5em 1em;box-sizing: border-box;position: fixed;overflow: scroll;right: 0;bottom: 0;z-index: 987;width: 100%;height: 100%;}
	#reservation .notePopup table,#reservation .notePopup table tbody,#reservation .notePopup table tr,#reservation .notePopup table th,#reservation .notePopup table td{display: block;}
}