/*
Theme Name: Due Ladroni
Version: 1.0
Author: Mokap Studio
Author URI: https://www.mokap.studio
*/
.footer__menu, .sidebar__menu, .list-bordered, .list-info, .l-charlie, .l-delta {
  padding: 0;
  list-style: none;
  margin-bottom: 0; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  min-height: 100%;
  height: 100%; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #800000;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none; }

body {
  color: #000;
  font: normal 16px/1.4 "Karla", sans-serif !important;
  position: relative;
  height: 100%;
  min-height: 100%; }

.body--fixed-default {
  padding-top: 50px; }

*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

[class*="col-"] {
  padding: 0 15px; }

@media (max-width: 992px) {
  .container {
    width: auto;
    max-width: 750px; } }

@media (max-width: 1439px) {
  .container--box {
    width: 1120px; } }
@media (max-width: 1279px) {
  .container--box {
    width: auto; } }

.container--plain,
.container-fluid--plain {
  padding: 0; }

.row--plain {
  margin-left: 0;
  margin-right: 0; }

.col--plain {
  padding: 0; }

.container--5,
.container-fluid--5 {
  padding: 5px; }

.row--5 {
  margin-left: -5px;
  margin-right: -5px; }

.col--5 {
  padding: 0 5px 10px 5px; }

.row--10 {
  margin-left: -10px;
  margin-right: -10px; }

.col--10 {
  padding: 10px; }

.container--20,
.container-fluid--20 {
  padding: 0 20px; }

.row--20 {
  margin-left: -20px;
  margin-right: -20px; }

.col--20 {
  padding: 0 20px; }

.container--30,
.container-fluid--30 {
  padding: 0 30px; }

.row--30 {
  margin-left: -30px;
  margin-right: -30px; }

.col--30 {
  padding: 0 30px; }

.row--height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .row--height {
      display: block; } }
  .row--height:before, .row--height:after {
    display: none; }

.col--height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .col--height {
      /* IE10+ CSS styles go here */
      display: inline-block; } }
  @media (max-width: 992px) {
    .col--height {
      display: block;
      width: 100%; } }

.w20 {
  width: 20%;
  float: left; }
  @media (max-width: 767px) {
    .w20 {
      width: 100%;
      float: none; } }

.row-space-2 {
  margin-bottom: 20px; }

.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.block {
  display: block; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }
  @media (max-width: 767px) {
    .alignleft {
      display: block;
      float: none;
      margin: 10px auto;
      max-width: 100%;
      height: auto; } }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.p10 {
  padding: 10px; }

.p20 {
  padding: 20px; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt100 {
  padding-top: 100px !important; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.color--brand {
  color: #800000 !important; }
.color--second {
  color: #800000; }

.bg--dark {
  background: #233346; }

.border--right {
  border-right: solid 1px #ccc; }
  @media (max-width: 992px) {
    .border--right {
      border: 0; } }

a.link--second {
  color: #800000; }
  a.link--second:hover {
    color: #800000; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 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 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.title {
  font-size: 56px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: #000; }
  @media (max-width: 767px) {
    .title {
      font-size: 46px; } }
  .title--first-color {
    color: #1E2026; }
  .title--second-color {
    color: #800000; }
  .title--third-color {
    color: #fff; }
  .title--white {
    color: #fff; }
  .title--xs {
    font-size: 16px; }
  .title--sm {
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal; }
  .title--md {
    font-size: 28px; }
  .title--lg {
    font-size: 40px;
    line-height: 1.2em; }
  .title--xl {
    font-size: 50px; }
  .title--xxl {
    font-size: none; }
  .title--thin {
    font-weight: none; }
  .title--regular {
    font-weight: 400; }
  .title--medium {
    font-weight: 600; }
  .title--bold {
    font-weight: 700; }
  .title--italic {
    font-style: italic; }
  .title--first-font {
    font-family: "Karla", sans-serif; }
  .title--second-font {
    font-family: none; }
  .title--third-font {
    font-family: none; }
  .title--line-center {
    position: relative; }
    .title--line-center:after {
      content: "";
      display: block;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      width: 80px;
      height: 2px;
      background: #800000;
      bottom: -20px; }
  .title--line-left {
    position: relative; }
    .title--line-left:after {
      content: "";
      display: block;
      position: absolute;
      left: -40px;
      width: 140px;
      height: 2px;
      background: #800000;
      bottom: -20px; }
  .title--line-left-standard {
    position: relative; }
    .title--line-left-standard:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 80px;
      height: 2px;
      background: #800000;
      bottom: -20px; }
  .title--line-left-long {
    position: relative; }
    .title--line-left-long:after {
      content: "";
      display: block;
      position: absolute;
      left: -150px;
      width: 180px;
      height: 2px;
      background: #800000;
      bottom: -20px; }
  .title--line-right {
    position: relative; }
    .title--line-right:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      left: auto;
      width: 80px;
      height: 2px;
      background: #800000;
      bottom: -20px; }
  .title--decorator {
    padding-bottom: 20px;
    background: url("static/images/base/decorations/title-base.png") 0 100% no-repeat; }
    .title--decorator-center {
      padding-bottom: 20px;
      background: url("static/images/base/decorations/title-base.png") 50% 100% no-repeat; }

.text {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  line-height: 2.0em; }
  .text-center--xs {
    text-align: left; }
    @media (max-width: 767px) {
      .text-center--xs {
        text-align: center; } }
  .text--first-color {
    color: #000; }
  .text--second-color {
    color: #808080; }
  .text--third-color {
    color: #fff; }
  .text--white {
    color: #fff; }
  .text--sm {
    font-size: 14px; }
  .text--md {
    font-size: 16px; }
  .text--lg {
    font-size: 18px; }
  .text--thin {
    font-weight: none; }
  .text--regular {
    font-weight: 400; }
  .text--medium {
    font-weight: 500; }
  .text--bold {
    font-weight: 600; }
  .text--italic {
    font-style: italic; }
  .text--first-font {
    font-family: "Karla", sans-serif; }
  .text--second-font {
    font-family: none; }
  .text--third-font {
    font-family: none; }
  .text--columns-2 {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 20px;
    column-fill: balance; }
  .text--columns-3 {
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -webkit-column-fill: balance;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -moz-column-fill: balance;
    column-count: 3;
    column-gap: 20px;
    column-fill: balance; }

.footer {
  padding: 80px;
  background: #fff; }
  @media (max-width: 1279px) {
    .footer {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer a {
    color: #800000; }
    .footer a:hover {
      color: #e60000; }
  @media (max-width: 767px) {
    .footer__logo img {
      height: 30px; } }
  .footer__address {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700; }
  .footer__contacts {
    padding-top: 50px;
    font-size: 24px;
    font-family: "EB Garamond", serif; }
    .footer__contacts a {
      font-weight: 600; }
  .footer__label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 0 10px 0;
    color: #fff; }
    .footer__label--dark {
      color: #000; }
  .footer__menu > li {
    padding-bottom: 8px;
    font-size: 14px; }
    .footer__menu > li:last-child {
      padding-bottom: 0; }
    .footer__menu > li > a:hover {
      color: #800000; }
  .footer__credits {
    height: 80px;
    background: #fff; }

.footer-social {
  font-size: 0;
  padding-top: 50px; }
  .footer-social__item {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: 50% 50% no-repeat;
    background-size: contain;
    opacity: .7;
    transition: .3s all; }
    .footer-social__item:hover {
      opacity: 1; }
    .footer-social__item--fb {
      background-image: url("static/images/social/fb.svg"); }
    .footer-social__item--tw {
      background-image: url("static/images/social/tw.svg"); }
    .footer-social__item--wa {
      background-image: url("static/images/social/wh.svg"); }
    .footer-social__item--ig {
      background-image: url("static/images/social/ig.svg"); }

.navbar-custom {
  z-index: 1000;
  margin: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  height: 80px;
  transition: background .5s, border-bottom .5s;
  border: 0 !important; }
  .navbar-custom--fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px; }
  @media (max-width: 992px) {
    .navbar-custom {
      padding-left: 10px;
      padding-right: 10px; } }
  .navbar-custom .navbar-toggle {
    border-color: #ddd;
    margin-top: 23px; }
    .navbar-custom .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-custom-icon {
    font-size: 18px;
    line-height: 40px; }
  @media (max-width: 992px) {
    .navbar-custom-collapse {
      background: #fff;
      padding-bottom: 10px; } }
  .navbar-custom-nav {
    position: relative; }
    .navbar-custom-nav > li {
      display: inline !important;
      position: initial !important; }
      .navbar-custom-nav > li.magic-line {
        position: absolute !important;
        bottom: 0px;
        left: 0;
        width: 100px;
        height: 5px;
        background: #800000;
        z-index: 99; }
        .navbar-custom-home .navbar-custom-nav > li.magic-line {
          display: none; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .navbar-custom-nav > li.magic-line {
            display: none !important; } }
      .navbar-custom-nav > li:hover > a, .navbar-custom-nav > li:focus > a, .navbar-custom-nav > li:active > a, .navbar-custom-nav > li.active > a, .navbar-custom-nav > li > a, .navbar-custom-nav > li > a:hover, .navbar-custom-nav > li > a:focus, .navbar-custom-nav > li > a:active, .navbar-custom-nav > li > a.active, .navbar-custom-nav > li.open > a, .navbar-custom-nav > li.open > a:hover, .navbar-custom-nav > li.open > a:focus, .navbar-custom-nav > li.open > a:active, .navbar-custom-nav > li.open > a.active, .navbar-custom-nav > li.current-menu-parent > a {
        background: transparent !important;
        border-color: transparent; }
        @media (max-width: 992px) {
          .navbar-custom-nav > li:hover > a, .navbar-custom-nav > li:focus > a, .navbar-custom-nav > li:active > a, .navbar-custom-nav > li.active > a, .navbar-custom-nav > li > a, .navbar-custom-nav > li > a:hover, .navbar-custom-nav > li > a:focus, .navbar-custom-nav > li > a:active, .navbar-custom-nav > li > a.active, .navbar-custom-nav > li.open > a, .navbar-custom-nav > li.open > a:hover, .navbar-custom-nav > li.open > a:focus, .navbar-custom-nav > li.open > a:active, .navbar-custom-nav > li.open > a.active, .navbar-custom-nav > li.current-menu-parent > a {
            border-color: transparent; } }
      .navbar-custom-nav > li > a {
        display: block !important;
        line-height: 40px !important;
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        padding: 20px 20px 15px 20px;
        cursor: pointer;
        transition: color .2s;
        border-bottom: solid 5px transparent;
        z-index: 100; }
        @media (max-width: 1279px) {
          .navbar-custom-nav > li > a {
            padding: 20px 20px 15px 20px !important; } }
        @media (max-width: 992px) {
          .navbar-custom-nav > li > a {
            padding: 20px 20px 15px 20px !important; } }
        @media (max-width: 767px) {
          .navbar-custom-nav > li > a {
            padding: 5px 30px !important;
            line-height: 30px !important; } }
      .navbar-custom-nav > li.item-user > a {
        text-transform: none; }
      .navbar-custom-nav > li:hover .dropdown-menu {
        max-height: 300px;
        opacity: 1; }
        @media (max-width: 1279px) {
          .navbar-custom-nav > li:hover .dropdown-menu {
            max-height: 300px;
            opacity: 1; } }
      .navbar-custom-nav > li .dropdown-menu {
        margin-top: -1px !important;
        box-shadow: none;
        padding: 0 15px;
        right: auto;
        left: auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0; }
        @media (max-width: 992px) {
          .navbar-custom-nav > li .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none; } }
        .navbar-custom-nav > li .dropdown-menu > li > a {
          min-width: 150px;
          padding: 10px 0;
          font-size: 12px;
          font-family: Montserrat, sans-serif;
          color: #000;
          text-transform: uppercase;
          border-bottom: solid 1px #F4F2EE;
          transition: color .2s; }
          .navbar-custom-nav > li .dropdown-menu > li > a:hover {
            background: transparent;
            color: #800000; }
        .navbar-custom-nav > li .dropdown-menu > .active > a, .navbar-custom-nav > li .dropdown-menu > .active > a:focus, .navbar-custom-nav > li .dropdown-menu > .active > a:hover {
          color: #800000;
          font-weight: 600;
          background-color: transparent;
          outline: 0; }
        .navbar-custom-nav > li .dropdown-menu > li:last-child > a {
          border: none; }
        .navbar-custom-nav > li .dropdown-menu > li:last-child > a {
          border: none; }
    .navbar-custom-nav .open .dropdown-menu {
      max-height: 300px;
      opacity: 1; }
  .navbar-custom-brand {
    padding: 0 20px !important;
    line-height: 80px !important;
    height: 80px !important;
    background: url("static/images/base/logo.svg") no-repeat 0 50%;
    background-size: auto 40px;
    width: 320px; }
    @media (max-width: 767px) {
      .navbar-custom-brand {
        width: 250px;
        background-size: auto 30px; } }
  .navbar-custom-photo {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: block;
    background: url("images/base/profile-sm.jpg") no-repeat 0 0;
    background-size: contain;
    margin-right: 15px; }
  .navbar-custom-home {
    background-color: transparent; }
    @media (max-width: 767px) {
      .navbar-custom-home {
        background: #fff; } }

.submenu {
  border-bottom: solid 1px #ccc;
  background: #fff; }
  .submenu--fixed {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 101; }
    @media (max-width: 992px) {
      .submenu--fixed {
        position: relative;
        top: 0; } }
  @media (max-width: 1279px) {
    .submenu li > a {
      padding: 20px 6px 15px 6px; } }
  @media (max-width: 992px) {
    .submenu li > a {
      padding: 20px 6px 15px 6px; } }
  @media (max-width: 767px) {
    .submenu li > a {
      padding: 5px 30px;
      line-height: 30px; } }
  .submenu li:hover > a, .submenu li:focus > a, .submenu li:active > a, .submenu li.active > a, .submenu li.open > a, .submenu li.open > a:hover, .submenu li.open > a:focus, .submenu li.open > a:active, .submenu li.open > a.active, .submenu li.current-menu-parent > a {
    background-color: transparent !important;
    border-color: #800000; }

@media (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }
@media (max-width: 767px) {
  .page {
    padding-top: 0; } }
.page--fixed {
  padding-top: 80px; }
.page--submenu {
  padding-top: 160px; }
  @media (max-width: 992px) {
    .page--submenu {
      padding-top: 0; } }
.page__cover {
  height: 400px;
  background: url("static/images/bg/bg-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  text-align: center; }
  @media (max-width: 1279px) {
    .page__cover {
      height: 400px; } }
  @media (max-width: 992px) {
    .page__cover {
      margin: 0; } }
  @media (max-width: 767px) {
    .page__cover {
      height: 300px; } }
  .page__cover--no-bg {
    background: #fff; }
.page__title {
  color: #000;
  font-family: "EB Garamond", serif;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 80px 0 20px 0; }
.page__subtitle {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff; }
  @media (max-width: 1279px) {
    .page__subtitle {
      padding: 0 25px;
      font-size: 24px; } }
  @media (max-width: 767px) {
    .page__subtitle {
      font-size: 18px; } }
.page__wrapper {
  margin-top: -150px; }
  @media (max-width: 767px) {
    .page__wrapper {
      margin: 0; } }
.page__content {
  position: relative;
  background: #fff;
  min-height: 600px;
  box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.8);
  margin-bottom: 10px;
  padding: 80px; }
  @media (max-width: 1279px) {
    .page__content {
      min-height: 400px;
      margin: 0 30px; } }
  @media (max-width: 767px) {
    .page__content {
      margin: 0;
      box-shadow: none;
      padding: 50px 25px; } }
.page__left-overlay {
  position: absolute;
  right: 100%;
  top: 200px;
  bottom: 0;
  width: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
.page__right-overlay {
  position: absolute;
  left: 100%;
  top: 200px;
  bottom: 0;
  width: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
.page__bottom-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: #fff; }

.section--sm {
  padding: 10px 0; }
.section--md {
  padding: 20px 0; }
.section--lg {
  padding: 40px 0; }
.section--xl {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .section--xl {
      padding: 40px 0; } }
.section--xxl {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .section--xxl {
      padding: 40px 0; } }
.section--box {
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 767px) {
    .section--box {
      padding-left: 20px;
      padding-right: 20px; } }
.section--dark {
  background: #1878BB; }
.section--light {
  background: #F4F2EE; }
.section--border-top {
  border-top: solid 1px #ccc; }
.section--border-bottom {
  border-bottom: solid 1px #ccc; }
.section--no-bottom-padding {
  padding-bottom: 0; }
.section--no-top-padding {
  padding-top: 0; }
.section__label {
  font-size: 18px;
  line-height: 1.6em;
  color: #808080; }
.section__title {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 25px;
  position: relative; }
  .section__title:after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 1px;
    background: #800000;
    bottom: -15px; }

.submenu {
  height: 60px;
  border-bottom: solid 1px #ccc;
  font-size: 0;
  text-align: center; }
  .submenu__item {
    display: inline-block;
    min-width: 100px;
    padding: 5px 25px 0 25px;
    border-bottom: solid 5px transparent;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #000; }
    .submenu__item:hover, .submenu__item--active {
      border-bottom-color: #800000; }

.sidebar.affix {
  top: 80px; }
.page--submenu .sidebar.affix {
  top: 160px; }
.page--submenu-recipe .sidebar.affix {
  top: 280px; }
.sidebar.affix-bottom {
  position: absolute; }
.sidebar__box {
  margin-bottom: 25px;
  border-width: 0 0 0 1px !important; }
.sidebar__title {
  text-transform: uppercase;
  padding: 10px 20px; }
.sidebar__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0 20px 0; }
.sidebar__menu > li {
  padding-bottom: 10px;
  font-size: 18px; }
  .sidebar__menu > li:last-child {
    padding-bottom: 0; }
  .sidebar__menu > li > a {
    color: #999; }
    .sidebar__menu > li > a:hover {
      color: #800000; }
.sidebar__nav {
  font-weight: 600;
  text-transform: uppercase; }
  .sidebar__nav > li {
    background: transparent !important; }
  .sidebar__nav > li > a {
    padding: 10px 30px;
    border-left: solid 5px transparent;
    background: transparent !important;
    color: #000; }
  .sidebar__nav > li.active > a {
    border-left: solid 5px #800000; }

.back-button {
  display: inline-block;
  padding: 40px 0 40px 70px;
  background: url("static/images/elements/arrow-left-black.png") 0 50% no-repeat;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-left: -20px; }

.box {
  background: #fff;
  padding: 35px;
  margin-bottom: 20px; }
  .box__section {
    padding: 80px;
    background: #fff; }
    @media (max-width: 767px) {
      .box__section {
        padding-left: 0;
        padding-right: 0; } }
    .box__section--light {
      background: #f2f2f2; }
    .box__section--dark {
      background: #233346; }
  .box--no-bottom-margin {
    margin-bottom: 0;
    border-bottom: 0; }
  .box--no-top-border {
    border-top: 0; }
  .box--base {
    border: 0;
    background: transparent; }
  .box--plain {
    padding: 0; }
  .box--slim {
    padding: 10px; }
  .box--special {
    padding: 0;
    border: 0;
    -webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.39);
    -moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.39);
    box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.39); }
  .box--sm {
    padding: 15px; }
  .box--md {
    padding: 20px; }
  .box--lg {
    padding: 50px; }
  .box--grey {
    background: #F4F2EE; }
  .box--half {
    width: 50%;
    margin-right: auto; }
  .box__label {
    font-size: 14px;
    text-transform: uppercase;
    color: #e2e7e8;
    font-weight: 600; }
  .box__content {
    padding-top: 20px; }
  .box__action {
    line-height: 40px;
    padding-right: 10px;
    cursor: pointer; }

/* ==================================================
    Breadcrumbs
================================================== */
.breadcrumbs {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #fff; }
  .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0 auto; }
  .breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
    line-height: 20px; }
    .breadcrumbs li a {
      color: #fff; }
      .breadcrumbs li a:hover {
        color: #800000; }
  .breadcrumbs .separator {
    font-weight: 400;
    line-height: 14px; }
  .breadcrumbs--blog {
    color: #000;
    padding: 10px 0; }
    .breadcrumbs--blog li a {
      color: #000; }

.btn {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  line-height: 30px; }
  .btn:active, .btn:focus, .btn:focus:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn--xl {
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding-right: 40px;
    padding-left: 40px; }
  .btn--lg {
    font-size: 13px;
    line-height: 32px;
    padding-right: 45px;
    padding-left: 45px;
    font-weight: 600;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px; }
  .btn--md {
    font-size: 13px;
    line-height: 22px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 600; }
  .btn--first {
    color: #fff;
    background-color: #800000;
    border: solid 1px #800000; }
    .btn--first:hover {
      color: #fff;
      background: #570000;
      transition: all .5s ease; }
    .btn--first:focus, .btn--first.focus {
      color: #fff;
      background-color: #570000; }
    .btn--first:active {
      color: #fff;
      background: #340000; }
  .btn--first-empty {
    color: #fff;
    background-color: #800000;
    border: solid 1px #800000;
    color: #000;
    background: #fff; }
    .btn--first-empty:hover {
      color: #fff;
      background: #570000;
      transition: all .5s ease; }
    .btn--first-empty:focus, .btn--first-empty.focus {
      color: #fff;
      background-color: #570000; }
    .btn--first-empty:active {
      color: #fff;
      background: #340000; }
  .btn--second {
    color: #fff;
    background-color: #800000;
    border: solid 1px #800000; }
    .btn--second:hover {
      color: #fff;
      background: #570000;
      transition: all .5s ease; }
    .btn--second:focus, .btn--second.focus {
      color: #fff;
      background-color: #570000; }
    .btn--second:active {
      color: #fff;
      background: #340000; }
  .btn--third {
    color: #fff;
    background-color: #800000;
    border: solid 1px #800000; }
    .btn--third:hover {
      color: #fff;
      background: #570000;
      transition: all .5s ease; }
    .btn--third:focus, .btn--third.focus {
      color: #fff;
      background-color: #570000; }
    .btn--third:active {
      color: #fff;
      background: #340000; }
  .btn--second-empty {
    color: #fff;
    background-color: #800000;
    border: solid 1px #800000;
    color: #800000;
    background: transparent; }
    .btn--second-empty:hover {
      color: #fff;
      background: #570000;
      transition: all .5s ease; }
    .btn--second-empty:focus, .btn--second-empty.focus {
      color: #fff;
      background-color: #570000; }
    .btn--second-empty:active {
      color: #fff;
      background: #340000; }
  .btn--danger {
    color: #fff;
    background-color: #F74653;
    border: solid 1px #F74653; }
    .btn--danger:hover {
      color: #fff;
      background: #f51f2f;
      transition: all .5s ease; }
    .btn--danger:focus, .btn--danger.focus {
      color: #fff;
      background-color: #f51f2f; }
    .btn--danger:active {
      color: #fff;
      background: #e70a1a; }
  .btn--white {
    color: #fff;
    background-color: #fff;
    border: solid 1px #fff;
    color: #fff; }
    .btn--white:hover {
      color: #fff;
      background: #ebebeb;
      transition: all .5s ease; }
    .btn--white:focus, .btn--white.focus {
      color: #fff;
      background-color: #ebebeb; }
    .btn--white:active {
      color: #fff;
      background: #d9d9d9; }
    .btn--white-empty {
      color: #fff;
      background-color: #fff;
      border: solid 1px #fff;
      background: transparent; }
      .btn--white-empty:hover {
        color: #fff;
        background: #ebebeb;
        transition: all .5s ease; }
      .btn--white-empty:focus, .btn--white-empty.focus {
        color: #fff;
        background-color: #ebebeb; }
      .btn--white-empty:active {
        color: #fff;
        background: #d9d9d9; }

.contact-us-fixed {
  display: block;
  position: fixed;
  right: -18px;
  top: 50%;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  transform: rotate(270deg);
  transform-origin: center; }
  .contact-us-fixed:hover {
    color: #800000; }

.divider-section {
  position: relative;
  height: 40px;
  margin-bottom: 100px;
  border-bottom: solid 1px #ccc; }
  .divider-section__decorator {
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    margin-bottom: -40px; }
    .divider-section__decorator-line {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      background: #000; }

.flag {
  display: table;
  width: 100%;
  margin-bottom: 10px; }
  .flag__image, .flag__body {
    display: table-cell;
    vertical-align: middle; }
    .flag--top .flag__image, .flag--top .flag__body {
      vertical-align: top; }
    .flag--bottom .flag__image, .flag--bottom .flag__body {
      vertical-align: bottom; }
  .flag__image {
    padding-right: 10px; }
    .flag__image > img {
      display: block;
      max-width: none; }
    .flag--rev .flag__image {
      padding-right: 0;
      padding-left: 10px; }
  .flag__body {
    width: 100%; }

.form .row {
  padding-bottom: 10px; }
  .form .row:last-child {
    padding-bottom: 0; }
.form--compact .row {
  padding-bottom: 15px; }
  .form--compact .row:last-child {
    padding-bottom: 0; }
.form-label {
  text-transform: uppercase;
  color: #000;
  font-weight: 600; }
  .form-label-list {
    color: #000;
    font-size: 14px;
    font-weight: 400; }
.form-group {
  margin-bottom: 30px; }
.form-control {
  font-size: 14px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #000;
  background: transparent; }
  .form-control:active, .form-control:focus, .form-control:focus:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #800000; }
  .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #888; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #888; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #888; }
  .form-control:-ms-input-placeholder {
    color: #888; }
  .has-error .form-control {
    box-shadow: none; }
  .ng-submitted .form-control.ng-invalid {
    color: #800000; }
    .ng-submitted .form-control.ng-invalid::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #800000; }
    .ng-submitted .form-control.ng-invalid:-moz-placeholder {
      /* Firefox 18- */
      color: #800000; }
    .ng-submitted .form-control.ng-invalid::-moz-placeholder {
      /* Firefox 19+ */
      color: #800000; }
    .ng-submitted .form-control.ng-invalid:-ms-input-placeholder {
      color: #800000; }
  .form-control--search {
    padding-right: 40px;
    background: #fff url("images/icons/Search.png") no-repeat 95% 50%; }
.form__title {
  font-size: 24px;
  line-height: 60px; }
.form__subtitle {
  font-size: 16px;
  line-height: 40px;
  color: #800000;
  text-transform: uppercase; }
.form__action {
  line-height: 46px;
  padding-top: 24px; }
.form__instruction {
  padding-left: 16px;
  padding-bottom: 5px;
  font-size: 12px; }

.errorlist {
  list-style: none;
  padding-left: 0;
  color: red; }

.form-group.privacy {
  float: left; }

.checkbox.privacy {
  margin-top: 0;
  margin-bottom: 0; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0;
  padding-left: 15px; }

@media (max-width: 767px) {
  select,
  textarea,
  input {
    font-size: 16px !important; } }

.wpcf7-acceptance,
.privacy-label {
  display: inline; }

.item {
  width: 100%;
  break-inside: avoid;
  padding-bottom: 30px; }
  .item--inside {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .item__row3 {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 30px;
    column-fill: auto; }
    @media (max-width: 767px) {
      .item__row3 {
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        -webkit-column-fill: auto;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -moz-column-fill: auto;
        column-count: 2;
        column-gap: 15px;
        column-fill: auto; } }
    @media (max-width: 375px) {
      .item__row3 {
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        -webkit-column-fill: auto;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -moz-column-fill: auto;
        column-count: 1;
        column-gap: 0px;
        column-fill: auto; } }
  .item__row {
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 15px;
    column-fill: auto; }
    @media (max-width: 375px) {
      .item__row {
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        -webkit-column-fill: auto;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -moz-column-fill: auto;
        column-count: 1;
        column-gap: 0px;
        column-fill: auto; } }

.infinite {
  padding: 80px;
  text-align: center;
  color: #000;
  background: #F4F2EE; }
  .infinite--mb80 {
    margin-bottom: 80px; }
  .infinite__label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #800000; }
  .infinite__title {
    font-size: 40px;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    line-height: 80px; }
    @media (max-width: 1279px) {
      .infinite__title {
        padding: 20px 0;
        line-height: 1.4em; } }
    @media (max-width: 767px) {
      .infinite__title {
        line-height: 1.2em;
        font-size: 24px; } }
  .infinite__text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .infinite__icon {
    height: 100px;
    background: url("static/images/elements/ArrowBlog.svg") 50% 100% no-repeat;
    background-size: auto 60px; }

.label__default {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2em; }

.list-bordered__item {
  padding: 10px 35px;
  border-left: solid 5px transparent;
  font-weight: 600;
  text-transform: uppercase; }
  .list-bordered__item--right {
    border-left: 0;
    border-right: solid 5px transparent; }
  .list-bordered__item a {
    color: #000; }
  .list-bordered__item:hover, .list-bordered__item--active, .list-bordered__item.active {
    border-color: #800000; }

.list-info {
  padding-left: 0; }
  .list-info__item {
    position: relative;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    border: 0;
    background: url("static/images/icons/Check.png") 0 5px no-repeat;
    padding: 3px 0 3px 25px; }
    .list-info__item:last-child {
      margin-bottom: 0; }
    .list-info__item p {
      margin-bottom: 0; }
  .list-info__item--right {
    position: relative;
    margin-bottom: 15px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    background: url("static/images/icons/Check.png") 100% 50% no-repeat;
    padding: 3px 25px 3px 0; }
    .list-info__item--right:last-child {
      margin-bottom: 0; }

.l-charlie {
  font-weight: 600;
  text-align: left; }
  .l-charlie__item {
    font-size: 0;
    color: #1E2026;
    padding: 8px 0 8px 20px; }
  .l-charlie__count {
    display: inline-block;
    font-size: 12px;
    color: #ccc;
    margin-right: 5px; }
  .l-charlie__text, .l-charlie__link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #1E2026; }
  .l-charlie__link:hover {
    color: #800000; }
  .l-charlie__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 90px;
    overflow: visible;
    background: url("static/images/elements/arrow-right-red.png") 50% 50% no-repeat;
    opacity: 0;
    transition: all .2s; }
    .l-charlie__arrow--read-more {
      width: 180px;
      padding-left: 10px;
      text-transform: uppercase;
      color: #800000;
      background-position: 100% 50%; }
  .l-charlie__item:hover .l-charlie__arrow {
    opacity: 1; }

.l-delta {
  text-align: left; }
  @media (max-width: 992px) {
    .l-delta {
      text-align: center; } }
  .l-delta__item {
    font-size: 0;
    color: #1E2026;
    padding: 25px 0; }
    .l-delta__item:first-child {
      padding-top: 0; }
    .l-delta__item:last-child {
      padding-bottom: 0; }
  .l-delta__text, .l-delta__link {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #808080;
    line-height: 1.3em;
    transition: all .4s; }
    @media (max-width: 1279px) {
      .l-delta__text, .l-delta__link {
        font-size: 18px; } }
    .l-delta__text:hover, .l-delta__link:hover {
      color: #1E2026; }
  .l-delta__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 90px;
    overflow: visible;
    background: url("static/images/elements/arrow-right-red.png") 50% 50% no-repeat;
    opacity: 0;
    transition: all .2s; }
    @media (max-width: 1279px) {
      .l-delta__arrow {
        display: none; } }
    .l-delta__arrow--read-more {
      width: 180px;
      padding-left: 10px;
      text-transform: uppercase;
      color: #800000;
      background-position: 100% 50%; }
  .l-delta__item:hover .l-delta__arrow {
    opacity: 1; }
  .l-delta__readmore {
    display: block;
    padding-top: 60px;
    color: #800000;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    font-weight: 600; }
    @media (max-width: 992px) {
      .l-delta__readmore {
        text-align: center; } }
    .l-delta__readmore:hover {
      color: #800000; }

.modal-header {
  background: #800000; }
.modal-title {
  color: #fff;
  font-weight: 700; }
.modal-body {
  padding: 40px; }
.modal--lg {
  width: 800px; }
  @media (max-width: 767px) {
    .modal--lg {
      width: auto; } }

.parallax {
  position: relative;
  height: 600px;
  background: no-repeat 50% 0;
  background-size: cover; }
  @media (max-width: 992px) {
    .parallax {
      height: 300px;
      background-size: auto 180%; } }

.social-fixed {
  position: fixed;
  right: 25px;
  bottom: 85px;
  width: 30px;
  padding: 0; }
  .social-fixed__link {
    display: block;
    height: 40px;
    background: 50% 50% no-repeat;
    background-size: auto 18px;
    opacity: .7;
    transition: all .3s; }
    .social-fixed__link:hover {
      opacity: 1; }
    .social-fixed__link--fb {
      background-image: url("static/images/social/fb.svg"); }
    .social-fixed__link--in {
      background-image: url("static/images/social/in.svg"); }
    .social-fixed__link--tw {
      background-image: url("static/images/social/tw.svg"); }
    .social-fixed__link--ig {
      background-image: url("static/images/social/ig.svg"); }

.table {
  color: #808080;
  font-weight: 600; }
  .table--large > tbody > tr > td, .table--large > tbody > tr > th, .table--large > tfoot > tr > td, .table--large > tfoot > tr > th, .table--large > thead > tr > td, .table--large > thead > tr > th {
    padding: 20px; }
  .table--striped > tbody tr:nth-child(odd) {
    background-color: #800000; }

.s-alpha {
  text-align: center; }
  .s-alpha__label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #800000; }
  .s-alpha__title {
    padding-bottom: 40px; }
  .s-alpha__content {
    font-size: 26px;
    font-family: "EB Garamond", serif;
    line-height: 1.8em;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .s-alpha__content {
        font-size: 20px; } }
  .s-alpha__content-second {
    font-size: 18px;
    line-height: 1.8em;
    color: #808080; }

.s-bravo {
  position: relative; }
  .s-bravo__bg-decorator {
    position: absolute;
    top: 150px;
    left: -80px;
    right: 30%;
    height: 250px;
    background: #f2f2f2; }
  .s-bravo__photo {
    height: 100%;
    background: url("static/images/bg/img_servizi022.png") 50% 50% no-repeat;
    background-size: cover;
    z-index: 101; }
    @media (max-width: 992px) {
      .s-bravo__photo {
        height: 350px; } }
    @media (max-width: 767px) {
      .s-bravo__photo {
        height: 200px; } }
  .s-bravo__content {
    padding: 50px 0 50px 50px; }
    @media (max-width: 1279px) {
      .s-bravo__content {
        padding-left: 20px; } }
    @media (max-width: 992px) {
      .s-bravo__content {
        padding-left: 0; } }
  .s-bravo__title {
    font-family: "EB Garamond", serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px; }
    @media (max-width: 1279px) {
      .s-bravo__title {
        font-size: 36px; } }
  .s-bravo__text {
    color: #808080;
    line-height: 1.8em; }
  .s-bravo__list {
    padding: 20px 0 20px 50px; }

.s-charlie__title {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3em;
  color: #1E2026; }
  @media (max-width: 767px) {
    .s-charlie__title {
      font-size: 32px; } }
  .s-charlie__title:hover {
    color: #800000; }
.s-charlie__content {
  padding: 25px 0 0 0;
  color: #808080;
  line-height: 1.8em; }
.s-charlie__image {
  width: 500px;
  height: 400px;
  margin: auto;
  background: url("static/images/bg/copertina-servizi.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media (max-width: 1279px) {
    .s-charlie__image {
      width: auto; } }
  @media (max-width: 992px) {
    .s-charlie__image {
      height: 350px;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .s-charlie__image {
      height: 200px; } }
.s-charlie__list {
  padding: 20px 0 20px 50px; }
  @media (max-width: 767px) {
    .s-charlie__list {
      padding-left: 0; } }

.s-delta {
  padding: 40px 0 0 0;
  text-align: center;
  color: #fff; }
  .s-delta__item {
    position: relative;
    height: 600px;
    padding: 275px 35px 0 35px;
    background: 50% 50% no-repeat;
    background-size: cover;
    transition: all .4s; }
    @media (max-width: 1439px) {
      .s-delta__item {
        padding-top: 175px;
        height: 500px; } }
    @media (max-width: 1279px) {
      .s-delta__item {
        padding-top: 175px;
        height: 400px;
        margin: 15px 0; } }
    @media (max-width: 992px) {
      .s-delta__item {
        padding-top: 100px;
        height: 250px;
        margin: 15px 0; } }
    @media (max-width: 767px) {
      .s-delta__item {
        height: 350px; } }
    .s-delta__item:hover {
      padding-top: 250px; }
      @media (max-width: 1439px) {
        .s-delta__item:hover {
          padding-top: 200px; } }
      @media (max-width: 992px) {
        .s-delta__item:hover {
          padding-top: 100px; } }
  .s-delta__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    border: 0;
    transition: all .4s; }
    @media (max-width: 992px) {
      .s-delta__overlay {
        opacity: 1;
        border: solid 10px rgba(200, 200, 200, 0.5); } }
  .s-delta__item:hover .s-delta__overlay {
    opacity: 1;
    border: solid 10px rgba(200, 200, 200, 0.5); }
  .s-delta__box {
    position: relative;
    z-index: 101; }
  .s-delta__title {
    text-transform: uppercase;
    line-height: 1.6em;
    font-weight: 700; }
    @media (max-width: 1439px) {
      .s-delta__title {
        font-size: 16px; } }
  .s-delta__text {
    line-height: 1.6em;
    opacity: 0;
    transition: all .4s; }
    @media (max-width: 992px) {
      .s-delta__text {
        opacity: 1; } }
  .s-delta__item:hover .s-delta__text {
    opacity: 1; }

.s-echo {
  padding-top: 40px; }
  @media (max-width: 992px) {
    .s-echo {
      display: none; } }
  .s-echo--xs {
    display: none; }
    @media (max-width: 992px) {
      .s-echo--xs {
        display: block; } }
  .s-echo__extra {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: all .5s; }
    .s-echo__extra--opened {
      max-height: 1500px; }
  .s-echo__close {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: url("static/images/elements/button-close.png") 50% 50% no-repeat;
    background-size: contain;
    opacity: .5;
    transition: all .4s;
    cursor: pointer; }
    .s-echo__close:hover {
      opacity: 1; }
  .s-echo__content {
    padding: 40px; }
    @media (max-width: 992px) {
      .s-echo__content {
        padding: 40px 0; } }

.s-foxtrot {
  font-size: 0; }
  .s-foxtrot__item {
    display: inline-block;
    width: 20%;
    height: 700px;
    overflow: hidden;
    position: relative; }
  .s-foxtrot__bg {
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .s-foxtrot__item:hover .s-foxtrot__bg {
    transform: scale(1.2); }
  .s-foxtrot__label {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    padding-left: 100px;
    font-size: 54px;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
    transform: rotate(270deg);
    transform-origin: center;
    transition: all .6s; }
  .s-foxtrot__text {
    margin-top: 15px; }
  .s-foxtrot__line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 60px;
    background: #fff; }
  .s-foxtrot__item:hover .s-foxtrot__label {
    bottom: 200px; }

.s-golf__image {
  background: 50% 50% no-repeat;
  background-size: cover; }
.s-golf__side {
  background: #800000;
  color: #fff; }
  @media (max-width: 992px) {
    .s-golf__side {
      padding: 80px 0; } }
  .s-golf__side--brand {
    background: #800000 50% 50% no-repeat;
    background-size: auto 80%; }
.s-golf__box {
  max-width: 585px;
  padding: 120px 0;
  z-index: 10;
  color: #fff; }
  @media (max-width: 992px) {
    .s-golf__box {
      max-width: 100%;
      padding: 0; } }
  .s-golf__box--left {
    margin-left: auto;
    padding-right: 60px; }
    @media (max-width: 1279px) {
      .s-golf__box--left {
        padding-right: 40px;
        padding-left: 40px; } }
    @media (max-width: 992px) {
      .s-golf__box--left {
        padding: 0 60px;
        min-height: auto;
        direction: ltr !important; } }
    @media (max-width: 767px) {
      .s-golf__box--left {
        padding: 0 60px;
        min-height: auto;
        direction: ltr !important; } }
  .s-golf__box--right {
    margin-right: auto;
    padding-left: 60px; }
    @media (max-width: 992px) {
      .s-golf__box--right {
        padding: 0 60px;
        min-height: auto; } }
    @media (max-width: 767px) {
      .s-golf__box--right {
        padding: 0 60px;
        min-height: auto; } }
.s-golf__title {
  color: #fff; }
.s-golf__subtitle {
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  line-height: 2em; }
  @media (max-width: 1279px) {
    .s-golf__subtitle {
      font-size: 20px; } }
.s-golf__content {
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 2em; }

.s-hotel {
  position: relative;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .s-hotel {
      padding: 0; } }
  .s-hotel__content {
    position: relative;
    z-index: 101;
    width: 60%;
    padding: 80px;
    background: #fff; }
    .s-hotel__content--right {
      margin-left: 40%; }
    @media (max-width: 767px) {
      .s-hotel__content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin: auto;
        padding: 40px 25px; } }
  .s-hotel__title {
    padding-bottom: 40px; }
  .s-hotel__text {
    text-align: center;
    color: #808080;
    line-height: 2em; }
  .s-hotel__photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 60%;
    background: 50% 50% no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .s-hotel__photo {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin: auto;
        height: 350px; } }
    .s-hotel__photo--left {
      left: 0;
      right: auto; }

.t-bravo {
  position: relative;
  text-align: center; }
  .t-bravo__title {
    position: relative;
    z-index: 101;
    line-height: 100px;
    font-size: 40px;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-style: italic;
    color: #800000; }
    @media (max-width: 767px) {
      .t-bravo__title {
        line-height: 1.4em;
        font-size: 26px; } }
  .t-bravo__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    line-height: 100%;
    font-family: "EB Garamond", serif;
    font-size: 90px;
    font-style: italic;
    color: #ccc;
    opacity: .5; }
  .t-bravo__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #808080;
    width: 30%;
    margin: auto; }
    @media (max-width: 1439px) {
      .t-bravo__subtitle {
        width: 50%; } }
    @media (max-width: 767px) {
      .t-bravo__subtitle {
        width: 90%; } }

.b-alpha {
  padding: 50px 0 0 0; }
  .b-alpha__image {
    display: block;
    height: 250px;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .b-alpha__box {
    background: #fff;
    padding: 25px;
    text-align: left;
    min-height: 180px;
    border: solid 1px #ccc;
    border-top: 0; }
  .b-alpha__label {
    font-size: 14px;
    font-weight: 700;
    color: #800000;
    padding-bottom: 15px; }
  .b-alpha__title {
    display: block;
    color: #1E2026;
    font-size: 24px;
    font-family: "EB Garamond", serif;
    line-height: 1.4em;
    font-weight: 600;
    height: 96px;
    overflow: hidden; }
    .b-alpha__title:hover {
      color: #800000; }
  .b-alpha__readmore {
    display: block;
    padding-top: 100px;
    background: url("static/images/elements/arrow-down-black.png") 50% 20px no-repeat;
    font-size: 14px;
    font-weight: 700;
    color: #800000;
    opacity: 0;
    transition: all .6s; }
  .b-alpha:hover .b-alpha__readmore {
    opacity: 1; }

.b-bravo {
  padding: 0 0 60px 0;
  text-align: center; }
  .b-bravo--380 {
    height: 380px; }
  .b-bravo__image {
    display: block;
    height: 200px;
    margin-bottom: 20px;
    background: 50% 50% no-repeat;
    background-size: cover; }
    .b-bravo__image--logo {
      height: 120px;
      background-size: 80% auto;
      margin-bottom: 0; }
  .b-bravo__title {
    display: block;
    line-height: 2em;
    font-size: 22px;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    color: #1E2026; }
    .b-bravo__title:hover {
      color: #800000; }
  .b-bravo__label {
    font-size: 14px;
    font-weight: 700;
    color: #808080; }

.b-charlie {
  text-align: center;
  padding: 30px 0; }
  @media (max-width: 992px) {
    .b-charlie {
      height: 450px; } }
  @media (max-width: 767px) {
    .b-charlie {
      height: 350px; } }
  .b-charlie__image {
    width: 100%;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    cursor: pointer; }
    .b-charlie__image:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .b-charlie__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5) url("static/images/elements/full-screen.png") 50% 50% no-repeat;
    opacity: 0;
    border: 0;
    transition: all .4s; }
  .b-charlie__image--active .b-charlie__overlay, .b-charlie__image:hover .b-charlie__overlay {
    opacity: 1;
    border: solid 10px rgba(200, 200, 200, 0.5); }
  .b-charlie__box {
    padding: 20px; }
  .b-charlie__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1E2026;
    line-height: 2em; }
  .b-charlie__label {
    font-family: "EB Garamond", serif;
    font-style: italic;
    color: #808080; }

.b-delta {
  padding-bottom: 40px; }
  .b-delta__image {
    display: block;
    height: 350px;
    background: 50% 50% no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .b-delta__image {
        height: 250px; } }
  .b-delta__box {
    padding: 30px; }
  .b-delta__label {
    font-size: 14px;
    font-weight: 700;
    color: #808080;
    padding-top: 15px; }
  .b-delta__title {
    font-family: "EB Garamond", serif;
    color: #1E2026;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3em; }
    @media (max-width: 767px) {
      .b-delta__title {
        font-size: 24px; } }
    .b-delta__title:hover {
      color: #800000; }
  .b-delta__content {
    padding: 15px 0;
    line-height: 1.8em;
    color: #808080; }
  .b-delta__readmore {
    font-size: 14px;
    font-weight: 700;
    color: #800000; }

.g-alpha {
  padding-top: 80px; }
  .g-alpha--col-3 {
    column-count: 3;
    column-gap: 15px;
    column-fill: auto; }
    @media (max-width: 767px) {
      .g-alpha--col-3 {
        column-count: 2; } }
  .g-alpha__item {
    margin-bottom: 15px; }

.slider-alpha {
  width: 100%;
  height: 100%;
  color: #fff; }
  .slider-alpha__item {
    background: 50% 50% no-repeat;
    background-size: cover;
    text-align: center; }
  .slider-alpha__wrapper {
    padding: 250px 200px 0 200px; }
    @media (max-width: 1439px) {
      .slider-alpha__wrapper {
        padding-top: 200px; } }
    @media (max-width: 1279px) {
      .slider-alpha__wrapper {
        padding: 200px 100px 0 100px; } }
    @media (max-width: 992px) {
      .slider-alpha__wrapper {
        padding: 300px 100px 0 100px; } }
    @media (max-width: 767px) {
      .slider-alpha__wrapper {
        padding: 120px 20px 0 20px; } }
  .slider-alpha__title {
    font-family: "EB Garamond", serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.8em;
    color: #fff; }
    @media (max-width: 1439px) {
      .slider-alpha__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .slider-alpha__title {
        font-size: 26px; } }
    @media (max-width: 375px) {
      .slider-alpha__title {
        font-size: 20px; } }
  .slider-alpha__mark {
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
  .slider-alpha__subtitle {
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0; }
    @media (max-width: 375px) {
      .slider-alpha__subtitle {
        font-size: 16px; } }
  .slider-alpha__prev {
    left: 20px;
    background: url("static/images/components/slider/arrow-slider-alpha-left.png") 50% 50% no-repeat !important;
    background-size: contain !important;
    width: 45px; }
    @media (max-width: 767px) {
      .slider-alpha__prev {
        display: none; } }
  .slider-alpha__next {
    right: 20px;
    background: url("static/images/components/slider/arrow-slider-alpha-right.png") 50% 50% no-repeat !important;
    background-size: contain !important;
    width: 45px; }
    @media (max-width: 767px) {
      .slider-alpha__next {
        display: none; } }

.slider-bravo {
  width: 100%;
  height: 450px;
  overflow-y: visible;
  color: #fff; }
  .slider-bravo__container {
    position: relative;
    overflow: visible; }
  .slider-bravo__item {
    display: block;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    overflow: visible;
    text-align: center; }
  .slider-bravo__zoom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 80px;
    height: 80px;
    background: url("static/images/elements/button-cross.png") 50% 50% no-repeat !important; }
  .slider-bravo__wrapper {
    padding: 200px 200px 0 200px; }
  .slider-bravo__title {
    font-size: 70px;
    font-weight: 700; }
  .slider-bravo__subtitle {
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0; }
  .slider-bravo__prev {
    left: -60px;
    background: url("static/images/components/slider/arrow-slider-bravo-left.png") 50% 50% no-repeat !important;
    background-size: contain !important;
    width: 60px; }
    @media (max-width: 767px) {
      .slider-bravo__prev {
        display: none; } }
  .slider-bravo__prev--down {
    top: 100%;
    left: auto;
    right: 100px;
    background: url("static/images/components/slider/arrow-left-black.png") 50% 50% no-repeat !important;
    background-size: contain !important;
    width: 45px;
    height: 60px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .slider-bravo__prev--down {
        display: none; } }
  .slider-bravo__next {
    right: -60px;
    background: url("static/images/components/slider/arrow-slider-bravo-right.png") 50% 50% no-repeat !important;
    background-size: contain !important;
    width: 60px; }
    @media (max-width: 767px) {
      .slider-bravo__next {
        display: none; } }
  .slider-bravo__next--down {
    top: 100%;
    right: 20px;
    background: url("static/images/components/slider/arrow-right-black.png") 50% 50% no-repeat !important;
    background-size: contain !important;
    width: 45px;
    height: 60px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .slider-bravo__next--down {
        display: none; } }

.slider-charlie {
  position: relative;
  padding-left: 80px;
  background: #fff; }
  @media (max-width: 767px) {
    .slider-charlie {
      padding-left: 0; } }
  .slider-charlie__item {
    position: relative;
    overflow: hidden;
    width: 320px !important; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .slider-charlie__item {
        /* IE10+ CSS styles go here */
        display: inline-block; } }
    @media (max-width: 767px) {
      .slider-charlie__item {
        width: 100% !important; } }
  .slider-charlie .swiper-button-next, .slider-charlie .swiper-button-prev {
    top: 0;
    height: 500px;
    width: 80px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .slider-charlie .swiper-button-next, .slider-charlie .swiper-button-prev {
        width: 40px; } }
  .slider-charlie .swiper-button-prev {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    left: 0; }
    @media (max-width: 767px) {
      .slider-charlie .swiper-button-prev {
        background: none; } }
    .slider-charlie .swiper-button-prev--arrow {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: url("static/images/elements/arrow-left-black.png") 50% 95px no-repeat; }
      @media (max-width: 767px) {
        .slider-charlie .swiper-button-prev--arrow {
          background-size: contain; } }
  .slider-charlie .swiper-button-next {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
    right: 0; }
    @media (max-width: 767px) {
      .slider-charlie .swiper-button-next {
        background: none; } }
    .slider-charlie .swiper-button-next--arrow {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: url("static/images/elements/arrow-right-black.png") 50% 95px no-repeat; }
      @media (max-width: 767px) {
        .slider-charlie .swiper-button-next--arrow {
          background-size: contain; } }
  .slider-charlie .swiper-scrollbar {
    position: absolute;
    left: 100px;
    right: 100px;
    top: 230px;
    bottom: auto;
    z-index: 50;
    height: 2px;
    width: auto; }
  .slider-charlie .swiper-scrollbar-drag {
    background: #800000; }
  .slider-charlie__content {
    width: 320px;
    height: 550px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .slider-charlie__content {
        width: 100% !important;
        height: 400px; } }
  .slider-charlie__img {
    height: 200px;
    background: 50% 50% no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .slider-charlie__img {
        margin: 0 30px; } }
  .slider-charlie__box {
    padding: 62px 0 0 0; }
  .slider-charlie__title {
    font-size: 22px;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    padding-bottom: 10px; }
  .slider-charlie__info {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: ease-in height .3s, ease-in opacity .5s; }
  .slider-charlie__content:hover .slider-charlie__info {
    height: 120px;
    opacity: 1; }
  .slider-charlie__label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #999;
    padding-bottom: 5px; }
  .slider-charlie__desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #999; }
  .slider-charlie__price {
    display: none;
    color: #800000;
    font-family: "EB Garamond", serif;
    font-size: 24px;
    padding-top: 10px; }
  .slider-charlie__readmore {
    display: block;
    padding-top: 100px;
    background: url("static/images/elements/arrow-down-black.png") 50% 20px no-repeat;
    font-size: 14px;
    font-weight: 600;
    color: #800000;
    text-transform: uppercase; }

.slider-delta {
  width: 100%;
  height: 25vw;
  color: #fff; }
  @media (max-width: 992px) {
    .slider-delta {
      height: 50vw; } }
  @media (max-width: 767px) {
    .slider-delta {
      height: 100vw; } }
  .slider-delta__container {
    position: relative;
    overflow: visible; }
  .slider-delta__item {
    display: block;
    position: relative;
    z-index: 100;
    background: 50% 50% no-repeat;
    background-size: cover;
    overflow: visible;
    text-align: center; }
  .slider-delta__prev {
    left: 30px;
    background: url("static/images/components/slider/SliderLeftWhite.svg") 50% 50% no-repeat !important;
    background-size: contain !important;
    z-index: 101;
    width: 60px;
    height: 60px; }
    .slider-delta__prev--green {
      top: 100px;
      background-image: url("static/images/components/slider/SliderLeft.svg") !important; }
  .slider-delta__next {
    right: 30px;
    background: url("static/images/components/slider/SliderRightWhite.svg") 50% 50% no-repeat !important;
    background-size: contain !important;
    z-index: 101;
    width: 60px;
    height: 60px; }
    .slider-delta__next--green {
      top: 100px;
      background-image: url("static/images/components/slider/SliderRight.svg") !important; }

.post {
  padding: 80px;
  background: #fff; }
  @media (max-width: 767px) {
    .post {
      padding: 0; } }
  .post--offset {
    margin-top: -150px; }
    @media (max-width: 767px) {
      .post--offset {
        margin-top: -50px; } }
  .post__cover {
    height: 350px; }
    @media (max-width: 767px) {
      .post__cover {
        height: 250px; } }
  .post__title {
    font-family: "EB Garamond", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center; }
  .post__date {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 700;
    color: #800000;
    text-align: center; }
  .post__content {
    padding: 30px 0;
    line-height: 1.8em;
    color: #808080; }
    .post__content p {
      margin-bottom: 30px; }
    .post__content img {
      display: block;
      max-width: 100%;
      height: auto; }
  .post__action {
    font-size: 20px;
    font-weight: 600; }

.post-share {
  text-align: center; }
  .post-share__label {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 15px; }
  .post-share__wrapper {
    font-size: 0; }
  .post-share__item {
    display: block;
    height: 40px;
    width: 100%;
    background: 50% 50% no-repeat;
    opacity: .7;
    transition: all .3s; }
    .post-share__item:hover {
      opacity: 1; }
    .post-share__item--fb {
      background-image: url("static/images/social/black-fb.png"); }
    .post-share__item--in {
      background-image: url("static/images/social/black-in.png"); }
    .post-share__item--tw {
      background-image: url("static/images/social/black-tw.png"); }

.wpcf7-response-output {
  display: none !important; }

.wpcf7 .screen-reader-response {
  display: none !important; }

.line-bg {
  position: relative; }
  .line-bg__wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0; }
  .line-bg__item {
    display: inline-block;
    height: 100%;
    width: 20%; }
    .line-bg__item:last-child {
      background: none; }
    .line-bg__item--25 {
      width: 25%; }
  .line-bg__content {
    position: relative;
    z-index: 11; }

.nav-tabs {
  margin-bottom: 20px; }

.nav-tabs > li > a {
  font-weight: 600;
  font-size: 16px;
  color: #808080;
  text-transform: uppercase;
  margin-right: 0;
  padding: 15px 20px; }
  @media (max-width: 1439px) {
    .nav-tabs > li > a {
      padding: 15px 15px; } }
  @media (max-width: 1279px) {
    .nav-tabs > li > a {
      padding: 15px 10px; } }

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid transparent;
  border-bottom-color: #800000;
  background: transparent;
  color: #000; }

@media (max-width: 992px) {
  .tab-content > .tab-pane {
    display: block; } }

@media (max-width: 992px) {
  .menu {
    text-align: center; } }
.menu__title {
  font-family: "EB Garamond", serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1em; }
  @media (max-width: 992px) {
    .menu__title {
      text-align: center;
      padding-bottom: 40px; } }
.menu__label {
  font-size: 30px;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  color: #800000; }
  @media (max-width: 992px) {
    .menu__label {
      text-align: center;
      padding-bottom: 20px; } }
.menu__item {
  padding: 20px 0; }
  @media (max-width: 992px) {
    .menu__item:last-child {
      padding-bottom: 60px; } }
.menu__name {
  font-size: 22px;
  font-family: "EB Garamond", serif;
  color: #1E2026;
  line-height: 26px; }
  @media (max-width: 767px) {
    .menu__name {
      font-size: 18px;
      line-height: 22px; } }
.menu__price {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Karla", sans-serif;
  margin-left: 10px; }

.contacts__box {
  padding: 80px 80px 80px 80px;
  background: #fff; }
  @media (max-width: 1439px) {
    .contacts__box {
      padding: 80px 0; } }
.contacts__title {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em; }
  @media (max-width: 1279px) {
    .contacts__title {
      font-size: 32px; } }
  @media (max-width: 992px) {
    .contacts__title {
      padding-bottom: 15px;
      text-align: center; } }
.contacts__subtitle {
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6em;
  padding-bottom: 75px; }
  @media (max-width: 992px) {
    .contacts__subtitle {
      text-align: center; } }
.contacts__card {
  padding-top: 40px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 20px; }
.contacts__map {
  height: 800px; }
  @media (max-width: 1279px) {
    .contacts__map {
      height: 600px; } }
.contacts__form-wrapper {
  position: relative; }
.contacts__form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -120px;
  z-index: 10;
  padding: 0 80px;
  background: #fff; }
  @media (max-width: 1279px) {
    .contacts__form {
      bottom: -200px;
      padding: 0 40px; } }
  @media (max-width: 992px) {
    .contacts__form {
      bottom: -200px;
      position: relative;
      padding: 100px 0 0 0; } }

.home-main {
  position: relative;
  height: 100vh;
  background: 50% 50% no-repeat;
  background-size: cover; }
  .home-main__logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
    background: url("static/images/pages/home/header.png") 50% 50% no-repeat; }
    @media (max-width: 767px) {
      .home-main__logo {
        background-size: 100% auto; } }
  .home-main__booking {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    z-index: 103;
    text-align: center; }

.home-map {
  height: 750px; }
  @media (max-width: 767px) {
    .home-map {
      height: 450px; } }
  .home-map__wrapper {
    position: relative; }
  .home-map__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 380px;
    padding-left: 80px;
    background: #800000;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 80px; }
    @media (max-width: 767px) {
      .home-map__overlay {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin: auto;
        font-size: 16px; } }
  .home-map__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #000 url("static/images/pages/home/posate.svg") 50% 50% no-repeat;
    background-size: 40px auto; }

.year__wrapper {
  position: relative; }
  @media (max-width: 992px) {
    .year__wrapper {
      padding-top: 80px; } }
  @media (max-width: 992px) {
    .year__wrapper {
      padding-top: 40px; } }
.year__text {
  padding: 40px 20px;
  position: relative;
  z-index: 101; }
.year__year {
  font-size: 200px;
  color: #F4F2EE;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: -80px;
  left: -20px;
  z-index: 100; }
  @media (max-width: 1279px) {
    .year__year {
      font-size: 180px;
      top: -60px; } }
  @media (max-width: 992px) {
    .year__year {
      top: 20px; } }
  @media (max-width: 767px) {
    .year__year {
      font-size: 100px;
      top: 20px; } }
  .year__year--white {
    color: #fff; }

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