@charset 'UTF-8';
/*Colors*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn,
.thumbnail {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated,
.thumbnail {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.external {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.external:after {
  content: '';
  background-image: url("/fe-web/img/landing-calendario-2025/external.svg");
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
}
.main-cnt .box-cta {
  padding: 0 15px 26px;
  text-align: center;
  background: white;
  color: #662701;
}
.main-cnt .box-cta .title {
  padding-bottom: 10px;
  padding-top: 32px;
}
.main-cnt .box-cta .text {
  margin-bottom: 25px;
  display: block;
}
.main-cnt .box-cta.light-reg {
  padding: 0 80px 60px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg {
    padding: 0 20px 40px;
  }
}
.main-cnt .box-cta.light-reg .loader {
  display: none;
}
.main-cnt .box-cta.light-reg.loading {
  opacity: 0.4;
  position: relative;
}
.main-cnt .box-cta.light-reg.loading .loader {
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-cnt .box-cta.light-reg.loading .loader svg {
  fill: #662701;
  width: 200px;
}
.main-cnt .box-cta.light-reg .title {
  font-size: 36px;
  padding-top: 60px;
  padding-bottom: 6px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .title {
    font-size: 28px;
  }
}
.main-cnt .box-cta.light-reg .text {
  font-size: 16px;
  line-height: 1.44;
  margin-bottom: 15px;
}
.main-cnt .box-cta.light-reg .text b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .text {
    font-size: 15px;
  }
}
.main-cnt .box-cta.light-reg .text a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .mandatory-fields {
  font-size: 12px;
  line-height: 2;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #662701;
  margin-bottom: 20px;
  display: block;
}
.main-cnt .box-cta.light-reg .button.rounded {
  background: #007a8c;
  min-width: 188px;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 16px 20px;
}
.main-cnt .box-cta.light-reg .button.rounded.single-cta {
  margin-top: 20px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 5px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
  display: inline-block;
  margin: 10px 0 0 2%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  height: 100px;
  width: 48%;
  text-align: left;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
    width: 100%;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container label {
  font-size: 16px;
  color: #5a1e0f;
  line-height: 1.75;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #662701;
  margin-bottom: 10px;
  display: block;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you {
  margin-top: 30px;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you a.label-no {
  color: #007a8c;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  font-size: 18px;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy1 {
    font-size: 15px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy2 {
    font-size: 12px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 a {
  color: #007a8c;
}
.main-cnt .double-boxes-cta-container {
  float: left;
  width: 49%;
  min-height: 281px;
  margin-left: 2%;
}
.main-cnt .double-boxes-cta-container .title.mb-text-large {
  font-size: 40px;
}
.main-cnt .double-boxes-cta-container:first-child {
  margin-left: 0px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 35px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .main-cnt .box-cta {
    padding: 0 10px 40px;
  }
  .main-cnt .double-boxes-cta-container {
    width: 100%;
    float: none;
    min-height: auto;
    margin-bottom: 20px;
  }
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 24px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 15px;
  }
  .main-cnt .double-boxes-cta-container .box-cta {
    padding: 0 0 26px 0;
  }
}
.main-cnt #nl-litreg-email-confirm a.label-no {
  color: #007a8c;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-top: 20px;
}
.visual-background {
  height: 450px;
  padding-left: 51%;
  padding-right: 30px;
  padding-top: 140px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.visual-background.large {
  height: 39vw;
  background-size: cover;
  padding: 0 20px;
}
.visual-background.large h1 {
  font-size: 56px;
}
.visual-background.large.text-brown h1,
.visual-background.large.text-white h1,
.visual-background.large.text-brown h2,
.visual-background.large.text-white h2 {
  font-family: 'Deccan-Semibold';
}
.visual-background.large.text-brown .title_right_text span p,
.visual-background.large.text-white .title_right_text span p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.visual-background.large.text-white .title_right_text span p {
  color: #fff;
}
.visual-background.centered {
  align-items: center;
  justify-content: center;
  padding: 0;
}
.visual-background.centered h1,
.visual-background.centered h2,
.visual-background.centered .title_right_text span p {
  text-align: center;
  max-width: none;
}
.visual-background .breadcrumbs {
  margin-bottom: 20px;
}
.visual-background h1,
.visual-background h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
.visual-background.text-brown h1,
.visual-background.text-brown h2 {
  color: #662701;
}
.visual-background .visual-body {
  position: absolute;
  width: 780px;
  height: 510px;
  left: 50%;
  background-position: center right;
  background-size: contain;
  bottom: -30px;
  padding-top: 30px;
  margin-left: -800px;
  background-repeat: no-repeat;
}
.visual-background .text-on-right h1 p,
.visual-background .text-right h1 p {
  font-family: 'Deccan-Semibold';
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
}
.visual-background .text-on-right h2 p,
.visual-background .text-right h2 p {
  font-family: 'Deccan-Semibold';
  color: white;
  margin-top: 26px;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}
.visual-background .title_right_text span p {
  font-size: 24px;
  color: #662701;
  line-height: 28px;
  max-width: 450px;
  font-family: 'Deccan-Regular';
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-background .text-on-right h1 p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .visual-background {
    height: 295px;
    padding: 75px 0 0 0;
    text-align: center;
    display: block;
    margin-bottom: 170px;
  }
  .visual-background.large {
    margin-bottom: 0;
    display: flex;
    height: 100vw;
  }
  .visual-background.large .title_right_text span p {
    display: block;
  }
  .visual-background .visual-body {
    height: 240px;
    bottom: -70px;
    width: 100%;
    left: 0;
    top: auto;
    margin-left: 0;
    background-position: center center;
  }
  .visual-background .text-on-right h1 p {
    font-size: 30px;
    line-height: 1.2;
  }
  .visual-background .title_right_text span p {
    display: none;
  }
}
.visual-background.center {
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}
.visual-background.center h2 {
  text-align: center;
}
@font-face {
  font-display: swap;
  font-family: 'icomoon';
  src: url('/fe-web/css/fonts/tour-icon/icomoon.eot?7573u0=');
  src: url('/fe-web/css/fonts/tour-icon/icomoon.eot?7573u0=#iefix') format('embedded-opentype'), url('/fe-web/css/fonts/tour-icon/icomoon.ttf?7573u0=') format('truetype'), url('/fe-web/css/fonts/tour-icon/icomoon.woff?7573u0=') format('woff'), url('/fe-web/css/fonts/tour-icon/icomoon.svg?7573u0=#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change tour-icon */
  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;
}
.icon-Padova:before {
  content: "\E909";
}
.icon-Bologna:before {
  content: "\E908";
}
.icon-Torino:before {
  content: "\E900";
}
.icon-Milano:before {
  content: "\E901";
}
.icon-Roma:before {
  content: "\E902";
}
.icon-Genova:before {
  content: "\E903";
}
.icon-Pescara:before {
  content: "\E904";
}
.icon-Napoli:before {
  content: "\E905";
}
.icon-Firenze:before {
  content: "\E906";
}
.icon-Lecce:before {
  content: "\E907";
}
.icon-Perugia:before {
  content: "\E90A";
}
.icon-Bari:before {
  content: "\E90B";
}
.intro-section {
  width: 100%;
  height: 540px;
  display: block;
  padding-top: 140px;
  text-align: center;
  background-image: url('/fe-web/img/tour2018/mulino-bg.jpg');
  background-size: cover;
  background-position: center center;
}
.intro-section h1 {
  margin-bottom: 20px;
}
section.section {
  padding-top: 70px;
  padding-bottom: 50px;
}
section.section.bg-yellow {
  background-color: #fff2bd;
}
.last .content-wrapper-cnt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.last .content-wrapper-cnt a {
  width: 33.333333%;
  text-align: center;
  color: #662701;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 100px;
}
.last .content-wrapper-cnt a img {
  display: block;
  margin: 0 auto 20px;
  width: 70%;
}
.fullwidth-cnt.visual-background.hero .text-right {
  text-align: left;
}
.template-tour2018 section .sabon-80 {
  color: #ffffff;
  font-family: 'Deccan-Semibold';
  font-size: 80px;
}
.template-tour2018 section .sabon-80.brown {
  color: #662701;
}
.template-tour2018 section .sabon-70 {
  color: #ffffff;
  font-family: 'Deccan-Semibold';
  font-size: 70px;
}
.template-tour2018 section .sabon-70.brown {
  color: #662701;
}
.template-tour2018 section .sabon-48 {
  color: #ffffff;
  font-family: 'Deccan-Semibold';
  font-size: 48px;
}
.template-tour2018 section .sabon-48.brown {
  color: #662701;
}
.template-tour2018 section .sabon-36 {
  color: #ffffff;
  font-family: 'Deccan-Semibold';
  font-size: 36px;
}
.template-tour2018 section .sabon-36.brown {
  color: #662701;
}
.template-tour2018 section .sabon-30 {
  color: #ffffff;
  font-family: 'Deccan-Semibold';
  font-size: 30px;
  line-height: 34px;
}
.template-tour2018 section .sabon-30.brown {
  color: #662701;
}
.template-tour2018 section .sabon-24 {
  color: #ffffff;
  font-family: 'Deccan-Semibold';
  font-size: 24px;
  line-height: 26px;
}
.template-tour2018 section .sabon-24.brown {
  color: #662701;
}
.template-tour2018 section .tit-20 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
}
.template-tour2018 section .tit-20.brown {
  color: #662701;
}
.template-tour2018 section .tit-20 b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.template-tour2018 section .tit-28 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  color: #ffffff;
  line-height: 32px;
}
.template-tour2018 section .tit-28.brown {
  color: #662701;
}
.template-tour2018 section .tit-28 b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.textCenter {
  text-align: center;
}
.marginTop100 {
  margin-top: 100px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.padding-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.button {
  font-size: 28px;
  min-width: 185px;
  background-image: url(/fe-web/img/button/button_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 11px 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.tourvisible {
  display: block;
}
.tourinvisible {
  display: none;
}
.clear {
  clear: both;
}
.nope {
  opacity: 0;
}
@media (max-width: 767px) {
  section.last {
    padding: 10px 0 40px;
  }
  section.last .content-wrapper-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  section.last .content-wrapper-cnt a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.thumbnail-product__favourite {
  background-color: white;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  top: 10px;
  right: 10px;
}
.thumbnail-product__favourite .sprite.favourite {
  width: 22px;
  height: 22px;
  fill: transparent;
  stroke: #007a8c;
  stroke-width: 20px;
  position: relative;
  top: 12px;
  left: 0px;
  transition: fill 0.5s;
}
.thumbnail-product__favourite.on .sprite.favourite {
  fill: #007a8c !important;
}
.thumbnail-product__favourite.loadingRate .sprite.favourite {
  animation: heart-pulse 1s ease infinite;
}
.thumbnail-product .new-product,
.thumbnail-product .sticker {
  border-radius: 45px;
  position: relative;
  line-height: 45px;
  background: #007a8c;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 45px;
  height: 45px;
  color: white;
}
.thumbnail-product .is-gluten-free,
.thumbnail-product .is-lactose-free {
  position: relative;
  margin-top: 5px;
}
.thumbnail-product .coupon-flag {
  width: 128px;
  height: 128px;
  position: absolute;
  transform: rotate(-45deg);
  background: #007a8c;
  top: -64px;
  left: -64px;
  z-index: 50;
}
.thumbnail-product .coupon-flag p {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  width: 100%;
  bottom: 5px;
  color: #fff;
  line-height: 18px;
}
.thumbnail-product__sticker {
  position: absolute;
  font-size: 12px;
  width: 45px;
  height: auto;
  top: 65px;
  right: 10px;
  z-index: 11;
}
.thumbnail {
  text-align: center;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  overflow: hidden;
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.thumbnail:focus .thumbnail__image--pack,
.thumbnail:has(.thumbnail-product__favourite:focus) .thumbnail__image--pack {
  visibility: visible;
  opacity: 1;
}
.thumbnails {
  margin: auto;
}
.has-no-results .thumbnails {
  display: none;
}
.thumbnail--double-x {
  width: 630px;
  height: 300px;
}
.thumbnail--double-x .thumbnail-product .thumbnail__text {
  display: block;
}
.thumbnail--double-x .thumbnail-product .thumbnail__image {
  margin-right: 30px;
}
.thumbnail--double-x .thumbnail-product__favourite {
  right: 340px;
}
.thumbnail--double-x .thumbnail-product .new-product {
  right: 340px;
}
.thumbnail--double-y {
  width: 300px;
  height: 630px;
}
.thumbnail-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.thumbnail-product:hover .thumbnail__image--pack {
  visibility: visible;
  opacity: 1;
}
.thumbnail-product .thumbnail__text {
  display: none;
  text-align: left;
  width: 300px;
}
.thumbnail-product .thumbnail__text__title {
  font-size: 24px;
  color: white;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.thumbnail-product .thumbnail__text__descripiton {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  padding-right: 20px;
  line-height: 1.3;
  font-size: 18px;
}
.thumbnail-product .thumbnail__text__descripiton strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.thumbnail-product .thumbnail__text__descripiton .h6 {
  margin-top: 23px;
}
.thumbnail-product .thumbnail__text__descripiton .h3 {
  font-size: 24px;
  color: #662701 !important;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin-bottom: 30px;
}
.thumbnail-product .thumbnail__text__descripiton p {
  color: #662701 !important;
}
.thumbnail-product .thumbnail__image {
  width: 300px;
  height: 300px;
}
.thumbnail-product .thumbnail__image img {
  height: 100%;
}
.thumbnail-product .thumbnail__image__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0 12px 0;
  max-width: 300px;
}
.thumbnail-product .thumbnail__image__text.inverse {
  color: white;
}
.thumbnail-product .thumbnail__image__text .inner-text {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 15px;
  color: #662701;
}
.thumbnail-product .thumbnail__image__text span svg {
  transform: rotate(-90deg);
}
.thumbnail-product .thumbnail__image--pack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.thumbnail-product .thumbnail__image--pack img {
  width: 90%;
}
.thumbnail-product .thumbnail__image__widelink {
  display: block;
}
.thumbnail-product__favourite {
  position: absolute;
  z-index: 11;
}
.thumbnail-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 22px;
}
.thumbnail-promo__over {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: white;
}
.thumbnail-promo .ribbon-label .ribbon-label__text {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
.thumbnail-promo__text {
  line-height: 1;
  z-index: 2;
}
.thumbnail-promo__text .pf-button {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  display: inline-block;
}
.thumbnail-promo__text--title span {
  background-color: white;
  padding: 0 8px;
  position: relative;
}
.thumbnail-promo__text--title span:first-child {
  z-index: 1;
}
.thumbnail-promo__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.thumbnail-promo:hover .thumbnail-promo__over {
  visibility: visible;
  opacity: 0.9;
}
.thumbnail-promo:hover .thumbnail-promo__text .pf-button {
  visibility: visible;
  opacity: 1;
}
.thumbnail-social {
  position: relative;
  height: 100%;
  display: block;
}
.thumbnail-social:hover .social__logo {
  background-color: transparent;
}
.thumbnail-social:hover .social__logo:before {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #007a8c;
  z-index: 1;
}
.thumbnail-social:hover .social__button {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, transform 0.2s ease-out 0s;
}
.thumbnail-social:hover .social__link {
  visibility: visible;
}
.thumbnail-social:hover .social-ctr {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: top 0.3s ease-out 0s, right 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}
.thumbnail-social:hover .social-ctr.facebook {
  right: 50%;
}
.thumbnail-social:hover .ribbon-label {
  width: 100%;
  height: 100%;
}
.thumbnail-social:hover .ribbon-label__color {
  transform: rotate(45deg) scale(3.5);
  width: 301px;
  height: 301px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.thumbnail-social .social-ctr {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 20;
  transition: top 0.3s ease-out, right 0.3s ease-out, transform 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thumbnail-social .social-ctr.facebook {
  right: 0;
}
.thumbnail-social .social-ctr svg {
  position: relative;
  z-index: 2;
  height: 50px;
}
.thumbnail-social .social-ctr svg.facebook {
  width: 50px;
}
.thumbnail-social .social__button {
  visibility: hidden;
  opacity: 0;
  min-width: 150px;
  box-sizing: border-box;
  transform: translate(0, -20px);
  transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s, visibility 0.2s ease-out 0s;
  z-index: 20;
  position: absolute;
  width: 100%;
  display: block;
  top: 175px;
}
.thumbnail-social .social__link {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 11;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: visibility 0.2s ease-out 0s;
}
.thumbnail-social .social__logo {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.thumbnail-social .social__logo:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #007a8c;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.thumbnail-social__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.thumbnail-social .ribbon-label__color {
  transition: background 0.3s, transform 0.5s;
}
.thumbnail-nutrition-tip {
  padding: 25px 0 0;
  position: relative;
  text-align: left;
}
.thumbnail-nutrition-tip__title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding: 0 25px;
}
.thumbnail-nutrition-tip__separator {
  height: 1px;
  background: rgba(102, 39, 1, 0.25);
  display: block;
  margin: 20px 25px;
}
.thumbnail-nutrition-tip__text {
  font-size: 22px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #662701;
  line-height: 1.2;
  max-height: 215px;
  position: relative;
}
.thumbnail-nutrition-tip__text strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-style: italic;
}
.thumbnail-nutrition-tip__text ul {
  padding: 0 18px 25px;
  list-style-type: none !important;
}
.thumbnail-nutrition-tip__text h4 {
  font-size: 36px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  display: inline;
}
.thumbnail-nutrition-tip__text p {
  padding: 0 25px 0;
  line-height: 18px;
}
.thumbnail-nutrition-tip__text ul {
  padding: 0 18px 10px;
  list-style-type: none !important;
}
.thumbnail-nutrition-tip__text ul li {
  line-height: 0;
  padding: 4px 0;
}
.thumbnail-nutrition-tip__text ul li > strong:first-child:before,
.thumbnail-nutrition-tip__text ul li > p:first-child:before,
.thumbnail-nutrition-tip__text ul li > span:first-child:before,
.thumbnail-nutrition-tip__text ul li > h4:first-child:before {
  content: "-";
  margin-right: 7px;
}
.thumbnail-nutrition-tip__text ul li .yxp-tiny-testo-grande {
  line-height: 25px;
}
.thumbnail-nutrition-tip__text ul li .yxp-tiny-testo-piccolo {
  line-height: 18px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-maxi {
  display: inline-block;
  line-height: 36px;
  font-size: 36px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-grande {
  display: inline-block;
  line-height: 28px;
  font-size: 25px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-medio {
  display: inline-block;
  line-height: 24px;
  font-size: 21px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-piccolo {
  display: inline-block;
  line-height: 21px;
  font-size: 18px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-mini {
  display: inline-block;
  line-height: 17px;
  font-size: 15px;
}
.thumbnail .ribbon-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 301px;
  height: 301px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
.thumbnail .ribbon-label__color {
  position: absolute;
  top: -71%;
  left: 71%;
  background: #007a8c;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  width: 301px;
  height: 301px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.thumbnail .ribbon-label__text {
  color: white;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.thumbnail .label-instagram {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 16px;
}
.thumbnail .label-instagram__image {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.thumbnail .label-instagram__image img {
  width: 24px;
  height: 24px;
}
.thumbnail .label-instagram__text {
  font-family: 'RobotoCondensed Bold', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.thumbnail--double {
  width: 630px;
  height: 630px;
}
.thumbnail--double.nutrition-tip {
  width: 300px;
  height: 300px;
}
.thumbnail--double.thumbnail .ribbon-label {
  width: 630px;
  height: 630px;
}
.thumbnail--double.thumbnail .ribbon-label__color {
  width: 630px;
  height: 630px;
  top: -75%;
  left: 75%;
}
.thumbnail--double .thumbnail-social .social__button {
  top: calc(50% + 30px);
}
.thumbnail--double .thumbnail-social .social-ctr {
  top: 20px;
  right: 20px;
}
.thumbnail--double .thumbnail-social .social-ctr svg {
  height: 30px;
  width: 33px;
}
.thumbnail--double .thumbnail-social:hover .social-ctr {
  top: 50%;
  right: 50%;
}
.thumbnail--double .thumbnail-social:hover .social__logo:before {
  width: 50px;
  height: 50px;
}
.thumbnail--double .thumbnail-social:hover .ribbon-label__color {
  top: -70%;
  left: 70%;
}
.pf-button.link-brown {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #662701;
}
.pf-button.link-brown span {
  display: inline-block;
  vertical-align: middle;
}
.pf-button.link-brown svg {
  display: inline-block;
  vertical-align: baseline;
  stroke-width: 2px;
  width: 11px;
  stroke: #662701;
  height: 6px;
}
.pf-button.link-brown.inverse {
  color: white;
}
.pf-button.link-brown.inverse svg.arrow {
  stroke: white;
}
.pf-button.link-white {
  color: white;
}
.pf-button.link-white p {
  display: flex;
  align-items: center;
}
.pf-button.link-white svg {
  stroke: white;
  fill: white;
}
.pf-button.link-blue {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #007a8c;
}
.pf-button.link-blue span {
  display: inline-block;
  vertical-align: middle;
}
.pf-button.link-blue svg {
  display: inline-block;
  vertical-align: baseline;
  stroke-width: 2px;
  width: 11px;
  stroke: #007a8c;
  height: 6px;
}
.pf-button--pieno {
  border-radius: 4px;
  padding: 20px 35px;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
}
.pf-button--pieno.blue-white {
  background: #007a8c;
  color: white;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .thumbnail--double-x .thumbnail-product .thumbnail__text {
    display: block;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .thumbnail .coupon-flag {
    transform: rotate(-45deg);
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text {
    display: block;
    width: 50%;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text__descripiton {
    padding-right: 9px;
    line-height: 1.1;
    font-size: 13px;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text__descripiton .h3 {
    font-size: 15px;
    margin-bottom: 10px;
    display: none;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image {
    width: 50%;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image__text {
    width: 50%;
    text-align: center;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image--pack .thumbnail__image__text {
    width: 100%;
  }
  .thumbnail--double .thumbnail-social:hover .social__logo:before {
    width: 30px;
    height: 30px;
  }
  .thumbnail-product__favourite {
    padding: 10px;
  }
  .thumbnail-product__favourite svg.favourite {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
  }
  .thumbnail-product .thumbnail__image__text {
    padding: 10px 0;
  }
  .thumbnail-product .thumbnail__image__text .inner-text {
    font-size: 10px;
    padding: 0 4px;
  }
  .thumbnail-promo__image {
    width: 100%;
  }
  .thumbnail-promo__text {
    font-size: 10px;
  }
  .thumbnail-social .social-ctr {
    right: 5px;
    width: 20px;
    height: auto;
    top: 5px;
  }
  .thumbnail-social .social-ctr svg.facebook {
    height: 25px;
    width: 25px;
  }
  .thumbnail-social .social-ctr svg.instagram {
    height: 25px;
    width: 15px;
  }
  .thumbnail-social .social-ctr svg.icona_play {
    height: 25px;
    width: 20px;
  }
  .thumbnail-social .social__logo:before {
    width: 20px;
    height: 20px;
  }
  .thumbnail-social .social__button {
    top: calc(50% + 20px);
    font-size: 9px;
  }
  .thumbnail-social:hover .social__logo:before {
    width: 25px;
    height: 25px;
  }
  .thumbnail-social:hover .ribbon-label__color {
    width: 150px;
    height: 150px;
  }
  .thumbnail-nutrition-tip {
    padding: 8px 0;
  }
  .thumbnail-nutrition-tip__title {
    padding: 0 12px;
  }
  .thumbnail-nutrition-tip__separator {
    margin: 10px 12px;
  }
  .thumbnail-nutrition-tip__text {
    font-size: 14px;
    max-height: none;
  }
  .thumbnail-nutrition-tip__text p {
    padding: 0 12px 0;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-maxi {
    line-height: 27px;
    font-size: 25px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-grande {
    line-height: 22px;
    font-size: 18px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-medio {
    line-height: 16px;
    font-size: 16px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-piccolo {
    line-height: 15px;
    font-size: 15px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-mini {
    line-height: 15px;
    font-size: 15px;
  }
  .thumbnail .ribbon-label__color {
    top: -66%;
    left: 66%;
  }
  .thumbnail .ribbon-label__text {
    font-size: 9px;
  }
  .thumbnail--double .thumbnail-social .social-ctr {
    top: 6px;
    right: 6px;
  }
  .thumbnail .new-product,
  .thumbnail .sticker {
    line-height: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 6px;
    height: 22px;
    width: 22px;
    z-index: 11;
  }
  .thumbnail .is-gluten-free img,
  .thumbnail .is-lactose-free img {
    max-width: 100%;
  }
  .label-instagram__image {
    margin-right: 5px;
  }
  .label-instagram__image img {
    width: 15px;
    height: 15px;
  }
  .label-instagram__text {
    font-size: 11px;
  }
  .pf-button.link-blue {
    font-size: 12px;
  }
  .pf-button.link-blue svg {
    width: 8px;
    height: 4px;
  }
  .pf-button.link-brown {
    font-size: 14px;
  }
  .pf-button.link-brown svg {
    width: 8px;
    height: 4px;
  }
  .thumbnail-product__favourite {
    background-color: white;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    top: 7px;
    right: 7px;
  }
  .thumbnail-product__favourite .sprite.favourite {
    width: 11px;
    height: 11px;
    fill: transparent;
    stroke: #007a8c;
    stroke-width: 12px;
    position: relative;
    top: -6px;
    left: -4px;
  }
  .thumbnail-product__sticker {
    font-size: 12px;
    width: 22px;
    height: auto;
    top: 34px;
    right: 7px;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Jasmina FY';
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot');
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot#iefix') format('embedded-opentype'), url('/fe-web/css/fonts/JasminaFY-Regular.woff') format('woff'), url('/fe-web/css/fonts/JasminaFY-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_roman';
  src: url('/fe-web/css/fonts/sabonce/sabonce-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff') format('woff'), url('/fe-web/css/fonts/nmcv/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#nimb_36c182c6-ef98-4021-9b0d-d63122c2bbf5') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/14ff6081-326d-4dae-b778-d7afa66166fc.woff') format('woff'), url('/fe-web/css/fonts/nmcv/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/f751c8ae-1057-46d9-8d74-62592e002568.svg#nimb_f751c8ae-1057-46d9-8d74-62592e002568') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/69d8de3f-4a1d-4135-9b53-40008ecb5c43.woff') format('woff'), url('/fe-web/css/fonts/nmcv/195f04d2-ae5f-4e46-98f5-70f7621c7d07.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/0d9be645-c58b-4cef-b53a-93dca0a3528d.svg#nimb_0d9be645-c58b-4cef-b53a-93dca0a3528d') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/nmcv/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/de4b0540-9702-4662-8f3a-228419485257.woff') format('woff'), url('/fe-web/css/fonts/nmcv/bc34c4cd-af2c-400d-b4d0-726e2d89f690.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/59c05ddc-99f9-44db-82ce-cb7f503b5110.svg#nimb_59c05ddc-99f9-44db-82ce-cb7f503b5110') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Semibold';
  src: url('/fe-web/css/fonts/Deccan-Semibold.eot?iefix=');
  src: url('/fe-web/css/fonts/Deccan-Semibold.woff') format('woff'), url('/fe-web/css/fonts/Deccan-Semibold.ttf') format('truetype'), url('/fe-web/css/fonts/Deccan-Semibold.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Regular';
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.eot?iefix=');
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.woff') format('woff'), url('/fe-web/css/fonts/DeccanMulinoBianco.ttf') format('truetype'), url('/fe-web/css/fonts/DeccanMulinoBianco.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'indie-flower';
  src: url('/fe-web/css/fonts/indie-flower.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.titillium {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.titilliumSemiBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.titilliumBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.titilliumBoldItalic {
  font-family: 'Titillium Web', sans-serif;
  font-style: italic;
  font-weight: bold;
}
.titilliumItalic {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.jasmina {
  font-family: 'Deccan-Semibold';
}
.sabonceBold {
  font-family: 'Deccan-Semibold';
}
.sabonceBoldItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceRoman {
  font-family: 'Deccan-Semibold';
}
.helveticaBold {
  font-family: 'Titillium Web', sans-serif;
}
.helveticaMedium {
  font-family: 'Titillium Web', sans-serif;
}
.rockwell {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.rockwellBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.deccanSemiBold {
  font-family: 'Deccan-Semibold';
}
.deccanRegular {
  font-family: 'Deccan-Regular';
}
.indie-flower {
  font-family: 'indie-flower', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.product-slider {
  height: 300px;
}
.product-slider.swiper-container {
  position: relative;
  overflow: hidden;
}
.product-slider.swiper-container .swiper-wrapper {
  position: absolute;
  flex-wrap: nowrap;
  display: flex;
  height: 100%;
  left: 0;
  top: 0;
}
.product-slider.swiper-container .swiper-wrapper .swiper-slide {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  width: 300px;
  float: left;
}
.product-slider .arrows {
  position: absolute;
  margin-top: -40px;
  height: 30px;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 0;
}
.product-slider .arrows .arrow {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
}
.product-slider .arrows .arrow.right {
  background-image: url("/fe-web/img/icons/square-arrow-right.png");
  right: 0;
}
.product-slider .arrows .arrow.left {
  background-image: url("/fe-web/img/icons/square-arrow-left.png");
  left: 0;
}
.product-slider .arrows .arrow.swiper-button-disabled {
  display: none;
}
.product-slider .product-slide {
  position: relative;
  width: 100%;
}
.product-slider .product-slide:hover .label {
  color: #007a8c;
}
.product-slider .product-slide .image {
  text-align: center;
  position: relative;
  width: 100%;
  top: -15px;
}
.product-slider .product-slide .label {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  font-size: 16px;
  padding: 0 10px;
  display: block;
  color: #662701;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  top: 195px;
  left: 0;
}
@media (max-width: 767px) {
  .product-slider .product-slide .label {
    top: 160px;
  }
}
.grid-system {
  list-style: none;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.grid-system:before,
.grid-system:after {
  content: " ";
  display: table;
}
.grid-system:after {
  clear: both;
}
.grid-system > .col {
  float: left;
  position: relative;
  width: 101%;
}
.grid-system > .col-va-c {
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.grid-system > .col-va-t {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.grid-system > .col-va-b {
  display: inline-block;
  float: left;
  vertical-align: bottom;
}
.grid-system > .col-pad-l {
  padding-left: 15px;
}
.grid-system > .col-pad-r {
  padding-right: 15px;
}
.grid-system > .col-pad {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-system > .d12 {
  width: calc(100% / 12 * 12);
}
.grid-system > .d11 {
  width: calc(100% / 12 * 11);
}
.grid-system > .d10 {
  width: calc(100% / 12 * 10);
}
.grid-system > .d9 {
  width: calc(100% / 12 * 9);
}
.grid-system > .d8 {
  width: calc(100% / 12 * 8);
}
.grid-system > .d7 {
  width: calc(100% / 12 * 7);
}
.grid-system > .d6 {
  width: calc(100% / 12 * 6);
}
.grid-system > .d5 {
  width: calc(100% / 12 * 5);
}
.grid-system > .d4 {
  width: calc(100% / 12 * 4);
}
.grid-system > .d3 {
  width: calc(100% / 12 * 3);
}
.grid-system > .d2 {
  width: calc(100% / 12 * 2);
}
.grid-system > .d1 {
  width: calc(100% / 12 * 1);
}
.grid-system > .md12 {
  margin-left: calc(100% / 12 * 12);
}
.grid-system > .md11 {
  margin-left: calc(100% / 12 * 11);
}
.grid-system > .md10 {
  margin-left: calc(100% / 12 * 10);
}
.grid-system > .md9 {
  margin-left: calc 75%;
}
.grid-system > .md8 {
  margin-left: calc 66.66666667%;
}
.grid-system > .md7 {
  margin-left: calc 58.33333333%;
}
.grid-system > .md6 {
  margin-left: calc 50%;
}
.grid-system > .md5 {
  margin-left: calc 41.66666667%;
}
.grid-system > .md4 {
  margin-left: calc 33.33333333%;
}
.grid-system > .md3 {
  margin-left: calc 25%;
}
.grid-system > .md2 {
  margin-left: calc 16.66666667%;
}
.grid-system > .md1 {
  margin-left: calc 8.33333333%;
}
.grid-system > .md0 {
  margin-left: calc 0%;
}
@media only screen and (max-width: 1279.9px) {
  .grid-system > .col-sd-pad-l {
    padding-left: 15px;
  }
  .grid-system > .col-sd-pad-r {
    padding-right: 15px;
  }
  .grid-system > .col-sd-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-system > .col-sd-no-pad-l {
    padding-left: 0;
  }
  .grid-system > .col-sd-no-pad-r {
    padding-right: 0;
  }
  .grid-system > .col-sd-no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-system > .sd12 {
    width: calc(100% / 12 * 12);
  }
  .grid-system > .sd11 {
    width: calc(100% / 12 * 11);
  }
  .grid-system > .sd10 {
    width: calc(100% / 12 * 10);
  }
  .grid-system > .sd9 {
    width: calc(100% / 12 * 9);
  }
  .grid-system > .sd8 {
    width: calc(100% / 12 * 8);
  }
  .grid-system > .sd7 {
    width: calc(100% / 12 * 7);
  }
  .grid-system > .sd6 {
    width: calc(100% / 12 * 6);
  }
  .grid-system > .sd5 {
    width: calc(100% / 12 * 5);
  }
  .grid-system > .sd4 {
    width: calc(100% / 12 * 4);
  }
  .grid-system > .sd3 {
    width: calc(100% / 12 * 3);
  }
  .grid-system > .sd2 {
    width: calc(100% / 12 * 2);
  }
  .grid-system > .sd1 {
    width: calc(100% / 12 * 1);
  }
  .grid-system > .msd12 {
    margin-left: calc 100%;
  }
  .grid-system > .msd11 {
    margin-left: calc 91.66666667%;
  }
  .grid-system > .msd10 {
    margin-left: calc 83.33333333%;
  }
  .grid-system > .msd9 {
    margin-left: calc 75%;
  }
  .grid-system > .msd8 {
    margin-left: calc 66.66666667%;
  }
  .grid-system > .msd7 {
    margin-left: calc 58.33333333%;
  }
  .grid-system > .msd6 {
    margin-left: calc 50%;
  }
  .grid-system > .msd5 {
    margin-left: calc 41.66666667%;
  }
  .grid-system > .msd4 {
    margin-left: calc 33.33333333%;
  }
  .grid-system > .msd3 {
    margin-left: calc 25%;
  }
  .grid-system > .msd2 {
    margin-left: calc 16.66666667%;
  }
  .grid-system > .msd1 {
    margin-left: calc 8.33333333%;
  }
  .grid-system > .msd0 {
    margin-left: calc 0%;
  }
}
@media only screen and (max-width: 1023.9px) {
  .grid-system > .col-t-pad-l {
    padding-left: 15px;
  }
  .grid-system > .col-t-pad-r {
    padding-right: 15px;
  }
  .grid-system > .col-t-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-system > .col-t-no-pad-l {
    padding-left: 0;
  }
  .grid-system > .col-t-no-pad-r {
    padding-right: 0;
  }
  .grid-system > .col-t-no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-system > .t12 {
    width: calc(100% / 12 * 12);
  }
  .grid-system > .t11 {
    width: calc(100% / 12 * 11);
  }
  .grid-system > .t10 {
    width: calc(100% / 12 * 10);
  }
  .grid-system > .t9 {
    width: calc(100% / 12 * 9);
  }
  .grid-system > .t8 {
    width: calc(100% / 12 * 8);
  }
  .grid-system > .t7 {
    width: calc(100% / 12 * 7);
  }
  .grid-system > .t6 {
    width: calc(100% / 12 * 6);
  }
  .grid-system > .t5 {
    width: calc(100% / 12 * 5);
  }
  .grid-system > .t4 {
    width: calc(100% / 12 * 4);
  }
  .grid-system > .t3 {
    width: calc(100% / 12 * 3);
  }
  .grid-system > .t2 {
    width: calc(100% / 12 * 2);
  }
  .grid-system > .t1 {
    width: calc(100% / 12 * 1);
  }
  .grid-system > .mt12 {
    margin-left: calc 100%;
  }
  .grid-system > .mt11 {
    margin-left: calc 91.66666667%;
  }
  .grid-system > .mt10 {
    margin-left: calc 83.33333333%;
  }
  .grid-system > .mt9 {
    margin-left: calc 75%;
  }
  .grid-system > .mt8 {
    margin-left: calc 66.66666667%;
  }
  .grid-system > .mt7 {
    margin-left: calc 58.33333333%;
  }
  .grid-system > .mt6 {
    margin-left: calc 50%;
  }
  .grid-system > .mt5 {
    margin-left: calc 41.66666667%;
  }
  .grid-system > .mt4 {
    margin-left: calc 33.33333333%;
  }
  .grid-system > .mt3 {
    margin-left: calc 25%;
  }
  .grid-system > .mt2 {
    margin-left: calc 16.66666667%;
  }
  .grid-system > .mt1 {
    margin-left: calc 8.33333333%;
  }
  .grid-system > .mt0 {
    margin-left: calc 0%;
  }
}
@media only screen and (max-width: 767.9px) {
  .grid-system > .col-ml-pad-l {
    padding-left: 15px;
  }
  .grid-system > .col-ml-pad-r {
    padding-right: 15px;
  }
  .grid-system > .col-ml-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-system > .col-ml-no-pad-l {
    padding-left: 0;
  }
  .grid-system > .col-ml-no-pad-r {
    padding-right: 0;
  }
  .grid-system > .col-ml-no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-system > .ml12 {
    width: calc(100% / 12 * 12);
  }
  .grid-system > .ml11 {
    width: calc(100% / 12 * 11);
  }
  .grid-system > .ml10 {
    width: calc(100% / 12 * 10);
  }
  .grid-system > .ml9 {
    width: calc(100% / 12 * 9);
  }
  .grid-system > .ml8 {
    width: calc(100% / 12 * 8);
  }
  .grid-system > .ml7 {
    width: calc(100% / 12 * 7);
  }
  .grid-system > .ml6 {
    width: calc(100% / 12 * 6);
  }
  .grid-system > .ml5 {
    width: calc(100% / 12 * 5);
  }
  .grid-system > .ml4 {
    width: calc(100% / 12 * 4);
  }
  .grid-system > .ml3 {
    width: calc(100% / 12 * 3);
  }
  .grid-system > .ml2 {
    width: calc(100% / 12 * 2);
  }
  .grid-system > .ml1 {
    width: calc(100% / 12 * 1);
  }
  .grid-system > .mml12 {
    margin-left: calc 100%;
  }
  .grid-system > .mml11 {
    margin-left: calc 91.66666667%;
  }
  .grid-system > .mml10 {
    margin-left: calc 83.33333333%;
  }
  .grid-system > .mml9 {
    margin-left: calc 75%;
  }
  .grid-system > .mml8 {
    margin-left: calc 66.66666667%;
  }
  .grid-system > .mml7 {
    margin-left: calc 58.33333333%;
  }
  .grid-system > .mml6 {
    margin-left: calc 50%;
  }
  .grid-system > .mml5 {
    margin-left: calc 41.66666667%;
  }
  .grid-system > .mml4 {
    margin-left: calc 33.33333333%;
  }
  .grid-system > .mml3 {
    margin-left: calc 25%;
  }
  .grid-system > .mml2 {
    margin-left: calc 16.66666667%;
  }
  .grid-system > .mml1 {
    margin-left: calc 8.33333333%;
  }
  .grid-system > .mml0 {
    margin-left: calc 0%;
  }
}
@media only screen and (max-width: 479.9px) {
  .grid-system > .col-mp-pad-l {
    padding-left: 15px;
  }
  .grid-system > .col-mp-pad-r {
    padding-right: 15px;
  }
  .grid-system > .col-mp-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-system > .col-mp-no-pad-l {
    padding-left: 0;
  }
  .grid-system > .col-mp-no-pad-r {
    padding-right: 0;
  }
  .grid-system > .col-mp-no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-system > .mp12 {
    width: calc(100% / 12 * 12);
  }
  .grid-system > .mp11 {
    width: calc(100% / 12 * 11);
  }
  .grid-system > .mp10 {
    width: calc(100% / 12 * 10);
  }
  .grid-system > .mp9 {
    width: calc(100% / 12 * 9);
  }
  .grid-system > .mp8 {
    width: calc(100% / 12 * 8);
  }
  .grid-system > .mp7 {
    width: calc(100% / 12 * 7);
  }
  .grid-system > .mp6 {
    width: calc(100% / 12 * 6);
  }
  .grid-system > .mp5 {
    width: calc(100% / 12 * 5);
  }
  .grid-system > .mp4 {
    width: calc(100% / 12 * 4);
  }
  .grid-system > .mp3 {
    width: calc(100% / 12 * 3);
  }
  .grid-system > .mp2 {
    width: calc(100% / 12 * 2);
  }
  .grid-system > .mp1 {
    width: calc(100% / 12 * 1);
  }
  .grid-system > .mmp12 {
    margin-left: calc 100%;
  }
  .grid-system > .mmp11 {
    margin-left: calc 91.66666667%;
  }
  .grid-system > .mmp10 {
    margin-left: calc 83.33333333%;
  }
  .grid-system > .mmp9 {
    margin-left: calc 75%;
  }
  .grid-system > .mmp8 {
    margin-left: calc 66.66666667%;
  }
  .grid-system > .mmp7 {
    margin-left: calc 58.33333333%;
  }
  .grid-system > .mmp6 {
    margin-left: calc 50%;
  }
  .grid-system > .mmp5 {
    margin-left: calc 41.66666667%;
  }
  .grid-system > .mmp4 {
    margin-left: calc 33.33333333%;
  }
  .grid-system > .mmp3 {
    margin-left: calc 25%;
  }
  .grid-system > .mmp2 {
    margin-left: calc 16.66666667%;
  }
  .grid-system > .mmp1 {
    margin-left: calc 8.33333333%;
  }
  .grid-system > .mmp0 {
    margin-left: calc 0%;
  }
}
.grid-system-no-pad {
  margin-left: auto;
  margin-right: auto;
}
.grid-system-rtl {
  direction: rtl;
}
.grid-system-rtl > .col {
  float: right;
  direction: ltr;
}
.grid-system-rtl > .col-va-c,
.grid-system-rtl > .col-va-t,
.grid-system-rtl > .col-va-b {
  float: right;
}
.layout {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.center-layout {
  max-width: 990px;
}
.table-v-center {
  display: table;
  width: 100%;
  height: 100%;
}
.table-v-center > .cell {
  display: table-cell;
  vertical-align: middle;
}
.table-v-center > .cell > .box {
  display: inline-block;
  width: 100%;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  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: 0.9;
  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 0.25s ease, visibility 0s ease 0.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 0.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;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  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--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-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-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: grab;
}
.fancybox-is-grabbing .fancybox-content {
  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--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  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;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.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 {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.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:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.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 {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.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;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.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 0.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: #ddd;
  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: rgba(0, 0, 0, 0);
  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: 6px solid #ff5268;
  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: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/node_modules/slick-carousel/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-display: swap;
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/node_modules/slick-carousel/slick/fonts/slick.eot');
  src: url('/node_modules/slick-carousel/slick/fonts/slick.eot#iefix') format('embedded-opentype'), url('/node_modules/slick-carousel/slick/fonts/slick.woff') format('woff'), url('/node_modules/slick-carousel/slick/fonts/slick.ttf') format('truetype'), url('/node_modules/slick-carousel/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '\2190';
}
[dir='rtl'] .slick-prev:before {
  content: '\2192';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '\2192';
}
[dir='rtl'] .slick-next:before {
  content: '\2190';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*
.video-gallery-wrapper {
  .slick-prev {
    svg {
      transform: rotate(180deg);
    }
  }

  .spots-slider {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slick-next {
    top: 25%;
    cursor: pointer;
    right: 10px;
    svg {
      height: 70px;
      fill: @brown;
      width: 70px;
    }
  }

  .slick-prev {
    position: absolute;
    cursor: pointer;
    top: 25%;
    left: -40px;
    svg {
      height: 70px;
      fill: @brown;
      width: 70px;
    }
  }

  .slick-next::before {
    content: ' ';
  }

  .slick-prev::before {
    content: ' ';
  }

  .slick-disabled{
    display: none !important;
  }

  @media @tablet-media-query {
    .slick-next {
      top: 25%;
      cursor: pointer;
      right: 20px;
      svg {
        height: 70px;
        fill: @brown;
        width: 70px;
      }
    }

    .slick-prev {
      position: absolute;
      cursor: pointer;
      top: 25%;
      left: -30px;
      svg {
        height: 70px;
        fill: @brown;
        width: 70px;
      }
    }
  }

  .spots-slider.slick-initialized > .slick-list {
    overflow: hidden !important;
  }

  @media @mobile-media-query {
    .slick-next {
      display: none !important;
    }

    .slick-prev {
      display: none !important;
    }

    .video-cnt {
      height: 200px;
      width: 100%;
    }

    .video-box {
      margin: 0;
    }

    .spots-slider .slide .t {
      font-size: 14px;
    }

    .big-title {
      margin-top: 10px;
      font-size: 23px;
    }

    .video-box .icon-play {
      width: 50px;
      margin: -25px 0 0 -25px;
    }

    .spots-slider {
      .slick-list {
        margin-top: 20px;
      }
      height: 150px;
    }
  }
}
.video-box {
  background: @white;
  position: relative;
  padding: 0;

  .video-cnt {
    height: 670px;
    width: 100%;
  }

  .coverVideoGallery {
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      position: absolute;
      left: 0px;
      top: 0;
      z-index: 1;
      width: 100%;

    }
  }

  .icon-play {
    background-image: url(/fe-web/img/icons/play.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    font-size: 64px;
    color: #fbf7ec;
    height: 70px;
    width: 70px;
    margin: -0px 0 0 -35px;
  }

  .big-title {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #ffffff;
    width: 100%;
    .sabonceBold();
    text-align: center;
    margin-top: 50px;
    font-size: 48px;
  }

  > .image {
    position: relative;
    display: block;

    > img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
    }

    > .icon-play {
      background-image: url(/fe-web/img/icons/play.png);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      font-size: 64px;
      color: #fbf7ec;
      height: 100%;
      width: 90px;
      margin: -45px 0 0 -45px;
    }

    > .big-title {
      position: absolute;
      left: 0;
      right: 0;
      top: 30px;
      text-align: center;
      color: @white;
      z-index: 3;
    }
  }

  &:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 13px;
    //background: url(/fe-web/img/emma-and-giovanni/video-shadow.png) no-repeat 50% 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 100%;
  }

  @media @mq_ml {
    display: block;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;

    > .image {
      > .play {
        height: 32px;
        width: 32px;
        font-size: 32px;
        margin: -16px 0 0 -16px;
      }

      > .big-title {
        top: 20px;
        .Typo-Size(23px, 1.2);
        padding: 0 10px;
      }
    }
    .icon-play {
      width: 50px;
      margin: -25px 0 0 -25px;
    }
    &:after {
      display: none;
    }
  }
}

.video-thumb {
  display: block;

  .image {
    position: relative;

    > img {
      position: relative;
      z-index: 1;
      //.transition(opacity .3s ease);
    }

    > .icon {
      background-image: url("/fe-web/img/icons/play.png");
      ackground-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 40px;
      width: 40px;
      height: 40px;
      margin: -20px 0 0 -20px;
      color: @white;
      z-index: 2;
    }
  }

  .caption {
    .titillium();
    color: @brown;
    text-transform: uppercase;
    .Typo-Size(20px, 1.3);
    text-align: center;
    padding-top: 12px;

    @media @mq_ml {
      font-size: 15px;
      padding-top: 8px;
    }
  }

  &:hover {
    .image {
      > img {
        //.opacity(.75);
      }
    }
  }
}

.video-box-small {
  display: block;
  background: none;
  padding: 0 !important;
  //.box-shadow(none);
  margin: 0 !important;

  &:after {
    display: none;
  }

  > .image {
    //.resp-img {
    //  width: 290px;
    //  height: auto;
    //}

    > .play {
      height: 32px;
      width: 32px;
      margin: -16px 0 0 -16px;
    }
  }

  @media @mq_ml {
    > .image {
      padding: 3px;
    }
  }
}

.spots-slider {
  padding-top: 25px;
  margin: 0 -15px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  height: 300px;

  > .slide {
    width: 33.3333%;
    display: inline-block;
  }

  .slide {
    padding: 15px;
    //.BorderBox();

    .t {
      text-transform: uppercase;
      text-align: center;
      padding-top: 15px;
       font-size: 20px;
       .titillium();
       color: @brown;
       &:hover {
         color:@blue;
       }
     }
  }

  &.slick-initialized {
    overflow: visible !important;
    white-space: normal;
    margin-top: 150px;

    > .slick-list {
      overflow: hidden !important;
    }

    .slide-active {
      .image {
        //opacity: 0.6 !important;
      }
      .t {
        color: @brown;
      }
    }

    .slide:hover {
      .image {
        opacity: 0.6;
      }
    }
  }

  @media @mq_ml {
    margin: 0 10px;
    padding-top: 5px;
    height: 150px;
    .slick-list {
      margin-top: 20px;
    }
    .slide {
      padding: 5px;

      .t {
        padding-top: 10px;
        font-size: 14px;
      }
    }
  }
}

*/
/*****/
.video-gallery-wrapper .video-box {
  background: #fff;
  position: relative;
  padding: 0;
}
.video-gallery-wrapper .video-box .video-cnt {
  height: 670px;
  width: 100%;
}
.video-gallery-wrapper .video-box .coverVideoGallery {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-gallery-wrapper .video-box .coverVideoGallery img {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
  height: 670px;
  width: auto;
}
.video-gallery-wrapper .video-box .coverVideoGallery .icon-play {
  background-image: url(/fe-web/img/icons/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  font-size: 64px;
  color: #fbf7ec;
  height: 70px;
  width: 70px;
  margin: 0px 0 0 -35px;
}
.video-gallery-wrapper .video-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-gallery-wrapper .video-slider > .slick-list {
  overflow: hidden !important;
}
.video-gallery-wrapper .video-slider .slick-prev {
  position: absolute;
  cursor: pointer;
  top: 25%;
  left: -40px;
}
.video-gallery-wrapper .video-slider .slick-prev svg {
  transform: rotate(180deg);
  height: 70px;
  fill: #662701;
  width: 70px;
}
.video-gallery-wrapper .video-slider .slick-prev::before {
  content: ' ';
}
.video-gallery-wrapper .video-slider .slick-next {
  top: 25%;
  cursor: pointer;
  right: 10px;
}
.video-gallery-wrapper .video-slider .slick-next svg {
  height: 70px;
  fill: #662701;
  width: 70px;
}
.video-gallery-wrapper .video-slider .slick-next::before {
  content: ' ';
}
.video-gallery-wrapper .video-slider .slide {
  width: 33.3333%;
  display: inline-block;
  padding: 15px;
  min-width: 230px;
}
.video-gallery-wrapper .video-slider .slide .video-box {
  position: relative;
  padding: 0;
  margin: 40px 0;
}
.video-gallery-wrapper .video-slider .slide .video-box.video-box-small {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
}
.video-gallery-wrapper .video-slider .slide .video-box.video-box-small > .image > .icon-play {
  height: 32px;
  width: 32px;
  margin: -16px 0 0 -16px;
}
.video-gallery-wrapper .video-slider .slide .video-box > .image {
  position: relative;
  display: block;
}
.video-gallery-wrapper .video-slider .slide .video-box > .image > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.video-gallery-wrapper .video-slider .slide .video-box > .image > .icon-play {
  background-image: url(/fe-web/img/icons/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  font-size: 64px;
  color: #fbf7ec;
  height: 100%;
  width: 90px;
  margin: -45px 0 0 -45px;
}
.video-gallery-wrapper .video-slider .slide .t {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #662701;
  text-align: center;
  padding-top: 15px;
}
.video-gallery-wrapper .video-slider .slide .t:hover {
  color: #007a8c;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .video-gallery-wrapper .video-slider .slick-prev,
  .video-gallery-wrapper .video-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .video-gallery-wrapper .video-box {
    margin: 0;
    overflow: hidden;
  }
  .video-gallery-wrapper .video-box .video-cnt {
    height: 200px;
    width: 100%;
  }
  .video-gallery-wrapper .video-box .coverVideoGallery img {
    width: 114%;
    height: auto;
  }
  .video-gallery-wrapper .video-box .coverVideoGallery .icon-play {
    width: 50px;
    margin: -25px 0 0 -25px;
  }
  .video-gallery-wrapper .video-slider .slick-prev,
  .video-gallery-wrapper .video-slider .slick-next {
    display: none !important;
  }
  .video-gallery-wrapper .video-slider .slide {
    padding: 5px;
    min-width: 160px;
  }
  .video-gallery-wrapper .video-slider .slide .video-box.video-box-small > .image {
    padding: 3px;
  }
  .video-gallery-wrapper .video-slider .slide .video-box.video-box-small > .image > .icon-play {
    height: 32px;
    width: 32px;
    margin: -16px 0 0 -16px;
  }
  .video-gallery-wrapper .video-slider .slide .video-box .t {
    font-size: 14px;
  }
}
.visual-background {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  position: relative;
  height: 540px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 66px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .visual-background .wide-content-wrapper-cnt {
    max-width: 100%;
  }
}
.visual-background .text-center {
  min-height: 298px;
  margin-top: 167px;
  text-align: center;
}
.visual-background .text-center h1.mb-title-large {
  line-height: 80px;
  font-size: 80px;
}
.visual-background .text-center h4 {
  line-height: 42px;
  margin-top: 8px;
}
.visual-background.PRIMARY .text-center h1,
.visual-background.PRIMARY .text-center h4 {
  color: #662701;
}
.visual-background.SECONDARY .text-center h1,
.visual-background.SECONDARY .text-center h4 {
  color: #ffffff;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-background .text-center {
    margin-top: 150px;
    min-height: 315px;
  }
  .visual-background .text-center h1.mb-title-large {
    margin-bottom: 20px;
  }
  .visual-background .text-center h4 {
    line-height: 34px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .visual-background {
    background-position: bottom center;
    background-size: cover;
    height: 273px;
    margin-bottom: 15px;
  }
  .visual-background .text-center {
    margin-top: 70px;
    text-align: center;
    width: 100%;
    min-height: 315px;
  }
  .visual-background .text-center h1.mb-title-large {
    line-height: 38px;
    font-size: 35px;
    margin-bottom: 0px;
  }
  .visual-background .text-center h4.mb-text-medium2 {
    line-height: 18px;
    font-size: 15px;
  }
}
.content-wrapper-cnt.social-recipe-wall-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.content-wrapper-cnt.social-recipe-wall-cnt .srw-item {
  width: 218px;
  height: 218px;
  cursor: pointer;
  background-size: contain;
  margin-bottom: 30px;
}
.content-wrapper-cnt.social-recipe-wall-cnt .srw-item .srw-item-info {
  width: 218px;
  height: 218px;
  background-color: rgba(53, 40, 26, 0.6);
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.content-wrapper-cnt.social-recipe-wall-cnt .srw-item .srw-item-info .tag {
  font-size: 14px;
  color: #fff;
  line-height: 1.5px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.content-wrapper-cnt.social-recipe-wall-cnt .srw-item .srw-item-info .prd p {
  line-height: 1.3;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 0 10px;
  margin-top: 15px;
}
.content-wrapper-cnt.social-recipe-wall-cnt.no-touch .srw-item:hover .srw-item-info {
  display: flex;
}
.content-wrapper-cnt.social-recipe-wall-cnt.touch .srw-item.tap .srw-item-info {
  display: flex;
}
@media (max-width: 767px) {
  .content-wrapper-cnt.social-recipe-wall-cnt {
    max-width: 320px;
    margin: 30px auto 60px auto;
  }
  .content-wrapper-cnt.social-recipe-wall-cnt .srw-item {
    width: 145px;
    height: 145px;
  }
  .content-wrapper-cnt.social-recipe-wall-cnt .srw-item .srw-item-info {
    width: 145px;
    height: 145px;
  }
  .content-wrapper-cnt.social-recipe-wall-cnt .srw-item .srw-item-info .tag {
    font-size: 12px;
  }
  .content-wrapper-cnt.social-recipe-wall-cnt .srw-item .srw-item-info .prd {
    font-size: 10px;
  }
}
.content-wrapper-cnt.social-recipe-wall-cnt .srw-item {
  background-size: cover;
  background-position: center center;
}
.template-tour2019 .visual-background {
  background-size: cover;
  background-position: bottom center;
}
.template-tour2019.dettaglio_tappa .box-tour2018 a.button {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #ffffff;
  background-color: #4d1900;
  background-image: none;
}
.intro-text-cnt {
  padding-top: 20px;
  padding-bottom: 53px;
}
.intro-text-cnt .intro-title {
  text-align: left;
  font-family: 'Deccan-Semibold';
  color: #662701;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 16px;
}
.intro-text-cnt .intro-title.text-center {
  text-align: center;
}
.intro-text-cnt .intro-title.text-right {
  text-align: right;
}
.intro-text-cnt .intro-smalltitle {
  text-align: left;
  font-family: 'Deccan-Semibold';
  color: #662701;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 7px;
}
.intro-text-cnt .intro-smalltitle.text-center {
  text-align: center;
}
.intro-text-cnt .intro-smalltitle.text-right {
  text-align: right;
}
.intro-text-cnt p,
.intro-text-cnt .intro-text {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.intro-text-cnt p.text-center,
.intro-text-cnt .intro-text.text-center {
  text-align: center;
}
.intro-text-cnt p.text-right,
.intro-text-cnt .intro-text.text-right {
  text-align: right;
}
.intro-text-cnt.marginTop100 {
  margin-top: 100px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.marginBottom50 {
  margin-bottom: 50px;
}
.marginBottom60 {
  margin-bottom: 60px;
}
.marginBottom70 {
  margin-bottom: 70px;
}
.marginTop10 {
  margin-top: 10px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop50 {
  margin-top: 50px;
}
.marginTop60 {
  margin-top: 60px;
}
.marginTop70 {
  margin-top: 70px;
}
.dettaglio_tappa .fullwidth-cnt h1 {
  font-family: 'Deccan-Semibold';
}
.dettaglio_tappa .video-gallery-wrapper .video-box .coverVideoGallery img {
  width: 100%;
}
.dettaglio_tappa.intro-section {
  background-image: url('/fe-web/img/tour2018/mulino-bg.jpg');
}
.dettaglio_tappa .visual-background .text-right h1 {
  color: #ffffff;
  line-height: 82px;
  font-size: 80px;
  letter-spacing: -1.9px;
}
.dettaglio_tappa .blue-text {
  color: #007a8c;
}
.dettaglio_tappa .thumbnail.nope {
  display: none;
}
.dettaglio_tappa #home-gallery {
  margin-top: 50px;
}
.dettaglio_tappa #home-gallery .gallery-grid > .col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dettaglio_tappa #home-gallery .gallery-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dettaglio_tappa #home-gallery .gallery-thumb > .overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(102, 39, 1, 0.4);
}
.dettaglio_tappa #home-gallery .gallery-thumb > .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  display: block;
  z-index: 3;
  font-family: rockwell, roboto condensed, sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 60px;
  line-height: 1;
  height: 60px;
  margin-top: -30px;
  text-align: center;
}
.dettaglio_tappa section.app {
  background-image: url('/fe-web/img/tour2018/sfondo_scaricaapp.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 334px;
}
.dettaglio_tappa section.app .content-wrapper-cnt {
  position: relative;
}
.dettaglio_tappa section.app img {
  position: absolute;
  left: -70px;
  bottom: -190px;
}
.dettaglio_tappa section.app .text {
  width: 100%;
  padding-left: 50%;
}
.dettaglio_tappa .tourCardContainer {
  margin-top: 60px;
}
.dettaglio_tappa .tourCardContainer .tourCard {
  background-color: #ffffff;
  width: 22%;
  margin: 1% 1%;
  padding: 40px 0;
  display: inline-block;
  vertical-align: top;
}
.dettaglio_tappa .tourCardContainer .tourCard .icon {
  color: #007bc3;
  font-size: 100px;
  text-align: center;
}
.dettaglio_tappa .tourCardContainer .tourCard .cityname {
  font-family: 'Deccan-Semibold';
  font-size: 36px;
  color: #662701;
  margin-bottom: 10px;
}
.dettaglio_tappa .tourCardContainer .tourCard .citylocation {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #662701;
  margin-bottom: 10px;
}
.dettaglio_tappa .tourCardContainer .tourCard .citydate {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #662701;
  opacity: 0.6;
  margin-bottom: 30px;
}
.dettaglio_tappa .tourCardContainer .tourCard .citylink {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #007bc3;
  text-transform: uppercase;
}
.dettaglio_tappa .tourCardContainer .tourCard .citylink.live {
  border: 3px solid #007bc3;
  border-radius: 30px;
  padding: 0 10px;
}
.dettaglio_tappa .tourCardContainer .tourCard.ended .icon {
  opacity: 0.6;
}
.dettaglio_tappa .tourCardContainer .tourCard.ended .cityname {
  opacity: 0.6;
}
.dettaglio_tappa .tourCardContainer .tourCard.ended .citylocation {
  opacity: 0.6;
}
.dettaglio_tappa .tourCardContainer .tourCard.ended .citydate {
  opacity: 0.6;
}
.dettaglio_tappa .four-boxes-cnt .thumbnail-social .social-ctr {
  margin-top: 10px;
}
.dettaglio_tappa .four-boxes-cnt .thumbnail-social .social-ctr svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}
.dettaglio_tappa .tour_social_preview {
  width: 100%;
  padding-top: 30px;
}
.dettaglio_tappa .tour_social_preview .tourFatcImage {
  width: 50%;
  float: left;
}
.dettaglio_tappa .tour_social_preview .tourFatcImage img {
  max-width: 90%;
  float: left;
}
.dettaglio_tappa .tour_social_preview .tourFatcText {
  width: 50%;
  float: left;
  text-align: left;
}
.dettaglio_tappa .tourTagContainer {
  width: 100%;
  text-align: justify;
}
.dettaglio_tappa .tourTagContainer .tourTag {
  background-color: #ffffff;
  color: #007a8c;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-right: 10px;
}
.dettaglio_tappa .tourTagContainer .tourTag.selected {
  background-color: #007a8c;
  color: #ffffff;
}
.dettaglio_tappa .tourTagContainer .tourTag.disabled {
  color: #aa9a96;
  cursor: pointer;
}
.dettaglio_tappa .ranking {
  width: 100%;
  margin-top: 120px;
}
.dettaglio_tappa .ranking .position {
  width: 32%;
  float: left;
  height: 370px;
  position: relative;
  padding: 0 10px;
  background-color: #ffffff;
}
.dettaglio_tappa .ranking .position.margined {
  margin-right: 1%;
}
.dettaglio_tappa .ranking .position .coccarda {
  margin-top: -20px;
  width: 60px;
}
.dettaglio_tappa .ranking .position .prod {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: -40%;
  margin-left: 0%;
}
.dettaglio_tappa .ranking .position h3 {
  font-family: 'Deccan-Semibold';
  font-size: 24px;
  line-height: 28px;
  color: #662701;
  width: 90%;
  display: block;
  margin: 30px auto;
  position: relative;
}
.dettaglio_tappa .ranking .position .roundend-blue {
  background: #007a8c;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Titillium Web';
  font-weight: 700;
  border-radius: 50px;
  line-height: 24px;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
  z-index: 3;
  position: relative;
  opacity: 1;
  transition: dettaglio_tappa 0.3s ease;
  transition-delay: 1200ms;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.dettaglio_tappa .experience {
  width: 100%;
  margin-top: 120px;
}
.dettaglio_tappa .experience .position {
  width: 32%;
  float: left;
  min-height: 370px;
  position: relative;
  padding: 0 10px;
  background-color: #ffffff;
}
.dettaglio_tappa .experience .position.two-col {
  width: 48%;
}
.dettaglio_tappa .experience .position.two-col .prod {
  width: 80%;
}
.dettaglio_tappa .experience .position.margined {
  margin-right: 1%;
}
.dettaglio_tappa .experience .position .coccarda {
  margin-top: -20px;
}
.dettaglio_tappa .experience .position .prod {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: -20%;
  margin-left: 0%;
}
.dettaglio_tappa .experience .position h3 {
  font-family: 'Deccan-Semibold';
  color: #662701;
  width: 90%;
  display: block;
  margin: 30px auto;
  position: relative;
}
.dettaglio_tappa .experience .position .roundend-blue {
  background: #007a8c;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Titillium Web';
  font-weight: 700;
  border-radius: 50px;
  line-height: 24px;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
  z-index: 3;
  position: relative;
  margin: 20px auto;
  padding: 10px 40px;
}
.ultimo-appuntamento .left {
  width: 50%;
  float: left;
}
.ultimo-appuntamento .right {
  width: 50%;
  float: right;
}
.ultimo-appuntamento .right img {
  width: 90%;
  float: right;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin-right: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007a8c;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 50px;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 27px;
  margin: 10px;
  background: #ffffff;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@media (max-width: 767px) {
  #home-gallery .gallery-grid > .col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #home-gallery .gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #home-gallery .gallery-thumb > .overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(102, 39, 1, 0.4);
  }
  #home-gallery .gallery-thumb > .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    display: block;
    z-index: 3;
    font-family: rockwell, roboto condensed, sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 60px;
    line-height: 1;
    height: 60px;
    margin-top: -30px;
    text-align: center;
  }
  .dettaglio_tappa .ranking .position {
    width: 100%;
    margin: 10px auto 60px;
    height: auto;
  }
  .dettaglio_tappa .ranking .position .prod {
    width: 65%;
    margin: -30% auto 20px;
    display: block;
  }
  .dettaglio_tappa .ranking .position .roundend-blue {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .dettaglio_tappa .ranking .position h3 {
    margin: 15px auto;
    font-size: 30px;
  }
  .dettaglio_tappa .ranking .position .coccarda {
    margin-top: -25px;
    width: 50px;
  }
  .dettaglio_tappa .experience .position {
    width: 100%;
    margin: 10px auto 50px;
    height: auto;
    min-height: auto;
  }
  .dettaglio_tappa .experience .position.two-col {
    margin: 30px auto 50px;
    height: auto;
    min-height: auto;
    width: 100%;
  }
  .dettaglio_tappa .experience .position .prod {
    width: 65%;
    margin: -15% auto 20px;
    display: block;
  }
  .dettaglio_tappa .experience .position .roundend-blue {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    margin: 0 auto;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .dettaglio_tappa .tourTagContainer .tourTag {
    margin-bottom: 20px;
  }
  .dettaglio_tappa .tour_social_preview .tourFatcImage {
    width: 100%;
  }
  .dettaglio_tappa .tour_social_preview .tourFatcText {
    width: 100%;
    text-align: center;
  }
  .dettaglio_tappa section.app {
    height: auto;
  }
  .dettaglio_tappa section.app .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .dettaglio_tappa section.app img {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 70%;
    bottom: -30px;
    left: 0;
  }
  .dettaglio_tappa .ultimo-appuntamento .left {
    width: 100%;
    float: none;
  }
  .dettaglio_tappa .ultimo-appuntamento .right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .dettaglio_tappa .ultimo-appuntamento .right img {
    width: 100%;
    float: none;
  }
  .dettaglio_tappa .tourCardContainer {
    margin-top: 60px;
  }
  .dettaglio_tappa .tourCardContainer .tourCard {
    background-color: #ffffff;
    width: 47%;
    margin: 1%;
    padding: 20px 0;
    display: inline-block;
  }
  .dettaglio_tappa .tourCardContainer .tourCard .icon {
    color: #007bc3;
    font-size: 100px;
    text-align: center;
  }
  .dettaglio_tappa .tourCardContainer .tourCard .cityname {
    font-family: 'Deccan-Semibold';
    font-size: 36px;
    color: #662701;
    margin-bottom: 10px;
  }
  .dettaglio_tappa .tourCardContainer .tourCard .citylocation {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #662701;
    margin-bottom: 10px;
  }
  .dettaglio_tappa .tourCardContainer .tourCard .citydate {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #662701;
    opacity: 0.6;
    margin-bottom: 30px;
  }
  .dettaglio_tappa .tourCardContainer .tourCard .citylink {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #007bc3;
    text-transform: uppercase;
  }
  .dettaglio_tappa .tourCardContainer .tourCard .citylink.live {
    border: 3px solid #007bc3;
    border-radius: 30px;
    padding: 0 10px;
  }
  .dettaglio_tappa .tourCardContainer .tourCard.ended .icon {
    opacity: 0.6;
  }
  .dettaglio_tappa .tourCardContainer .tourCard.ended .cityname {
    opacity: 0.6;
  }
  .dettaglio_tappa .tourCardContainer .tourCard.ended .citylocation {
    opacity: 0.6;
  }
  .dettaglio_tappa .tourCardContainer .tourCard.ended .citydate {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .intro-text-cnt .intro-title {
    font-size: 30px;
    line-height: 30px;
  }
  .intro-text-cnt p,
  .intro-text-cnt .intro-text {
    font-size: 16px;
    line-height: 20px;
  }
  .intro-text-cnt.marginTop100 {
    margin-top: 50px;
  }
}

