@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  @media (max-width: 1200px) {
    body.nav-fixed {
      padding-top: 110px; } }

.wrap, .wrap-2 {
  padding: 0 15px;
  max-width: 1170px;
  margin: 0 auto; }
  .wrap.wrap-page, .wrap-2.wrap-page {
    padding-top: 100px;
    padding-bottom: 50px; }
  .wrap p, .wrap ul, .wrap ol, .wrap-2 p, .wrap-2 ul, .wrap-2 ol {
    color: gray;
    font-size: 18px;
    line-height: 1.35em;
    font-weight: 400;
    font-family: "Roboto"; }
    @media (max-width: 768px) {
      .wrap p, .wrap ul, .wrap ol, .wrap-2 p, .wrap-2 ul, .wrap-2 ol {
        font-size: 14.4px; } }
    .wrap p strong, .wrap ul strong, .wrap ol strong, .wrap-2 p strong, .wrap-2 ul strong, .wrap-2 ol strong {
      font-weight: 500;
      color: #741a3c; }
    .wrap p a, .wrap ul a, .wrap ol a, .wrap-2 p a, .wrap-2 ul a, .wrap-2 ol a {
      position: relative;
      color: #741a3c;
      transition: color 0.15s linear; }
      .wrap p a:hover, .wrap ul a:hover, .wrap ol a:hover, .wrap-2 p a:hover, .wrap-2 ul a:hover, .wrap-2 ol a:hover {
        color: #b3b3b3; }
  .wrap ol, .wrap-2 ol {
    list-style: none;
    counter-reset: my-awesome-counter; }
  .wrap ol li, .wrap-2 ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding: 15px 0 15px 10px; }
  .wrap ol li::before, .wrap-2 ol li::before {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    content: "0" counter(my-awesome-counter);
    background-color: #741a3c;
    display: inline-block;
    border-radius: 100%;
    padding: 5px 10px;
    color: white;
    font-size: 13px; }
  .wrap h2, .wrap-2 h2 {
    color: black;
    font-size: 29px;
    line-height: 1.05em;
    font-weight: 700;
    font-family: "Roboto";
    margin-top: 45px; }
    @media (max-width: 768px) {
      .wrap h2, .wrap-2 h2 {
        font-size: 23.2px; } }
  .wrap h3, .wrap-2 h3 {
    color: black;
    font-size: 23px;
    line-height: 1.05em;
    font-weight: 700;
    font-family: "Roboto"; }
    @media (max-width: 768px) {
      .wrap h3, .wrap-2 h3 {
        font-size: 18.4px; } }

.wrap-2 {
  max-width: 1000px; }

.box-grey {
  background: #f2f2f2; }
  .box-grey.box-link-header-home {
    position: relative;
    padding-top: 450px;
    padding-bottom: 35px; }
    @media (max-width: 1200px) {
      .box-grey.box-link-header-home {
        padding-top: 50px; } }

.center {
  text-align: center; }

.wrap h1, .wrap-2 h1 {
  color: #741a3c;
  font-size: 30px;
  line-height: 1.05em;
  font-weight: 700;
  font-family: "Roboto";
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .wrap h1, .wrap-2 h1 {
      font-size: 24px; } }
  .wrap h1.big, .wrap-2 h1.big {
    font-size: 90px;
    text-align: center; }
    @media (max-width: 768px) {
      .wrap h1.big, .wrap-2 h1.big {
        font-size: 40px; } }
    .wrap h1.big.green, .wrap-2 h1.big.green {
      color: #908a35; }

.wrap-page h1.first, .wrap-page p.first {
  margin-top: 0; }

.wrap-page .left {
  float: left;
  max-width: 40%;
  margin: 0 75px 50px 0; }

.wrap-page .right {
  float: right;
  max-width: 40%;
  margin: 0 0 50px 75px; }

@media (max-width: 768px) {
  .wrap-page .left {
    margin-right: 35px; }
  .wrap-page .right {
    margin-left: 35px; }
  .wrap-page .left, .wrap-page .right {
    margin-bottom: 25px; } }

@media (max-width: 480px) {
  .wrap-page .left, .wrap-page .right {
    float: none;
    margin: 0 auto 25px;
    max-width: 100%; } }

.wrap-page .wide {
  width: 100%; }

.padding-top {
  margin-top: 50px; }

.padding-top-xl {
  margin-top: 90px; }

.padding-bottom {
  margin-bottom: 50px; }

.padding-bottom-xl {
  margin-bottom: 90px; }

.cookie-banner-wrapper,
.cookie-banner-wrapper * {
  box-sizing: border-box; }

.cookie-banner-wrapper {
  display: block;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #000;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.4em; }

.cookie-banner-wrapper p {
  color: #eee; }

.cookie-banner-wrapper a,
.cookie-banner-wrapper .cookie-banner-link {
  color: #5bc0de;
  text-decoration: underline; }

.cookie-banner-wrapper a:hover,
.cookie-banner-wrapper .cookie-banner-link:hover {
  color: #6cd1ef;
  text-decoration: underline; }

.cookie-banner-btn-style {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #ccc;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  text-shadow: 0 1px 0 #fff; }

.cookie-banner-btn-style:hover,
.cookie-banner-btn-style:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px; }

.cookie-banner-btn-style:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb; }

.cookie-banner-container {
  margin: 0 auto;
  width: 100%;
  padding: 20px; }

.cookie-banner-button-container {
  text-align: right; }

@media (min-width: 768px) {
  .cookie-banner-container {
    width: 750px;
    padding-left: 140px; }
  .cookie-banner-text {
    float: left;
    width: 100%;
    margin-left: -120px; }
  .cookie-banner-button-container {
    float: left;
    width: 120px;
    text-align: right;
    line-height: 38px; }
  .cookie-banner-container:after {
    content: "";
    display: block;
    clear: both; } }

@media (min-width: 992px) {
  .cookie-banner-container {
    width: 970px; } }

@media (min-width: 1200px) {
  .cookie-banner-container {
    width: 1170px; } }

/*
 * animation
 */
.cookie-banner-wrapper {
  display: block;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d; }

.cookie-banner-hidden {
  bottom: -100%;
  transition: bottom .25s ease-in, opacity .25s, visibility .25s;
  opacity: 0;
  visibility: hidden; }

.cookie-banner-visible {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: bottom .25s, opacity .5s, visibility .5s; }

.cookie-modal * {
  box-sizing: border-box; }

.cookie-modal .cookie-modal-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.8); }

.cookie-modal .cookie-modal-frame {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  padding-top: 48px;
  transform: translate(-50%, -50%);
  z-index: 10002;
  pointer-events: none; }

.cookie-modal .cookie-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.cookie-modal .cookie-modal-content iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.cookie-modal .cookie-modal-close-button {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-align: center;
  color: #ccc !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  pointer-events: auto;
  cursor: pointer; }

.cookie-modal .cookie-modal-close-button:hover {
  color: #fff !important; }

/*
 * animation
 */
/* backdrop */
.cookie-modal .cookie-modal-backdrop {
  opacity: 0;
  visibility: hidden; }

.cookie-modal-visible .cookie-modal-backdrop,
.cookie-modal-hidden .cookie-modal-backdrop {
  transition: opacity .5s, visibility .5s; }

.cookie-modal-visible .cookie-modal-backdrop {
  opacity: 1;
  visibility: visible; }

/* frame */
.cookie-modal .cookie-modal-frame {
  opacity: 0; }

.cookie-modal-visible .cookie-modal-frame,
.cookie-modal-hidden .cookie-modal-frame {
  transition: opacity .5s; }

.cookie-modal-visible .cookie-modal-frame {
  opacity: 1; }

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

/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 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; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'icomoon';
  src: url("/static/font/icomoon.eot?7hxwqe");
  src: url("/static/font/icomoon.eot?7hxwqe#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?7hxwqe") format("truetype"), url("/static/fonts/icomoon.woff?7hxwqe") format("woff"), url("/static/fonts/icomoon.svg?7hxwqe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0;
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

a.fancybox-prev, a.fancybox-next {
  width: 35%; }

a.fancybox-prev {
  left: -8px;
  cursor: w-resize; }
  a.fancybox-prev span {
    cursor: w-resize; }

a.fancybox-next {
  right: -8px;
  cursor: e-resize; }
  a.fancybox-next span {
    cursor: e-resize; }

@media (max-width: 768px) {
  a.fancybox-prev {
    left: 0; }
  a.fancybox-next {
    right: 0; }
  a.fancybox-close {
    top: 0;
    right: 0; } }

a.fancy {
  position: relative;
  overflow: hidden;
  text-decoration: none; }
  a.fancy img {
    width: 100%; }
  a.fancy span {
    transition: width 0.15s linear,height 0.15s linear,top 0.15s linear,left  0.15s linear;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(116, 26, 60, 0.5); }
  a.fancy:hover span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  a.fancy i {
    transition: opacity 0.2s linear,margin 0.2s linear,font-size 0.2s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 400px;
    margin: -200px 0 0 -200px;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0; }
  a.fancy:hover i {
    font-size: 40px;
    margin: -20px 0 0 -20px;
    opacity: 1; }
  a.fancy .line-bottom {
    border-bottom: 1px solid #999999; }
  @media (max-width: 480px) {
    a.fancy {
      width: 200px;
      display: block; } }

.modal {
  text-align: center; }
  .modal p {
    color: gray;
    font-size: 18px;
    line-height: 1.35em;
    font-weight: 400;
    font-family: "Roboto"; }
    @media (max-width: 768px) {
      .modal p {
        font-size: 14.4px; } }
  .modal h1 {
    color: #741a3c; }
  .modal img {
    max-width: 90%; }
  .modal .price {
    color: #333333;
    font-size: 22px;
    line-height: 1.35em;
    font-weight: 400;
    font-family: "Roboto"; }
    @media (max-width: 768px) {
      .modal .price {
        font-size: 17.6px; } }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__nav--prev:hover,
.picker__nav--next:hover, .picker__day--infocus:hover,
.picker__day--outfocus:hover, .picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted, .picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled, .picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden; }

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out; }
  @media (min-height: 33.875em) {
    .picker__frame {
      overflow: visible;
      top: auto;
      bottom: -100%;
      max-height: 80%; } }
  @media (min-height: 40.125em) {
    .picker__frame {
      margin-bottom: 7.5%; } }

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }
  @media (min-height: 33.875em) {
    .picker__wrap {
      display: block; } }

.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }
  @media (min-height: 26.5em) {
    .picker__box {
      font-size: 1.25em; } }
  @media (min-height: 33.875em) {
    .picker__box {
      display: block;
      font-size: 1.33em;
      border: 1px solid #777;
      border-top-color: #898989;
      border-bottom-width: 0;
      border-radius: 5px 5px 0 0;
      box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
  @media (min-height: 40.125em) {
    .picker__box {
      font-size: 1.5em;
      border-bottom-width: 1px;
      border-radius: 5px; } }

.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -moz-opacity: 1;
  opacity: 1; }
  @media (min-height: 33.875em) {
    .picker--opened .picker__frame {
      top: auto;
      bottom: 0; } }

.picker__box {
  padding: 0 1em; }

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }
  @media (min-width: 24.5em) {
    .picker__select--month,
    .picker__select--year {
      margin-top: -.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em; }
  @media (min-width: 24.5em) {
    .picker__nav--prev,
    .picker__nav--next {
      top: -.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }
  @media (min-width: 24.5em) {
    .picker__nav--prev {
      padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }
  @media (min-width: 24.5em) {
    .picker__nav--next {
      padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }
  @media (min-height: 33.875em) {
    .picker__table {
      margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500; }
  @media (min-height: 33.875em) {
    .picker__weekday {
      padding-bottom: .5em; } }

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--outfocus {
  color: #ddd; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20; }

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__nav--prev:hover,
.picker__nav--next:hover, .picker__day--infocus:hover,
.picker__day--outfocus:hover, .picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted, .picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled, .picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__holder {
  z-index: 999; }

.picker {
  overflow: hidden;
  display: none; }

.picker--opened {
  display: block; }

.icon-zoom:before {
  content: "\e916"; }

.icon-calendar:before {
  content: "\e915"; }

.icon-service:before {
  content: "\e913"; }

.icon-vespa:before {
  content: "\e914"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-bell:before {
  content: "\e901"; }

.icon-clock:before {
  content: "\e902"; }

.icon-comment:before {
  content: "\e903"; }

.icon-distance:before {
  content: "\e904"; }

.icon-drink:before {
  content: "\e905"; }

.icon-duration:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-food:before {
  content: "\e908"; }

.icon-left:before {
  content: "\e909"; }

.icon-level:before {
  content: "\e90a"; }

.icon-like:before {
  content: "\e90b"; }

.icon-mastercard:before {
  content: "\e90c"; }

.icon-paypal:before {
  content: "\e90d"; }

.icon-right:before {
  content: "\e90e"; }

.icon-share:before {
  content: "\e90f"; }

.icon-tripadvisor:before {
  content: "\e910"; }

.icon-van:before {
  content: "\e911"; }

.icon-visa:before {
  content: "\e912"; }

header.header {
  position: absolute;
  display: block;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%; }
  @media (max-width: 1200px) {
    header.header {
      position: relative; } }
  header.header nav {
    position: absolute;
    top: 30px;
    width: 1170px;
    left: 50%;
    margin-left: -585px; }
    .nav-fixed header.header nav {
      position: fixed;
      top: 0;
      background: white;
      left: 0;
      width: 100%;
      margin-left: 0;
      max-height: 0;
      transition: max-height 0.6s linear;
      opacity: 0;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 1200px) {
      header.header nav {
        position: relative;
        top: 0;
        background: white;
        left: 0;
        width: 100%;
        margin-left: 0;
        transition: max-height 0.6s linear;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); } }
    .scroll header.header nav {
      max-height: 950px;
      opacity: 1; }
  header.header .wrap {
    background: white; }
  header.header a.logo {
    display: inline-block;
    width: 250px;
    margin: 15px;
    transition: opacity 0.15s linear; }
    @media (max-width: 550px) {
      header.header a.logo {
        width: 185px;
        margin: 27px 0 0; } }
    .nav-fixed header.header a.logo {
      width: 150px;
      margin: 10px;
      display: inline-block; }
    header.header a.logo img {
      width: 100%; }
    header.header a.logo:hover {
      opacity: 0.5; }
  header.header ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  header.header ul.nav {
    float: right;
    margin-right: 15px; }
    header.header ul.nav ul.sub-nav {
      position: absolute;
      top: 110px;
      left: 0;
      background: white;
      padding: 0 15px;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.7s linear,opacity 0.18s linear; }
      .nav-fixed header.header ul.nav ul.sub-nav {
        top: 65px;
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.3); }
      header.header ul.nav ul.sub-nav li.sub-nav {
        border-bottom: 1px dotted gray; }
        header.header ul.nav ul.sub-nav li.sub-nav:last-child {
          border: none; }
      header.header ul.nav ul.sub-nav a.sub-nav {
        color: #666666;
        font-size: 14px;
        line-height: 50px;
        font-weight: 400;
        font-family: "Roboto";
        text-decoration: none;
        white-space: nowrap;
        display: block;
        transition: color 0.15s linear;
        position: relative; }
        @media (max-width: 768px) {
          header.header ul.nav ul.sub-nav a.sub-nav {
            font-size: 11.2px; } }
        header.header ul.nav ul.sub-nav a.sub-nav:after {
          position: absolute;
          content: '';
          width: 0;
          left: 0;
          height: 1px;
          bottom: 12px;
          background: #741a3c;
          transition: width 0.15s linear; }
        header.header ul.nav ul.sub-nav a.sub-nav:hover {
          color: #741a3c; }
          header.header ul.nav ul.sub-nav a.sub-nav:hover:after {
            width: 100%; }
    header.header ul.nav li.nav {
      position: relative;
      display: inline-block; }
      header.header ul.nav li.nav:hover a.nav {
        background: #741a3c;
        color: white; }
      header.header ul.nav li.nav:hover ul.sub-nav {
        opacity: 1;
        max-height: 900px;
        border-bottom: 5px #741a3c solid; }
      header.header ul.nav li.nav:last-child ul.sub-nav {
        right: 0;
        left: auto; }
    header.header ul.nav a.nav {
      display: inline-block;
      padding: 0 15px;
      color: #333333;
      font-size: 16px;
      line-height: 110px;
      font-weight: 400;
      font-family: "Roboto";
      text-decoration: none;
      transition: background 0.15s linear,color 0.15s linear;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        header.header ul.nav a.nav {
          padding: 0 7px; } }
      @media (max-width: 1050px) {
        header.header ul.nav a.nav {
          padding: 0 3px; } }
      @media (max-width: 768px) {
        header.header ul.nav a.nav {
          font-size: 12.8px; } }
      header.header ul.nav a.nav:hover {
        background: #741a3c;
        color: white; }
      .nav-fixed header.header ul.nav a.nav {
        line-height: 65px; }
  header.header a.lang {
    margin-left: 20px;
    float: right;
    line-height: 110px;
    position: relative;
    transition: opacity 0.15s linear; }
    @media (max-width: 550px) {
      header.header a.lang {
        margin-left: 10px; } }
    header.header a.lang:hover {
      opacity: 0.5; }
    header.header a.lang:before {
      content: '';
      position: absolute;
      left: -20px;
      top: 50%;
      width: 2px;
      background: #333333;
      height: 16px;
      margin-top: -8px; }
      @media (max-width: 550px) {
        header.header a.lang:before {
          left: -15px; } }
    header.header a.lang img {
      margin-top: -2px;
      height: 14px;
      vertical-align: middle;
      display: inline-block; }
    .nav-fixed header.header a.lang {
      line-height: 65px; }
  @media (max-width: 1000px) {
    header.header ul.nav {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s linear;
      opacity: 0;
      float: none;
      margin: 0;
      width: 100%; }
      .menu-responsive header.header ul.nav {
        max-height: 1200px;
        opacity: 1; }
      header.header ul.nav a.nav {
        padding: 0;
        text-align: center;
        width: 100%;
        line-height: 80px; }
      header.header ul.nav li {
        width: 100%;
        margin: 0; }
      header.header ul.nav ul.sub-nav {
        position: relative;
        top: 0;
        transition: max-height 0.15s linear;
        padding-bottom: 5px;
        background: whitesmoke;
        border-bottom: 3px #741a3c solid; } }

.breakpoint-nav {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%; }
  .menu-responsive .breakpoint-nav {
    display: none; }

.button-responsive-menu {
  display: none; }
  @media (max-width: 1000px) {
    .button-responsive-menu {
      transition: background 0.15s linear;
      float: right;
      position: relative;
      display: block;
      margin: 25px 15px 0 0;
      height: 40px;
      color: #741a3c;
      font-size: 24px;
      line-height: 40px;
      font-weight: 400;
      font-family: "Roboto";
      vertical-align: middle;
      text-transform: uppercase;
      padding: 10px 43px 10px 10px;
      overflow: hidden;
      cursor: pointer; }
      .nav-fixed .button-responsive-menu {
        margin-top: 3px; } }
  @media (max-width: 1000px) and (max-width: 768px) {
    .button-responsive-menu {
      font-size: 19.2px; } }
  @media (max-width: 1000px) {
      .button-responsive-menu:hover {
        background: #cccccc; } }
  @media (max-width: 1000px) and (max-width: 550px) {
    .button-responsive-menu {
      padding-right: 30px;
      margin-right: 10px; }
      .button-responsive-menu .text {
        display: none; } }
  @media (max-width: 1000px) {
      .button-responsive-menu span {
        width: 20px;
        height: 3px;
        background: #741a3c;
        display: block;
        position: absolute;
        right: 8px;
        margin-top: -1px;
        transition: top 0.15s linear,transform 0.15s linear,opacity 0.15s linear; } }
    @media (max-width: 1000px) and (max-width: 550px) {
      .button-responsive-menu span {
        width: 25px; } }
  @media (max-width: 1000px) {
        .button-responsive-menu span.line-1 {
          top: 35%; }
          .menu-responsive .button-responsive-menu span.line-1 {
            transform: rotate3d(0, 0, 1, 45deg);
            top: 50%; }
        .button-responsive-menu span.line-2 {
          top: 50%; }
          .menu-responsive .button-responsive-menu span.line-2 {
            opacity: 0; }
        .button-responsive-menu span.line-3 {
          top: 65%; }
          .menu-responsive .button-responsive-menu span.line-3 {
            transform: rotate3d(0, 0, 1, -45deg);
            top: 50%; } }

.home-slideshow, .title-page {
  width: 100%;
  height: 800px;
  position: relative; }
  @media (max-width: 1200px) {
    .home-slideshow, .title-page {
      height: 650px; } }
  @media (max-width: 1000px) {
    .home-slideshow, .title-page {
      height: 500px; } }
  @media (max-width: 800px) {
    .home-slideshow, .title-page {
      height: 450px; } }
  .home-slideshow .box-slideshow, .title-page .box-slideshow {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .home-slideshow .box-title, .title-page .box-title {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    bottom: 270px; }
    @media (max-width: 1200px) {
      .home-slideshow .box-title, .title-page .box-title {
        bottom: 130px; } }
    .home-slideshow .box-title h1, .title-page .box-title h1 {
      color: white;
      font-size: 96px;
      line-height: 1.3em;
      font-weight: 900;
      font-family: "Roboto";
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .home-slideshow .box-title h1, .title-page .box-title h1 {
          font-size: 76.8px; } }
      @media (max-width: 600px) {
        .home-slideshow .box-title h1, .title-page .box-title h1 {
          font-size: 11.5vw;
          line-height: 0.95em; } }
    .home-slideshow .box-title h2, .title-page .box-title h2 {
      color: white;
      font-size: 48px;
      line-height: 1.3em;
      font-weight: 900;
      font-family: "Roboto"; }
      @media (max-width: 768px) {
        .home-slideshow .box-title h2, .title-page .box-title h2 {
          font-size: 38.4px; } }
      @media (max-width: 600px) {
        .home-slideshow .box-title h2, .title-page .box-title h2 {
          font-size: 8vw;
          line-height: 1.85em; } }
    .home-slideshow .box-title h1, .home-slideshow .box-title h2, .title-page .box-title h1, .title-page .box-title h2 {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      margin: 0;
      padding: 0; }

.title-page {
  height: 500px; }
  @media (max-width: 1200px) {
    .title-page {
      height: 400px; } }
  @media (max-width: 1000px) {
    .title-page {
      height: 300px; } }
  @media (max-width: 800px) {
    .title-page {
      height: 250px; } }
  .title-page .box-title {
    bottom: 35px; }
    .title-page .box-title h2 {
      line-height: 1em; }

.customized-tour {
  margin-bottom: 85px;
  line-height: 180px; }
  .customized-tour img {
    display: inline-block;
    width: 80px;
    margin-right: 100px;
    vertical-align: middle; }
  .customized-tour p {
    vertical-align: middle;
    width: 550px;
    margin: 0;
    display: inline-block; }
  .customized-tour a {
    margin-top: 60px;
    float: right;
    width: 130px;
    line-height: normal;
    position: relative;
    padding: 10px 60px 10px 10px;
    color: white;
    background: #741a3c;
    transition: background 0.15s linear;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    margin-left: 40px; }
    @media (max-width: 768px) {
      .customized-tour a {
        font-size: 14px; } }
    .customized-tour a:hover {
      background: #333333; }
    .customized-tour a i {
      position: absolute;
      top: 50%;
      right: 5px;
      font-size: 40px;
      margin-top: -20px; }
  @media (max-width: 1100px) {
    .customized-tour {
      line-height: normal; }
      .customized-tour a {
        float: none;
        display: block;
        margin: 15px auto;
        clear: both; }
      .customized-tour img {
        float: left;
        width: 10%;
        margin: 0 5% 15px 0; }
      .customized-tour p {
        width: 85%;
        float: left;
        margin-bottom: 30px; } }

.box-news-home {
  background: #e6e6e6; }
  .box-news-home .wrap {
    padding-top: 35px;
    padding-bottom: 15px; }
  .box-news-home .cycle-pager-events {
    position: relative;
    margin: 15px 0;
    text-align: center; }
    .box-news-home .cycle-pager-events span {
      font-size: 60px;
      color: #999999;
      cursor: pointer;
      transition: color 0.15s linear;
      margin-right: 5px; }
      .box-news-home .cycle-pager-events span.cycle-pager-active {
        color: #741a3c; }
      .box-news-home .cycle-pager-events span:hover {
        color: #cea757; }
  .box-news-home .img {
    float: left;
    width: 40%;
    height: 300px;
    background-size: cover;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/static/img/home/bck-tour-and-more.jpg);
    display: block;
    margin-right: 90px; }
    @media (max-width: 1050px) {
      .box-news-home .img {
        width: 35%;
        height: 230px; } }
    @media (max-width: 768px) {
      .box-news-home .img {
        width: 45%;
        height: 230px; } }
    @media (max-width: 580px) {
      .box-news-home .img {
        width: 100%;
        height: 200px;
        margin: 0 0 15px; } }
  .box-news-home p.title {
    color: #741a3c;
    font-size: 30px;
    line-height: 1em;
    font-weight: 900;
    font-family: "Roboto";
    margin: 0 0 10px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .box-news-home p.title {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .box-news-home p.title {
        font-size: 20px; } }
  .box-news-home p.date {
    color: #908a35; }
  .box-news-home .feed-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 20px;
    color: #333333; }
    .box-news-home .feed-icon i {
      margin-left: 12px;
      color: #3b5998; }
    .box-news-home .feed-icon span {
      font-size: 15px; }
      @media (max-width: 800px) {
        .box-news-home .feed-icon span {
          font-size: 13px; } }
    .box-news-home .feed-icon a {
      color: #3b5998;
      transition: color 0.15s linear;
      font-weight: 600;
      text-decoration: none; }
      .box-news-home .feed-icon a:hover {
        color: #333333; }
  .box-news-home ul.cycle-slideshow {
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 5px #741a3c solid;
    overflow: hidden;
    min-height: 350px; }
    @media (max-width: 1050px) {
      .box-news-home ul.cycle-slideshow {
        min-height: 300px; } }
    @media (max-width: 580px) {
      .box-news-home ul.cycle-slideshow {
        min-height: 360px; } }
    .box-news-home ul.cycle-slideshow li {
      width: 100%;
      float: left;
      position: relative; }
      @media (max-width: 580px) {
        .box-news-home ul.cycle-slideshow li {
          padding-bottom: 25px; } }

ul.events {
  list-style: none;
  padding: 0 15px 25px; }
  ul.events li {
    overflow: hidden;
    position: relative;
    color: gray;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    font-family: "Roboto";
    border-top: 2px dotted #cccccc;
    padding: 20px 15px 20px 75px; }
    @media (max-width: 768px) {
      ul.events li {
        font-size: 14.4px; } }
    ul.events li i.icon-calendar {
      color: #741a3c;
      opacity: 0.5;
      position: absolute;
      left: 15px;
      top: 50%;
      font-size: 38px;
      margin-top: -19px; }
    @media (max-width: 768px) {
      ul.events li {
        padding-left: 15px; }
        ul.events li i.icon-calendar {
          position: relative;
          font-size: 16px;
          left: auto;
          top: auto;
          margin-top: 0;
          float: left;
          margin-right: 15px; } }
    ul.events li:last-child {
      border-bottom: 2px dotted #cccccc; }
    ul.events li strong.date {
      display: block;
      padding-bottom: 7px;
      color: #741a3c; }
    ul.events li:before {
      content: '';
      background: #f0f0f0;
      width: 100%;
      height: 100%;
      left: -150%;
      top: 0;
      display: block;
      position: absolute;
      z-index: -1;
      transition: left 0.2s linear; }
    ul.events li:hover:before {
      left: 0; }

ul.box-link-header-home {
  list-style: none;
  position: absolute;
  top: -200px;
  z-index: 1000;
  left: 50%;
  margin-left: -570px;
  max-width: 1100px !important; }
  ul.box-link-header-home a {
    text-align: center;
    text-decoration: none;
    padding: 10px 0 50px;
    display: block; }
  ul.box-link-header-home p, ul.box-link-header-home h1, ul.box-link-header-home h2 {
    padding: 0 15px; }
  ul.box-link-header-home h1 {
    color: #741a3c;
    font-size: 40px;
    line-height: 1.05em;
    font-weight: 900;
    font-family: "Roboto";
    margin: 20px 0 0; }
    @media (max-width: 768px) {
      ul.box-link-header-home h1 {
        font-size: 32px; } }
  ul.box-link-header-home h2 {
    color: #333333;
    font-size: 21px;
    line-height: 1.1em;
    font-weight: 400;
    font-family: "Roboto";
    margin: 0; }
    @media (max-width: 768px) {
      ul.box-link-header-home h2 {
        font-size: 16.8px; } }
  ul.box-link-header-home li {
    float: left;
    background: white;
    position: relative;
    width: 33.33333%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    z-index: 1;
    margin-top: 50px;
    transition: margin-top 0.15s linear;
    border-bottom: 7px #741a3c solid; }
    ul.box-link-header-home li figure {
      display: block;
      padding: 0;
      margin: 0;
      border: none;
      height: 190px;
      overflow: hidden;
      position: relative;
      transition: height 0.15s linear; }
    ul.box-link-header-home li i {
      position: absolute;
      left: 50%;
      bottom: 13px;
      font-size: 30px;
      margin-left: -15px;
      transition: opacity 0.15s linear;
      color: #741a3c;
      opacity: 1; }
    ul.box-link-header-home li span {
      position: absolute;
      color: #333333;
      font-size: 16px;
      line-height: 1.3em;
      font-weight: 400;
      font-family: "Roboto";
      display: block;
      width: 120px;
      padding: 7px 0;
      left: 50%;
      bottom: 13px;
      margin-left: -60px;
      text-align: center;
      border-radius: 4px;
      transition: opacity 0.15s linear,background 0.15s linear,color 0.15s linear;
      border: 1px solid #741a3c;
      opacity: 0; }
      @media (max-width: 768px) {
        ul.box-link-header-home li span {
          font-size: 12.8px; } }
      ul.box-link-header-home li span:hover {
        background: #741a3c;
        color: white; }
    ul.box-link-header-home li.active {
      margin-top: 0;
      z-index: 2; }
      ul.box-link-header-home li.active span {
        opacity: 1;
        z-index: 5; }
      ul.box-link-header-home li.active i {
        opacity: 0;
        z-index: 1; }
      ul.box-link-header-home li.active figure {
        height: 280px; }
      ul.box-link-header-home li.active:before, ul.box-link-header-home li.active:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
                clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
        content: '';
        bottom: -18px;
        background: white;
        left: 0;
        width: 100%;
        height: 25px;
        position: absolute; }
      ul.box-link-header-home li.active:before {
        bottom: -28px;
        background: #741a3c; }
      ul.box-link-header-home li.active.fun:before {
        background: #cea757; }
      ul.box-link-header-home li.active.sommelier:before {
        background: #908a35; }
    ul.box-link-header-home li.fun {
      border-color: #cea757; }
      ul.box-link-header-home li.fun span {
        border-color: #cea757; }
        ul.box-link-header-home li.fun span:hover {
          background: #cea757; }
      ul.box-link-header-home li.fun i {
        color: #cea757; }
      ul.box-link-header-home li.fun h1 {
        color: #cea757; }
    ul.box-link-header-home li.sommelier {
      border-color: #908a35; }
      ul.box-link-header-home li.sommelier span {
        border-color: #908a35; }
        ul.box-link-header-home li.sommelier span:hover {
          background: #908a35; }
      ul.box-link-header-home li.sommelier i {
        color: #908a35; }
      ul.box-link-header-home li.sommelier h1 {
        color: #908a35; }
  @media (max-width: 1200px) {
    ul.box-link-header-home {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto;
      display: block; }
      ul.box-link-header-home li {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px; }
        ul.box-link-header-home li figure {
          float: left;
          height: 190px;
          width: 300px;
          margin: 0 20px 0 0; }
          ul.box-link-header-home li figure img {
            width: 100%; }
        ul.box-link-header-home li.active figure {
          height: 190px; } }
  @media (max-width: 768px) {
    ul.box-link-header-home li {
      margin-bottom: 35px; }
      ul.box-link-header-home li h1 {
        margin-top: 5px; }
      ul.box-link-header-home li p, ul.box-link-header-home li figure {
        display: none; }
      ul.box-link-header-home li span {
        bottom: 0;
        padding: 5px 0;
        font-size: 12px; }
      ul.box-link-header-home li i {
        bottom: 0; }
    ul.box-link-header-home h1 {
      font-size: 32px; }
    ul.box-link-header-home h2 {
      font-size: 18px; } }

.top-tours, .tour-list {
  position: relative;
  margin-top: 80px; }
  @media (max-width: 768px) {
    .top-tours, .tour-list {
      margin-top: -10px; } }
  .top-tours.wrap-2, .tour-list.wrap-2 {
    padding: 0 70px; }
    @media (max-width: 1150px) {
      .top-tours.wrap-2, .tour-list.wrap-2 {
        padding: 0 45px; } }
  .top-tours ul, .tour-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top-tours ul li.content, .tour-list ul li.content {
      width: 100%; }
      .top-tours ul li.content li, .tour-list ul li.content li {
        float: left;
        width: 33.33333%; }
        .top-tours ul li.content li a, .tour-list ul li.content li a {
          margin: 0 5px;
          display: block;
          overflow: hidden;
          padding: 8px 0 25px;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
          text-decoration: none;
          min-height: 470px;
          box-sizing: border-box;
          position: relative;
          transition: background 0.25s linear,box-shadow  0.25s linear;
          border-bottom: 7px #741a3c solid; }
          .top-tours ul li.content li a span.description, .tour-list ul li.content li a span.description {
            font-size: 15px;
            line-height: 17px;
            color: #666666;
            padding: 15px 20px 0;
            display: block; }
          .top-tours ul li.content li a:hover, .tour-list ul li.content li a:hover {
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) inset;
            background: #fafafa; }
          .top-tours ul li.content li a .img, .tour-list ul li.content li a .img {
            display: block;
            width: 100%;
            height: 190px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: url(/static/img/tours/wine_tour_cortona/miniature-box-link.jpg);
            transition: width 0.15s linear,margin-left 0.15s linear; }
          .top-tours ul li.content li a:hover .img, .tour-list ul li.content li a:hover .img {
            width: 115%;
            margin-left: -7.5%; }
        .top-tours ul li.content li h2, .top-tours ul li.content li h3, .tour-list ul li.content li h2, .tour-list ul li.content li h3 {
          text-transform: uppercase;
          text-align: center;
          padding: 0 10px;
          margin: 0;
          word-wrap: break-word;
          color: #741a3c; }
        .top-tours ul li.content li h2, .tour-list ul li.content li h2 {
          margin-top: 25px;
          font-size: 30px;
          line-height: 0.85em; }
        .top-tours ul li.content li h3, .tour-list ul li.content li h3 {
          font-size: 15px;
          line-height: 1.4em;
          color: gray; }
        .top-tours ul li.content li.position-1 a, .tour-list ul li.content li.position-1 a {
          margin: 0 10px 0 0; }
        .top-tours ul li.content li.position-3 a, .tour-list ul li.content li.position-3 a {
          margin: 0 0 0 10px; }
        .top-tours ul li.content li span.price, .tour-list ul li.content li span.price {
          font-size: 15px;
          color: #999999;
          display: block;
          width: 100%;
          bottom: 70px;
          left: 0;
          text-align: center;
          position: absolute; }
          .top-tours ul li.content li span.price span, .tour-list ul li.content li span.price span {
            color: #cea757;
            font-size: 28px;
            margin: 0 7px;
            font-weight: 700; }
        .top-tours ul li.content li span.more-info, .tour-list ul li.content li span.more-info {
          display: block;
          width: 150px;
          padding: 7px 0;
          text-align: center;
          position: absolute;
          left: 50%;
          margin-left: -75px;
          bottom: 15px;
          background: #741a3c;
          border-radius: 3px;
          transition: background 0.15s linear;
          color: white;
          font-size: 13px; }
          .top-tours ul li.content li span.more-info:hover, .tour-list ul li.content li span.more-info:hover {
            background: #cea757; }
        .top-tours ul li.content li.fun-tour span.more-info, .top-tours ul li.content li.bike-tour span.more-info, .tour-list ul li.content li.fun-tour span.more-info, .tour-list ul li.content li.bike-tour span.more-info {
          background: #cea757; }
          .top-tours ul li.content li.fun-tour span.more-info:hover, .top-tours ul li.content li.bike-tour span.more-info:hover, .tour-list ul li.content li.fun-tour span.more-info:hover, .tour-list ul li.content li.bike-tour span.more-info:hover {
            background: #741a3c; }
        .top-tours ul li.content li.fun-tour h2, .top-tours ul li.content li.bike-tour h2, .tour-list ul li.content li.fun-tour h2, .tour-list ul li.content li.bike-tour h2 {
          color: #cea757; }
        .top-tours ul li.content li.fun-tour span.price span, .top-tours ul li.content li.bike-tour span.price span, .tour-list ul li.content li.fun-tour span.price span, .tour-list ul li.content li.bike-tour span.price span {
          color: #741a3c; }
        @media (max-width: 968px) {
          .top-tours ul li.content li, .tour-list ul li.content li {
            width: 100%; }
            .top-tours ul li.content li a, .top-tours ul li.content li.position-1 a, .top-tours ul li.content li.position-3 a, .tour-list ul li.content li a, .tour-list ul li.content li.position-1 a, .tour-list ul li.content li.position-3 a {
              margin: 0; }
            .top-tours ul li.content li a, .tour-list ul li.content li a {
              padding: 0;
              box-sizing: content-box;
              min-height: 220px; }
              .top-tours ul li.content li a span.description, .tour-list ul li.content li a span.description {
                margin-left: 30%;
                text-align: center; }
              .top-tours ul li.content li a .img, .tour-list ul li.content li a .img {
                float: left;
                width: 30%;
                height: 220px; }
              .top-tours ul li.content li a:hover .img, .tour-list ul li.content li a:hover .img {
                width: 30%;
                margin-left: 0; }
              .top-tours ul li.content li a h2, .tour-list ul li.content li a h2 {
                padding-top: 15px; }
            .top-tours ul li.content li span.more-info, .tour-list ul li.content li span.more-info {
              left: 100%;
              margin-left: -165px; }
            .top-tours ul li.content li span.price, .tour-list ul li.content li span.price {
              bottom: 17px; } }
        @media (max-width: 768px) {
          .top-tours ul li.content li a, .tour-list ul li.content li a {
            min-height: 125px; }
            .top-tours ul li.content li a span.description, .tour-list ul li.content li a span.description {
              display: none; }
            .top-tours ul li.content li a .img, .tour-list ul li.content li a .img {
              display: none; }
          .top-tours ul li.content li h2, .tour-list ul li.content li h2 {
            font-size: 22px; }
          .top-tours ul li.content li span.more-info, .tour-list ul li.content li span.more-info {
            display: none; }
          .top-tours ul li.content li span.price, .tour-list ul li.content li span.price {
            display: block;
            position: relative;
            left: auto;
            bottom: auto;
            margin: 7px auto;
            margin-top: 10px;
            font-size: 13px; }
            .top-tours ul li.content li span.price span, .tour-list ul li.content li span.price span {
              font-size: 15px; } }
  .top-tours .cycle-box-link-prev-next, .tour-list .cycle-box-link-prev-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #cccccc;
    cursor: pointer;
    margin-top: -28px;
    transition: color 0.15s linear; }
    .top-tours .cycle-box-link-prev-next:hover, .tour-list .cycle-box-link-prev-next:hover {
      color: #949494; }
  .top-tours .cycle-next-box-link, .tour-list .cycle-next-box-link {
    right: 0;
    cursor: e-resize; }
  .top-tours .cycle-prev-box-link, .tour-list .cycle-prev-box-link {
    left: 0;
    cursor: w-resize; }
  .top-tours .pager-box-link, .tour-list .pager-box-link {
    display: block;
    text-align: center;
    padding-top: 15px; }
    .top-tours .pager-box-link span, .tour-list .pager-box-link span {
      margin: 0 10px;
      font-size: 0;
      cursor: pointer;
      color: white;
      border: 1px solid #cccccc;
      background: white;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      transition: background 0.15s linear; }
      .top-tours .pager-box-link span.cycle-pager-active, .tour-list .pager-box-link span.cycle-pager-active {
        background: #741a3c; }
      .top-tours .pager-box-link span:hover, .tour-list .pager-box-link span:hover {
        background: #b3b3b3; }

.tour-list {
  margin-bottom: 100px;
  margin-top: 0; }
  .tour-list ul li.content li a {
    margin: 0 20px 40px; }
  .tour-list ul li.content li.position-1 a {
    margin: 0 40px 40px 0; }
  .tour-list ul li.content li.position-3 a {
    margin: 0 0 40px 40px; }
  @media (max-width: 968px) {
    .tour-list ul li.content li a, .tour-list ul li.content li:last-child a, .tour-list ul li.content li:first-child a {
      margin: 0 0 30px; } }

.box-tours-and-more-home {
  margin-top: 70px;
  display: block;
  width: 100%;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/static/img/home/bck-tour-and-more.jpg); }
  .box-tours-and-more-home .text-white {
    float: left;
    width: 45%;
    padding-top: 50px; }
    .box-tours-and-more-home .text-white hr {
      border-top: 3px solid white;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
      margin: 45px 0; }
    .box-tours-and-more-home .text-white h1, .box-tours-and-more-home .text-white h2 {
      color: white;
      font-size: 95px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
      margin-bottom: 0;
      margin-top: 15px; }
    .box-tours-and-more-home .text-white h1 {
      font-weight: 200;
      font-size: 45px;
      line-height: 1em;
      margin: 0; }
    .box-tours-and-more-home .text-white p {
      color: white;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 1920px) {
      .box-tours-and-more-home .text-white h1 {
        font-size: 2.5vw; }
      .box-tours-and-more-home .text-white h2 {
        font-size: 5vw; } }
    @media (max-width: 768px) {
      .box-tours-and-more-home .text-white {
        width: 100%; }
        .box-tours-and-more-home .text-white h1 {
          font-size: 20px; }
        .box-tours-and-more-home .text-white h2 {
          font-size: 27px; }
        .box-tours-and-more-home .text-white h1, .box-tours-and-more-home .text-white h2 {
          text-align: center; } }
  .box-tours-and-more-home ul.link {
    list-style: none;
    margin: 0;
    padding: 50px 0 0;
    float: right;
    width: 45%; }
    @media (max-width: 768px) {
      .box-tours-and-more-home ul.link {
        width: 100%; } }
    .box-tours-and-more-home ul.link li a {
      padding: 15px;
      display: block;
      background: white;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
      border-right: 7px solid #741a3c;
      text-decoration: none;
      transition: opacity 0.15s linear;
      margin: 0 0 50px;
      text-align: center; }
      .box-tours-and-more-home ul.link li a:hover {
        opacity: 0.9; }
      .box-tours-and-more-home ul.link li a .img {
        float: left;
        width: 165px;
        height: 165px;
        margin-right: 25px;
        background-size: cover;
        -ms-interpolation-mode: nearest-neighbor;
            image-rendering: -moz-crisp-edges;
            image-rendering: pixelated;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(/static/img/home/bck-tour-and-more.jpg); }
        @media (max-width: 1200px) {
          .box-tours-and-more-home ul.link li a .img {
            display: none; } }
    .box-tours-and-more-home ul.link li h1 {
      color: #741a3c;
      font-size: 30px;
      line-height: 0.85em;
      font-weight: 700;
      font-family: "Roboto";
      margin: 0 0 15px; }
      @media (max-width: 768px) {
        .box-tours-and-more-home ul.link li h1 {
          font-size: 24px; } }
      @media (max-width: 768px) {
        .box-tours-and-more-home ul.link li h1 {
          font-size: 23px; } }
    .box-tours-and-more-home ul.link li span.more-info {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 3px;
      color: white;
      background: #741a3c;
      transition: background 0.15s linear;
      font-size: 13px; }
      .box-tours-and-more-home ul.link li span.more-info:hover {
        background: #333333; }
      @media (max-width: 768px) {
        .box-tours-and-more-home ul.link li span.more-info {
          font-size: 12px; } }
    .box-tours-and-more-home ul.link li.travel-idea a {
      border-right: 7px solid #908a35; }
    .box-tours-and-more-home ul.link li.travel-idea h1 {
      color: #908a35; }
    .box-tours-and-more-home ul.link li.travel-idea span.more-info {
      background: #908a35; }
      .box-tours-and-more-home ul.link li.travel-idea span.more-info:hover {
        background: #333333; }
    .box-tours-and-more-home ul.link li.truffle-tour a {
      border-right: 7px solid #cea757; }
    .box-tours-and-more-home ul.link li.truffle-tour h1 {
      color: #cea757; }
    .box-tours-and-more-home ul.link li.truffle-tour span.more-info {
      background: #cea757; }
      .box-tours-and-more-home ul.link li.truffle-tour span.more-info:hover {
        background: #333333; }

ul.tour-program {
  list-style: none;
  padding: 0; }
  ul.tour-program li {
    border-top: 1px solid #b3b3b3;
    padding: 8px 3px 8px 150px;
    position: relative; }
    @media (max-width: 768px) {
      ul.tour-program li {
        padding-left: 110px; } }
    ul.tour-program li:last-child {
      border-bottom: 1px solid #b3b3b3; }
    ul.tour-program li strong {
      position: absolute;
      top: 8px;
      left: 6px; }
    ul.tour-program li:after {
      position: absolute;
      content: '';
      background: #f2f2f2;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      z-index: -1;
      transition: width 0.15s linear; }
    ul.tour-program li:hover:after {
      width: 100%; }
  ul.tour-program.tour-services li strong {
    left: 0;
    top: 50%;
    width: 150px;
    text-align: center;
    margin-top: -15px; }
    @media (max-width: 768px) {
      ul.tour-program.tour-services li strong {
        width: 110px; } }
  ul.tour-program.tour-services li i {
    font-size: 30px; }
  ul.tour-program.no-icons li {
    padding-left: 3px; }

table.prix, table.prix-column-3 {
  width: 100%; }
  table.prix th, table.prix td, table.prix-column-3 th, table.prix-column-3 td {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    text-align: center;
    padding: 8px;
    color: gray;
    font-size: 18px;
    line-height: 1.35em;
    font-weight: 400;
    font-family: "Roboto"; }
    @media (max-width: 768px) {
      table.prix th, table.prix td, table.prix-column-3 th, table.prix-column-3 td {
        font-size: 14.4px; } }
  table.prix th, table.prix-column-3 th {
    font-weight: 500;
    color: white;
    background: #741a3c; }
  table.prix td:first-child, table.prix-column-3 td:first-child {
    background: #f0f0f0; }

@media (max-width: 600px) {
  table.prix tr {
    float: left;
    width: 50%; }
    table.prix tr td, table.prix tr th {
      width: 100%;
      display: block; }
      table.prix tr td:first-child, table.prix tr th:first-child {
        height: 60px; } }

.wrap-page img.logo {
  float: left;
  max-width: 25%;
  margin: 30px 30px 5px 0; }

.wrap-page ul.img-page {
  list-style: none;
  padding: 15px 0 0; }
  .wrap-page ul.img-page li {
    float: left;
    width: 45%;
    margin-right: 5%; }
    .wrap-page ul.img-page li:last-child {
      margin-left: 5%;
      margin-right: 0; }
    @media (max-width: 580px) {
      .wrap-page ul.img-page li {
        width: 100%; }
        .wrap-page ul.img-page li:last-child {
          margin-left: 0; }
        .wrap-page ul.img-page li:first-child {
          margin-right: 0;
          margin-bottom: 30px; } }
    .wrap-page ul.img-page li img {
      width: 100%; }

footer.footer a {
  color: white;
  transition: opacity 0.15s linear; }
  footer.footer a:hover {
    opacity: 0.85; }

footer.footer .bckg-img {
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/static/img/footer.jpg); }
  footer.footer .bckg-img img {
    float: right;
    max-width: 470px;
    margin-top: 25px; }

footer.footer .bck-black {
  background: rgba(0, 0, 0, 0.8);
  padding: 25px 0;
  margin-top: 320px; }
  footer.footer .bck-black ul.social {
    list-style: none;
    padding: 0;
    line-height: 85px;
    text-align: center; }
    footer.footer .bck-black ul.social li, footer.footer .bck-black ul.social a {
      vertical-align: middle;
      display: inline-block;
      line-height: 85px; }
    footer.footer .bck-black ul.social a {
      color: white;
      text-decoration: none;
      font-size: 18px;
      transition: color 0.15s linear; }
      footer.footer .bck-black ul.social a:hover {
        color: #cea757; }
      footer.footer .bck-black ul.social a i {
        margin: 0 15px;
        font-size: 50px;
        vertical-align: middle;
        display: inline-block; }
    footer.footer .bck-black ul.social li {
      padding: 0 20px;
      box-sizing: border-box;
      border-right: 2px solid white; }
      footer.footer .bck-black ul.social li:last-child {
        border-right: none; }
    @media (max-width: 768px) {
      footer.footer .bck-black ul.social {
        line-height: 45px; }
        footer.footer .bck-black ul.social a span {
          display: none; }
        footer.footer .bck-black ul.social a i {
          font-size: 35px; }
        footer.footer .bck-black ul.social li, footer.footer .bck-black ul.social a {
          line-height: 35px; } }

footer.footer .bckg-wine {
  background: #741a3c;
  position: relative; }
  footer.footer .bckg-wine ul.contact {
    list-style: none;
    padding: 0 15px;
    color: white; }
    @media (max-width: 1100px) {
      footer.footer .bckg-wine ul.contact {
        padding-top: 80px; } }
    footer.footer .bckg-wine ul.contact li {
      width: 20%;
      float: left;
      line-height: 350px; }
      footer.footer .bckg-wine ul.contact li:last-child {
        text-align: right;
        width: 40%; }
      footer.footer .bckg-wine ul.contact li:first-child {
        width: 40%; }
      footer.footer .bckg-wine ul.contact li.center-img {
        text-align: center;
        line-height: 20px; }
      footer.footer .bckg-wine ul.contact li .center-v, footer.footer .bckg-wine ul.contact li img {
        vertical-align: middle;
        line-height: 350px;
        display: inline-block; }
      footer.footer .bckg-wine ul.contact li img {
        max-width: 250px;
        line-height: 20px;
        margin-top: 20px; }
        footer.footer .bckg-wine ul.contact li img.logo {
          margin-top: 90px; }
      @media (max-width: 1100px) {
        footer.footer .bckg-wine ul.contact li {
          line-height: inherit; }
          footer.footer .bckg-wine ul.contact li.center-img {
            position: absolute;
            top: 20px;
            left: 0;
            width: 100%;
            line-height: 50px; }
            footer.footer .bckg-wine ul.contact li.center-img img {
              display: block;
              margin: 0 auto 15px; }
          footer.footer .bckg-wine ul.contact li:first-child {
            padding-top: 150px; }
          footer.footer .bckg-wine ul.contact li:last-child, footer.footer .bckg-wine ul.contact li:first-child {
            width: 100%;
            text-align: center; }
          footer.footer .bckg-wine ul.contact li .center-v {
            line-height: inherit; } }
    footer.footer .bckg-wine ul.contact p {
      color: white; }
      footer.footer .bckg-wine ul.contact p strong {
        color: white;
        font-weight: 900; }

footer.footer .bckg-wine-dark {
  background: #3a0d1e;
  padding: 15px 0; }
  footer.footer .bckg-wine-dark ul {
    list-style: none;
    padding: 0 15px; }
  footer.footer .bckg-wine-dark li {
    float: right;
    color: white;
    font-weight: 200;
    font-size: 15px;
    line-height: 65px;
    vertical-align: middle; }
    footer.footer .bckg-wine-dark li a {
      margin-right: 20px; }
      footer.footer .bckg-wine-dark li a span {
        text-decoration: none;
        display: inline-block;
        margin-right: 10px; }
    footer.footer .bckg-wine-dark li:first-child {
      float: left; }
    footer.footer .bckg-wine-dark li:last-child i {
      font-size: 50px;
      margin-left: 15px;
      line-height: 65px;
      vertical-align: middle; }
    @media (max-width: 1100px) {
      footer.footer .bckg-wine-dark li {
        width: 100%;
        text-align: center; } }
    @media (max-width: 768px) {
      footer.footer .bckg-wine-dark li {
        font-size: 12px; }
        footer.footer .bckg-wine-dark li:last-child i {
          font-size: 35px;
          margin-right: 2px; } }

.newsleeter {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .newsleeter .text {
    padding-right: 75px; }
    .newsleeter .text h2, .newsleeter .text p {
      margin: 0;
      color: white; }
    .newsleeter .text a {
      padding-left: 5px;
      text-transform: uppercase;
      display: inline-block; }
  .newsleeter #mc_embed_signup_scroll {
    display: flex;
    align-items: stretch; }
    .newsleeter #mc_embed_signup_scroll input {
      padding: 15px; }
    .newsleeter #mc_embed_signup_scroll #mc-embedded-subscribe {
      border: none;
      box-shadow: none;
      background-color: #741a3c;
      color: white;
      transition: 0.15s background-color linear,0.15s color linear; }
      .newsleeter #mc_embed_signup_scroll #mc-embedded-subscribe:hover {
        background-color: #333333; }
  @media (max-width: 768px) {
    .newsleeter {
      flex-direction: column; }
      .newsleeter .text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        text-align: center; } }

@-webkit-keyframes errors {
  20% {
    background-color: red; }
  50% {
    background-color: #cc0000; }
  80% {
    background-color: red; } }

@keyframes errors {
  20% {
    background-color: red; }
  50% {
    background-color: #cc0000; }
  80% {
    background-color: red; } }

#send-ok {
  padding: 15px 35px;
  background: #e6e6e6;
  text-align: center; }
  #send-ok p {
    font-size: 21px; }
    @media (max-width: 768px) {
      #send-ok p {
        font-size: 17px; } }
  #send-ok strong {
    font-size: 30px; }
    @media (max-width: 768px) {
      #send-ok strong {
        font-size: 25px; } }

.form-page .errors-form {
  color: white;
  padding: 10px 50px;
  background-color: red;
  -webkit-animation-name: errors;
          animation-name: errors;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.form-page form ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .form-page form ul.last {
    margin-bottom: 35px; }

.form-page form label {
  display: block;
  padding-left: 15px;
  margin-bottom: 5px;
  color: black;
  font-size: 17px;
  line-height: 1.35em;
  font-weight: 500;
  font-family: "Roboto"; }
  @media (max-width: 768px) {
    .form-page form label {
      font-size: 13.6px; } }

.form-page form .content {
  margin: 0 15px; }
  @media (max-width: 950px) {
    .form-page form .content {
      margin: 0 5px; } }

.form-page form li.col-3 li {
  float: left;
  width: 33.33333%;
  margin-top: 35px;
  padding-right: 20px;
  box-sizing: border-box; }
  .form-page form li.col-3 li:first-child .content {
    margin: 0 30px 0 0; }
    @media (max-width: 950px) {
      .form-page form li.col-3 li:first-child .content {
        margin: 0 10px 0 0; } }
  .form-page form li.col-3 li:last-child .content {
    margin: 0 0 0 30px; }
    @media (max-width: 950px) {
      .form-page form li.col-3 li:last-child .content {
        margin: 0 0 0 10px; } }
  @media (max-width: 768px) {
    .form-page form li.col-3 li {
      width: 50%; } }
  @media (max-width: 580px) {
    .form-page form li.col-3 li {
      width: 100%;
      margin-top: 15px; } }
  .form-page form li.col-3 li .content, .form-page form li.col-3 li:last-child .content, .form-page form li.col-3 li:first-child .content {
    margin: 0 7px; }

.form-page form li.col-3 input, .form-page form li.col-3 .radiobox {
  display: block;
  width: 96%;
  color: #999999;
  font-size: 17px;
  line-height: 1.35em;
  font-weight: 400;
  font-family: "Roboto";
  margin: 0; }
  @media (max-width: 768px) {
    .form-page form li.col-3 input, .form-page form li.col-3 .radiobox {
      font-size: 13.6px; } }

.form-page form li.col-3 input {
  border: 1px solid #cccccc;
  background: #fafafa;
  box-sizing: border-box;
  padding: 8px 2%; }

.form-page form li.col-3 .radiobox {
  line-height: 36px;
  padding-left: 15px; }
  .form-page form li.col-3 .radiobox input {
    display: inline-block;
    width: auto;
    margin: 0 20px 0 5px; }
  .form-page form li.col-3 .radiobox span, .form-page form li.col-3 .radiobox input {
    vertical-align: middle; }

.form-page form li.col-3 select {
  margin: 10px 0 0 15px; }

.form-page form li.col-3.wine-club-pack ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.form-page form li.col-3.wine-club-pack li {
  padding-right: 30px; }
  @media (max-width: 768px) {
    .form-page form li.col-3.wine-club-pack li {
      width: 100%; } }
  @media (max-width: 580px) {
    .form-page form li.col-3.wine-club-pack li {
      margin-top: 15px; } }
  .form-page form li.col-3.wine-club-pack li .content {
    display: flex;
    align-items: center; }
  .form-page form li.col-3.wine-club-pack li input {
    width: 55px; }

.form-page form li.message {
  float: left;
  margin-top: 35px;
  width: 66.66667%; }
  @media (max-width: 950px) {
    .form-page form li.message {
      width: 100%; } }
  @media (max-width: 580px) {
    .form-page form li.message {
      margin-top: 15px; } }
  .form-page form li.message .content {
    margin: 0; }
  .form-page form li.message textarea {
    display: block;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: #fafafa;
    width: 96%;
    padding: 8px 2%;
    color: #999999;
    font-size: 17px;
    line-height: 1.35em;
    font-weight: 400;
    font-family: "Roboto";
    min-height: 125px; }
    @media (max-width: 768px) {
      .form-page form li.message textarea {
        font-size: 13.6px; } }

.form-page form li.last {
  float: left;
  width: 33.33333%;
  margin-top: 60px; }
  .form-page form li.last label {
    padding-left: 0; }
    .form-page form li.last label input {
      margin-right: 8px; }
  @media (max-width: 950px) {
    .form-page form li.last {
      width: 100%;
      margin-top: 25px; } }
  @media (max-width: 580px) {
    .form-page form li.last {
      margin-top: 15px; } }
  .form-page form li.last details strong {
    color: black;
    font-size: 14px;
    line-height: 1.05em;
    font-weight: 500;
    font-family: "Roboto"; }
    @media (max-width: 768px) {
      .form-page form li.last details strong {
        font-size: 11.2px; } }
  .form-page form li.last details p {
    color: #999999;
    font-size: 13px;
    line-height: 1.05em;
    font-weight: 400;
    font-family: "Roboto"; }
    @media (max-width: 768px) {
      .form-page form li.last details p {
        font-size: 10.4px; } }
  .form-page form li.last label.spunta {
    margin-top: 20px; }

@media (max-width: 768px) {
  .form-page form li.message .content, .form-page form li.last .content {
    margin: 0 7px; } }

.form-page #button-form {
  display: block;
  text-align: center;
  background: #741a3c;
  transition: background 0.15s linear;
  color: white;
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
  font-family: "Roboto";
  padding: 10px 25px;
  margin: 35px auto 45px;
  text-transform: uppercase;
  border: 1px solid #3a0d1e; }
  @media (max-width: 768px) {
    .form-page #button-form {
      font-size: 20px; } }
  .form-page #button-form:hover {
    background: #333333; }

.content-gallery {
  padding-bottom: 80px; }

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.gallery li {
    float: left;
    width: 25%; }
    ul.gallery li a {
      display: block;
      margin: 8px; }
    @media (max-width: 768px) {
      ul.gallery li {
        width: 33.33333%; }
        ul.gallery li a {
          margin: 6px; } }
    @media (max-width: 500px) {
      ul.gallery li {
        width: 50%; }
        ul.gallery li a {
          margin: 4px; } }

.error-404 {
  padding-top: 100px;
  padding-bottom: 80px;
  color: #333333;
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center; }
  @media (max-width: 768px) {
    .error-404 {
      font-size: 28px; } }
  .error-404 strong {
    color: #741a3c; }

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