@charset "UTF-8";
/* Author: Danijel Grabež */
/* ===========================================================
 * Import of all Less files
 * =========================================================== */
/* Helpers
 * =========================================================== */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
// End Normalize
// =========================================== */
/* ===========================================
 * Global classes
 * =========================================== */
.disable-hover {
  pointer-events: none;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.hide-text {
  text-indent: -99999px;
  direction: ltr;
  font-size: 0;
}
.image-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.border-bottom {
  border-bottom: 2px solid #d8d7d5;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.no-pe {
  pointer-events: none;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
.no-background {
  background: transparent;
}
.no-border {
  border: 0;
}
.no-select {
  user-select: none;
  cursor: default;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container__page-nav {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .container,
  .container-full {
    width: 768px;
  }
}
@media only screen and (min-width: 989px) {
  .container,
  .container-full {
    width: 990px;
  }
}
@media only screen and (min-width: 1199px) {
  .container,
  .container-full {
    max-width: 1200px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.flex {
  display: flex;
}
.fb-a {
  flex-basis: auto;
}
.fl-w {
  flex-wrap: wrap;
}
.fd-c {
  flex-direction: column;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-fe {
  justify-content: flex-end;
}
.as-s {
  align-self: stretch;
}
.ai-c {
  align-items: center;
}
.mr-a {
  margin-right: auto;
}
.ml-a {
  margin-left: auto;
}
.mb-sm {
  margin-bottom: 20px;
}
.mw-sm {
  min-width: 175px;
}
/* Foundation
 * =========================================================== */
/* ===========================================
 * Base print styling
 * Taken from HTML5BP (http://html5boilerplate.com/)
 * =========================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
.hide-print {
  display: none;
}
.show-print {
  display: block;
}
.show-print-inline-block {
  display: inline-block;
}
.show-print-inline {
  display: inline;
}
/* ===========================================
 * Web Fonts
 * =========================================== */
/* ===========================================
 * Icons
 * =========================================== */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}
.icon--circle {
  border-radius: 50%;
  background-color: #33333d;
  color: #ffffff;
  padding: 2px;
}
.icon--menu-animated {
  width: 32px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
}
.icon--menu-bar {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #33333d;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 2px;
}
.icon--menu-bar:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.icon--menu-bar:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}
.icon--menu-bar:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
.icon--menu-animated.is-open .icon--menu-bar:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}
.icon--menu-animated.is-open .icon--menu-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.icon--menu-animated.is-open .icon--menu-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}
.icon-loader {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  width: 36px;
}
.icon-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.icon-loader__circular {
  animation: rotate-loader 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon-loader__path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite, loader-dash-color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate-loader {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@keyframes loader-dash-color {
  100%,
  0% {
    stroke: #e04c4c;
  }
  40% {
    stroke: #4b7af7;
  }
  66% {
    stroke: #6ebb6e;
  }
  80%,
  90% {
    stroke: #ffa530;
  }
}
/* ===========================================
 * Social content styling
 * =========================================== */
.social__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #999;
}
@media screen and (max-width: 989px) {
  .social__nav {
    text-align: center;
  }
}
.social__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social__list li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social__item:not(:first-child) {
  padding-left: 10px;
}
.social__item:not(:last-child) {
  padding-right: 10px;
}
.social-zoom:hover {
  transform: rotate(10deg);
}
.social__link .social__icon--youtube {
  fill: #cd201f;
}
.social__link .social__icon--twitter {
  fill: #35ccff;
}
.social__link .social__icon--instagram {
  fill: #3f729b;
}
.social__link .social__icon--facebook {
  fill: #3B5998;
}
.social__link:hover .social__icon--youtube {
  fill: #a11918;
}
.social__link:hover .social__icon--twitter {
  fill: #02bfff;
}
.social__link:hover .social__icon--instagram {
  fill: #305777;
}
.social__link:hover .social__icon--facebook {
  fill: #2d4373;
}
.social__icon {
  width: 26px;
  height: 26px;
  top: 3px;
  transition: all 0.3s ease-in-out;
}
.social__icon--large {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .social__list--intro .icon {
    width: 18px;
    height: 18px;
  }
}
/* ===========================================
 * Site typography
 * =========================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta,
.epsilon,
.zeta {
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  line-height: 1.1;
  color: #33333d;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.alpha small,
.beta small,
.gamma small,
.delta small,
.epsilon small,
.zeta small {
  font-weight: normal;
  line-height: 1;
}
h1,
.alpha,
h2,
.beta,
h3,
.gamma {
  margin-top: 0;
  margin-bottom: 25px;
}
h1 small,
.alpha small,
h2 small,
.beta small,
h3 small,
.gamma small {
  font-size: 65%;
}
h4,
.delta,
h5,
.epsilon,
h6,
.zeta {
  margin-top: 0;
  margin-bottom: 12.5px;
}
h4 small,
.delta small,
h5 small,
.epsilon small,
h6 small,
.zeta small {
  font-size: 75%;
}
h1,
.alpha {
  font-size: 64px;
  font-size: 4rem;
}
h2,
.beta {
  font-size: 48px;
  font-size: 3rem;
}
h3,
.gamma {
  font-size: 36px;
  font-size: 2.25rem;
}
h4,
.delta {
  font-size: 28px;
  font-size: 1.75rem;
}
h5,
.epsilon {
  font-size: 22px;
  font-size: 1.375rem;
}
h6,
.zeta {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  h1,
  .alpha,
  h2,
  .beta {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
p {
  margin: 0 0 13px;
}
.lead {
  margin: 25px 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  color: #33333d;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
a {
  color: #d92a23; 
  text-decoration: none;
  transition: all .3s;
}
a:hover {
  color: #9a3531;
  outline: 0;
}
a:focus {
  color: #9a3531;
  outline: 0;
}
a:active {
  color:#9a3531;
}
.link-text {
  color: #555;
  text-decoration: none;
  transition: all .3s;
}
.link-text:hover {
  color: rgba(85, 85, 85, 0.8);
  outline: 0;
}
.link-text:focus {
  color: rgba(85, 85, 85, 0.6);
  outline: 0;
}
.link-text:active {
  color: rgba(85, 85, 85, 0.6);
}
.link-redirect:hover {
  cursor: alias;
}
.link-arrow {
  font-size: 12px;
  font-size: 0.75rem;
}
.link-arrow:after {
  content: '\2192';
  font-family: 'Arial';
  position: relative;
  left: -5%;
  top: 2px;
  opacity: 0;
  transition: all .3s;
}
.link-arrow:hover:after {
  opacity: 1;
  left: 3px;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
small {
  font-size: 14px;
  font-size: 0.875rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted;
}
address {
  font-style: normal;
  line-height: 1.6;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
del,
.del {
  text-decoration: line-through;
}
/* ===========================================
 * General site styling
 * =========================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures, contextual;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  font-feature-settings: "kern", "liga", "clig", "calt";
  overflow-x: hidden;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  color: #555;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
  color: #555;
}
[role="button"] {
  cursor: pointer;
}
hr {
  margin-top: 45px;
  margin-bottom: 45px;
  border: 0;
  border-top: 2px solid #d8d7d5;
}
.iframe-scroll-indicator {
  position: relative;
}
.iframe-scroll-indicator:before {
  content: '';
  position: absolute;
  z-index: 5;
  pointer-events: none;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: inset 20px 0px 20px -20px rgba(0, 0, 0, 0.2), inset -20px 0px 20px -20px rgba(0, 0, 0, 0.2);
}
.iframe-wrapper-scrollable {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .iframe-wrapper-scrollable table {
    width: 1000px;
    margin: 0;
  }
}
@media screen and (min-width: 1170px) {
  .container {
    width: 90%;
    max-width: 1800px;
  }
}
#wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ===========================================
   Meta content styling
   =========================================== */
.meta__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
}
.meta__title .icon {
  margin-right: 5px;
  top: 2px;
}
.meta__address,
.meta__working-hours,
.meta__telephone,
.meta__link,
.meta__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  display: block;
  text-align: center;
}
.meta__link {
  margin-top: 10px;
}
.meta__list {
  margin: 0;
  padding: 0;
}
.meta__item {
  list-style-type: none;
}
.meta__item .icon {
  top: 2px;
  margin-right: 5px;
}
.meta__link {
  color: #999;
}
.meta__link:hover,
.meta__link:active,
.meta__link:focus {
  color: #555;
}
.meta__link--valentines {
  color: #ff1463;
}
.meta__link--valentines:hover,
.meta__link--valentines:active,
.meta__link--valentines:focus {
  color: #e0004b;
}
/* ===========================================
   Fallback for Internet Explorer
   (this stylings are triggered conditionally)
   =========================================== */
.browsehappy {
  zoom: 1;
  font-size: 20px;
  font-size: 1.25rem;
  color: #7d4600;
  background: #ffa530;
  padding: 20px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.browsehappy:before,
.browsehappy:after {
  content: "";
  display: table;
}
.browsehappy:after {
  clear: both;
}
.browsehappy a {
  color: #633800;
  font-weight: 700;
  text-decoration: underline;
}
.browsehappy a:hover {
  text-decoration: none;
}
.browsehappy__dismiss {
  display: inline-block;
  float: right;
}
/* ===========================================
 * Menu content styling
 * =========================================== */
@media screen and (max-width: 767px) {
  #menu iframe {
    margin-top: 80px;
  }
}
@media screen and (min-width: 767px) {
  .menu__nav {
    margin-top: 60px;
  }
}
.menu__list {
  zoom: 1;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.menu__list:before,
.menu__list:after {
  content: "";
  display: table;
}
.menu__list:after {
  clear: both;
}
.menu__item {
  list-style-type: none;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.menu__item-content {
  border-radius: 3px;
}
.menu__link {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  color: #ffffff;
  display: block;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.menu__link:hover,
.menu__link:active,
.menu__link:focus {
  color: #ffffff;
}
.menu__link small {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 5px;
}
.menu__item-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.menu__item-content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.menu__item-content:hover {
  transform: scale(1.1);
  z-index: 2;
}
.menu__item-content--morning {
  background-image: url('../images/menu--morning.jpg');
}
.menu__item-content--allday {
  background-image: url('../images/menu.jpeg');
}
.menu__item-content--catering {
  background-image: url('../images/catering.jpeg');
}
.menu__list--two .menu__item {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .menu__list--two .menu__item {
    width: 50%;
  }
}
.menu__list--three .menu__item {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .menu__list--three .menu__item {
    width: 33.3333%;
  }
}
.menu__list--four .menu__item {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .menu__list--four .menu__item {
    width: 25%;
  }
}
.menu__list--five .menu__item {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .menu__list--five .menu__item {
    width: 20%;
  }
}
.menu-special {
  border-top: 1px solid #d8d7d5;
  padding-top: 60px;
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .special-offer {
    margin-top: 60px;
  }
}
.special-offer__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.special-offer__pretitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
}
.special-offer__title {
  font-family: 'Playfair Display', Georgia, serif;
  margin-bottom: 30px;
}
.menu-special--valentines .special-offer {
  height: 264px;
  background-image: url('../images/menu-special-valentines.png');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .menu-special--valentines .special-offer {
    background-size: contain;
  }
}
.menu-special--valentines .special-offer__pretitle {
  color: #cccccc;
}
.menu-special--valentines .special-offer__title {
  color: #ff1463;
}
.menu-special--new-year .special-offer {
  height: 264px;
  background-image: url('../images/menu-special-new-year.png');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .menu-special--new-year .special-offer {
    background-size: contain;
  }
}
.menu-special--new-year .special-offer__pretitle {
  color: #cccccc;
}
.menu-special--new-year .special-offer__title {
  color: #0b6edb;
}
.menu-special--christmas .special-offer {
  height: 264px;
  background-image: url('../images/menu-special-christmas.png');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .menu-special--christmas .special-offer {
    background-size: contain;
  }
}
.menu-special--christmas .special-offer__pretitle {
  color: #cccccc;
}
.menu-special--christmas .special-offer__title {
  color: #0b6edb;
}
.menu-special--thanksgiving .special-offer {
  height: 264px;
  background-image: url('../images/menu-special-thanksgiving.png');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .menu-special--thanksgiving .special-offer {
    background-size: contain;
  }
}
.menu-special--thanksgiving .special-offer__pretitle {
  color: #cccccc;
}
.menu-special--thanksgiving .special-offer__title {
  color: #80460d;
}
.menu-special--mothers-day .special-offer {
  height: 264px;
  background-image: url('../images/menu-special-mothers-day.png');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .menu-special--mothers-day .special-offer {
    background-size: contain;
  }
}
.menu-special--mothers-day .special-offer__pretitle {
  color: #cccccc;
}
.menu-special--mothers-day .special-offer__title {
  color: #683bb9;
}
/* ===========================================
   Reservation content styling
   =========================================== */
.reservation__widget {
  margin-top: 60px;
}
/* ===========================================
 * Contact section styling
 * =========================================== */
 #google-map {
  position: relative;
}
#google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: #231f20;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}
/* ===========================================
   Gallery content styling
   =========================================== */
.gallery {
  zoom: 1;
  margin-top: 30px;
  padding: 0 7px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .gallery {
    margin-top: 60px;
  }
}
.gallery__figure {
  float: left;
  width: 50%;
  margin: 0;
}
@media screen and (min-width: 989px) {
  .gallery__figure {
    width: 33.333%;
  }
}
@media screen and (min-width: 1450px) {
  .gallery__figure {
    width: 20%;
  }
}
.gallery__image {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 7px;
}
.gallery__caption {
  font-size: 0px;
  font-size: 0rem;
  opacity: 0;
  height: 0;
  margin: 0;
}
/* ===========================================
 * Panorama section styling
 * =========================================== */
.panorama {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 767px) {
  .panorama {
    margin-top: 60px;
    height: 600px;
  }
}
/* ===========================================
 * Private dining styling
 * =========================================== */
 .private-dining-testimonial {
   max-width: 600px;
 }
@media only screen and (max-width: 1200px) {
  .container__private-dining {
    display: inline-block;
    width: 100% !important;
  }
  .private-dining-testimonial {
    margin-top: 25px;
  }
}
.private-dining-menu__list {
  margin: 30px 0;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .private-dining-menu__list {
    margin: 60px 0;
  }
}
.private-dining-menu__item {
  list-style-type: none;
  margin: 0;
}
.private-dining-menu__item:not(:first-child) {
  padding-top: 15px;
}
.private-dining-menu__item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d7d5;
}
.private-dining-menu__item small {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 5px;
  color: #cccccc;
}
.private-dining-menu__link {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
}
.private-dining-gallery {
  margin-bottom: 60px;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 989px) {
  .private-dining-gallery {
    margin-top: 80px;
  }
}
.private-dining-gallery__image {
  padding: 5px;
}
/* ===========================================
 * Menu page styling
 * =========================================== */
.menu-type__list {
  margin: 15px 0 45px;
  padding: 0;
}
.menu-type__list:last-child {
  margin-bottom: 0;
}
.menu-type__item {
  zoom: 1;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px dotted #d8d7d5;
}
.menu-type__item:before,
.menu-type__item:after {
  content: "";
  display: table;
}
.menu-type__item:after {
  clear: both;
}
.menu-type-item__name {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 15px 80px 15px 0;
}
@media screen and (max-width: 600px) {
  .menu-type-item__name {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.menu-type-item__description {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  display: block;
}
.menu-type-item__price {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1;
  color: #0b6edb;
  float: right;
  margin-top: 20px;
}
.menu-type-item__promo {
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-color: orange;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  padding: 5px 8px 5px 6px;
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% {
    background-color: orange;
  }
  50% {
    background-color: #FF4136;
  }
  100% {
    background-color: orange;
  }
}
/* Components
 * =========================================================== */
/* ===========================================
 * Button styling
 * =========================================== */
 .wrapper--button{
   position: relative;
   margin-right: 25px;
 }
 @media only screen and (max-width: 989px) {
   .wrapper--button{
     margin: 10px 0 20px 15px;
   }
 }
 .page-nav__link--button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
}
.page-nav__link--button:hover,
.page-nav__link--button:focus,
.page-nav__link--button:active {
  color: #fff;
}
@media screen and (max-width: 989px) {
  .page-nav__link--button {
    padding: 20px 0;
  }
}
.button__page-nav {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  background-image: none;
  background-color: #D0232B;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  padding: 12px 12px !important;
  font-weight: normal;
}
.button__page-nav:hover,
.button__page-nav:focus,
.button__page-nav:active {
  color: #fff;
  text-decoration: none;
  background-color: #a1181e;
}
@media screen and (max-width: 1350px) {
  .button__page-nav {
    font-size: 0.8rem !important;
  }
}
 button {
     width: auto;
     height:50px;
     background: linear-gradient(to left top, #9a3531 50%, #872a26 50%);
     border-style: none;
     color:#fff;
     font-size: .8rem;
     letter-spacing: 3px;
     font-family: 'Lato';
     font-weight: 600;
     outline: none;
     cursor: pointer;
     position: relative;
     padding: 0px;
     overflow: hidden;
     transition: all .5s;
     padding: 5px 10px 5px 10px;
     box-shadow: 0px 1px 2px rgba(0,0,0,.2);
     margin-top: 10px;
 }
 button span{
     position: absolute;
     display: block;
 }
 button span:nth-child(1){
     height: 3px;
     width:200px;
     top:0px;
     left:-200px;
     background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
     border-top-right-radius: 1px;
     border-bottom-right-radius: 1px;
     animation: span1 2s linear infinite;
     animation-delay: 1s;
 }

 @keyframes span1{
     0%{
         left:-200px
     }
     100%{
         left:200px;
     }
 }
 button span:nth-child(2){
     height: 70px;
     width: 3px;
     top:-70px;
     right:0px;
     background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
     border-bottom-left-radius: 1px;
     border-bottom-right-radius: 1px;
     animation: span2 2s linear infinite;
     animation-delay: 2s;
 }
 @keyframes span2{
     0%{
         top:-70px;
     }
     100%{
         top:70px;
     }
 }
 button span:nth-child(3){
     height:3px;
     width:200px;
     right:-200px;
     bottom: 0px;
     background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
     border-top-left-radius: 1px;
     border-bottom-left-radius: 1px;
     animation: span3 2s linear infinite;
     animation-delay: 3s;
 }
 @keyframes span3{
     0%{
         right:-200px;
     }
     100%{
         right: 200px;
     }
 }

 button span:nth-child(4){
     height:70px;
     width:3px;
     bottom:-70px;
     left:0px;
     background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
     border-top-right-radius: 1px;
     border-top-left-radius: 1px;
     animation: span4 2s linear infinite;
     animation-delay: 4s;
 }
 @keyframes span4{
     0%{
         bottom: -70px;
     }
     100%{
         bottom:70px;
     }
 }

 button:hover{
     transition: all .5s;
     transform: scale(1.1);
     box-shadow: 0px 3px 5px rgba(0,0,0,.4);
 }
 button:hover span{
     animation-play-state: paused;
 }


.button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  background-image: none;
  background-color: #0b6edb;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  padding: 12px 40px;
  font-weight: normal;
}
.button:hover,
.button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a62c3;
}
.button:active {
  color: #fff;
  text-decoration: none;
  background-color: #0b6edb;
}
.button--outline {
  border: 2px solid #0b6edb;
  border-radius: 4px;
}
.button--uppercase {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.button--link {
  color: #0b6edb;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button--link:hover {
  text-decoration: none;
}
.button--link:active {
  outline: 0;
}
.disabled {
  pointer-events: none;
  opacity: .5;
}

/* ===========================================
 * Code (inline and block) styling
 * =========================================== */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  font-size: 16px;
  font-size: 1rem;
  padding: 2px 4px;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 13px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* ===========================================
 * Blockquote styling
 * =========================================== */
blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.7;
  padding: 0;
  margin: 0 0 25px;
  color: #0b6edb;
}
@media screen and (max-width: 767px) {
  blockquote {
    font-size: 16px;
    font-size: 1rem;
  }
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-style: normal;
  color: #555;
}
blockquote footer,
blockquote small {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  line-height: 1.6;
}
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
/* ===========================================
 * List styling
 * =========================================== */
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
caption {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: .5em 0;
  border-bottom: 1px solid #d7d7d7;
}
table {
  font-size: 12px;
  font-size: 0.75rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  color: #585858;
  padding: .8em .5em;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 767px) {
  .table-scroll-indicator {
    position: relative;
  }
  .table-scroll-indicator:before {
    content: '';
    position: absolute;
    z-index: 5;
    pointer-events: none;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: inset 20px 0px 20px -20px rgba(0, 0, 0, 0.2), inset -20px 0px 20px -20px rgba(0, 0, 0, 0.2);
  }
}
.table-wrapper-scrollable {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-wrapper-scrollable table {
    width: 1000px;
    margin: 0;
  }
}
/* ===========================================
 * Image styling
 * =========================================== */
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-left {
  float: left;
  margin-right: 20px;
}
.image-right {
  float: right;
  margin-left: 20px;
}
.svg-holder {
  display: none;
}
/* ===========================================
 * Video styling
 * =========================================== */
.video-aspect-ratio {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ===========================================
 * Avatar styling
 * =========================================== */
.avatar__figure {
  zoom: 1;
}
.avatar__figure:before,
.avatar__figure:after {
  content: "";
  display: table;
}
.avatar__figure:after {
  clear: both;
}
.avatar__image {
  float: left;
  clear: both;
  border-radius: 100%;
  width: 48px;
  height: 48px;
}
.avatar__figcaption {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  color: #cccccc;
  margin-left: 60px;
  line-height: 48px;
}
/* Layout
 * =========================================================== */
.text__center {
  text-align: center;
}
/* ===========================================
   POPUP
   =========================================== */
 /* The Close Button */
 a.boxclose{
   float:right;
   margin-top: 5px;
   margin-right: -5px;
   cursor:pointer;
   color: #fff;
   border-radius: 30px;
   font-size: 31px;
   font-weight: bold;
   line-height: 0px;
 }
 .boxclose:before {
     content: "×";
   }
.popup__box {
 display: flex;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -webkit-flex;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 justify-content: center;
}
#popup {
 position: absolute;
 margin: 5px auto;
 top: 150px;
 width: 750px;
 z-index: 9999;
 background-color: #262626;
 border: solid 1px #fff;
 padding: 10px;
}

.popup__padding {
  padding: 10px;
}
.popup-text {
	text-align: center;
  color: #fff;
}
.popup-header {
 padding: 5px;
 text-align: center;
 color: #fff;
}
.popup-link {
	color: #cd7832;
}
.popup-link:hover {
	color: #dca06f;
}
 /* Mobile */
 @media screen and (max-width: 768px) {
    #popup {
      top: 100px;
     width: 550px;
    }
    .popup__stack {
      flex-wrap: wrap;
    }
    .popup-header {
      font-size: 20px;
    }
    .popup-text {
      font-size: 15px;
    }
 }
 @media screen and (max-width: 600px) {
   #popup {
     width: 400px;
   }
 }
 @media screen and (max-width: 450px) {
   #popup {
     width: 325px;
   }
 }
 @media screen and (max-width: 350px) {
   #popup {
     width: 300px;
   }
 }

/* ===========================================
   Header styling
   =========================================== */
.header {
 background-color: rgba(35, 32, 32, .9);
 box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
 position: fixed;
 width: 100%;
 z-index: 100;
 height: 80px;
}
.header--animated {
 animation-name: fadeInDown;
 animation-delay: .2s;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

.header ul {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.header ul .menu__button {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header .menu__li a {
 display: block;
 padding: 20px 20px;
 text-decoration: none;
 color: #fff;
 text-transform: uppercase;
}
.header .logo {
 display: block;
 float: left;
 font-size: 2em;
 padding: 10px 20px;
 text-decoration: none;
}
.header .menu {
 clear: both;
 max-height: 0;
 transition: max-height .2s ease-out;
}
.header .menu-icon {
 cursor: pointer;
 display: inline-block;
 float: right;
 padding: 38px 30px;
 position: relative;
 user-select: none;
}

.header .menu-icon .navicon {
 background: #fff;
 display: block;
 height: 2px;
 position: relative;
 transition: background .2s ease-out;
 width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
 background: #fff;
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 transition: all .2s ease-out;
 width: 100%;
}

.header .menu-icon .navicon:before {
 top: 5px;
}

.header .menu-icon .navicon:after {
 top: -5px;
}
.header .menu-btn {
 display: none;
}

.header .menu-btn:checked ~ .menu {
 max-height: 800px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
 background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
 transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
 transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
 top: 0;
}
@media only screen and (min-width: 989px) {
  .header {
    margin-top: 25px;
  }
 .header .menu__li {
   float: left;
 }
 .header .menu__li a {
   padding: 15px 25px;
 }
 .header .menu {
   clear: none;
   float: right;
   max-height: none;
   margin-top: 5px;
 }
 .header .menu-icon {
   display: none;
 }
}
@media only screen and (max-width: 989px) {
  .header ul {
    background-color: rgba(51, 51, 51, .9);
  }
}

.page-logo img {
  display: block;
  max-height: 80px;
  top: -4px;
  position: relative;
  padding-left: 25px;
}
.page-nav__logo {
  height: auto;
  float: left;
  top: 5px;
  position: relative;
}
@media only screen and (max-width: 989px) {
  .page-logo img {
    width: 200px;
    height: auto;
    top: 10px;
  }
}
/* SHIFT */
.shift ul .menu__li a {
  position: relative;
  z-index: 1;
  padding: 10px;
  margin: 10px;
}

.shift ul .menu__li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: ".";
  color: transparent;
  visibility: none;
  opacity: 0;
  z-index: -1;

  color: rgba(51, 51, 51, .9);
  border-bottom: 2px solid white;

}
.shift ul .menu__li:not(:last-child) a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.shift ul .menu__li a,
.shift ul .menu__li a:after,
.shift ul .menu__li a:before {
  transition: all 0.5s;
}
@media only screen and (max-width: 1200px) {
  .shift ul .menu__li a {
    top: 10px;
    padding: 5px;
    margin: 5px;
  }
}
/* ===========================================
   Page intro styling
   =========================================== */
.page-intro {
  min-height: 100vh;
  background: url('../images/intro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-intro__box {
  position: absolute;
  z-index: 10;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.page-intro__header {
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding-top: 150px;
}
@media screen and (min-width: 767px) {
  .page-intro__header {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
.page-intro__title {
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
}
.page-intro__pretitle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
}
.page-intro__text {
  font-size: 16px;
  font-size: 1rem;
}
.page-intro-footer {
  background-color: rgba(255, 255, 255, 0.96);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) and (min-height: 769px) {
  .page-intro-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.page-intro-footer__slot {
  padding: 20px 0;
}
@media only screen and (max-width: 989px) {
  .page-intro-footer__slot {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-intro-footer__slot {
    text-align: center;
  }
}
.page-intro-footer--animated {
  animation-name: fadeInUp;
  animation-delay: 1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.page-intro-banner {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
}
@media screen and (min-width: 989px) {
  .page-intro-banner {
    border-top: 0;
  }
}
.page-intro-banner__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.page-intro-banner__link {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Playfair Display', Georgia, serif;
}
.page-intro-banner--valentines {
  background-image: url('../images/intro-banner/valentines.png');
  margin-top: 10px;
}
.page-intro-banner--valentines .page-intro-banner__link {
  color: #ff1463;
}
.page-intro-banner--valentines .page-intro-banner__link:hover {
  color: #ff6196;
}
.page-intro-banner--valentines .page-intro-banner__link:active,
.page-intro-banner--valentines .page-intro-banner__link:focus {
  color: #ff2e74;
}
.page-intro-banner--new-year {
  background-image: url('../images/intro-banner/new-year.png');
}
.page-intro-banner--new-year .page-intro-banner__link {
  color: #0b6edb;
}
.page-intro-banner--new-year .page-intro-banner__link:hover {
  color: #3d95f5;
}
.page-intro-banner--new-year .page-intro-banner__link:active,
.page-intro-banner--new-year .page-intro-banner__link:focus {
  color: #0d7af3;
}
.page-intro-banner--christmas {
  background-image: url('../images/intro-banner/christmas.png');
}
.page-intro-banner--christmas .page-intro-banner__link {
  color: #0b6edb;
}
.page-intro-banner--christmas .page-intro-banner__link:hover {
  color: #3d95f5;
}
.page-intro-banner--christmas .page-intro-banner__link:active,
.page-intro-banner--christmas .page-intro-banner__link:focus {
  color: #0d7af3;
}
.page-intro-banner--thanksgiving {
  background-image: url('../images/intro-banner/thanksgiving.png');
}
.page-intro-banner--thanksgiving .page-intro-banner__link {
  color: #80460d;
}
.page-intro-banner--thanksgiving .page-intro-banner__link:hover {
  color: #c56c14;
}
.page-intro-banner--thanksgiving .page-intro-banner__link:active,
.page-intro-banner--thanksgiving .page-intro-banner__link:focus {
  color: #97530f;
}
.page-intro-banner--mothers-day {
  background-image: url('../images/intro-banner/mothers-day.png');
}
.page-intro-banner--mothers-day .page-intro-banner__link {
  color: #683bb9;
}
.page-intro-banner--mothers-day .page-intro-banner__link:hover {
  color: #845ccb;
}
.page-intro-banner--mothers-day .page-intro-banner__link:active,
.page-intro-banner--mothers-day .page-intro-banner__link:focus {
  color: #7549c5;
}
.page-intro-diverging {
  min-height: 400px;
  background: url('../images/intro-diverging-homepage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-intro-diverging__header {
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-intro-diverging__title {
  color: #ffffff;
  margin-bottom: 0;
}
.page-intro-diverging__pretitle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
}
.page-intro-slider {
  min-height: 100vh;
}
.page-intro-slider .slick-slider {
  margin-bottom: 0;
}
.page-intro-slider .slick-dots {
  margin: 0;
  padding: 0;
  bottom: 200px;
}
.page-intro-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-intro-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-intro-slide.slick-slide {
  min-height: 100vh;
}
.page-intro-slide--01 {
  background-image: url('../images/slide1.jpg');
}

div.slide-right {
  width:100%;
  overflow:hidden;
}
div.slide-right p {
  animation: 2s slide-right;
  position: relative;
  font-size: 5rem;
  text-shadow: .1rem .1rem #555;
}
div.slide-right span {
  animation: 2s slide-right;
  position: relative;
  color: #fff;
  font-family: 'Work Sans';
  font-size: 1.2rem;
  text-shadow: .1rem .1rem #555;
  top: -65px;
}
@media only screen and (max-width: 750px) {
  div.slide-right p {
    font-size: 4rem;
  }
  div.slide-right span {
    top: -45px;
  }
}
@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
/* ===========================================
 * Page content styling
 * =========================================== */
.page-content {
  position: relative;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section__pretitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #9a3531;
  display: block;
  margin-bottom: 20px;
}
.section__pretitle--invert {
  color: rgba(255, 255, 255, 0.5);
}
.section__title {
  font-family: 'Alegreya Sans SC';
}
.section__title--invert {
  color: #ffffff;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .section .col-hd--modified {
    width: 75%;
  }
}
@media screen and (min-width: 1500px) {
  .section .push-hd--modified {
    left: 50%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .section .push-hd--modified {
    left: 25%;
  }
}
.section--parallax,
.section--contact {
  min-height: 100vh;
}
.section--contact {
  padding-bottom: 0;
  padding-top: 0;
}
.section--gallery {
  background-color: #33333d;
}
.section--reservation {
  background-color: #f7f7f7;
}
.section-box {
  background-color: #ffffff;
  padding: 60px 30px;
}
@media screen and (min-width: 767px) {
  .section-box {
    padding: 100px 80px;
    max-width: 700px;
  }
}
.article:not(:first-child) {
  margin-top: 30px;
}
.article:not(:last-child) {
  margin-bottom: 30px;
}
.page .page-content figure {
  margin: 30px auto;
}
.page .page-content figure img {
  margin-left: auto;
  margin-right: auto;
}
.page .page-content figcaption {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Playfair Display', Georgia, serif;
  text-align: center;
  color: #999;
  margin-top: 15px;
}
.block {
  zoom: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block__image {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .block__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
/* ===========================================
   Footer styling
   =========================================== */
.page-footer {
  background-color: #c4102e;
  padding-top: 10px;
  padding-bottom: 15px;
}

.page-footer__imprint {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}
.page-footer__imprint strong {
  display: block;
}
/* ===========================================
   Tabs styling
   =========================================== */
.tab-nav {
  text-align: center;
}
.tab-nav__list {
  zoom: 1;
  border-bottom: 2px solid #e5e5e5;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: -5px;
  width: 100%;
}
.tab-nav__list:before,
.tab-nav__list:after {
  content: "";
  display: table;
}
.tab-nav__list:after {
  clear: both;
}
@media screen and (min-width: 600px) {
  .tab-nav__list--right {
    text-align: right;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .tab-nav__list--left {
    text-align: left;
    margin-bottom: 0;
  }
}
.tab-nav__item {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0;
}
.tab-nav__link {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: block;
  padding: 12px;
  color: #555;
  border-bottom: 4px solid transparent;
}
.tab-nav__link:hover {
  color: #555;
  text-decoration: none;
}
.tab-nav__link:active,
.tab-nav__link:focus {
  color: #555;
}
@media screen and (max-width: 767px) {
  .tab-nav__link {
    padding: 12px 6px;
  }
}
.tab-nav__link.is-active {
  color: #0b6edb;
  border-bottom: 4px solid #0b6edb;
}
.tab-nav__separator {
  margin: 0;
  border-top: 2px solid #e5e5e5;
}
.tab-group {
  margin-top: 30px;
}
.tab-item {
  display: none;
}
.tab-item.is-active {
  display: block;
}
/* ===========================================
   Accordion styling
   =========================================== */
.accordion {
  margin-top: 30px;
}
.accordion__item {
  border-bottom: 1px dotted #ccc;
}
.accordion__item:first-child {
  border-top: 1px dotted #ccc;
}
.accordion__header {
  zoom: 1;
  padding: 15px 0;
}
.accordion__header:before,
.accordion__header:after {
  content: "";
  display: table;
}
.accordion__header:after {
  clear: both;
}
.accordion__title {
  font-weight: 400;
  display: block;
  margin-left: 15px;
}
.accordion__title:hover,
.accordion__title:active {
  color: #999;
}
.accordion__title:focus {
  color: #555;
}
.accordion__title.is-active {
  font-weight: 700;
}
.accordion__title-image {
  float: left;
  margin-top: 6px;
  transition: 0.3s ease-in-out;
}
.accordion__title-image.is-active {
  transform: rotate(90deg);
}
.accordion__content {
  font-size: 16px;
  padding-left: 15px;
  display: none;
}
/* ===========================================
   Dropdown styling
   =========================================== */
.dropdown-environment {
  position: relative;
}
.dropdown-trigger {
  display: block;
}
.dropdown-trigger.is-active {
  color: orange;
}
.dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #E6E6E6;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in-out;
}
.dropdown.is-open {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .dropdown.is-open {
    position: relative;
    box-shadow: none;
    background: #f9f9f9;
    margin-bottom: 20px;
  }
}
.dropdown-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.dropdown-list {
  list-style-type: none;
  padding: 0;
}
.dropdown-item {
  margin-bottom: 0;
}
.dropdown-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.dropdown-item a {
  color: #33333d;
  display: block;
  padding: 10px;
}
.dropdown-item a:hover {
  color: #0b6edb;
}
/* Vendor
 * =========================================================== */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.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%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -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;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.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%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -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;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -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;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.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;
}
/*! 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.)

*/
/*

	1. Buttons

 */
/* <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;
  -webkit-box-shadow: none;
  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(../images/vendor/photoswipe/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(../images/vendor/photoswipe/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;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  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: 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: center;
  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(../images/vendor/photoswipe/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 {
  -webkit-box-sizing: border-box;
  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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/vendor/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/vendor/slick/slick.eot');
  src: url('../fonts/vendor/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/vendor/slick/slick.woff') format('woff'), url('../fonts/vendor/slick/slick.ttf') format('truetype'), url('../fonts/vendor/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}
