/*
Theme Name: Ambiance
Theme URI: https://vagebond.nl/wordpress/themes/ambiance
Author: Vagebond
Author URI: https://vagebond.nl
Description: L'ambiance is a WordPress theme designed for restaurants and retail. It focuses on impressing and entertaining your visitor while providing information.
Version: 2.6
Text Domain: ambiance
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
L'ambiance
======================== TABLE OF CONTENTS ========================
===================================================================
1:  Mixins, normalize and browser fixes.
2:  Typography and styling for typograpic elements used in Ambiance
3:  Transitions & animations
4:  Fonts inclusion
5:  Photoswipe
6:  Remodal: Modal styling and basic css
7:  Selections and general setup
8:  Forms / inputs and buttons
9:  Figure & Gallery-item styling
10: Homepage navigation (scrolling strokes)
11: Homepage header (Which shows logo)
12: Footer styling (Share buttons, author)
13: Content: .content and .content-wrapper styling
14: Lists: ol, ul, link-list, hours, icon-list & price list styling
15: The background slideshow
16: The overlay that covers the background
17: The splash screen & animation
18: Misc elements, helpers, posts & comments.
===================================================================
===================================================================

*/
/* --------------------------------------------

1: Mixins, normalize and browser fixes.

----------------------------------------------- */
.no-text-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
/* 1.3: Set default font family to sans-serif & prevent IOS text size adjus after orietnation change */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* 1.4: Remove default body margin */
body {
  margin: 0;
}
/* 1.5: HTML5 display definitions. (correct block display IE 8/9) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* 1.6: Correct inline block for IE8/9 and normalize vertical alignment */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* 1.7: Prevent modern browsers from displaying `audio` without controls. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* 1.8: Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden],
template {
  display: none;
}
/* 1.9: Remove the gray background color from active links in IE 10. */
a {
  background: transparent;
}
/* 1.10: Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}
/*
1.11: Address styling not present in IE 8/9, Safari 5, and Chrome.
Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
Address styling not present in Safari 5 and Chrome.
Address variable `h1` font-size and margin within `section` and `article`
contexts in Firefox 4+, Safari 5, and Chrome.
Address styling not present in IE 8/9.
Address inconsistent and variable font size in all browsers.
*/
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%;
}
/* 1.12: Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 1.13: Remove border when inside `a` element in IE 8/9. */
img {
  border: 0;
}
/* 1.14: Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}
/* 1.15: Address margin not present in IE 8/9 and Safari 5. Address differences between Firefox and other browsers. */
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
/* 1.16: Contain overflow in all browsers. */
pre {
  overflow: auto;
}
/* 1.17: Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* 1.18: Correct color not being inherited. Known issue: affects color of disabled elements. */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/* 1.19: Address `overflow` set to `hidden` in IE 8/9/10. */
button {
  overflow: visible;
}
/*
1.20: Address inconsistent `text-transform` inheritance for `button` and `select`.
All other form control elements do not inherit `text-transform` values.
Correct `button` style inheritance in Firefox, IE 8+, and Opera
Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1.21:
  1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
  2. Correct inability to style clickable `input` types in iOS.
  3. Improve usability and consistency of cursor style between image-type `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/* 1.22: Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* 1.23: Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* 1.23: Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* 1.24: Fix the cursor style for Chrome's increment/decrement buttons. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* 1.25: Address `appearance` set to `searchfield` in Safari 5 and Chrome. */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* 1.26: Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* 1.27: Correct `color` not being inherited in IE 8/9.
Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
  border: 0;
  padding: 0;
}
/* 1.28: Remove default vertical scrollbar in IE 8/9. */
textarea {
  overflow: auto;
}
/* 1.29: Don't inherit the `font-weight` (applied by a rule above). */
optgroup {
  font-weight: bold;
}
/* 1.30: Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 1.31: Firefox @fontface cleanup */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}
/* 1.32: Normalize opentypes */
html,
body {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}
h1,
h2,
h3 {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
}
abbr {
  text-transform: uppercase;
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
}
time {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}
pre,
kbd,
samp,
code {
  -webkit-font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}
sup {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
}
sub {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
}
/* 1.33: Grouping content */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
}
table {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}
table thead,
table tfoot {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}
/* --------------------------------------------

2: Typography and styling for typograpic elements used in Ambiance

----------------------------------------------- */
/* 2.1: Add font smoothing to typographic elements */
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 2.2: Set lineheights and margins for elements*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  line-height: 1.2;
  margin: 0 0 .35em 0;
}
/* 2.3: Set paragraph properties */
p {
  line-height: 1.7em;
  text-align: left;
  margin: 20px 0;
}
/* 2.4: General header styling */
h1 {
  font-size: 38px;
  font-size: 3.8rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
}
h3 {
  font-size: 21px;
  font-size: 2.1rem;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
}
h6 {
  font-size: 10px;
  font-size: 1rem;
}
p,
span {
  font-size: 15px;
  font-size: 1.5rem;
}
/* 2.5: Style anchors in lists and paragraphs */
p a,
ul a,
ol a {
  text-decoration: underline;
}
/* 2.6: Basic anchor styling and transitions */
a {
  text-decoration: none;
  color: #6c9bae;
}
@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: color 1s;
    transition: color 1s;
  }
  a:hover {
    color: #FFFFFF;
  }
}
/* 2.7: Secondary font helper class */
.secondary-font {
  letter-spacing: 1px;
  font-family: 'merriweather-italic', serif;
}
/* 2.8: Styling for the signature shown in the footer */
.signature {
  padding: 20px 0;
  text-align: left;
}
.signature h6 {
  text-transform: uppercase;
  color: #6c9bae;
  letter-spacing: 2px;
  margin: 0;
}
.signature h5 {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: 'kristimedium', serif;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 667px) {
  .signature h5 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.signature.center {
  text-align: center;
}
/* 2.9: Blockquote styling */
blockquote {
  border-left: 2px solid #6c9bae;
  margin: 40px 0 40px 30px;
  padding-left: 10px;
  line-height: 1.8;
}
blockquote p {
  font-size: 28px;
  font-size: 2.8rem;
  color: #6c9bae;
  font-family: 'merriweather-italic', serif;
  letter-spacing: 1px;
  opacity: 1;
  margin: 0;
}
/* 2.10: Styling for badges (element with background) and rounded corners */
.badge {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: .6em 1em;
  border-radius: 1em;
  line-height: 1.1em;
  background-color: rgba(108, 155, 174, 0.5);
  color: #FFFFFF;
  margin: 10px 0;
}
.badge-rounded {
  display: inline-block;
  padding: .6em .9em;
  background: rgba(108, 155, 174, 0.5);
  border-radius: 1em;
}
/* 2.11: Styling for the icon show with the date */
.date-icon:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\74";
  vertical-align: middle;
  margin-right: .3em;
}
/* --------------------------------------------

3: Transitions & Animations

----------------------------------------------- */
.transition {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
.transition-in {
  opacity: 0;
}
.transition-out {
  opacity: 0;
}
.fade {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
.fade-in {
  opacity: 1;
}
.fade-out {
  opacity: 0;
}
.slide-from-top {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.slide-from-top-in {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.slide-from-top-out {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.slide-to-top {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.slide-to-top-in {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.slide-to-top-out {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.slide-left {
  -webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.is-static .slide-left {
  opacity: 1;
}
.slide-left-in {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
}
.is-static .slide-left-in {
  opacity: 0;
}
.slide-left-out {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
}
.is-static .slide-left-out {
  opacity: 0;
}
.splash-transition {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.splash-transition-out {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.slide-right {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slide-right-in {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
}
.slide-right-out {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
}
.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
/* --------------------------------------------

4: Fonts inclusion (Sans serif)

----------------------------------------------- */
@font-face {
  font-family: 'montserratregular';
  src: url('public/fonts/montserrat-regular-webfont.eot');
  src: url('public/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('public/fonts/montserrat-regular-webfont.woff') format('woff'), url('public/fonts/montserrat-regular-webfont.ttf') format('truetype'), url('public/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------------------

4.1: Fonts inclusion (Serif)

----------------------------------------------- */
@font-face {
  font-family: 'merriweather-italic';
  src: url('public/fonts/merriweather-italic.eot');
  src: local('O'), url('public/fonts/merriweather-italic.woff') format('woff'), url('public/fonts/merriweather-italic.ttf') format('truetype'), url('public/fonts/merriweather-italic.svg#merriweather-italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------------------

4.2: Fonts inclusion (Display font: For signature)

----------------------------------------------- */
@font-face {
  font-family: 'kristimedium';
  src: url('public/fonts/kristi-webfont.eot');
  src: url('public/fonts/kristi-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/kristi-webfont.woff2') format('woff2'), url('public/fonts/kristi-webfont.woff') format('woff'), url('public/fonts/kristi-webfont.ttf') format('truetype'), url('public/fonts/kristi-webfont.svg#kristimedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------------------

4.3: Fonts inclusion (line-icon font) / 77-Essential-icons fontface

----------------------------------------------- */
@font-face {
  font-family: '77-Essential-Icons';
  src: url('public/fonts/icons/77-Essential-Icons.eot');
  src: url('public/fonts/icons/77-Essential-Icons.eot?#iefix') format("embedded-opentype"), url('public/fonts/icons/77-Essential-Icons.woff') format('woff'), url('public/fonts/icons/77-Essential-Icons.ttf') format('truetype'), url('public/fonts/icons/77-Essential-Icons.svg#77-Essential-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------------------

4.2.1: Icon definitions & styling for easy use

----------------------------------------------- */
.ambiance-icon.bg {
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 20;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6c9bae;
}
.ambiance-icon.bg:before {
  line-height: 60px;
  vertical-align: middle;
  display: block;
  text-align: center;
}
.ambiance-icon.bg .image {
  margin: 0;
  height: 60px;
  display: block;
  margin: auto;
}
.ambiance-icon.bg.icon-Food:before,
.ambiance-icon.bg.icon-Default:before {
  top: 50%;
}
.ambiance-icon.inverted {
  background-color: #FFFFFF;
}
.ambiance-icon.inverted:before {
  color: #6c9bae;
}
.ambiance-icon:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ambiance-icon.image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 37px;
  height: 37px;
  margin-bottom: 15px;
}
.ambiance-icon.icon-Food:before,
.ambiance-icon.icon-Default:before {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  top: 25%;
  left: 50%;
  background-image: url('public/img/interface/knive-fork.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ambiance-icon.icon-Plus:before {
  content: "\2b";
}
.ambiance-icon.icon-Attachment:before {
  content: "\61";
}
.ambiance-icon.icon-Reply:before {
  content: "\72";
}
.ambiance-icon.icon-BarGraph:before {
  content: "\67";
}
.ambiance-icon.icon-Book:before {
  content: "\52";
}
.ambiance-icon.icon-Bookmark:before {
  content: "\42";
}
.ambiance-icon.icon-Briefcase:before {
  content: "\62";
}
.ambiance-icon.icon-BrowserWindow:before {
  content: "\77";
}
.ambiance-icon.icon-Calendar:before {
  content: "\63";
}
.ambiance-icon.icon-Camera:before {
  content: "\43";
}
.ambiance-icon.icon-Cancel:before {
  content: "\78";
}
.ambiance-icon.icon-Clock:before {
  content: "\74";
}
.ambiance-icon.icon-CommentwithLines:before {
  content: "\6d";
}
.ambiance-icon.icon-Comment:before {
  content: "\4d";
}
.ambiance-icon.icon-Computer:before {
  content: "\31";
}
.ambiance-icon.icon-Controls:before {
  content: "\53";
}
.ambiance-icon.icon-Conversation:before {
  content: "\73";
}
.ambiance-icon.icon-CreditCard:before {
  content: "\a3";
}
.ambiance-icon.icon-Crosshair:before {
  content: "\54";
}
.ambiance-icon.icon-Diary:before {
  content: "\6e";
}
.ambiance-icon.icon-DownArrow:before {
  content: "\64";
}
.ambiance-icon.icon-Email:before {
  content: "\65";
}
.ambiance-icon.icon-Folder:before {
  content: "\66";
}
.ambiance-icon.icon-Forward:before {
  content: "\46";
}
.ambiance-icon.icon-Heart:before {
  content: "\33";
}
.ambiance-icon.icon-Home:before {
  content: "\68";
}
.ambiance-icon.icon-Inbox:before {
  content: "\44";
}
.ambiance-icon.icon-Layers:before {
  content: "\4c";
}
.ambiance-icon.icon-LeftArrow:before {
  content: "\3c";
}
.ambiance-icon.icon-Link:before {
  content: "\6c";
}
.ambiance-icon.icon-List:before {
  content: "\3a";
}
.ambiance-icon.icon-LocationMarker:before {
  content: "\50";
}
.ambiance-icon.icon-Location:before {
  content: "\4b";
}
.ambiance-icon.icon-Map:before {
  content: "\71";
}
.ambiance-icon.icon-Medal:before {
  content: "\48";
}
.ambiance-icon.icon-Menu:before {
  content: "\3d";
}
.ambiance-icon.icon-Microphone:before {
  content: "\41";
}
.ambiance-icon.icon-Minus:before {
  content: "\2d";
}
.ambiance-icon.icon-Options:before {
  content: "\6f";
}
.ambiance-icon.icon-MoreOptions:before {
  content: "\4f";
}
.ambiance-icon.icon-Music:before {
  content: "\4e";
}
.ambiance-icon.icon-Mute:before {
  content: "\58";
}
.ambiance-icon.icon-Notification:before {
  content: "\6a";
}
.ambiance-icon.icon-Padlock:before {
  content: "\6b";
}
.ambiance-icon.icon-Document:before {
  content: "\57";
}
.ambiance-icon.icon-Phone:before {
  content: "\69";
}
.ambiance-icon.icon-Photo:before {
  content: "\70";
}
.ambiance-icon.icon-PieChart:before {
  content: "\47";
}
.ambiance-icon.icon-Pin:before {
  content: "\4a";
}
.ambiance-icon.icon-View:before {
  content: "\531";
}
.ambiance-icon.icon-Printer:before {
  content: "\532";
}
.ambiance-icon.icon-Profile:before {
  content: "\533";
}
.ambiance-icon.icon-Rearrange:before {
  content: "\7a";
}
.ambiance-icon.icon-Refresh:before {
  content: "\7e";
}
.ambiance-icon.icon-RightArrow:before {
  content: "\3e";
}
.ambiance-icon.icon-Save:before {
  content: "\79";
}
.ambiance-icon.icon-Search:before {
  content: "\59";
}
.ambiance-icon.icon-Settings:before {
  content: "\32";
}
.ambiance-icon.icon-Share:before {
  content: "\40";
}
.ambiance-icon.icon-Shop:before {
  content: "\51";
}
.ambiance-icon.icon-Signals:before {
  content: "\7b";
}
.ambiance-icon.icon-Signal:before {
  content: "\7c";
}
.ambiance-icon.icon-Volume:before {
  content: "\5a";
}
.ambiance-icon.icon-Star:before {
  content: "\2a";
}
.ambiance-icon.icon-iPad:before {
  content: "\49";
}
.ambiance-icon.icon-Tag:before {
  content: "\45";
}
.ambiance-icon.icon-Checkmark:before {
  content: "\2f";
}
.ambiance-icon.icon-Toggle:before {
  content: "\60";
}
.ambiance-icon.icon-Trash:before {
  content: "\5f";
}
.ambiance-icon.icon-Typing:before {
  content: "\2e";
}
.ambiance-icon.icon-UpArrow:before {
  content: "\5e";
}
.ambiance-icon.icon-User:before {
  content: "\75";
}
.ambiance-icon.icon-Users:before {
  content: "\55";
}
.ambiance-icon.icon-VideoCamera:before {
  content: "\56";
}
.ambiance-icon.icon-Video:before {
  content: "\76";
}
.ambiance-icon.icon-Warning:before {
  content: "\21";
}
.ambiance-icon.icon-CreateNew:before {
  content: "\7d";
}
/* --------------------------------------------

4.3: Fonts inclusion (Social incons) / Fontello custom selection

----------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url('public/fonts/icons/fontello.eot');
  src: url('public/fonts/icons/fontello.eot#iefix') format("embedded-opentype"), url('public/fonts/icons/fontello.woff') format('woff'), url('public/fonts/icons/fontello.woff2') format('woff2'), url('public/fonts/icons/fontello.ttf') format('truetype'), url('public/fonts/icons/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  display: inline-block;
  vertical-align: middle;
}
/* --------------------------------------------

4.3.1: Icon definitions for easy use

----------------------------------------------- */
.icon-social:before {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
}
.icon-social.aim:before {
  content: '\e800';
}
.icon-social.delicious:before {
  content: '\e801';
}
.icon-social.paypal:before {
  content: '\e802';
}
.icon-social.flattr:before {
  content: '\e803';
}
.icon-social.android:before {
  content: '\e804';
}
.icon-social.eventful:before {
  content: '\e805';
}
.icon-social.smashmag:before {
  content: '\e806';
}
.icon-social.gplus:before {
  content: '\e807';
}
.icon-social.wikipedia:before {
  content: '\e808';
}
.icon-social.lanyrd:before {
  content: '\e809';
}
.icon-social.calendar:before {
  content: '\e80a';
}
.icon-social.stumbleupon:before {
  content: '\e80b';
}
.icon-social.fivehundredpx:before {
  content: '\e80c';
}
.icon-social.pinterest:before {
  content: '\e80d';
}
.icon-social.bitcoin:before {
  content: '\e80e';
}
.icon-social.w3c:before {
  content: '\e80f';
}
.icon-social.foursquare:before {
  content: '\e810';
}
.icon-social.html5:before {
  content: '\e811';
}
.icon-social.ie:before {
  content: '\e812';
}
.icon-social.call:before {
  content: '\e813';
}
.icon-social.grooveshark:before {
  content: '\e814';
}
.icon-social.ninetyninedesigns:before {
  content: '\e815';
}
.icon-social.forrst:before {
  content: '\e816';
}
.icon-social.digg:before {
  content: '\e817';
}
.icon-social.spotify:before {
  content: '\e818';
}
.icon-social.reddit:before {
  content: '\e819';
}
.icon-social.guest:before {
  content: '\e81a';
}
.icon-social.gowalla:before {
  content: '\e81b';
}
.icon-social.appstore:before {
  content: '\e81c';
}
.icon-social.blogger:before {
  content: '\e81d';
}
.icon-social.cc:before {
  content: '\e81e';
}
.icon-social.dribbble:before {
  content: '\e81f';
}
.icon-social.evernote:before {
  content: '\e820';
}
.icon-social.flickr:before {
  content: '\e821';
}
.icon-social.google:before {
  content: '\e822';
}
.icon-social.viadeo:before {
  content: '\e823';
}
.icon-social.instapaper:before {
  content: '\e824';
}
.icon-social.weibo:before {
  content: '\e825';
}
.icon-social.klout:before {
  content: '\e826';
}
.icon-social.linkedin:before {
  content: '\e827';
}
.icon-social.meetup:before {
  content: '\e828';
}
.icon-social.vk:before {
  content: '\e829';
}
.icon-social.plancast:before {
  content: '\e82a';
}
.icon-social.disqus:before {
  content: '\e82b';
}
.icon-social.rss:before {
  content: '\e82c';
}
.icon-social.skype:before {
  content: '\e82d';
}
.icon-social.twitter:before {
  content: '\e82e';
}
.icon-social.youtube:before {
  content: '\e82f';
}
.icon-social.vimeo:before {
  content: '\e830';
}
.icon-social.windows:before {
  content: '\e831';
}
.icon-social.xing:before {
  content: '\e832';
}
.icon-social.yahoo:before {
  content: '\e833';
}
.icon-social.chrome:before {
  content: '\e834';
}
.icon-social.email:before {
  content: '\e835';
}
.icon-social.macstore:before {
  content: '\e836';
}
.icon-social.myspace:before {
  content: '\e837';
}
.icon-social.podcast:before {
  content: '\e838';
}
.icon-social.amazon:before {
  content: '\e839';
}
.icon-social.steam:before {
  content: '\e83a';
}
.icon-social.cloudapp:before {
  content: '\e83b';
}
.icon-social.dropbox:before {
  content: '\e83c';
}
.icon-social.ebay:before {
  content: '\e83d';
}
.icon-social.facebook:before {
  content: '\e83e';
}
.icon-social.github:before {
  content: '\e83f';
}
.icon-social.github-circled:before {
  content: '\e840';
}
.icon-social.googleplay:before {
  content: '\e841';
}
.icon-social.itunes:before {
  content: '\e842';
}
.icon-social.plurk:before {
  content: '\e843';
}
.icon-social.songkick:before {
  content: '\e844';
}
.icon-social.lastfm:before {
  content: '\e845';
}
.icon-social.gmail:before {
  content: '\e846';
}
.icon-social.pinboard:before {
  content: '\e847';
}
.icon-social.openid:before {
  content: '\e848';
}
.icon-social.quora:before {
  content: '\e849';
}
.icon-social.soundcloud:before {
  content: '\e84a';
}
.icon-social.tumblr:before {
  content: '\e84b';
}
.icon-social.eventasaurus:before {
  content: '\e84c';
}
.icon-social.wordpress:before {
  content: '\e84d';
}
.icon-social.yelp:before {
  content: '\e84e';
}
.icon-social.intensedebate:before {
  content: '\e84f';
}
.icon-social.eventbrite:before {
  content: '\e850';
}
.icon-social.scribd:before {
  content: '\e851';
}
.icon-social.posterous:before {
  content: '\e852';
}
.icon-social.stripe:before {
  content: '\e853';
}
.icon-social.opentable:before {
  content: '\e854';
}
.icon-social.cart:before {
  content: '\e855';
}
.icon-social.print:before {
  content: '\e856';
}
.icon-social.angellist:before {
  content: '\e857';
}
.icon-social.instagram:before {
  content: '\e858';
}
.icon-social.dwolla:before {
  content: '\e859';
}
.icon-social.appnet:before {
  content: '\e85a';
}
.icon-social.statusnet:before {
  content: '\e85b';
}
.icon-social.acrobat:before {
  content: '\e85c';
}
.icon-social.drupal:before {
  content: '\e85d';
}
.icon-social.buffer:before {
  content: '\e85e';
}
.icon-social.pocket:before {
  content: '\e85f';
}
.icon-social.bitbucket:before {
  content: '\e860';
}
.icon-social.lego:before {
  content: '\e861';
}
.icon-social.login:before {
  content: '\e862';
}
.icon-social.stackoverflow:before {
  content: '\e863';
}
.icon-social.hackernews:before {
  content: '\e864';
}
.icon-social.lkdto:before {
  content: '\e865';
}
.icon-social.duckduckgo:before {
  content: '\e866';
}
/* --------------------------------------------

5: PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license

----------------------------------------------- */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/* --------------------------------------------

5.1: PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license

Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

<button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('public/libs/photoswipe/default-skin/default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('public/libs/photoswipe/default-skin/default-skin.svg');
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(default-skin/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/* --------------------------------------------

6: Remodal: Modal styling and basic css
Remodal - v1.0.7
Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
http://vodkabears.github.io/remodal/

Made by Ilya Makarov
Under MIT License

----------------------------------------------- */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* --------------------------------------------

6: Remodal: Styling for L'ambiance theme.

----------------------------------------------- */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding: 70px 70px 50px 70px;
  color: #373a44;
  background: #FFFFFF;
  /* Close button */
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal .icon {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
  color: #FFFFFF;
}
.remodal h1 {
  font-size: 28px;
  font-size: 2.8rem;
}
.remodal p {
  text-align: center;
}
.remodal .signature {
  padding-bottom: 0;
}
.remodal .remodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal .remodal-close:hover,
.remodal .remodal-close:focus {
  color: #2b2e38;
}
.remodal .remodal-close:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\78";
  color: #6c9bae;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 500px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 500px;
}
/* --------------------------------------------

7: Selections and general setup

----------------------------------------------- */
::-moz-selection {
  background: #6c9bae;
  color: #FFFFFF;
  text-shadow: none;
}
::selection {
  background: #6c9bae;
  color: #FFFFFF;
  text-shadow: none;
}
::-moz-selection {
  background: #6c9bae;
  color: #FFFFFF;
  text-shadow: none;
}
/* 7.1: Define the html element and rules */
html {
  background-color: rgba(0, 0, 0, 0.95);
  font: normal 62.5%/1em 'montserratregular', sans-serif;
  height: 100%;
  color: #FFFFFF;
  overflow: hidden;
  line-height: 1.7;
}
/* Define the body styling and rules */
body {
  width: 100%;
  height: 100%;
}
body main {
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 10;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  overflow-y: scroll;
}
@media only screen and (max-width: 667px), only screen and (max-width: 667px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 1024px) {
  body main {
    -webkit-overflow-scrolling: touch;
  }
}
.hide {
  opacity: 0;
}
.show {
  opacity: 1;
}
.full-screen-preview__frame {
  background-color: transparent !important;
}
/* --------------------------------------------

8: Forms / inputs and buttons

-----------------------------------------------

8.1: Define placeholder color
*/
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* 8.2: Define form class and elements belonging to .form */
.form {
  text-align: left;
  margin-top: 35px;
}
.form header {
  text-align: center;
}
.form form {
  margin: auto;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .form form {
    width: 500px;
  }
}
.form form label {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6c9bae;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
}
/* 8.3: Inline forms with floating elements and rows */
.form-inline.contact .row {
  margin: 0;
}
.form-inline.contact .form-group {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .form-inline {
    overflow: hidden;
  }
  .form-inline form .row {
    overflow: hidden;
  }
  .form-inline form .row .form-group {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .form-inline form .row .form-group input {
    margin: 0;
  }
  .form-inline form textarea,
  .form-inline form .message {
    width: 98%;
    margin: 1% auto;
  }
}
/* 8.4: Form inputs styling */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
  font-family: inherit;
  padding: 15px 50px 15px 20px;
  display: block;
  width: 100%;
  border: none;
  background: none;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-appearance: none;
  margin: 10px 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  outline: none;
}
label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .8;
}
/* 8.4.2 Submit and button styling */
form input[type="submit"],
form button {
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 2.5em;
  padding: 0 1.5em;
  color: #FFFFFF;
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: .4em;
  min-width: 8em;
  margin: 1em 0;
}
form input[type="submit"]:focus,
form button:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  outline: none;
}
@media only screen and (min-width: 1025px) {
  form input[type="submit"]:hover,
  form button:hover {
    color: #FFFFFF;
    border-color: #6c9bae;
    background: #6c9bae;
  }
}
/* 8.5: Form-group - Input with icon styling */
.form-group {
  position: relative;
  margin-bottom: 1px;
}
.form-group i {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 26px;
}
.form-group i:before {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: color .4s;
  transition: color .4s;
  color: #FFFFFF;
}
/* 8.6: Textarea styling */
textarea {
  line-height: 1.5;
  resize: vertical;
}
/* 8.7: Submit button styling */
.submit {
  text-align: center;
}
.submit button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #6c9bae;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 1;
}
.submit button:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .submit button {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .submit button:hover {
    background-color: #6c9bae;
  }
  .submit button:hover i:before {
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 1025px) {
  .submit i:before {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
}
.submit i:before {
  color: #6c9bae;
  position: relative;
  z-index: 0;
}
/* 8.8: Styling of the button class (.btn) */
.btn {
  color: #6c9bae;
  border: 2px solid transparent;
  display: inline-block;
  border-radius: 1.4em;
}
.btn a {
  display: block;
  padding: .7em 1.4em;
  text-decoration: none;
}
.btn * {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
}
.btn.active {
  border-color: #FFFFFF;
}
.btn.active * {
  color: #FFFFFF;
}
@media only screen and (min-width: 1025px) {
  .btn:hover {
    color: #FFFFFF;
  }
}
/* --------------------------------------------

9: Figure & Gallery-item styling

----------------------------------------------- */
.gallery-item {
  border-radius: 3px;
  overflow: hidden;
  display: block;
}
.gallery-item figure {
  margin: 0;
}
figure {
  margin: 35px 0 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
figure img {
  width: 100%;
}
figure a {
  position: relative;
}
figure figcaption {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 30px;
  text-align: left;
  color: #FFFFFF;
  overflow: hidden;
}
figure figcaption h3 {
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF;
}
figure figcaption p {
  margin: 0;
  color: #6c9bae;
}
figure figcaption i {
  display: none;
}
@media only screen and (min-width: 1025px) {
  figure figcaption {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    position: absolute;
    bottom: 0;
  }
  figure figcaption i {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  figure:hover figcaption {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------------------

10: Homepage navigation (scrolling strokes)

----------------------------------------------- */
.strokes {
  z-index: 1;
  overflow-y: scroll;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .strokes {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.strokes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.strokes ul li {
  width: 100vw;
  height: 25vh;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .strokes ul li {
    height: 20vh;
  }
}
.strokes ul li a {
  -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  display: block;
  height: 100%;
  color: #FFFFFF;
  text-decoration: none;
}
.strokes ul li a section {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.strokes ul li a section h1 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
}
.strokes ul li a section h5 {
  line-height: 1em;
  margin-bottom: .1em;
}
.strokes ul li a section * {
  margin-top: 0;
}
.strokes ul li a footer {
  box-sizing: border-box;
  text-align: center;
  display: none;
  padding: 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.strokes ul li a footer h5 {
  margin: 0;
  letter-spacing: 0;
}
.strokes ul li a footer p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  text-align: center;
}
.strokes ul li a footer i.icon:before {
  top: 25%;
}
.strokes ul li h6 {
  font-weight: 100;
  letter-spacing: 1px;
  opacity: .7;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
  .strokes ul li {
    height: 35vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .strokes ul li {
    display: inline-block;
    width: 25vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 1025px) {
  .strokes ul li a {
    background-color: rgba(0, 0, 0, 0);
  }
  .strokes ul li a section * {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
  }
  .strokes ul li a section h5 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .strokes ul li a section h1 {
    font-size: 28px;
    font-size: 2.8rem;
    opacity: 1;
  }
  .strokes ul li a footer {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    display: block;
  }
  .strokes ul li a footer h5 {
    color: #6c9bae;
    letter-spacing: 0;
  }
  .strokes ul li a footer .icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .strokes ul li a footer .icon:before {
    font-size: 40px;
    font-size: 4rem;
  }
  .strokes ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
  }
  .strokes ul li a:hover section * {
    opacity: 1;
  }
  .strokes ul li a:hover section h1 {
    opacity: 1;
  }
  .strokes ul li a:hover section h5 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .strokes ul li a:hover footer {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------------------

11: Homepage header (Which shows logo or back (X) button)

----------------------------------------------- */
header {
  position: relative;
  /* 11.1: Styling of the header for detail pages */
}
header .logo {
  z-index: 11;
  position: relative;
  display: none;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  header .logo {
    display: block;
  }
}
header .logo h1 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
header .logo img {
  width: auto;
  margin: 25px;
  max-width: 200px;
}
@media only screen and (min-width: 1025px) {
  header .logo img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
  header .logo img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .logo img {
    max-width: 150px;
    margin: 50px 0 10px;
  }
}
header .back {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 12;
}
header .back h1 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
header .back.back {
  width: 50px;
  height: 50px;
}
header .back.back:before,
header .back.back:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
}
header .back.back:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .back.back:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  header .back.back:before,
  header .back.back:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  header .back.back:hover:before {
    -webkit-transform: translateX(16.66666667px) rotate(45deg);
        -ms-transform: translateX(16.66666667px) rotate(45deg);
            transform: translateX(16.66666667px) rotate(45deg);
  }
  header .back.back:hover:after {
    -webkit-transform: translateX(-16.66666667px) rotate(-45deg);
        -ms-transform: translateX(-16.66666667px) rotate(-45deg);
            transform: translateX(-16.66666667px) rotate(-45deg);
  }
}
header.detail {
  height: 45vh;
  text-align: center;
}
header.detail.full {
  background-color: rgba(0, 0, 0, 0.9);
}
header.detail * {
  color: #FFFFFF;
}
header.detail section {
  -webkit-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
}
header.detail section h1 {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  header.detail section h1 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
  header.detail {
    height: 70vh;
  }
}
header.frontpage,
header.menu-header,
header.content-header,
header.contact-header {
  text-align: center;
}
/* 11.2: Always show logo (also on mobile devices) */
.always-show-logo header.frontpage {
  background-color: rgba(0, 0, 0, 0.4);
}
.always-show-logo header.frontpage .logo {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .always-show-logo header.frontpage {
    background-color: rgba(0, 0, 0, 0);
  }
}
.always-show-logo header.frontpage.detail {
  height: 45vh;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
  .always-show-logo header.frontpage.detail {
    height: 70vh;
  }
}
/* --------------------------------------------

12: Footer styling (Share buttons, author)

----------------------------------------------- */
footer {
  text-align: left;
}
footer .author span {
  display: block;
}
footer .author span.author {
  font-size: 18px;
  font-size: 1.8rem;
}
footer .author span.date {
  font-size: 13px;
  font-size: 1.3rem;
}
footer section {
  /* 12.1: The share area of the footer */
}
footer section.share {
  padding: 0;
  text-align: left;
}
footer section.share h5 {
  margin: 0;
  line-height: 2;
  vertical-align: middle;
  color: #6c9bae;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
footer section.share ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  display: inline-block;
}
footer section.share ul li {
  display: inline-block;
  padding: 5px;
}
footer section.share ul li a {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  position: relative;
  display: block;
}
footer section.share ul li a span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
footer section.share ul li a i {
  padding: 5px;
}
@media only screen and (min-width: 1025px) {
  footer section.share ul li a:hover {
    -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
            transform: scale(1.6);
  }
}
footer h4,
footer h3 {
  color: #6c9bae;
}
footer .footer-text {
  color: #FFFFFF;
}
/*12.2 General footer styling*/
footer.footer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  text-align: center;
}
footer.footer p {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'merriweather-italic', serif;
  margin: 0;
  text-align: center;
  line-height: 2em;
  padding: .3em;
}
/* --------------------------------------------

13: Content: .content and .content-wrapper styling

----------------------------------------------- */
.content-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  min-height: 55vh;
}
.content-wrap.full-width {
  padding: 0 .2em;
}
.content-wrap.full-width .ambiance-icon.bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content-wrap.full-width footer .signature {
  text-align: center;
}
/* 13.1: Styling for the content area and the top icon */
.content {
  /* Mobile padding of content area */
  padding: 10px 30px 30px;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
  .content {
    padding: 10px 50px 50px 50px;
    min-height: 30vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    padding: 10px 75px 50px 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .content {
    max-width: 650px;
    margin: auto;
  }
}
.content i.bg {
  display: block;
  margin: auto;
  text-align: center;
}
.content header {
  box-sizing: border-box;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .content header {
    margin: 1em 0 2.5em 0;
  }
}
.content header.with-subnav {
  margin: 0;
}
@media only screen and (max-width: 667px) {
  .content header.with-subnav {
    margin: 0 0 35px 0;
  }
}
.content header.with-subnav ul {
  list-style: none;
  margin: .3em .1em;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .content header.with-subnav ul {
    white-space: normal;
  }
}
.content header.with-subnav ul li {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  margin: .5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .content header.with-subnav ul li {
    margin: 0 .3em 1em;
  }
}
.content header.with-subnav ul li * {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.content header.with-subnav ul li:hover {
  border-color: #6c9bae;
  background-color: #6c9bae;
}
.content header.with-subnav ul li:hover * {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 768px) and (max-width: 1024px) {
  .content header.with-subnav ul {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .content header.with-subnav ul {
    text-align: center;
    overflow: hidden;
  }
  .content header.with-subnav ul li {
    cursor: pointer;
  }
}
.content section {
  padding-bottom: 30px;
}
.content section:last-child {
  padding-bottom: 0;
}
.content section.info {
  text-align: center;
}
/* --------------------------------------------

14: Lists: ol, ul, link-list, hours, icon-list & price list styling

----------------------------------------------- */
/* 14.1: Basic list styling */
ul,
ol {
  text-align: left;
  padding-left: 25px;
  margin: 20px 0;
  color: #6c9bae;
}
ul li,
ol li {
  line-height: 2.3;
  letter-spacing: 1px;
}
ul li h4,
ol li h4 {
  color: #6c9bae;
  text-transform: none;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  ul,
  ol {
    padding-left: 45px;
    margin: 20px 0;
  }
}
ul.link-list {
  /* 14.2: The links shown at the bottom of the blog and recipe page */
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
ul.link-list li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #111111;
}
ul.link-list li a {
  box-sizing: border-box;
  padding: 30px;
  display: block;
  text-decoration: none;
}
ul.link-list li a .content {
  padding: 0;
}
ul.link-list li a h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
ul.link-list li a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.link-list li a ul li {
  background-color: transparent;
  display: inline-block;
  border: none;
  margin-right: 10px;
}
ul.link-list li a ul li i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
ul.link-list li a ul li i:before {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
}
ul.link-list li a ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  display: inline-block;
  font-family: 'merriweather-italic', serif;
}
ul.link-list li .next {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.5em;
  height: 2.5em;
}
ul.link-list li .next:before {
  color: #FFFFFF;
}
@media only screen and (max-width: 667px) {
  ul.link-list li .next {
    display: none;
  }
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
  ul.link-list li {
    display: block;
  }
  ul.link-list li .next {
    display: block;
  }
  ul.link-list li a {
    padding: 30px 50px;
  }
  ul.link-list li a .content {
    min-height: 0;
  }
  ul.link-list li a .next {
    right: 30px;
  }
  ul.link-list li h6:before {
    color: #FFFFFF;
    margin-right: 5px;
    content: attr(data-label);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ul.link-list li h6:before {
    color: #FFFFFF;
    margin-right: 5px;
    content: attr(data-label);
  }
  ul.link-list li a {
    padding: 35px 75px;
  }
  ul.link-list li .next {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  ul.link-list li h6:before {
    color: #FFFFFF;
    margin-right: 5px;
    content: attr(data-label);
  }
  ul.link-list li a {
    padding: 40px 180px;
  }
  ul.link-list li h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  ul.link-list li small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  ul.link-list li h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  ul.link-list li .next {
    right: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  ul.link-list li .content {
    padding: 0;
  }
  ul.link-list li .next {
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  ul.link-list li a {
    -webkit-transition: background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    padding: 30px 0;
    margin: auto;
  }
  ul.link-list li .next {
    opacity: .2;
  }
  ul.link-list li a:hover {
    background-color: rgba(108, 155, 174, 0.5);
  }
  ul.link-list li a:hover .next {
    right: 100px;
    opacity: 1;
  }
}
ul.icon-list {
  /* 14.3: The icons list shown on the contact page */
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: left;
}
ul.icon-list li {
  margin-bottom: 10px;
  display: block;
}
ul.icon-list li a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  display: block;
  text-decoration: none;
}
ul.icon-list li a i {
  min-width: 2em;
  text-align: center;
}
ul.icon-list li a i:before {
  font-size: 26px;
  font-size: 2.6rem;
  vertical-align: middle;
  color: #FFFFFF;
  margin-right: 5px;
}
ul.icon-list li a i.icon-social:before {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  ul.icon-list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
ul.price-list {
  /* 14.4: The price menu shown on the menu page */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  padding: 0;
  margin: 20px auto;
  max-width: 650px;
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
  ul.price-list {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ul.price-list {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  ul.price-list {
    margin: 20px auto;
  }
}
ul.price-list li {
  margin-bottom: 35px;
}
ul.price-list li .top {
  border-bottom: 1px dashed #6c9bae;
}
@media only screen and (max-width: 667px) {
  ul.price-list li .top {
    padding-bottom: .5em;
    position: relative;
  }
}
ul.price-list li .top .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  color: #FFFFFF;
  margin: 0;
  display: inline-block;
  /* Truncate string if to long (mobile only */
  width: 230px;
  overflow: hidden;
}
@media only screen and (max-width: 667px) {
  ul.price-list li .top .title {
    display: block;
    width: auto;
    padding-right: 30%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 667px) and (orientation : landscape) {
  ul.price-list li .top .title {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ul.price-list li .top .title {
    width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  ul.price-list li .top .title {
    width: 550px;
  }
}
ul.price-list li .top .price {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  float: right;
  margin: 0;
}
@media only screen and (max-width: 667px) {
  ul.price-list li .top .price {
    position: absolute;
    right: 0;
    top: 0;
  }
}
ul.price-list li .description {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'merriweather-italic', serif;
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  ul.price-list li .description {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* 14.5: Styling for the hours / time list. */
section.hours {
  text-align: center;
  display: block;
}
div.hours {
  padding: 20px 0;
  display: inline-block;
  text-align: center;
}
time {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-align: left;
  line-height: 2.5;
}
time * {
  display: inline-block;
}
time strong {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'merriweather-italic', serif;
  color: #6c9bae;
  min-width: 110px;
  margin-right: 10px;
}
time h3 {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  time {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* --------------------------------------------

15: The background slideshow

----------------------------------------------- */
#slideshow {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#slideshow li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 0;
}
#slideshow li.visible {
  /* 15.1: The fade animation */
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#slideshow li img {
  display: none;
}
/* --------------------------------------------

15: The overlay that covers the background

----------------------------------------------- */
main .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
/* --------------------------------------------

17: The splash screen & animation

----------------------------------------------- */
.is-static #splash {
  display: none;
}
#splash {
  -webkit-transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 1s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  z-index: 44;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* 17.1: The markup for the loadbar and logo */
}
#splash.hidden {
  display: none;
}
#splash .loader {
  position: absolute;
  top: 45%;
  width: 100%;
}
#splash .loader img {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  display: block;
  margin: 0 auto 10px auto;
  max-width: 24em;
  opacity: 0;
  -webkit-animation: opacity 2s forwards;
          animation: opacity 2s forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#splash .loader .line {
  width: 0;
  height: 1px;
  background-color: #6c9bae;
  /* 17.2: The splash animation */
  -webkit-animation: fadeInAnimation 2s;
          animation: fadeInAnimation 2s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
@-webkit-keyframes fadeInAnimation {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes fadeInAnimation {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/* --------------------------------------------

18: Misc elements & helpers

----------------------------------------------- */
/* 18.1: Chefs notice markup */
.notice {
  box-sizing: border-box;
  margin: 50px 0 0;
  background-color: #6c9bae;
  border-radius: 5px;
  position: relative;
  text-align: left;
  padding: 35px 20px 20px 20px;
}
.notice .icon {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
}
.notice h3,
.notice p {
  color: #FFFFFF;
}
.notice h3 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
}
.notice p {
  opacity: .6;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .notice {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .notice {
    padding-top: 20px;
  }
}
/* 18.2: White hepler class */
.white {
  color: #FFFFFF;
}
/* 18.3: shadow on the top of each page */
.shadow {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background-image: url('public/img/interface/shadow.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}
/* 18.4: Message styling (notice) */
.message {
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  text-align: left;
}
.message:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  font-size: 2.1rem;
  color: #6c9bae;
  content: "\6d";
  vertical-align: middle;
  margin-right: 10px;
}
/* 18.5: Overlay helper classes */
.overlay-dark {
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-alt {
  background-color: rgba(108, 155, 174, 0.5);
}
/* 18.6: Back to top button */
#back-to-top {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: fixed;
  z-index: 20;
  bottom: 5%;
  right: 5%;
  opacity: 0;
}
#back-to-top .icon.bg {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-align: center;
}
#back-to-top.visible {
  opacity: 1;
}
.is-ajax .page-switch-fade,
.is-ajax .page-switch-loader {
  display: none;
}
.page-switch-fade {
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  z-index: 10;
}
.page-switch-loader {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.page-switch-loader img {
  display: block;
  margin: 2em auto;
  max-width: 80%;
}
.page-switch-loader .loader-holder {
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.animated-loader {
  width: 25px;
  height: 25px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 18.8: Content alignment classes */
.center {
  text-align: center;
}
.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.aligncenter {
  margin: auto;
  display: block;
}
.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
/* 18.9: Override width on bypostauthor */
.bypostauthor {
  width: auto;
}
/* 18:10: Address styling */
address {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
}
/* 18.11: Cite styling */
cite {
  margin-left: 5px;
  color: #6c9bae;
}
/* 18.12: Pre / code block styling */
pre {
  text-align: left;
  white-space: pre-wrap;
  line-height: 1.3;
  background-color: #373a44;
  padding: 25px;
  border-radius: 5px;
  color: white;
  margin: 2em 0;
}
/* 18.13: Quote styling */
q {
  padding: 10px 15px;
  display: inline-block;
  background-color: #6c9bae;
  border-radius: 5px;
  margin: 1em .5em;
}
q:before,
q:after {
  font-size: 21px;
  font-size: 2.1rem;
}
/* 18.14 Var styling */
var {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #000000;
  margin: 0 5px;
}
/* 18.15: Basic image style */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
/* 18.16: Defenition list styling */
dl {
  text-align: left;
  line-height: 1.5;
  margin: 30px 0;
}
dl dt,
dl dd {
  text-align: left;
  margin: 0;
}
dl dd {
  font-family: 'merriweather-italic', serif;
  color: #6c9bae;
  margin-bottom: 10px;
}
/* 18.18: Tables markup */
table {
  width: 100%;
  margin: 30px 0;
  text-align: left;
  line-height: 2;
}
table thead > tr {
  background-color: #373a44;
  font-weight: 100;
}
table th,
table td {
  padding: 5px 10px;
}
/* 18.19: Remodal colors */
.remodal h1,
.remodal p,
.remodal h5 {
  color: #000000;
}
/* 18.20: Pagefooter */
.content-footer {
  background-color: #101010;
}
.content-footer p {
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 1.5em;
}
/* 18.19: Date-icon color */
.date-icon a {
  color: #FFFFFF;
}
/* 18.20: Styling for the comments area */
.comments-area {
  /* 18.21: styling for comments */
  /* 18.22: Form submit button styling override */
}
.comments-area > * {
  text-align: left;
}
.comments-area .comments-list {
  display: none;
}
.comments-area .comments-list .comments-title h3 {
  text-transform: uppercase;
}
.comments-area .comments-list .comments-title h5 {
  font-family: 'merriweather-italic', serif;
  color: #6c9bae;
}
.comments-area .comments-list ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.comments-area .comments-list ul li div.comment-body {
  position: relative;
  padding-left: 70px;
  margin: 50px 0;
}
@media only screen and (max-width: 667px) {
  .comments-area .comments-list ul li div.comment-body {
    padding-left: 0;
  }
}
.comments-area .comments-list ul li div .comment-author {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 667px) {
  .comments-area .comments-list ul li div .comment-author img {
    display: none;
  }
}
.comments-area .comments-list ul li div .comment-author img {
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.comments-area .comments-list ul li div .comment-author a,
.comments-area .comments-list ul li div .comment-author cite {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'montserratregular', sans-serif;
  color: #FFFFFF;
  font-style: normal;
}
.comments-area .comments-list ul li div .comment-author .says {
  display: none;
}
.comments-area .comments-list ul li div .comment-meta {
  margin-top: -10px;
}
.comments-area .comments-list ul li div p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .comments-area .comments-list ul li div .reply {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-area .comments-list ul li .children {
  padding-left: 60px;
  border-left: 1px solid #373a44;
  position: relative;
}
@media only screen and (max-width: 667px) {
  .comments-area .comments-list ul li .children {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .comments-area .comments-list ul li .children {
    padding-left: 40px;
  }
}
.comments-area .comments-list ul li .children li:before {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #373a44;
}
@media only screen and (max-width: 667px) {
  .comments-area .comments-list ul li .children li:before {
    width: 15px;
  }
}
.comments-area #comment {
  padding: 1em;
  margin: 10px 0;
}
.comments-area .form-submit {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  border: 2px solid #6c9bae;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  margin: 0;
}
.comments-area .form-submit:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  font-size: 2.1rem;
  content: "\4d";
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .comments-area .form-submit:hover {
    background-color: #6c9bae;
    color: #FFFFFF;
  }
}
.comments-area .form-submit input[type="submit"] {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.comments-area .form-submit input[type="submit"]:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  outline: none;
}
/* 18.23: Styling for the comments trigger */
.comments-trigger a {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid #6c9bae;
  border-radius: 5px;
}
.comments-trigger a i:before {
  font-size: 21px;
  font-size: 2.1rem;
}
@media only screen and (min-width: 1025px) {
  .comments-trigger a:hover {
    background-color: #6c9bae;
  }
}
/**
* 18.24: Styling for the tags & categories
*/
.tags {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  margin: 1em 0;
}
.tags span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-right: 10px;
}
.tags span:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  font-size: 2.8rem;
  color: #FFFFFF;
  content: "\45";
  vertical-align: middle;
  margin-top: -0.3em;
}
.tags a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: .2em .7em;
  border-radius: 1em;
  background-color: #373a44;
  color: #FFFFFF;
  margin: 0 5px 10px 0;
}
.tags a:first-child {
  margin-left: 10px;
}
.tags a:hover {
  background-color: #6c9bae;
}
/* 18.25: Styling for categories */
.categories {
  margin: 2em 0 1em 0;
  text-align: left;
}
.categories h3 {
  margin: 0;
  display: inline-block;
}
.categories h3 span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.categories h3:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\4f";
  margin-right: 10px;
  vertical-align: middle;
}
.categories a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  font-size: 1em;
  padding: .5em .9em;
  margin: 0 5px 10px 0;
  border-radius: .3em;
  background-color: #373a44;
  color: #FFFFFF;
}
.categories a:hover {
  background-color: #000000;
}
/* 18.26: Read more link styling */
.more-link {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  padding: 0 1em;
  line-height: 2.5em;
  border-radius: 1.2em;
  background-color: #373a44;
  color: #FFFFFF;
}
.more-link:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  content: "\2e";
  margin-right: 5px;
}
.more-link:hover {
  background-color: #6c9bae;
}
/* 18.27: Post styling */
.post,
.type-page {
  position: relative;
  padding: 0 0 25px 0;
  margin: 0 0 40px 0;
}
.post header,
.type-page header {
  text-align: left;
}
.post header .secondary-font,
.type-page header .secondary-font {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .post figure,
  .type-page figure {
    margin: -10px 0 40px 0;
  }
}
.post figure a,
.type-page figure a {
  display: block;
  padding: 0;
  margin-bottom: -2px;
}
.post .more-holder,
.type-page .more-holder {
  text-align: left;
  margin: 2.5em 0 0;
}
/* 18.28: Styling for pagination buttons */
.pagination {
  margin: 30px 0;
}
.pagination div {
  display: inline-block;
  margin: 0 5px;
}
.pagination div.nav-next a:before {
  content: "\3c";
}
.pagination a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.pagination a:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #FFFFFF;
  content: "\3e";
  padding: 20px;
  background-color: #373a44;
  border-radius: 50%;
}
.pagination a:hover:before {
  background-color: #6c9bae;
}
/* 18.29: Post with login */
.protected-post-form .submit button {
  margin: auto;
}
/* 18.30: Sticky post */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .sticky:before {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: '77-Essential-Icons';
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    speak: none;
    line-height: 1;
    color: #FFFFFF;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\4a";
    position: absolute;
    left: -45px;
    top: 40px;
  }
}
/* 18.31: Image gallery basic styling */
.wp-caption {
  position: relative;
  width: auto;
  max-width: 100%;
  margin-bottom: 15px;
}
.wp-caption img {
  display: block;
}
/* 18.32: Image caption text styling */
.wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  color: white;
  display: block;
  background-color: rgba(108, 155, 174, 0.5);
}
.wp-caption-text .gallery-caption {
  left: -5px;
}
.wp-caption-text .gallery-icon {
  position: relative;
}
.wp-caption-text .gallery-icon a {
  display: block;
  padding-bottom: 0;
  border: 0 !important;
}
.wp-caption-text img {
  display: block;
  border: 0;
}
/* 18.33: Styling for the gallery items in wp */
#gallery-1 img {
  border: 0 !important;
}
/* 18.34: Styling for the gallery item */
.gallery-item {
  box-sizing: border-box;
  position: relative;
}
.gallery-item img[width],
.gallery-item img[height] {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* 18.35: Screen reader override */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* 18.36: Pagination styling for comments */
.comment-pagination {
  text-align: center;
  margin-bottom: 50px;
}
.comment-pagination .page-numbers {
  vertical-align: top;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #373a44;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-right: 3px;
}
.comment-pagination .page-numbers.prev,
.comment-pagination .page-numbers.next {
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  font-size: 1.4rem;
}
.comment-pagination .page-numbers.prev:hover,
.comment-pagination .page-numbers.next:hover {
  background-color: transparent;
}
.comment-pagination .page-numbers.current {
  background-color: #6c9bae;
}
.comment-pagination .page-numbers:hover {
  color: #6c9bae;
  background-color: #FFFFFF;
}
/* 18.6: Contactform 7 response output */
div.wpcf7-response-output {
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  border: none;
  display: none;
  line-height: 1.5;
}
div.wpcf7-response-output:before {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  color: #FFFFFF;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  font-size: 2.1rem;
  color: #6c9bae;
  content: "\6d";
  vertical-align: middle;
  margin-right: 10px;
}
/* 18.7: Form group override for Contactform 7 */
.form-group {
  box-sizing: border-box;
  padding: 0 1%;
}
.form-group .wpcf7-form-control-wrap span {
  margin-top: 4px;
  font-size: .9em;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  .form-inline form textarea {
    width: 100%;
    padding: 10px 50px 10px 15px;
  }
  .form-inline form .wpcf7-date {
    max-height: 53px;
  }
  .form-inline form .row {
    margin: 1%;
  }
  .form-inline form .row .form-group {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    width: 49%;
  }
  .form-inline form .row .form-group:nth-child(odd) {
    margin: 0 1% 1% 0;
  }
  .form-inline form .row .form-group:nth-child(even) {
    margin: 0 0 1% 1%;
  }
  .form-inline form .form-group {
    margin: 1% 0;
  }
}
.compose-mode .vc_controls h1,
.compose-mode .vc_controls h2,
.compose-mode .vc_controls h3,
.compose-mode .vc_controls h4,
.compose-mode .vc_controls h5,
.compose-mode .vc_controls h6,
.compose-mode .vc_controls p,
.compose-mode .vc_controls span {
  margin: 0;
}
.vc_editor .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_editor .vc_empty-placeholder {
  margin: 30px 0 0;
}
main .entry-content .twitter-share-button,
main .fb_like,
main .twitter-share-button,
main .wpb_accordion .wpb_content_element,
main .wpb_googleplus,
main .wpb_pinterest,
main .wpb_tab .wpb_content_element {
  margin: .5em 0;
}
main .vc_tweetmeme-element {
  line-height: 1;
  margin: .5em 0;
}
main .vc_separator .vc_sep_holder {
  margin: 0;
}
main .vc_separator h4 {
  font-weight: bold;
}
main .vc_icon_element-icon {
  margin: 0;
}
main .vc_message_box p {
  margin: 0;
  color: inherit;
  line-height: 1.2;
}
main .vc_toggle {
  padding: .5em .8em;
}
main .vc_toggle_title {
  padding: 0 !important;
}
main .vc_toggle_title * {
  margin: 0;
}
main .vc_toggle_content {
  margin: 0 !important;
  padding: 0 !important;
}
main .vc_toggle_icon {
  right: 0 !important;
  left: auto !important;
}
main .vc_tta-panel-body {
  min-height: 150px !important;
}
main .vc_tta.vc_general .vc_tta-tab > a {
  padding: 8px 20px;
}
main .vc_general.vc_cta3.vc_cta3-style-classic {
  background-color: transparent;
  border: none;
}
main .flexslider {
  border: none;
  background-color: transparent;
}
main .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.4);
}
main .flex-control-paging li a.flex-active {
  background-color: #ffffff;
}
main .flex-caption {
  background-color: transparent !important;
  box-sizing: border-box;
  padding: 25px 0 !important;
}
main .flex-caption p {
  letter-spacing: 0;
}
main .flex-caption p:first-child {
  margin-top: 0;
}
main .flex-caption a {
  text-decoration: none;
}
main .flex-direction-nav a:before {
  color: #ffffff;
}
main .vc_gitem-col .more-holder {
  display: none;
}
main .vc_progress_bar .vc_single_bar {
  background-color: transparent;
  border-radius: 0;
}
main .vc_progress_bar .vc_single_bar .vc_label_units {
  float: right;
}
main .vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0;
}
main .searchform input[type="text"] {
  margin-bottom: .5em;
}
main .searchform input[type="submit"] {
  margin-top: .5em;
}
.otw-wrapper {
  margin: 2em 0;
}
.opentable label,
.otw-wrapper label,
.otw-widget-form-wrap label,
.otw-input-wrap label,
.otw-button-wrap label {
  font-size: 1em !important;
}
@media only screen and (min-width: 1025px) {
  .opentable i:before,
  .otw-wrapper i:before,
  .otw-widget-form-wrap i:before,
  .otw-input-wrap i:before,
  .otw-button-wrap i:before {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
}
.opentable i:before,
.otw-wrapper i:before,
.otw-widget-form-wrap i:before,
.otw-input-wrap i:before,
.otw-button-wrap i:before {
  color: #6c9bae;
  position: relative;
  z-index: 0;
}
.opentable .powered-by-open-table,
.otw-wrapper .powered-by-open-table,
.otw-widget-form-wrap .powered-by-open-table,
.otw-input-wrap .powered-by-open-table,
.otw-button-wrap .powered-by-open-table {
  background-image: url('public/img/reservations/opentable.png');
}
.opentable .otw-widget-form-wrap .selectric,
.otw-wrapper .otw-widget-form-wrap .selectric,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric,
.otw-input-wrap .otw-widget-form-wrap .selectric,
.otw-button-wrap .otw-widget-form-wrap .selectric,
.opentable .otw-widget-form-wrap .otw-reservation-date,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date,
.opentable .otw-widget-form-wrap input[type="text"],
.otw-wrapper .otw-widget-form-wrap input[type="text"],
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"],
.otw-input-wrap .otw-widget-form-wrap input[type="text"],
.otw-button-wrap .otw-widget-form-wrap input[type="text"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
  font-family: inherit;
  padding: 15px 50px 15px 20px;
  display: block;
  width: 100%;
  height: auto;
  border: none;
  background: none;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-appearance: none;
  margin: 10px 0;
}
.opentable .otw-widget-form-wrap .selectric:focus,
.otw-wrapper .otw-widget-form-wrap .selectric:focus,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric:focus,
.otw-input-wrap .otw-widget-form-wrap .selectric:focus,
.otw-button-wrap .otw-widget-form-wrap .selectric:focus,
.opentable .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date:focus,
.opentable .otw-widget-form-wrap input[type="text"]:focus,
.otw-wrapper .otw-widget-form-wrap input[type="text"]:focus,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"]:focus,
.otw-input-wrap .otw-widget-form-wrap input[type="text"]:focus,
.otw-button-wrap .otw-widget-form-wrap input[type="text"]:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  outline: none;
}
.opentable .otw-widget-form-wrap .selectric .button,
.otw-wrapper .otw-widget-form-wrap .selectric .button,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric .button,
.otw-input-wrap .otw-widget-form-wrap .selectric .button,
.otw-button-wrap .otw-widget-form-wrap .selectric .button,
.opentable .otw-widget-form-wrap .otw-reservation-date .button,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date .button,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date .button,
.opentable .otw-widget-form-wrap input[type="text"] .button,
.otw-wrapper .otw-widget-form-wrap input[type="text"] .button,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"] .button,
.otw-input-wrap .otw-widget-form-wrap input[type="text"] .button,
.otw-button-wrap .otw-widget-form-wrap input[type="text"] .button {
  top: 12px;
  right: 12px;
}
.opentable .otw-widget-form-wrap .selectric p.label,
.otw-wrapper .otw-widget-form-wrap .selectric p.label,
.otw-widget-form-wrap .otw-widget-form-wrap .selectric p.label,
.otw-input-wrap .otw-widget-form-wrap .selectric p.label,
.otw-button-wrap .otw-widget-form-wrap .selectric p.label,
.opentable .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-wrapper .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-widget-form-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-input-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.otw-button-wrap .otw-widget-form-wrap .otw-reservation-date p.label,
.opentable .otw-widget-form-wrap input[type="text"] p.label,
.otw-wrapper .otw-widget-form-wrap input[type="text"] p.label,
.otw-widget-form-wrap .otw-widget-form-wrap input[type="text"] p.label,
.otw-input-wrap .otw-widget-form-wrap input[type="text"] p.label,
.otw-button-wrap .otw-widget-form-wrap input[type="text"] p.label {
  line-height: 2;
  font-size: 1em;
  color: #FFFFFF;
}
.otw-button-wrap {
  position: relative;
}
.otw-button-wrap:after {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\46";
  font-size: 3.2rem;
  font-family: '77-Essential-Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
}
.otw-button-wrap input[type="submit"] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  display: inline-block;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #6c9bae;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 1;
}
.otw-button-wrap input[type="submit"]:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .otw-button-wrap input[type="submit"] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .otw-button-wrap input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
  }
  .otw-button-wrap input[type="submit"]:hover i:before {
    color: #FFFFFF;
  }
}
/* Define base url For less compiler */
/* Prevent override of avatar in admin bar */
#wp-admin-bar-user-info .avatar {
  max-height: none;
}
.language-selector {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: .4em;
  z-index: 20;
}
.language-selector.left {
  right: auto;
  left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: .4em;
}
.language-selector a {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 1em;
  line-height: 2.5em;
  font-size: 1.5em;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.language-selector ul {
  -webkit-transition: all .8s;
  transition: all .8s;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-height: 1px;
  visibility: hidden;
}
.language-selector ul.visible {
  max-height: 100px;
  visibility: visible;
}
.language-selector ul a:hover {
  background-color: #6c9bae;
}

/*# sourceMappingURL=style.css.map */
