

@charset "UTF-8";



.in-cart {
  display: none;
  position: relative;
  margin-bottom: 3px;
}
.in-cart a {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffffCC;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffffCC;
  box-shadow: inset 0px 0px 0px 1px #ffffffCC;

  display: block;
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  background-image: url(../img/icon-cart.svg);
  background-position: top 5px center;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-color: ;
}
.in-cart a:hover, .in-cart a:focus, .in-cart a:active {
  background-color: ;
}
.in-cart a span {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-top: 21px;
}

.in-wishlist {
  display: none;
  position: relative;
  margin-bottom: 3px;
}
.in-wishlist a {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffffCC;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffffCC;
  box-shadow: inset 0px 0px 0px 1px #ffffffCC;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  background-image: url(../img/icon-heart-white.svg);
  background-position: top 7px center;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-color: ;
}
.in-wishlist a:hover, .in-wishlist a:focus, .in-wishlist a:active {
  background-color: ;
}
.in-wishlist a span {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-top: 21px;
}

.overlay-side-links {
  text-align: center;
  position: fixed;
  bottom: 75px;
  right: -1px;
  z-index: 3;
}

.to-top {
  opacity: 0;
  text-align: center;
  position: fixed;
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
  right: 10px;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all 300ms cubic-bezier(0.26, 0.57, 0.32, 1); /* older webkit */
  -webkit-transition: all 300ms cubic-bezier(0.26, 0.57, 0.32, 1.57);
  -moz-transition: all 300ms cubic-bezier(0.26, 0.57, 0.32, 1.57);
  -o-transition: all 300ms cubic-bezier(0.26, 0.57, 0.32, 1.57);
  transition: all 300ms cubic-bezier(0.26, 0.57, 0.32, 1.57); /* custom */
}
.to-top.show-to-top {
  -ms-transform: translate(0, -30px); /* IE 9 */
  -webkit-transform: translate(0, -30px); /* Safari */
  transform: translate(0, -30px);
  opacity: 1;
}
.to-top a.btn {
  padding: 7px 12px !important;
  box-shadow: inset 0px 0px 0px 1px #ffffffCC;
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 28px;
  background-color: ; !important;
}
.to-top a.btn:hover, .to-top a.btn:focus, .to-top a.btn:active {
  background-color: ;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0px;
  display: block;
  height: 49px;
  width: 49px;
  padding: 0;
  cursor: pointer;
  color: #eaeaea;
  border: none;
  outline: none;
  background: ;
  opacity: 1;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.slick-next {
  right: 30px;
}

.slick-prev {
  left: 30px;
  right: auto;
}

ul.slick-dots {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
ul.slick-dots li button {
  background-color: #e6e6e6E6;
  font-size: 3px;
  height: 3px;
  width: 3px;
  padding: 0;
  font-size: 0;
  border-radius: 0;
  margin: 0;
  border: none;
}
ul.slick-dots li.slick-active button {
  background-color: ;
}

button:hover, button:focus, .button:hover, .button:focus {
  background: none;
  opacity: 1;
}

.hero-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  transform: translate(0, 0) !important;
}
.hero-bg:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000CC;
  top: 0;
  bottom: 0;
}

.fullscreen-slider .hero-bg {
  background-attachment: fixed;
}
.fullscreen-slider .hero-bg:before {
  background: none;
  background-color: #00000011;
}
@media (min-width: 0px) and (max-width: 1366px) {
  .fullscreen-slider .hero-bg {
    background-attachment: scroll;
  }
}
.fullscreen-slider ul.slick-dots {
  padding: 0px;
  top: -170px;
  position: relative;
  margin: 0;
  height: 0px;
}
.fullscreen-slider .fullscreen-slider-content {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
.fullscreen-slider .fullscreen-slider-content.header-pos {
  top: 60%;
}
.fullscreen-slider .fullscreen-slider-content h2 {
  font-size: 90px;
  line-height: 0.85em !important;
}
.fullscreen-slider .fullscreen-slider-content h2 span {
  color: ;
}
.fullscreen-slider .fullscreen-slider-content h2 span ~ span {
  color: ;
}
.fullscreen-slider .fullscreen-slider-content .hero-intro {
  width: 100%;
  max-width: 660px;
}
@media (min-width: 0px) and (max-width: 375px) {
  .fullscreen-slider .fullscreen-slider-content {
    top: 60%;
  }
}
@media (min-width: 993px) and (max-width: 1600px) {
  .fullscreen-slider .fullscreen-slider-content h2 {
    font-size: 64px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .fullscreen-slider .fullscreen-slider-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fullscreen-slider .fullscreen-slider-content h2 {
    font-size: 36px;
  }
}

.candy-layer, .inner-candy-layer {
  position: absolute;
  bottom: -2px;
  left: 0;
  overflow: hidden;
  max-width: 100%;
  background-image: linear-gradient(to right, , , );
  height: 20px;
  width: 100vw;
}
.candy-layer img, .inner-candy-layer img {
  width: 100vw;
  display: none !important;
}
@media (min-width: 0px) and (max-width: 736px) and (min-width: 0px) and (max-width: 736px) {
  .candy-layer img, .inner-candy-layer img {
    width: 200%;
  }
}

a.btn, button.btn, .fake-btn, label.btn {
  padding: 17px 30px;
  border: none;
  outline: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  transition: 0.18s;
  -webkit-transition: 0.18s;
  font-family: ;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  border-radius: 3px;
}
a.btn.btn-lg, button.btn.btn-lg, .fake-btn.btn-lg, label.btn.btn-lg {
  padding: 20px 40px;
  font-size: 15px;
}
a.btn.btn-sm, button.btn.btn-sm, .fake-btn.btn-sm, label.btn.btn-sm {
  padding: 8px 18px;
  font-size: 12px;
}
a.btn.btn-xs, button.btn.btn-xs, .fake-btn.btn-xs, label.btn.btn-xs {
  padding: 3px 10px;
  font-size: 11px;
}
a.btn.btn-default, a.btn.btn-second, a.btn.btn-third, button.btn.btn-default, button.btn.btn-second, button.btn.btn-third, .fake-btn.btn-default, .fake-btn.btn-second, .fake-btn.btn-third, label.btn.btn-default, label.btn.btn-second, label.btn.btn-third {
  background-color: ;
  color: #ffffff;
  padding: 14px 30px;
}
a.btn.btn-default.btn-lg, a.btn.btn-second.btn-lg, a.btn.btn-third.btn-lg, button.btn.btn-default.btn-lg, button.btn.btn-second.btn-lg, button.btn.btn-third.btn-lg, .fake-btn.btn-default.btn-lg, .fake-btn.btn-second.btn-lg, .fake-btn.btn-third.btn-lg, label.btn.btn-default.btn-lg, label.btn.btn-second.btn-lg, label.btn.btn-third.btn-lg {
  padding: 17px 40px;
  font-size: 15px;
}
a.btn.btn-default:hover, a.btn.btn-default:focus, a.btn.btn-default:active, a.btn.btn-default.active, a.btn.btn-second:hover, a.btn.btn-second:focus, a.btn.btn-second:active, a.btn.btn-second.active, a.btn.btn-third:hover, a.btn.btn-third:focus, a.btn.btn-third:active, a.btn.btn-third.active, button.btn.btn-default:hover, button.btn.btn-default:focus, button.btn.btn-default:active, button.btn.btn-default.active, button.btn.btn-second:hover, button.btn.btn-second:focus, button.btn.btn-second:active, button.btn.btn-second.active, button.btn.btn-third:hover, button.btn.btn-third:focus, button.btn.btn-third:active, button.btn.btn-third.active, .fake-btn.btn-default:hover, .fake-btn.btn-default:focus, .fake-btn.btn-default:active, .fake-btn.btn-default.active, .fake-btn.btn-second:hover, .fake-btn.btn-second:focus, .fake-btn.btn-second:active, .fake-btn.btn-second.active, .fake-btn.btn-third:hover, .fake-btn.btn-third:focus, .fake-btn.btn-third:active, .fake-btn.btn-third.active, label.btn.btn-default:hover, label.btn.btn-default:focus, label.btn.btn-default:active, label.btn.btn-default.active, label.btn.btn-second:hover, label.btn.btn-second:focus, label.btn.btn-second:active, label.btn.btn-second.active, label.btn.btn-third:hover, label.btn.btn-third:focus, label.btn.btn-third:active, label.btn.btn-third.active {
  background-color: ;
  color: #ffffff;
}
a.btn.btn-default:focus, a.btn.btn-second:focus, a.btn.btn-third:focus, button.btn.btn-default:focus, button.btn.btn-second:focus, button.btn.btn-third:focus, .fake-btn.btn-default:focus, .fake-btn.btn-second:focus, .fake-btn.btn-third:focus, label.btn.btn-default:focus, label.btn.btn-second:focus, label.btn.btn-third:focus {
  box-shadow: none;
}
a.btn.btn-more, button.btn.btn-more, .fake-btn.btn-more, label.btn.btn-more {
  background-color: ;
  margin-top: 20px;
}
a.btn.btn-fourth, button.btn.btn-fourth, .fake-btn.btn-fourth, label.btn.btn-fourth {
  background-color: #ffffffff;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff00;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff00;
  box-shadow: inset 0px 0px 0px 1px #ffffff00;

}
a.btn.btn-fourth:hover, a.btn.btn-fourth:focus, a.btn.btn-fourth:active, a.btn.btn-fourth.active, button.btn.btn-fourth:hover, button.btn.btn-fourth:focus, button.btn.btn-fourth:active, button.btn.btn-fourth.active, .fake-btn.btn-fourth:hover, .fake-btn.btn-fourth:focus, .fake-btn.btn-fourth:active, .fake-btn.btn-fourth.active, label.btn.btn-fourth:hover, label.btn.btn-fourth:focus, label.btn.btn-fourth:active, label.btn.btn-fourth.active {
  color: #ffffff;
  background-color: E6;
  -webkit-box-shadow: inset 0px 0px 0px 1px E6;
  -moz-box-shadow: inset 0px 0px 0px 1px E6;
  box-shadow: inset 0px 0px 0px 1px E6;

}
a.btn.btn-fifth, button.btn.btn-fifth, .fake-btn.btn-fifth, label.btn.btn-fifth {
  background-color: #ffffff00;
  color: #ffffff;
-webkit-box-shadow: inset 0px 0px 0px 1px #ffffff00;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff00;
  box-shadow: inset 0px 0px 0px 1px #ffffff00;
  }

a.btn.btn-fifth:hover, a.btn.btn-fifth:focus, a.btn.btn-fifth:active, a.btn.btn-fifth.active, button.btn.btn-fifth:hover, button.btn.btn-fifth:focus, button.btn.btn-fifth:active, button.btn.btn-fifth.active, .fake-btn.btn-fifth:hover, .fake-btn.btn-fifth:focus, .fake-btn.btn-fifth:active, .fake-btn.btn-fifth.active, label.btn.btn-fifth:hover, label.btn.btn-fifth:focus, label.btn.btn-fifth:active, label.btn.btn-fifth.active {
  color: #ffffff;
background-color: #ffffff99;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff00;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff00;
  box-shadow: inset 0px 0px 0px 1px #ffffff00;

}
a.btn.btn-sixth, button.btn.btn-sixth, .fake-btn.btn-sixth, label.btn.btn-sixth {
  background-color: #ffffff;
  color: ;
}
a.btn.btn-sixth:hover, a.btn.btn-sixth:focus, a.btn.btn-sixth:active, a.btn.btn-sixth.active, button.btn.btn-sixth:hover, button.btn.btn-sixth:focus, button.btn.btn-sixth:active, button.btn.btn-sixth.active, .fake-btn.btn-sixth:hover, .fake-btn.btn-sixth:focus, .fake-btn.btn-sixth:active, .fake-btn.btn-sixth.active, label.btn.btn-sixth:hover, label.btn.btn-sixth:focus, label.btn.btn-sixth:active, label.btn.btn-sixth.active {
  color: cc;
}
a.btn.btn-sixth:focus, button.btn.btn-sixth:focus, .fake-btn.btn-sixth:focus, label.btn.btn-sixth:focus {
  box-shadow: none;
}
a.btn.btn-sixth.btn-calendar-back, button.btn.btn-sixth.btn-calendar-back, .fake-btn.btn-sixth.btn-calendar-back, label.btn.btn-sixth.btn-calendar-back {
  background-image: url("https://img.icons8.com/pixels/32//calendar.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 50px;
  text-align: left;
  padding-right: 20px;
  margin-top: 0;
  clear: left;
}
a.btn.btn-sixth.btn-calendar-back span, button.btn.btn-sixth.btn-calendar-back span, .fake-btn.btn-sixth.btn-calendar-back span, label.btn.btn-sixth.btn-calendar-back span {
  font-weight: 400;
  font-size: 11px;
}
a.btn.btn-sixth.btn-calendar-back:hover, button.btn.btn-sixth.btn-calendar-back:hover, .fake-btn.btn-sixth.btn-calendar-back:hover, label.btn.btn-sixth.btn-calendar-back:hover {
  color: cc;
}

a.btn.btn-seventh, button.btn.btn-seventh, .fake-btn.btn-seventh, label.btn.btn-seventh {
  background-color: ;
  color: #ffffff;
}
a.btn.btn-seventh:hover, a.btn.btn-seventh:focus, a.btn.btn-seventh:active, a.btn.btn-seventh.active, button.btn.btn-seventh:hover, button.btn.btn-seventh:focus, button.btn.btn-seventh:active, button.btn.btn-seventh.active, .fake-btn.btn-seventh:hover, .fake-btn.btn-seventh:focus, .fake-btn.btn-seventh:active, .fake-btn.btn-seventh.active, label.btn.btn-seventh:hover, label.btn.btn-seventh:focus, label.btn.btn-seventh:active, label.btn.btn-seventh.active {
  color: #ffffff;
  background-color:  cc;
}
a.btn.btn-seventh:focus, button.btn.btn-seventh:focus, .fake-btn.btn-seventh:focus, label.btn.btn-seventh:focus {
  box-shadow: none;
}
a.btn.btn-outline-check-label, button.btn.btn-outline-check-label, .fake-btn.btn-outline-check-label, label.btn.btn-outline-check-label {
 background-color: #eaeaeaE6;
  color: #666666E6;

  box-shadow: none;
  background-image: url(../img/icon-to-check.svg) !important;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 16px;
  padding-right: 60px;
}
a.btn.btn-outline-check-label:hover, a.btn.btn-outline-check-label:focus, a.btn.btn-outline-check-label:active, a.btn.btn-outline-check-label.active, button.btn.btn-outline-check-label:hover, button.btn.btn-outline-check-label:focus, button.btn.btn-outline-check-label:active, button.btn.btn-outline-check-label.active, .fake-btn.btn-outline-check-label:hover, .fake-btn.btn-outline-check-label:focus, .fake-btn.btn-outline-check-label:active, .fake-btn.btn-outline-check-label.active, label.btn.btn-outline-check-label:hover, label.btn.btn-outline-check-label:focus, label.btn.btn-outline-check-label:active, label.btn.btn-outline-check-label.active {
  color: #666666;
  background-color: #eaeaea;

  box-shadow: none;
}
a.btn.btn-outline-check-label.active, button.btn.btn-outline-check-label.active, .fake-btn.btn-outline-check-label.active, label.btn.btn-outline-check-label.active {
  color: #ffffff !important;
  background-color: ;
  box-shadow: none;
  background-image: url(../img/icon-check.svg) !important;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 23px 13px;
}
a.btn.btn-outline-check-label:focus, button.btn.btn-outline-check-label:focus, .fake-btn.btn-outline-check-label:focus, label.btn.btn-outline-check-label:focus {
  box-shadow: none;
}

.showContentWindow {
  cursor: pointer;
}

.hideContentWindow {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: block;
  cursor: pointer;
}
.hideContentWindow i {
  color: ;
}

.contentWindow {
  width: 100%;
    background: #00000099;
  position: fixed !important;
  height: 100%;
  bottom: 0px;
  z-index: 10002;
  box-sizing: border-box;
  color: white;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.contentWindow::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .contentWindow {
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto for momentum scrolling */
    -webkit-overflow-scrolling: touch;
  }
}
.contentWindow button.btn.btn-lg {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.contentWindow.smallContent {
  background: #00000099;
  padding: 0 10px;
}
.contentWindow.smallContent > .container-fluid {
  width: auto;
  padding: 16px;
  max-width: 400px;
  margin-top: 10%;
  height: auto;
  min-height: 100px;
 background: #ffffffE6;
  border-radius: 6px;
  border: 1px solid #ffffffE6;
  box-shadow: 0 2px 8px 0 #000000E6;

}

.contentWindow.mediumContent {
  background: #00000099;
  padding: 0 10px;
}
.contentWindow.mediumContent > .container-fluid {
  width: auto;
  padding: 30px;
  max-width: 800px;
  margin-top: 10%;
  height: auto;
  min-height: 100px;
  background: #ffffffe6;
  border-radius: 6px;
border: 1px solid #ffffff00;
  box-shadow: 0 2px 8px 0 #000000E6;

}

.overlayIn {
  -webkit-animation-name: overlayIn;
  animation-name: overlayIn;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes overlayIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes overlayIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.overlayOut {
  -webkit-animation-name: overlayOut;
  animation-name: overlayOut;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes overlayOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes overlayOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.overlay-content {
  position: relative;
  top: 20%;
  transform: translateY(-50%);
}
.overlay-content input.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: ;
  color: #ffffff;
  font-weight: 700;
}
.overlay-content input.form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
.overlay-content input.form-control:focus:-moz-placeholder {
  color: #ffffff;
  font-style: italic;
}
.overlay-content input.form-control:focus::-moz-placeholder {
  color: #ffffff;
  font-style: italic;
}
.overlay-content input.form-control:focus:-ms-input-placeholder {
  color: #ffffff;
  font-style: italic;
}

.showSideCart {
  cursor: pointer;
}

.sidecart {
  width: 100%;
  max-width: 700px;
  background: #ffffff00;
  position: fixed !important;
  height: 100%;
  bottom: 0px;
  z-index: 10002;
  box-sizing: border-box;
  color: white;
  left: auto;
  right: 0px;
  margin: 0 auto;
  top: 0;
-webkit-box-shadow: -10px 0px 30px 0px #000000E6;
  -moz-box-shadow: -10px 0px 30px 0px #000000E6;
  box-shadow: -10px 0px 30px 0px #000000E6;

  display: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidecart::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .sidecart {
    overflow-x: hidden;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
  }
}
.sidecart .cart-main-header {
  padding: 30px 0 15px 0;
}
.sidecart .cart-main-header h3 {
  margin: 0;
}
.sidecart dl.cart-steps {
  margin: 0;
  font-size: 0;
  margin-bottom: 10px;
   border-bottom: 1px solid #eaeaeaE6;
}
.sidecart dl.cart-steps dt {
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: ;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px 0 0;
   border-right: 1px solid #eaeaeaE6;
}
.sidecart dl.cart-steps dt:last-child {
  margin-right: 0;
  border-right: none;
}
.sidecart dl.cart-steps dt.active {
  color:  !important;
}
.sidecart .one-step {
  margin-bottom: 50px;
}
.sidecart .one-step a.step-back {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
.sidecart .one-step .datepicker {
  position: relative;
  display: none;
  min-width: 100%;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-right: none;
  border-left: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: ;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.42857143;
  padding: 10px 0;
}
.sidecart .one-step .datepicker table.table-condensed {
  width: 100%;
}
.sidecart .one-step .datepicker table.table-condensed td, .sidecart .one-step .datepicker table.table-condensed th {
  text-align: center;
  width: 20px;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  .sidecart .one-step .datepicker table.table-condensed td, .sidecart .one-step .datepicker table.table-condensed th {
    height: 40px;
  }
}
.sidecart .one-step .selected-option {
  font-size: 0;
  margin-bottom: 15px;
}
.sidecart .one-step .selected-option span {
  background-color: #e6e6e6;
  width: 100%;
  color: ;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 22px;
  width: 75%;
  display: inline-block;
  vertical-align: top;
  min-height: 35px;
}
.sidecart .one-step .selected-option a {
  display: inline-block;
  width: 25%;
  background-color: ;
  vertical-align: top;
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  height: 35px;
}
.sidecart .one-step select.form-control, .sidecart .one-step input.form-control, .sidecart .one-step textarea.form-control {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  border-radius: 0;
  font-size: 0.85em;
  color: ;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
  background-color: #eaeaea;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  padding: 4px 12px;
  height: 35px;
  border: 1px solid #66666680 !important;
}
.sidecart .one-step select.form-control::-webkit-input-placeholder, .sidecart .one-step input.form-control::-webkit-input-placeholder, .sidecart .one-step textarea.form-control::-webkit-input-placeholder {
  color: #666666CC;
  font-style: italic;
}
.sidecart .one-step select.form-control:-moz-placeholder, .sidecart .one-step input.form-control:-moz-placeholder, .sidecart .one-step textarea.form-control:-moz-placeholder {
  color: #666666CC;
  font-style: italic;
}
.sidecart .one-step select.form-control::-moz-placeholder, .sidecart .one-step input.form-control::-moz-placeholder, .sidecart .one-step textarea.form-control::-moz-placeholder {
  color: #666666CC;
  font-style: italic;
}
.sidecart .one-step select.form-control:-ms-input-placeholder, .sidecart .one-step input.form-control:-ms-input-placeholder, .sidecart .one-step textarea.form-control:-ms-input-placeholder {
  color: #666666CC;
  font-style: italic;
}
.sidecart .one-step select.form-control:focus, .sidecart .one-step input.form-control:focus, .sidecart .one-step textarea.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: #111111;
  color: #ffffff;
}
.sidecart .one-step select.form-control.error, .sidecart .one-step input.form-control.error, .sidecart .one-step textarea.form-control.error {
  outline: #FF0000 solid 3px;
}
.sidecart .one-step select.form-control:not([size]):not([multiple]) {
  height: 35px;
}
.sidecart .one-step .cart-people {
  border-bottom: 1px solid #eaeaeaE6;
  padding: 10px 0;
  font-size: 0;
}
.sidecart .one-step .cart-people:last-child {
  margin-bottom: 15px;
}
.sidecart .one-step .cart-people .people-spec {
  color: ;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}
.sidecart .one-step .cart-people .people-spec .sub-spec {
  margin-bottom: 10px;
}
.sidecart .one-step .cart-people .people-spec .sub-spec p {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 0;
}
.sidecart .one-step .cart-people input, .sidecart .one-step .cart-people a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.sidecart .one-step .cart-people input {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
}
.sidecart .one-step .cart-thanks, .sidecart .one-step .cart-error {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hide-cart {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  right: 0;
  top: 0;
  margin-right: -30px;
  margin-bottom: 0;
  cursor: pointer;
  background-image: url(../img/close.svg);
  background-size: 31px 31px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  float: right;
}

.sideIn {
  -webkit-animation-name: sideIn;
  animation-name: sideIn;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes sideIn {
  from {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes sideIn {
  from {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sideOut {
  -webkit-animation-name: sideOut;
  animation-name: sideOut;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes sideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes sideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.select-date-from .datepicker {
  position: relative;
  display: none;
  min-width: 100%;
  list-style: none;
  background-color: #eaeaea;
  border: none;
  border-top: 1px solid #e6e6e6CC;
  border-bottom: 1px solid #e6e6e6CC;
  border-radius: 0;
  border-right: none;
  border-left: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: ;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.42857143;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .select-date-from .datepicker {
    font-size: 14px;
  }
}
.select-date-from .datepicker table.table-condensed {
  width: 100%;
}
.select-date-from .datepicker table.table-condensed td, .select-date-from .datepicker table.table-condensed th {
  text-align: center;
  width: 20px;
  height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  .select-date-from .datepicker table.table-condensed td, .select-date-from .datepicker table.table-condensed th {
    height: 30px;
  }
}
.select-date-from .datepicker table.table-condensed td.range, .select-date-from .datepicker table.table-condensed th.range {
   background: #2058FF99;
}
.select-date-from .datepicker table tr td.day.focused, .select-date-from .datepicker table tr td.day:hover {
  background: #ffffff;
  cursor: pointer;
}
.select-date-from .datepicker .datepicker-switch:hover, .select-date-from .datepicker .next:hover, .select-date-from .datepicker .prev:hover, .select-date-from .datepicker tfoot tr th:hover {
  background: #ffffff;
}

.title-date {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #111111;
  padding: 7px 0;
}

/*Thanks message */
.messageWindow {
  position: fixed;
  z-index: 9998;
  top: 10px;
  margin: 0 auto;
  padding: 30px;
  right: 10px;
  left: auto;
  height: auto;
  min-height: 100px;
  width: 300px;
 background: E6;
  border-radius: 0;
  border: 1px solid E6;
  display: none;
  color: #ffffff;
}
.messageWindow h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 700;
}
.messageWindow p {
  margin: 0;
  color: #ffffff;
}

.content_cookies {
  background: #ffffff;
  width: 100%;
}
.content_cookies .container_cookies {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 70px 0;
  color: ;
}
.content_cookies .container_cookies p {
  color: ;
}

#cookie-bar {
  background:  !important;
  height: auto !important;
  line-height: 100% !important;
  text-align: center !important;
  padding: 70px 15px 70px 15px !important;
  position: fixed !important;
  bottom: 0px !important;
  z-index: 10003 !important;
  width: 100%;
}
@media (min-width: 993px) {
  #cookie-bar {
    width: 300px !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    margin-left: 10px !important;
  }
}
#cookie-bar p {
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
#cookie-bar .cb-enable {
  display: block !important;
  width: 200px;
  background:  !important;
  text-decoration: none !important;
  color: #ffffff !important;
  margin: 0 auto !important;
  margin-top: 10px !important;
  padding: 7px 15px !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
#cookie-bar .cb-enable:hover {
  background-color:  !important;
}
#cookie-bar a {
  color: #ffffff !important;
  font-weight: 700 !important;
  display: inline-block !important;
  text-decoration: underline !important;
}

.cookie-box, .coverbox {
  z-index: 10003 !important;
  position: fixed;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-color: ;
  overflow: hidden;
  height: auto;
   border-top: 1px solid #eaeaeaE6;
}
.cookie-box p, .coverbox p {
  color: #eaeaea;
  margin: 0;
}
.cookie-box p.visible-part, .coverbox p.visible-part {
  padding: 20px;
}
.cookie-box.cookie-closed .cookie-text, .cookie-box.cookie-closed .coverbox-text, .cookie-box.coverbox-closed .cookie-text, .cookie-box.coverbox-closed .coverbox-text, .coverbox.cookie-closed .cookie-text, .coverbox.cookie-closed .coverbox-text, .coverbox.coverbox-closed .cookie-text, .coverbox.coverbox-closed .coverbox-text {
  display: none;
}
.cookie-box.cookie-open, .cookie-box.coverbox-open, .coverbox.cookie-open, .coverbox.coverbox-open {
  overflow: auto;
}
.cookie-box .cookie-text, .cookie-box .coverbox-text, .coverbox .cookie-text, .coverbox .coverbox-text {
  max-width: 945px;
  padding: 30px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.05);
}
.cookie-box .cookie-text h3, .cookie-box .coverbox-text h3, .coverbox .cookie-text h3, .coverbox .coverbox-text h3 {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}

.img-rect {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eaeaea;
}
.img-rect:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.img-rect img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.img-high-rect {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eaeaea;
}
.img-high-rect:before {
  content: "";
  display: block;
  padding-top: 77%;
}
.img-high-rect img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.img-square {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eaeaea;
}
.img-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-square img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.img-vert {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eaeaea;
  cursor: pointer;
}
.img-vert:before {
  content: "";
  display: block;
  padding-top: 120%;
}
.img-vert:after {
  background-color: #000000CC;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.img-vert:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
.img-vert img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.img-rect-slider {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(../img/placeholder.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
  z-index: -1;
}
.img-rect-slider:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.img-rect-slider img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9997;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border: 1px solid #000000E6;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 #000000E6;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: ;
  font-size: 13px;
  line-height: 1.42857143;
  padding: 25px;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover .datepicker table tr td span.active.active:hover {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td span.active.active:hover {
  color: #fff;
  background: ;
  border-color: ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background: #111111;
  border-color: #111111;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background: none !important;
  border-color: ;
  -webkit-box-shadow: inset 0px 0px 0px 2px CC;
  -moz-box-shadow: inset 0px 0px 0px 2px CC;
  box-shadow: inset 0px 0px 0px 2px CC;

}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:hover:hover {
  background: CC;
  color: #ffffff;
}

.datepicker table tr td.event-day {
  position: relative; /* Necessario per posizionare l'elemento pseudo */
}

.datepicker table tr td.event-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra il cerchio rispetto al numero */
  width: 30px; /* Imposta la larghezza del cerchio */
  height: 30px; /* Imposta l'altezza del cerchio */
  background-color: 4d; /* Colore di sfondo del cerchio */
  border-radius: 50%; /* Trasforma l'elemento in un cerchio */
  z-index: 0; /* Mette il cerchio dietro il numero */
}

.box-clickable {
  cursor: pointer;
}

.input-group-addon,
.form-control + .input-group-addon:not(:first-child),
.form-control + .input-group-addon:not(:last-child) {
  border: none;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 10px;
  line-height: 2em;
  text-shadow: none;
  border-width: 0 0;
  margin-left: -5px;
  margin-right: -5px;
  color: ;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#lightcase-overlay {
  background: ;
  z-index: 10002;
  opacity: 0.9 !important;
}

#lightcase-case {
  z-index: 10003;
}

#lightcase-nav a {
  z-index: 10004 !important;
}

#lightcase-title, #lightcase-caption, #lightcase-sequenceInfo {
  color: #ffffff !important;
}

#lightcase-loading {
  z-index: 10003;
}

a.lightcase-icon-close {
  z-index: 10003;
}

form .form-control {
  padding: 6px 12px;
  height: 49px;
}
form select.form-control, form input.form-control, form textarea.form-control {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  border-radius: 0;
  font-size: 0.85em;
  color: ;
  border: none !important;
  font-weight: 400;
  box-shadow: 0 2px 8px 0 #000000CC;
  background-color: #ffffff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
form select.form-control::-webkit-input-placeholder, form input.form-control::-webkit-input-placeholder, form textarea.form-control::-webkit-input-placeholder {
  color:  #666666CC;
  font-style: italic;
}
form select.form-control:-moz-placeholder, form input.form-control:-moz-placeholder, form textarea.form-control:-moz-placeholder {
  color:  #666666CC;
  font-style: italic;
}
form select.form-control::-moz-placeholder, form input.form-control::-moz-placeholder, form textarea.form-control::-moz-placeholder {
  color:  #666666CC;
  font-style: italic;
}
form select.form-control:-ms-input-placeholder, form input.form-control:-ms-input-placeholder, form textarea.form-control:-ms-input-placeholder {
  color:  #666666CC;
  font-style: italic;
}
form select.form-control.input-lg, form input.form-control.input-lg, form textarea.form-control.input-lg {
  padding: 9px 12px;
  height: 55px;
  font-size: 18px !important;
}
form select.form-control:focus, form input.form-control:focus, form textarea.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: ;
  color: #111111;
}
form select.form-control.error, form input.form-control.error, form textarea.form-control.error {
  outline: #ff0000 solid 3px;
}
form select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 8px);
}
form textarea.form-control {
  min-height: 200px;
}

form label.blocklabel {
  width: 100%;
  display: block;
  margin-top: 11px;
  margin-bottom: 3px;
}

.checkbox input {
  height: 15px;
  margin-right: 7px;
}
.checkbox input.error {
  outline: #ff0000 solid 3px;
}

label.error {
  display: none !important;
}

label > input {
  margin-top: 6px !important;
}

.privacy-footer label > input {
  margin-top: 1px !important;
}

input, select, textarea {
  font-size: 16px !important;
}
input.error, select.error, textarea.error {
  border-color: #FF0000;
  outline: 0;
  box-shadow: 0 0 0 2px #FF0000;
}

.video-extender {
  min-height: 600px;
  height: 100vh;
}
@media (min-width: 0px) and (max-width: 1024px) and (orientation: portrait) {
  .video-extender {
    height: 650px;
    min-height: 650px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .video-extender {
    height: 85vh;
    min-height: 555px;
  }
}

.video-loop {
  overflow: hidden;
  background: #111111;
}
.video-loop:after {
 background-color: #000000CC;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-background {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
}

@media (min-width: 0px) and (max-width: 768px) and (orientation: portrait) {
  .video-loop {
    max-width: 100%;
  }
  .video-background {
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
.vimeo-background {
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
  background: #111111;
}
.vimeo-background:after {
  background-color: #000000CC;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vimeo-foreground,
.vimeo-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .vimeo-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .vimeo-foreground {
    width: 300%;
    left: -100%;
  }
}
.extender {
  min-height: 100vh;
  height: 100vh;
}
@media (min-width: 0px) and (max-width: 812px) {
  .extender {
    height: 600px;
  }
}

.half-extender {
  min-height: 400px;
  height: 60vh;
}
@media (min-width: 1600px) {
  .half-extender {
    min-height: 500px;
    height: 80vh;
  }
}
@media (min-width: 0px) and (max-width: 812px) {
  .half-extender {
    height: 40vh;
    min-height: 350px;
  }
}

.scale-container {
  display: table;
  width: 100%;
  height: 100%;
}
.scale-container .scale-container-body {
  display: table-cell;
  vertical-align: middle;
}

.center-margin {
  margin: 0 auto;
}

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

.b-border {
  border-bottom: 1px solid #eaeaeaE6;
}

.b-border-color {
  border-bottom: 1px solid #eaeaeaE6;
}

.t-border {
  border-top: 1px solid #eaeaeaE6;
}

.l-border {
  border-left: 1px solid #eaeaeaE6;
}

.r-border {
  border-right: 1px solid #eaeaeaE6;
}

.less-100 {
  width: 90%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .less-100 {
    width: 100%;
  }
}

.negative-t-margin {
  margin-top: -30px;
}

.set-relative {
  position: relative;
}

.noverflow {
  overflow: hidden;
}

.fa-margin-r {
  margin-right: 5px;
}

.fa-margin-l {
  margin-left: 5px;
}

.margin-r-s {
  margin-right: 10px;
}

img.widepic {
  width: 100%;
}

img.desaturate {
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
  -moz-filter: saturate(0%);
  -o-filter: saturate(0%);
  -ms-filter: saturate(0%);
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

/* bootstrap hack: fix content width inside hidden tabs (Otherwise slick slider won't work inside BS tabs!) */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block; /* undo display:none          */
  height: 0; /* height:0 is also invisible */
  overflow-y: hidden; /* no-overflow                */
}

.tab-content > .active,
.pill-content > .active {
  height: auto; /* let the content decide it  */
}

.box-padding-perc {
  padding: 10%;
}

.box-padding-xs {
  padding: 15px;
}

.box-padding-s {
  padding: 20px;
}

.box-padding-m {
  padding: 30px;
}

.box-padding-l {
  padding: 50px;
}

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

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

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

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

.no-tb-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.t-padding-xs {
  padding-top: 10px;
}

.t-padding-s {
  padding-top: 15px;
}

.t-padding-m {
  padding-top: 30px;
}

.t-padding-l {
  padding-top: 50px;
}

.t-padding-xl {
  padding-top: 80px;
}

.t-padding-xxl {
  padding-top: 120px;
}

.b-padding-xs {
  padding-bottom: 10px;
}

.b-padding-s {
  padding-bottom: 15px;
}

.b-padding-m {
  padding-bottom: 30px;
}

.b-padding-l {
  padding-bottom: 50px;
}

.b-padding-xl {
  padding-bottom: 80px;
}

.b-padding-xxl {
  padding-bottom: 100px;
}

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

.no-t-margin {
  margin-top: 0 !important;
}
.no-t-margin h1, .no-t-margin h2, .no-t-margin h3, .no-t-margin h4, .no-t-margin h5, .no-t-margin h6 {
  margin-top: 0 !important;
}

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

.no-side-margin {
  margin-left: 0;
  margin-right: 0;
}

.t-margin-xs {
  margin-top: 10px;
}

.t-margin-s {
  margin-top: 15px;
}

.t-margin-m {
  margin-top: 30px;
}

.t-margin-l {
  margin-top: 50px;
}

.t-margin-xl {
  margin-top: 80px;
}

.t-margin-xxl {
  margin-top: 120px;
}

.b-margin-xs {
  margin-bottom: 10px;
}

.b-margin-s {
  margin-bottom: 15px;
}

.b-margin-m {
  margin-bottom: 30px;
}

.b-margin-l {
  margin-bottom: 50px;
}

.b-margin-xl {
  margin-bottom: 80px;
}

.b-margin-xxl {
  margin-bottom: 100px;
}

@media (min-width: 993px) and (max-width: 1600px) {
  .box-padding-perc {
    padding: 7%;
  }
  .box-padding-xs {
    padding: 10px;
  }
  .box-padding-s {
    padding: 15px;
  }
  .box-padding-m {
    padding: 30px;
  }
  .box-padding-l {
    padding: 40px;
  }
  .t-padding-xs {
    padding-top: 10px;
  }
  .t-padding-s {
    padding-top: 15px;
  }
  .t-padding-m {
    padding-top: 30px;
  }
  .t-padding-l {
    padding-top: 50px;
  }
  .t-padding-xl {
    padding-top: 60px;
  }
  .t-padding-xxl {
    padding-top: 100px;
  }
  .b-padding-xs {
    padding-bottom: 10px;
  }
  .b-padding-s {
    padding-bottom: 15px;
  }
  .b-padding-m {
    padding-bottom: 30px;
  }
  .b-padding-l {
    padding-bottom: 50px;
  }
  .b-padding-xl {
    padding-bottom: 60px;
  }
  .b-padding-xxl {
    padding-bottom: 90px;
  }
  .t-margin-xs {
    margin-top: 10px;
  }
  .t-margin-s {
    margin-top: 15px;
  }
  .t-margin-m {
    margin-top: 30px;
  }
  .t-margin-l {
    margin-top: 50px;
  }
  .t-margin-xl {
    margin-top: 60px;
  }
  .t-margin-xxl {
    margin-top: 100px;
  }
  .b-margin-xs {
    margin-bottom: 10px;
  }
  .b-margin-s {
    margin-bottom: 15px;
  }
  .b-margin-m {
    margin-bottom: 30px;
  }
  .b-margin-l {
    margin-bottom: 50px;
  }
  .b-margin-xl {
    margin-bottom: 60px;
  }
  .b-margin-xxl {
    margin-bottom: 90px;
  }
}
@media (min-width: 0px) and (max-width: 992px) {
  .box-padding-perc {
    padding: 5%;
  }
  .box-padding-xs {
    padding: 5px;
  }
  .box-padding-s {
    padding: 15px;
  }
  .box-padding-m {
    padding: 20px;
  }
  .box-padding-l {
    padding: 30px;
  }
  .t-padding-xs {
    padding-top: 5px;
  }
  .t-padding-s {
    padding-top: 15px;
  }
  .t-padding-m {
    padding-top: 20px;
  }
  .t-padding-l {
    padding-top: 30px;
  }
  .t-padding-xl {
    padding-top: 40px;
  }
  .t-padding-xxl {
    padding-top: 50px;
  }
  .b-padding-xs {
    padding-bottom: 5px;
  }
  .b-padding-s {
    padding-bottom: 10px;
  }
  .b-padding-m {
    padding-bottom: 20px;
  }
  .b-padding-l {
    padding-bottom: 30px;
  }
  .b-padding-xl {
    padding-bottom: 40px;
  }
  .b-padding-xxl {
    padding-bottom: 50px;
  }
  .t-margin-xs {
    margin-top: 5px;
  }
  .t-margin-s {
    margin-top: 15px;
  }
  .t-margin-m {
    margin-top: 20px;
  }
  .t-margin-l {
    margin-top: 30px;
  }
  .t-margin-xl {
    margin-top: 40px;
  }
  .t-margin-xxl {
    margin-top: 50px;
  }
  .b-margin-xs {
    margin-bottom: 5px;
  }
  .b-margin-s {
    margin-bottom: 10px;
  }
  .b-margin-m {
    margin-bottom: 20px;
  }
  .b-margin-l {
    margin-bottom: 30px;
  }
  .b-margin-xl {
    margin-bottom: 40px;
  }
  .b-margin-xxl {
    margin-bottom: 50px;
  }
}
.b-padding-concrete {
  padding-bottom: 150px;
}

.b-padding-concrete-two {
  padding-bottom: 150px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .b-padding-concrete-two {
    padding-bottom: 120px;
  }
}

.justify {
  text-align: justify;
  text-justify: newspaper;
}

.centerize {
  margin: 0 auto;
}

.full-height {
  min-height: 100%;
}

.overlayer:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000CC;
   background-color: transparent !important;
  top: 0;
  bottom: 0;
}

.rounded {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.scroll-position-hack {
  position: absolute;
  top: -69px;
  height: 69px;
  width: 0;
}

#scroll-position {
  position: relative;
}

.map-scroll-position-hack {
  position: absolute;
  top: -69px;
  height: 5px;
  width: 0;
}

/**Avoid textfield input zooming on IOS**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
.cookies_list {
  overflow-y: scroll;
}
.cookies_list table {
  width: 100%;
}

textarea {
  resize: vertical;
}

.video-window {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: ;
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.hide-video-fs {
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 1;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 40px;
  height: 0;
  margin: 20px 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown {
  cursor: pointer;
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.dropdown .dropdown-menu {
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #666666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  will-change: transform;
  border-radius: 0;
  box-shadow: 0 5px 10px 0 #000000E6;
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 16px;
  display: block !important;
  padding: 6px 15px;
}
.dropdown .dropdown-menu .dropdown-item span {
  display: inline-block;
}
.dropdown .dropdown-menu .dropdown-item span img {
  display: none;
  width: 20px;
  max-height: 20px;
  margin-right: 10px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff !important;
  text-decoration: none;
  background-color: ;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #111111 !important;
  text-decoration: none;
  background-color: #eaeaea !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color:  !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: none !important;
}

/*Privacy collapse*/
.checkbox.privacy-check label {
  margin-bottom: 0;
}

.privacy-row {
  margin-bottom: 10px;
}

.privacy-send-wrapper {
  border-top: 1px solid #eaeaeaE6;
  padding-top: 10px;
}

.privacy-wrapper {
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #eaeaeaE6;
  padding: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .privacy-wrapper {
    padding: 15px;
  }
}
.privacy-wrapper.privacy-mobile {
  padding: 15px;
  border: none;
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: scroll; /* has to be scroll, not auto for momentum scrolling */
  -webkit-overflow-scrolling: touch;
}
.privacy-wrapper.privacy-mobile .privacy-footer {
  text-align: left;
}
.privacy-wrapper.privacy-mobile .privacy-content h1, .privacy-wrapper.privacy-mobile .privacy-content h2, .privacy-wrapper.privacy-mobile .privacy-content h3, .privacy-wrapper.privacy-mobile .privacy-content h4, .privacy-wrapper.privacy-mobile .privacy-content h5, .privacy-wrapper.privacy-mobile .privacy-content h6 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 15px;
  font-weight: 700;
}
.privacy-wrapper .privacy-content h1, .privacy-wrapper .privacy-content h2, .privacy-wrapper .privacy-content h3, .privacy-wrapper .privacy-content h4, .privacy-wrapper .privacy-content h5, .privacy-wrapper .privacy-content h6 {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 20px;
}
.privacy-wrapper .privacy-content p, .privacy-wrapper .privacy-content li, .privacy-wrapper .privacy-content a {
  font-size: 15px;
  line-height: 22px;
}
.privacy-wrapper .privacy-content li {
  margin-left: -24px;
}
.privacy-wrapper .privacy-footer {
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .privacy-wrapper .privacy-footer {
    text-align: left;
  }
}
.privacy-wrapper .privacy-footer .checkbox label {
  color:  !important;
  line-height: 1.2em;
}

.slider-in-content .slick-arrow {
  top: 15px !important;
}
.slider-in-content .slick-arrow.slick-prev {
  right: 80px;
  left: auto;
}
.slider-in-content .slick-arrow.slick-next {
  right: 35px;
}
.slider-in-content figure {
  border-radius: 0;
}
.slider-in-content .slick-list {
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.footer-nav dt {
  display: inline-block;
  margin-right: 25px;
}
.footer-nav dt a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
}
.footer-nav dt a:hover {
  color: #ffffff !important;
}

.additional-filter-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 768px) and (max-width: 993px) {
  .additional-filter-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .additional-filter-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .additional-filter-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.additional-filter-list ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.additional-filter-list ul > li {
  display: block;
  position: relative;
}
.additional-filter-list ul > li.filter-title {
  padding-top: 25px;
}
.additional-filter-list ul > li > a {
  font-size: 12px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.05em;
  padding: 3px 0;
  font-family: ;
  margin: 2px 0;
  color: ; !important;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  right: 0;
}
.additional-filter-list ul > li > a:hover {
  color:  !important;
  background: none;
}
.additional-filter-list ul > li > a.active {
  color:  !important;
}
.additional-filter-list ul > li h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.form-ecommerce .form-row {
  margin-bottom: 15px;
}

/*************************** STYLES FOR THIS THEME ************************************************************************************************/
.footer-brands {
  margin-bottom: 20px;
}
.footer-brands img {
  display: inline-block;
  max-width: 130px;
  width: 100%;
  margin-right: 30px;
  vertical-align: middle;
}

.logo-regione {
  bottom: 130px;
  right: 20px;
  z-index: 1;
  position: absolute;
  max-width: 150px;
}
@media (min-width: 0px) and (max-width: 1920px) {
  .logo-regione {
    bottom: 90px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .logo-regione {
    bottom: 50px;
  }
}

.infowindow-wrapper {
  margin: 10px;
  margin-top: 0;
}
.infowindow-wrapper .text-wrapper {
  display: inline-block;
  min-width: 150px;
  padding-left: 10px;
}
.infowindow-wrapper .text-wrapper a {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  background-color: ;
  padding: 5px 15px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.infowindow-wrapper .text-wrapper p {
  margin-bottom: 10px;
}
.infowindow-wrapper .text-wrapper h3 {
  margin-bottom: 10px;
}
.infowindow-wrapper .picture-wrapper {
  display: inline-block;
  width: 100px;
}
.infowindow-wrapper .picture-wrapper img {
  width: 100%;
  height: auto;
}

/*aggiunto da alice*/
.infowindow-wrapper h3, .infowindow-wrapper p {
 color: 
}

.load-potosi, .load-oruro, .load-lapaz {
  display: none;
}

.main-footer {
  padding-bottom: 200px;
  padding-top: 100px;
  background-color: ;
}
.main-footer:before_noo {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  /*background-image: url(../img/footer-candy.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;*/
  width: 100%; /* La larghezza è la stessa del contenitore */
  height: 50px; /* Altezza del triangolo */
  background-color: #ffffff; /* Colore di sfondo del triangolo */
  clip-path: polygon(0% 0%, 16% 100%, 100% 0%); /* Forma del triangolo */
}
.main-footer nav a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
}
.main-footer nav a:hover {
  color: #ffffff !important;
}
.main-footer nav a.bright-link {
  color: #ffffff;
  font-weight: 700;
}
.main-footer nav a.bright-link:hover {
  color: #ffffff !important;
}

.standard-box .address-box {
  background-color: #ffffff;
  border: 5px solid ;
  border-radius: 4px;
  padding: 30px;
}
.standard-box .address-box p {
  margin: 0;
  color: ;
}
.standard-box .address-box a {
  color: #ffffff;
  font-weight: 700;
}

.info-box-dt {
  margin-bottom: 30px;
}

dl.main-list, .single-item {
  margin-bottom: 0;
}
dl.main-list .img-rect, .single-item .img-rect {
  border-radius: 0px;
}
dl.main-list dt, dl.main-list > div, .single-item dt, .single-item > div {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  dl.main-list dt, dl.main-list > div, .single-item dt, .single-item > div {
    margin-bottom: 20px;
  }
}
dl.main-list dt > a:hover, dl.main-list > div > a:hover, .single-item dt > a:hover, .single-item > div > a:hover {
  opacity: 0.8;
}
dl.main-list dt .remove-item, dl.main-list > div .remove-item, .single-item dt .remove-item, .single-item > div .remove-item {
  position: absolute;
  top: 10px;
  left: 40px;
}
dl.main-list dt .item-cta, dl.main-list > div .item-cta, .single-item dt .item-cta, .single-item > div .item-cta {
  border-bottom: 1px solid #eaeaeaE6;
  margin-bottom: 15px;
}
dl.main-list dt .item-cta .wishlist-add, dl.main-list > div .item-cta .wishlist-add, .single-item dt .item-cta .wishlist-add, .single-item > div .item-cta .wishlist-add {
  display: inline-block;
  width: 10%;
  text-align: right;
}
dl.main-list dt .item-cta .wishlist-add img, dl.main-list > div .item-cta .wishlist-add img, .single-item dt .item-cta .wishlist-add img, .single-item > div .item-cta .wishlist-add img {
  margin: 0 auto;
}
dl.main-list dt .item-cta .action-btn, dl.main-list > div .item-cta .action-btn, .single-item dt .item-cta .action-btn, .single-item > div .item-cta .action-btn {
  margin: none;
  float: right;
  display: inline-block;
  width: 40%;
  background-color: ;
  padding: 10px 10px;
  text-align: center;
  outline: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  transition: 0.18s;
  -webkit-transition: 0.18s;
  font-family: ;
  font-size: 11px;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  color: #ffffff;
}
dl.main-list dt .item-cta .action-btn:hover, dl.main-list > div .item-cta .action-btn:hover, .single-item dt .item-cta .action-btn:hover, .single-item > div .item-cta .action-btn:hover {
  color: #ffffff;
  background-color: ;
}
dl.main-list dt .item-cta .location-title, dl.main-list > div .item-cta .location-title, .single-item dt .item-cta .location-title, .single-item > div .item-cta .location-title {
  display: inline-block;
  max-width: 160px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding-top: 7px;
  text-transform: uppercase;
  font-weight: 300;
}
dl.main-list dt .item-data, dl.main-list > div .item-data, .single-item dt .item-data, .single-item > div .item-data {
  font-size: 0;
}
dl.main-list dt .item-data .item-title, dl.main-list > div .item-data .item-title, .single-item dt .item-data .item-title, .single-item > div .item-data .item-title {
  font-size: 20px !important;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: ;
}
dl.main-list dt .item-data .item-features p, dl.main-list > div .item-data .item-features p, .single-item dt .item-data .item-features p, .single-item > div .item-data .item-features p {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: ;
  font-family: ;
}
dl.main-list dt .item-data .item-desc, dl.main-list > div .item-data .item-desc, .single-item dt .item-data .item-desc, .single-item > div .item-data .item-desc {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}



dl.main-list dt .item-data .item-pricing, dl.main-list > div .item-data .item-pricing, .single-item dt .item-data .item-pricing, .single-item > div .item-data .item-pricing {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  text-align: right;
}
dl.main-list dt .item-data .item-pricing p, dl.main-list > div .item-data .item-pricing p, .single-item dt .item-data .item-pricing p, .single-item > div .item-data .item-pricing p {
  font-size: 20px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  font-family: ;
}
dl.main-list dt .item-data .item-pricing p span, dl.main-list > div .item-data .item-pricing p span, .single-item dt .item-data .item-pricing p span, .single-item > div .item-data .item-pricing p span {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 15px;
  display: block;
}



.card-date {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
}

.cart-item {
   border: 1px solid #eaeaeaE6;
  background-color: #eaeaeacc;

  padding: 20px;
  margin-bottom: 30px;
}
.cart-item:last-child {
  margin-bottom: 0;
}
.cart-item .cart-item-desc {
  padding-left: 15px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .cart-item .cart-item-desc {
    padding-left: 0;
  }
}
.cart-item .cart-item-desc p {
  margin: 0;
}
.cart-item .cart-item-desc dl {
  margin: 0;
  padding-top: 15px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  max-width: 300px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cart-item .cart-item-desc dl {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.cart-item .cart-item-desc dl dt {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-right: 15px;
}
.cart-item .single-item > div {
  margin-bottom: 10px !important;
}

.column-slider .slick-dots {
  padding-top: 5px;
  margin-bottom: 10px;
}
.column-slider dt, .column-slider .standard-card {
  margin-bottom: 0 !important;
}

.list-wrapper {
  padding-top: 50px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .list-wrapper {
    padding-top: 70px;
  }
}

ul.list-options {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  float: right;
  min-height: 50px;
}
ul.list-options.double-option {
  margin-right: 20px !important;
}
ul.list-options li > a {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
  display: block;
  text-align: right;
  color: ; !important;
}
ul.list-options li > a i {
  transform: translate(0, -3px);
}
@media (min-width: 0px) and (max-width: 767px) {
  ul.list-options {
    float: none;
    margin-top: -20px;
    margin-bottom: 15px !important;
    display: inline-block;
  }
  ul.list-options.double-option {
    margin-right: 0px !important;
    margin-left: 20px !important;
  }
  ul.list-options li > a {
    text-align: left;
  }
}

.rating {
  display: inline-block;
  width: 45%;
  font-size: 0;
}
.rating i {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 3px;
  background-image: url(../img/icon-star-empty.svg);
  background-size: 10px 9px;
  background-repeat: no-repeat;
  font-size: 0;
}
.rating i.ok-rated {
  background-image: url(../img/icon-star-full.svg);
}

.cart-countdown-wrapper {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #eaeaeaE6;
}
.cart-countdown-wrapper .cart-countdown {
  text-align: center;
}
.cart-countdown-wrapper .cart-countdown p {
  margin-bottom: 15px;
}
.cart-countdown-wrapper .cart-countdown .counter {
  font-size: 0;
  border: 1px solid #ffffffCC;
  display: block;
  margin-bottom: 15px;
}
.cart-countdown-wrapper .cart-countdown .counter span {
  display: inline-block;
  color: ;
  padding: 3px 10px;
  font-size: 20px;
  line-height: 24px;
  margin: 5px;
  width: calc(50% - 15px);
  font-weight: 700;
}
.cart-countdown-wrapper .cart-countdown .counter span:first-child {
  border-right: 1px solid #ffffffE6;
}
.cart-countdown-wrapper .cart-countdown.disabled span {
  color: #FF0000 !important;
  font-size: 20px;
  font-weight: 700 !important;
}
.cart-countdown-wrapper .cart-countdown.disabled .cart-avail-message {
  display: none;
}
.cart-countdown-wrapper .cart-countdown.disabled .btn {
  display: none;
}
.cart-countdown-wrapper .cart-countdown.disabled .counter {
  border: none;
}

.side-summary {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #eaeaeaE6;
}
.side-summary dl {
  margin: 0;
}
.side-summary dl dt {
  margin-bottom: 15px;
}
.side-summary dl dt a {
  font-size: 16px;
  line-height: 17px;
}
.side-summary dl dt a span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: #666666;
}

.side-options {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #eaeaeaE6;
}

.side-checkout {
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.side-checkout span {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}

.address-select dl {
  margin-bottom: 30px;
}
.address-select dl dt {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
  font-weight: 700;
}
.address-select dl dt span {
  font-weight: 400;
}

.cart-privacy-check {
  margin-bottom: 20px;
  height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #eaeaeaE6;
  padding: 20px;
}
.cart-privacy-check h1, .cart-privacy-check h2, .cart-privacy-check h3, .cart-privacy-check h4, .cart-privacy-check h5, .cart-privacy-check h6 {
  font-weight: 700;
}

.code-applied {
  text-decoration: line-through;
  font-weight: 400 !important;
  color: #666666 !important;
}

.side-nav {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 400ms cubic-bezier(0.895, 0.195, 0.225, 0.845); /* custom */
}
@media (min-width: 0px) and (max-width: 991px) {
  .side-nav {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 250px;
    opacity: 1;
    z-index: 1;
    -ms-transform: translate(-255px, 0); /* IE 9 */
    -webkit-transform: translate(-255px, 0); /* Safari */
    transform: translate(-255px, 0);
  }
}
.side-nav.open {
  border-radius: 0;
  opacity: 1;
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}
.side-nav .close-side-menu {
  position: absolute;
  width: 100px;
  height: 49px;
  background-color: #1111111A;
  margin-top: 0;
  right: -105px;
  cursor: pointer;
  display: none;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
}
.side-nav .close-side-menu i {
  color:  !important;
}
@media (min-width: 0px) and (max-width: 991px) {
  .side-nav .close-side-menu {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .side-nav .close-side-menu {
    font-size: 12px;
    width: 70px;
    right: -70px;
  }
  .side-nav .close-side-menu:after {
    left: 70px;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  .v-scroll {
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto for momentum scrolling */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .v-scroll::-webkit-scrollbar {
    display: none !important;
  }
}
@media (min-width: 812px) and (max-width: 1024px) {
  .v-scroll {
    max-height: 500px;
  }
}
@media (min-width: 415px) and (max-width: 811px) {
  .v-scroll {
    max-height: 800px;
  }
}
@media (min-width: 321px) and (max-width: 414px) {
  .v-scroll {
    max-height: 520px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .v-scroll {
    max-height: 400px;
  }
}

.big-check label {
  font-size: 16px;
  line-height: 18px;
  color: #111111 !important;
  font-weight: 700 !important;
  color:  !important;
}

label.big-radio {
  font-size: 16px;
  line-height: 18px;
  color: #000000 !important;
  font-weight: 700 !important;
  color:  !important;
}

.sidebar-search:after {
  display: block;
  clear: both;
  content: "";
}
.sidebar-search input.form-control {
  background-color: #eaeaea ;
  width: calc(100% - 49px);
  font-size: 15px !important;
  color: ;
  border: none;
  box-shadow: none;
  float: left;
  font-weight: 700;
}
.sidebar-search input.form-control::-webkit-input-placeholder {
  color: #666666;
  font-style: italic;
  font-weight: 400;
}
.sidebar-search input.form-control:-moz-placeholder {
  color: #666666;
  font-style: italic;
  font-weight: 400;
}
.sidebar-search input.form-control::-moz-placeholder {
  color: #666666;
  font-style: italic;
  font-weight: 400;
}
.sidebar-search input.form-control:-ms-input-placeholder {
  color: #666666;
  font-style: italic;
  font-weight: 400;
}
.sidebar-search input.form-control:focus {
  background-color: #eaeaea ;
}
.sidebar-search input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px  inset;
  -webkit-text-fill-color: #ffffff !important;
}
.sidebar-search a.search-btn, .sidebar-search input.search-btn {
  position: relative;
  background-image: url(../img/icon-search-colpar.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 49px 49px;
  background-color: ;
  width: 49px;
  height: 49px;
  float: left;
  border: none !important;
}

.sidebar {
  border: 1px solid #eaeaeaE6;
  border-top: none;
  position: relative;
  top: -100px;
  background-color: #ffffff;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 991px) {
  .sidebar {
    webkit-box-shadow: 7px 7px 20px 0px #000000CC;
    -moz-box-shadow: 7px 7px 20px 0px #000000CC;
    box-shadow: 7px 7px 20px 0px #000000CC;

  }
}

.sticky {
  top: 0px;
}

.side-item-slider {
  margin-bottom: 0;
}
.side-item-slider dt {
  margin: 0 30px;
}
@media (min-width: 0px) and (max-width: 481px) {
  .side-item-slider dt {
    margin: 0 10px;
  }
}
.side-item-slider dt .slide-data-img {
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .side-item-slider dt .slide-data-img {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.side-item-slider dt .slide-data-img .img-rect {
  border-radius: 0px;
  overflow: hidden;
}
.side-item-slider dt .slide-data-wrapper .rating-wrapper {
  margin-bottom: 15px;
  margin-top: -8px;
  border-bottom: 1px solid #eaeaeaE6;
}
.side-item-slider dt .slide-data-wrapper .rating-wrapper time {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: ;
}
.side-item-slider dt .slide-data-wrapper .slide-data h3 {
  font-size: 18px;
  color: ;
  line-height: 20px;
  font-weight: 800;
}
.side-item-slider dt .slide-data-wrapper .slide-data p {
  font-size: 16px;
  line-height: 22px;
}
.side-item-slider dt .slide-data-wrapper .slide-cta {
  border-top: 1px solid #eaeaeaE6;
}
.side-item-slider dt .slide-data-wrapper .slide-cta .pricing {
  float: left;
}
.side-item-slider dt .slide-data-wrapper .slide-cta .pricing span {
  font-size: 16px;
  color: ;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.side-item-slider dt .slide-data-wrapper .slide-cta .pricing span + span {
  font-weight: 400;
  text-decoration: line-through;
}
.side-item-slider dt .slide-data-wrapper .slide-cta .action-btn {
  margin: none;
  float: right;
  display: inline-block;
  width: 40%;
  background-color: ;
  padding: 10px 10px;
  text-align: center;
  outline: 0px;
  -webkit-appearance: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.18s;
  -webkit-transition: 0.18s;
  font-family: ;
  font-size: 11px;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  color: #ffffff;
}
.side-item-slider dt .slide-data-wrapper .slide-cta .action-btn:hover {
  color: #ffffff;
  background-color: ;
}
.side-item-slider .slick-arrow {
  bottom: -100px;
  width: 49px;
  height: 49px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .side-item-slider .slick-arrow {
    margin: 0;
    bottom: -75px;
  }
}
.side-item-slider .slick-arrow img {
  width: 49px;
  height: 49px;
}
.side-item-slider .slick-arrow.slick-next {
  right: calc(50% - 55px);
  left: auto;
}
.side-item-slider .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% - 55px);
  display: none;
}

.standard-box .auroramenu {
  margin-bottom: 0;
  border: 1px solid #eaeaeaE6;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.standard-box .auroramenu.straight-down ul li {
  display: block;
}
.standard-box .auroramenu.straight-down ul li a {
  font-weight: 700;
}
.standard-box .auroramenu.straight-down ul li span {
  display: block;
  font-weight: 400;
}
.standard-box .auroramenu.straight-down a.dropper {
  background-image: url(../img/icon-tutti.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: 22px;
}
.standard-box .auroramenu li > ul {
  display: none;
}
.standard-box .auroramenu-styles,
.standard-box .auroramenu-styles ul {
  padding: 0;
  list-style-type: none;
}
.standard-box .auroramenu-styles > li > a, .standard-box .auroramenu-styles > li > div {
  border-top: 1px  solid #eaeaeaE6;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: ;
  transition: 0.15s ease-in-out;
  padding: 18px 15px;
  position: relative;
  line-height: 15px;
  min-height: 50px;
  padding-right: 60px;
}
@media (min-width: 0px) and (max-width: 414px) {
  .standard-box .auroramenu-styles > li > a, .standard-box .auroramenu-styles > li > div {
    min-height: 30px;
    padding: 14px 15px;
    font-size: 14px;
    line-height: 14px;
  }
}
.standard-box .auroramenu-styles li:first-child a {
  border-top: none;
}
.standard-box .auroramenu-styles > li > a.dropper:after, .standard-box .auroramenu-styles > li > div.dropper:after {
  content: "";
  float: right;
  background-image: url(https://img.icons8.com/android/24//plus.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 50px;
  min-height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 1px solid #eaeaeaE6;
}
.standard-box .auroramenu-styles ul {
  border-top: 1px #eaeaeaE6 solid;
  position: relative;
}
.standard-box .auroramenu-styles > li > a.dropper.open:after, .standard-box .auroramenu-styles > li > div.dropper.open:after {
  content: "";
  background-image: url(https://img.icons8.com/material-outlined/24//minus.png);
  background-size: 12px 2px;
}
.standard-box .auroramenu-styles a, .standard-box .auroramenu-styles div {
  color: ;
  background-color: transparent;
  display: block;
  padding: 8px 0;
}
.standard-box .auroramenu-styles a:hover,
.standard-box .auroramenu-styles a:focus,
.standard-box .auroramenu-styles div:hover,
.standard-box .auroramenu-styles div:focus {
  text-decoration: none;
  color: ;
}
.standard-box .auroramenu-styles a:hover, .standard-box .auroramenu-styles div:hover {
  color: ;
}
.standard-box .auroramenu-styles a.active, .standard-box .auroramenu-styles div.active {
  color: ;
}
.standard-box .auroramenu-styles ul {
  padding: 15px;
  padding-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 414px) {
  .standard-box .auroramenu-styles ul {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.standard-box .auroramenu-styles ul a, .standard-box .auroramenu-styles ul div {
  color: ;
  text-transform: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 6px 0;
  border: none !important;
}
.standard-box .auroramenu-styles ul a.active, .standard-box .auroramenu-styles ul div.active {
  color: ;
}
.standard-box .auroramenu-styles ul li {
  display: inline-block;
  margin-right: 20px;
}
.standard-box .auroramenu-styles ul li.list-more {
  position: absolute;
  right: -20px;
  bottom: 0px;
  margin-bottom: 0;
}
.standard-box .auroramenu-styles ul li.list-more div {
  background-color: ;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  padding: 5px 8px;
  width: 50px;
  letter-spacing: -0.05em;
  text-align: center;
}
.standard-box .auroramenu-styles ul li.reset-filters a {
  color: #666666;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}
.sub-links a {
  display: inline-block;
  margin-right: 20px;
  color: #ffffff !important;
}

.micro-mark {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  background-color: ;
  font-size: 10px;
  padding: 7px;
  line-height: 11px;
  z-index: 1;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.type-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00000099;
  width: 100%;
  height: 25px;
  border-radius: 0;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px;
  line-height: 10px;
}
.type-icon img {
  position: relative;
  left: auto;
  height: auto;
  width: auto;
  visibility: visible;
  height: 14px;
  margin-right: 5px;
  margin-top: -1px;
  display: inline-block;
}

dl.micro-menu {
  margin: 0;
  font-size: 0;
  margin-top: -5px;
  margin-bottom: 10px;
}
dl.micro-menu dt {
  display: inline-block;
  margin-right: 15px;
}
dl.micro-menu dt:last-child {
  margin-right: 0;
}
dl.micro-menu dt a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 0.05em;
}
dl.micro-menu dt a:hover {
  color: ;
}

@media (min-width: 0px) and (max-width: 768px) {
  .time-travel-pusher {
    text-align: center;
    padding-top: 10px;
  }
}
.time-travel-pusher a img {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.time-travel-pusher a:hover img {
  -webkit-box-shadow: 0px 0px 45px 0px #000000CC;
  -moz-box-shadow: 0px 0px 45px 0px #000000CC;
  box-shadow: 0px 0px 45px 0px #000000CC;

}

.neutral-standard {
  background-color: #eaeaea;
}

.item-list .standard-card {
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .item-list .standard-card {
    margin: 0;
    margin-bottom: 30px;
  }
}
.item-list .standard-card .standard-card-title {
  max-width: 90%;
}
.item-list .standard-card .standard-card-title h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.item-list .standard-card .squ-icon {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.item-list .standard-card:hover .standard-card-title h3 {
  color: ;
}
.item-list .standard-card:hover .squ-icon {
  -ms-transform: translate(0, 0px); /* IE 9 */
  -webkit-transform: translate(0, 0px); /* Safari */
  transform: translate(0, 0px);
}
.item-list .standard-card .img-rect {
  margin-bottom: 20px;
  border-radius: 0px;
}
.item-list .standard-card .micro-title {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  font-weight: 700;
  color: ;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Numero di linee da mostrare */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-list .standard-card .standard-card-desc {
  max-width: 90%;
}
.item-list .standard-card .standard-card-desc p {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  .item-list.short-list dt:last-child {
    display: none !important;
  }
}

span.fake-link {
  color: ;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  padding-top: 5px;
  display: none;
  font-weight: 700;
}

a.kumbe-link {
  float: right;
  font-weight: 400 !important;
  font-size: 12px;
 color: #000000CC;
  padding: 15px 0;
  font-size: 13px;
  line-height: 18px;
  vertical-align: top;
  display: block;
  margin-right: 0;
}
a.kumbe-link span {
  transition: 0.15s ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
}
a.kumbe-link:hover span {
  color: ;
}

.quick-alert {
  padding: 30px;
  margin-top: 30px;
  background-color: #eaeaea;
  border-radius: 4px;
}
.quick-alert h1, .quick-alert h2, .quick-alert h3, .quick-alert h4, .quick-alert h5, .quick-alert h6, .quick-alert p, .quick-alert li, .quick-alert dt {
  color: ;
  margin: 0;
}
.quick-alert h1, .quick-alert h2, .quick-alert h3, .quick-alert h4, .quick-alert h5, .quick-alert h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quick-alert time {
  font-size: 18px;
  line-height: 20px;
  color: ;
  text-transform: uppercase;
  font-weight: 400;
}
.quick-alert p, .quick-alert li, .quick-alert dt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: ;
}
.quick-alert a:not(.btn) {
  color:  !important;
  text-decoration: underline !important;
  font-weight: 700;
}
.quick-alert a.closing, .quick-alert a.opening {
  color: ;
  font-weight: 400;
}

.slider-container {
  position: relative;
  max-width: 1325px;
  margin: 0 auto;
}

.event-slider {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-slider {
    margin-bottom: 20px;
  }
}
.event-slider .slick-arrow {
  top: 30px;
  right: 40px;
}
.event-slider .slick-arrow.slick-prev {
  left: auto;
  right: 96px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-slider .slick-arrow {
    right: 60px;
  }
  .event-slider .slick-arrow.slick-prev {
    display: none !important;
    left: auto;
    right: 108px;
  }
}
.event-slider .img-rect:before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-slider .img-rect:before {
    padding-top: 63%;
  }
}

.event-section header {
  position: absolute;
  top: 0;
  left: 10px;
  background-color: ; !important;
  padding: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-section header {
    left: 30px;
    padding: 15px;
  }
}
.event-section header h1 {
  color: #ffffff !important;
  font-weight: 800;
  margin-bottom: 0;
  padding: 0;
  line-height: 47px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-section header h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.event-section dl.event-slider dt {
  position: relative;
  padding: 0 10px;
}
.event-section dl.event-slider dt .event-desc {
  padding-left: 70px;
  max-width: 450px;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.event-section dl.event-slider dt .event-desc .squ-icon {
  position: absolute;
  left: 0px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-section dl.event-slider dt .event-desc {
    bottom: 0;
    margin-bottom: 30px;
  }
}

.event-section dl.event-slider dt .event-desc h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  color: #ffffff;
}
.event-section dl.event-slider dt .event-desc time {
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
.event-section dl.event-slider dt .event-desc p {
  margin: 0;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-section dl.event-slider dt .event-desc {
    padding-left: 0px;
    position: relative;
    padding-top: 2px;
    max-width: 95%;
  }
  .event-section dl.event-slider dt .event-desc .squ-icon {
    display: none;
  }
  .event-section dl.event-slider dt .event-desc .date-reset {
    margin-left: 15px;
  }
  .event-section dl.event-slider dt .event-desc h2, .event-section dl.event-slider dt .event-desc p, .event-section dl.event-slider dt .event-desc time {
    color: ;
  }
  .event-section dl.event-slider dt .event-desc h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
  }
  .event-section dl.event-slider dt .event-desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .event-section dl.event-slider dt .event-desc time {
    padding-top: 15px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.event-section dl.event-slider dt .img-rect:after {
  background-color: #00000045;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .event-section dl.event-slider dt .img-rect:after {
    background-color: #00000001;
  }
}
.event-section dl.event-slider dt .img-rect:hover:after {
  background-color: #00000001;
}

.intro-sub-header h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 800;
}

.standard-box .cta-pusher {
  -ms-transform: translate(0px, -285px); /* IE 9 */
  -webkit-transform: translate(0px, -285px); /* Safari */
  transform: translate(0px, -285px);
  background-color: ;
  position: relative;
  transition: 0.5s ease-in-out;
}
.standard-box .cta-pusher.final-pos {
  -ms-transform: translate(0px, 0); /* IE 9 */
  -webkit-transform: translate(0px, 0); /* Safari */
  transform: translate(0px, 0);
}
@media (min-width: 0px) and (max-width: 1365px) {
  .standard-box .cta-pusher {
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
  }
  .standard-box .cta-pusher.final-pos {
    -ms-transform: translate(0px, 0); /* IE 9 */
    -webkit-transform: translate(0px, 0); /* Safari */
    transform: translate(0px, 0);
  }
}
.standard-box .cta-pusher:after {
  content: "";
  position: absolute;
  background-image: url(../img/bottom-hook.svg);
  background-size: 24px 40px;
  width: 24px;
  height: 40px;
  background-position: top left;
  bottom: -39px;
  left: 0;
}
.standard-box .cta-pusher a {
  font-size: 0;
}
.standard-box .cta-pusher a span {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  padding: 20px;
}
.standard-box .cta-pusher a span h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.standard-box .cta-pusher a span p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.standard-box .cta-pusher a span + span {
  width: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 1365px) {
  .standard-box .cta-pusher a span, .standard-box .cta-pusher a span + span {
    display: block;
    width: 100%;
    padding: 30px;
  }
  .standard-box .cta-pusher a span + span {
    display: none;
    padding: 0;
  }
}

.standard-box .cta-pusher-still {
  background-color: ;
  position: relative;
  transition: 0.5s ease-in-out;
  -ms-transform: translate(0px, 0); /* IE 9 */
  -webkit-transform: translate(0px, 0); /* Safari */
  transform: translate(0px, 0);
}
@media (min-width: 0px) and (max-width: 1365px) {
  .standard-box .cta-pusher-still {
    -ms-transform: translate(0px, 0); /* IE 9 */
    -webkit-transform: translate(0px, 0); /* Safari */
    transform: translate(0px, 0);
  }
}
.standard-box .cta-pusher-still:after {
  content: "";
  position: absolute;
  background-image: url(../img/bottom-hook.svg);
  background-size: 24px 40px;
  width: 24px;
  height: 40px;
  background-position: top left;
  bottom: -39px;
  left: 0;
}
.standard-box .cta-pusher-still a {
  font-size: 0;
}
.standard-box .cta-pusher-still a span {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  padding: 20px;
}
.standard-box .cta-pusher-still a span h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.standard-box .cta-pusher-still a span p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.standard-box .cta-pusher-still a span + span {
  width: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 1365px) {
  .standard-box .cta-pusher-still a span, .standard-box .cta-pusher-still a span + span {
    display: block;
    width: 100%;
    padding: 30px;
  }
  .standard-box .cta-pusher-still a span + span {
    display: none;
    padding: 0;
  }
}

.standard-box .cta-pusher-internal {
  background-color: ;
  position: relative;
  transition: 0.5s ease-in-out;
  padding: 30px;
  display: block;
  background-image: url(../img/small-italy.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.standard-box .cta-pusher-internal h3, .standard-box .cta-pusher-internal p, .standard-box .cta-pusher-internal a {
  color: #ffffff;
}
.standard-box .cta-pusher-internal p {
  font-weight: 400;
}
.standard-box .cta-pusher-internal:after {
  content: "";
  position: absolute;
  background-image: url(../img/bottom-hook.svg);
  background-size: 24px 40px;
  width: 24px;
  height: 40px;
  background-position: top left;
  bottom: -39px;
  left: 0;
}

.first-letter ::first-letter {
  color:  !important;
}

a.scroll-arrow {
  width: 49px;
  height: 49px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  display: block;
  background-position: center center;
  background-image: url(../img/scroll-arrow.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
a.scroll-arrow:hover {
  border-color: ;
}

.header-actions {
  margin-top: 15px;
}
.header-actions .scroll-arrow, .header-actions form {
  float: left;
}
.header-actions .scroll-arrow {
  margin-right: 10px;
}
@media (min-width: 0px) and (max-width: 812px) {
  .header-actions .scroll-arrow {
    display: none;
  }
}
.header-actions form input.form-control {
  background-color: #ffffff33;
  width: 270px;
  font-size: 13px !important;
  color: #333333;
  border: none;
  box-shadow: none;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.header-actions form input.form-control::-webkit-input-placeholder {
 color: #ffffff4D;
  font-weight: 700;
}
.header-actions form input.form-control:-moz-placeholder {
  color: #ffffff4D;
  font-weight: 700;
}
.header-actions form input.form-control::-moz-placeholder {
color: #ffffff4D;
  font-weight: 700;
}
.header-actions form input.form-control:-ms-input-placeholder {
  color: #ffffff4D;
  font-weight: 700;
}
.header-actions form input.form-control:focus {
  background-color: #ffffff99 !important;
  color: #333333;
}
@media (min-width: 0px) and (max-width: 413px) {
  .header-actions form input.form-control {
    width: 200px;
  }
}
.header-actions form input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px  inset;
  -webkit-text-fill-color: #ffffff !important;
}
.header-actions form a.search-btn, .header-actions form input.search-btn {
  position: relative;
  background-image: url(../img/icon-search-colpar.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 49px 49px;
  background-color: ;
  width: 49px;
  height: 49px;
  float: left;
  margin-left: -1px;
  cursor: pointer;
  border: none !important;
  text-indent: -9999px; /* Nascondi il testo del pulsante */
  overflow: hidden; /* Assicurati che il testo nascosto non influisca sul layout */
  padding: 0; /* Rimuovi il padding */
  margin: 0; /* Rimuovi il margine */
}
.header-actions .btn {
  float: left;
  margin-right: 10px;
  background-image: url("https://img.icons8.com/pixels/32/ffffff/calendar.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding: 17px 20px 17px 45px;
  border: 1px solid #ffffff;
  font-family: ;
}
@media (min-width: 0px) and (max-width: 767px) {
  .header-actions .btn {
    margin-bottom: 10px;
  }
}
@media (min-width: 414px) and (max-width: 767px) {
  .header-actions .btn {
    width: 317px;
  }
}
@media (min-width: 0px) and (max-width: 413px) {
  .header-actions .btn {
    width: 247px;
  }
}

.header-actions .btn:hover {
  background-color:  !important;
}

.show-auto-search {
  position: relative;
}

.auto-search, .auto-search-overlay {
  position: absolute;
  display: none;
  z-index: 1;
  background-color: #ffffff;
  -ms-transform: translate(0px, 49px); /* IE 9 */
  -webkit-transform: translate(0px, 49px); /* Safari prior 9.0 */
  transform: translate(0px, 49px); /* Standard syntax */
    -webkit-box-shadow: 0px 7px 21px 0px #000000CC;
  -moz-box-shadow: 0px 7px 21px 0px #000000CC;
  box-shadow: 0px 7px 21px 0px #000000CC;

}
.auto-search.suggest, .auto-search-overlay.suggest {
  display: block;
}
.auto-search dl, .auto-search-overlay dl {
  font-size: 0;
  margin: 0;
  max-height: 280px;
  max-width: 640px;
  overflow-x: hidden;
  overflow-y: auto; /* has to be scroll, not auto for momentum scrolling */
}
@media (min-width: 0px) and (max-width: 768px) {
  .auto-search dl, .auto-search-overlay dl {
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto for momentum scrolling */
    -webkit-overflow-scrolling: touch;
  }
}
.auto-search dl dt a, .auto-search-overlay dl dt a {
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 15px;
}
.auto-search dl dt a .search-image, .auto-search-overlay dl dt a .search-image {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}
.auto-search dl dt a .search-desc, .auto-search-overlay dl dt a .search-desc {
  display: inline-block;
  width: 75%;
  padding: 0 0 0 15px;
  vertical-align: middle;
}
.auto-search dl dt a .search-desc p, .auto-search-overlay dl dt a .search-desc p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #666666;
}
.auto-search dl dt a .search-desc h5, .auto-search-overlay dl dt a .search-desc h5 {
  color: ;
  font-size: 17px;
  line-height: 20px !important;
  margin-bottom: 2px;
  font-weight: 700;
  padding: 0;
}
.auto-search dl dt a:hover, .auto-search-overlay dl dt a:hover {
  background-color: #eaeaea;
}
.auto-search dl dt a:hover .search-desc p b, .auto-search-overlay dl dt a:hover .search-desc p b {
  color: #111111;
}
@media (min-width: 500px) and (max-width: 992px) {
  .auto-search dl, .auto-search-overlay dl {
    max-width: 400px;
  }
  .auto-search dl dt a .search-image, .auto-search-overlay dl dt a .search-image {
    vertical-align: top;
  }
  .auto-search dl dt a .search-image .img-rect:before, .auto-search-overlay dl dt a .search-image .img-rect:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (min-width: 0px) and (max-width: 449px) {
  .auto-search dl, .auto-search-overlay dl {
    max-width: 260px;
    max-height: 200px;
  }
  .auto-search dl dt a .search-image, .auto-search-overlay dl dt a .search-image {
    vertical-align: top;
  }
  .auto-search dl dt a .search-image .img-rect:before, .auto-search-overlay dl dt a .search-image .img-rect:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .auto-search dl dt a .search-desc, .auto-search-overlay dl dt a .search-desc {
    vertical-align: top;
  }
  .auto-search dl dt a .search-desc p, .auto-search-overlay dl dt a .search-desc p {
    font-size: 13px;
    line-height: 17px;
  }
  .auto-search dl dt a .search-desc h5, .auto-search-overlay dl dt a .search-desc h5 {
    font-size: 15px;
    line-height: 18px !important;
  }
}

.auto-search-overlay {
  -ms-transform: translate(0px, -18px); /* IE 9 */
  -webkit-transform: translate(0px, -18px); /* Safari prior 9.0 */
  transform: translate(0px, -18px); /* Standard syntax */
}
@media (min-width: 0px) and (max-width: 767px) {
  .auto-search-overlay {
    -ms-transform: translate(0px, 20px); /* IE 9 */
    -webkit-transform: translate(0px, 20px); /* Safari prior 9.0 */
    transform: translate(0px, 20px); /* Standard syntax */
  }
}
@media (min-width: 0px) and (max-width: 414px) {
  .auto-search-overlay dl {
    max-height: 200px;
  }
}

.liner {
  margin-bottom: 10px;
  /* Caso 1: h1 seguito da h2 */
  /* Caso 2: h2 seguito da h1 */
}
.liner::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 65px;
  background-color: ;
  top: -10px;
  position: relative;
  background-image: none;
}
.liner h3::after, .liner h2::after {
  margin-bottom: 0;
  height: 4px;
  top: 2px;
}
.liner.double-liner h1 {
  margin-bottom: 0;
}
.liner.double-liner h3 {
  margin-bottom: 10px;
}
.liner h1 + h2::after {
  top: 15px !important;
}
.liner h3 + h1::after {
  top: -10px !important;
}
.liner h1 + h2 {
  font-family: 
  font-weight: 300 !important;
}
.liner h1 + h2 b {
  font-weight: 300 !important;
}

.main-header {
  margin-bottom: 15px;
}
.main-header h3, .main-header a, .main-header h3 b {
  color: ;
  margin-bottom: 20px;
  font-family: 
  font-weight: 300 !important;
}

.message-box {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 0;
  border: 2px dashed #eaeaeaE6 !important;
}
.message-box h3, .message-box h4 {
  line-height: 1.3em;
  margin-top: 0 !important;
}
.message-box h3, .message-box h4, .message-box p {
  color: #666666;
}
.message-box p a, .message-box a {
  color: ;
}
.message-box p, .message-box a {
  font-size: 14px !important;
  line-height: 20px;
}
.message-box p {
  margin-bottom: 10px !important;
}
.message-box .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
  right: -3px;
  opacity: 1;
  color:  !important;
  text-shadow: none;
  padding: 0;
}
.message-box img {
  opacity: 0.2;
}
.message-box .btn-container-msg .btn {
  margin-right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .message-box .btn-container-msg .btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

time {
  font-weight: 400;
}

.support-nav a {
  display: block;
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .support-nav a {
    margin-bottom: 15px;
  }
}
.support-nav a h3 {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  color: #ffffff;
  margin: 0;
  border: none;
  font-size: 20px;
  line-height: 22px;
}
.support-nav a:hover h3 {
  color: rgba(255, 255, 255, 0.7);
}
.support-nav a:hover:after {
  background-color: #00000000;
}
.support-nav a .sn-item {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
}
.support-nav a:after {
  background-color: #000000CC;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.candy-one, .candy-two {
  background-image: url(../img/candy-back.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.candy-two {
  background-image: url(../img/candy-back1.jpg);
}

.candy-three {
  background-image: url(../img/candy-white.svg);
  background-position: top center;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.candy-four {
  background-image: url(../img/candy-back-italy.jpg);
  background-position: top right 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 900px 1400px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .candy-four {
    background-position: top center;
    background-size: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1366px) {
  .candy-four {
    background-attachment: scroll;
  }
}

.popover {
  margin-bottom: -3px;
  border: none;
  box-shadow: 0 5px 10px 0 #000000E6;
  border-radius: 0;
}
.popover .popover-body {
  color: #666666 !important;
  font-size: 14px;
  padding: 20px;
}
.popover .popover-header {
  display: none;
}
.popover h5 {
  color: ;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
}
.popover .btn {
  margin-top: 10px;
  display: block;
  width: 100px;
}

.tooltip-inner {
  border: none;
  box-shadow: 0 5px 10px 0 #000000E6;
  border-radius: 0;
  background-color: #ffffff;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
  padding: 20px 15px;
  text-align: left;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border: none;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border: none;
}

.stacked-card {
  margin: 0 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .stacked-card {
    margin: 0 10px;
  }
}
.stacked-card .img-rect {
  border-radius: 0px;
}
.stacked-card a {
  display: block;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.stacked-card a .stacked-card-title {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background-color: #00000099 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
}
.stacked-card a .stacked-card-title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  width: 90%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .stacked-card a .stacked-card-title {
    padding: 20px;
  }
  .stacked-card a .stacked-card-title h3 {
    font-size: 16px;
  }
}
.stacked-card a .stacked-card-desc {
  width: 90%;
}
.stacked-card a .stacked-card-desc p {
  margin: 0;
  color: #333333;
}
.stacked-card a .stacked-card-desc p.category-title {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 13px;
  font-weight: 700;
  color: ;
  text-transform: uppercase;
}
.stacked-card a:hover .stacked-card-title {
  background-color: rgba(0, 0, 0, 0.2);
}
.stacked-card a:hover .squ-icon {
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}
.stacked-card a:hover .stacked-card-desc p.category-title {
  color: ;
}

#full-item-slider .stacked-card-title {
  background-color: #00000099 !important;
}

.squ-icon {
  display: block;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background-image: url(https://img.icons8.com/android/24//plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  background-color: ;
  border-radius: 3px;
}
.squ-icon.squ-r {
  position: absolute;
  right: 10px;
  bottom: 0;
  margin-bottom: -10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .squ-icon {
    width: 29px;
    height: 29px;
    background-size: 15px 15px;
  }
}

.full-item-slider .slick-arrow {
  bottom: -70px;
  width: 49px;
  height: 49px;
  background: ;
}
.full-item-slider .slick-arrow img {
  width: 49px;
  height: 49px;
}
.full-item-slider .slick-arrow.slick-next {
  right: calc(50% - 55px);
  left: auto;
}
.full-item-slider .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% - 55px);
  display: none;
}

.slick-arrow {
  border-radius: 0;
}

.image-bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 650px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .image-bg {
    height: auto;
    max-height: none;
  }
}
@media (min-width: 0px) and (max-width: 1366px) {
  .image-bg {
    background-attachment: scroll;
  }
}
.image-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000CC;
  top: 0;
  bottom: 0;
}
.image-bg:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  /*background-image: url(../img/footer-candy.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;*/
  /*bottom: 0; /* Posizione il triangolo in fondo al contenitore */
  width: 100%; /* La larghezza è la stessa del contenitore */
  height: 50px; /* Altezza del triangolo */
  background-color: #ffffff; /* Colore di sfondo del triangolo */
  clip-path: polygon(0% 0%, 16% 100%, 100% 0%); /* Forma del triangolo */
}
.image-bg header h3 {
  color: ;
}

.map-outline {
  position: absolute;
  top: -200px;
  right: -50px;
}
@media (min-width: 768px) and (max-width: 993px) {
  .map-outline {
    position: relative;
    width: 416px;
    height: 482px;
    top: auto;
    right: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .map-outline {
    position: relative;
    width: 278px;
    height: 322px;
    top: auto;
    right: auto;
  }
}

.presentation-stripe .full-item-slider, .presentation-stripe .full-item-slider-two {
  max-width: 2560px;
  margin: 0 auto;
}
.presentation-stripe .initial-item {
  position: relative;
  background-color: #ffffff;
  border: 5px solid ;
  border-left-color: ;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-radius: 4px;
}
.presentation-stripe .initial-item:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.presentation-stripe .initial-item .initial-desc {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.presentation-stripe .initial-item .initial-desc .btn {
  max-width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.presentation-stripe .initial-item .initial-desc h1 {
  font-size: 40px;
}
.presentation-stripe .initial-item .initial-desc p {
  font-weight: 400;
}
.presentation-stripe .initial-item h1, .presentation-stripe .initial-item h2, .presentation-stripe .initial-item h3, .presentation-stripe .initial-item h4, .presentation-stripe .initial-item h5, .presentation-stripe .initial-item h6, .presentation-stripe .initial-item p, .presentation-stripe .initial-item li, .presentation-stripe .initial-item dt, .presentation-stripe .initial-item a {
  color: ;
}
@media (min-width: 1921px) and (max-width: 2200px) {
  .presentation-stripe .initial-item .initial-desc h1 {
    font-size: 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .presentation-stripe .initial-item .initial-desc {
    padding: 30px;
  }
  .presentation-stripe .initial-item .initial-desc h1 {
    font-size: 24px;
  }
}
@media (min-width: 0px) and (max-width: 1366px) {
  .presentation-stripe .initial-item .initial-desc {
    padding: 20px;
  }
  .presentation-stripe .initial-item .initial-desc h1 {
    font-size: 24px;
  }
}

.date-reset {
  display: block;
  background-image: url("https://img.icons8.com/pixels/32//calendar.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px;
  padding-left: 20px;
}

.show-more {
  display: block;

  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 20px;
  background-color: ;
  color: #ffffff;
}

@media (min-width: 0px) and (max-width: 414px) {
  .btn-container .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1260px) {
  .btn-container .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.form-contacts {
  padding-top: 22px;
}
.form-contacts a {
  display: block;
}
.form-contacts address {
  line-height: 24px;
}
.form-contacts h3 {
  margin-bottom: 20px;
}

.date-fixed {
  z-index: 1;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: ;
  color: #ffffff;
}
.date-fixed dl {
  font-size: 0;
  margin: 0;
}
.date-fixed dl dt {
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: 700;
}
.date-fixed dl dt b {
  display: block;
}
.date-fixed dl dt:last-child {
  padding: 0;
}
.date-fixed dl dt:last-child a {
  display: block;
  background-image: url(../img/icon-close-small.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 35px;
  background-color: ;
  cursor: pointer;
}

.internal-top-bar {
  border-bottom: 1px solid #eaeaeaE6;
  background: #ffffff;
  padding: 15px 0 10px 0;
}
.internal-top-bar .history-back {
  width: 28px;
  height: 28px;
  background-image: url(https://img.icons8.com/material/24//back--v1.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  cursor: pointer;
}
.internal-top-bar dl.top-tags {
  font-size: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
.internal-top-bar dl.top-tags dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin-right: 15px;
}
.internal-top-bar dl.top-tags dt:last-child {
  margin-right: 0;
}
.internal-top-bar dl.side-actions {
  font-size: 0;
  margin: 0;
  display: none;
  vertical-align: top;
  float: right;
}
.internal-top-bar dl.side-actions dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #eaeaeaE6;
  height: 28px;
  width: 28px;
  line-height: 25px;
  text-align: center;
}
.internal-top-bar dl.side-actions dt:last-child {
  margin-right: 0;
}

.search-on-map a {
  display: block;
  background-image: url(../img/icon-on-map.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 20px 15px;
  width: 100%;
  text-align: center;
}
.search-on-map a:hover {
  background-color: #eaeaea;
}

a.back-to-main {
  display: block;
  position: absolute;
  top: 180px;
  left: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: ;
}

.gallery-grid {
  position: relative;
  font-size: 0;
  margin: 0;
  text-align: center;
}
.gallery-grid dt {
  width: 20%;
  display: inline-block;
  position: relative;
  padding: 4px 2px 2px;
}
.gallery-grid dt a {
  display: block;
  width: 100%;
  margin-bottom: -14px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .gallery-grid dt {
    width: 33.3333%;
  }
}

.additional-content {
  padding-top: 30px;
}
.additional-content .liner::after {
  display: none;
}

.cta-top-wrapper {
  margin-bottom: 10px;
}
.cta-top-wrapper a.cta-pricing {
  background-color: ;
  display: block;
  font-size: 0;
}
.cta-top-wrapper a.cta-pricing span {
  width: 70%;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: ;
  vertical-align: top;
  line-height: 90px;
  min-height: 90px;
  padding-left: 30px;
  letter-spacing: -0.05em;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 3px ;
}
.cta-top-wrapper a.cta-pricing span + span {
  background-color: ;
  width: 30%;
  font-size: 11px;
  line-height: 13px;
  height: 80px;
  text-transform: uppercase;
  background-image: url(../img/icon-cart.svg);
  background-position: top 26px center;
  background-size: 20px 17px;
  background-repeat: no-repeat;
  line-height: 117px;
  text-align: center;
  padding: 0;
  color: #ffffff;
  box-shadow: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.cta-top-wrapper a.cta-pricing.cta-info span + span {
  background-image: url(../img/icon-envelope.svg);
  background-position: top 26px center;
  background-size: 23px 16px;
}
.cta-top-wrapper a.cta-pricing:hover {
  background-color: #2058FFE6;
}
.cta-top-wrapper a.cta-pricing:hover span {
  background-position: top 31px center;
}

.top-quick-info {
  background-color: #eaeaea;
  font-size: 0;
}
.top-quick-info dl {
  position: relative;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px 10px 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .top-quick-info dl {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.top-quick-info dl dt {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 5px;
  display: block;
  margin-right: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
}
.top-quick-info dl dt:last-child {
  margin-right: 0;
}
.top-quick-info dl dt b {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  .top-quick-info dl dt {
    display: block;
    padding: 5px 0;
  }
}

.detail-map-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.detail-map-wrapper iframe {
  width: 100%;
  height: 600px;
}
.detail-map-wrapper.half-hidden {
  height: 0;
  transition: all 300ms cubic-bezier(0.895, 0.195, 0.225, 0.845); /* custom */
}
.detail-map-wrapper.open {
  height: 600px;
  transition: all 300ms cubic-bezier(0.895, 0.195, 0.225, 0.845); /* custom */
}

.map-area {
  position: relative;
  z-index: 1;
  width: 100%;
}
.map-area .map-toggle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 12px;
  cursor: pointer;
  position: absolute;
  left: 1px;
  top: 5px;
}

.side-pricing {
  border: 5px solid ;
  padding: 30px;
  margin-bottom: 45px;
  background-color: #ffffff;
  border-radius: 6px;
}
@media (min-width: 0px) and (max-width: 360px) {
  .side-pricing {
    padding: 20px;
  }
}
.side-pricing .price {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  color: ;
  letter-spacing: -0.08em;
  line-height: 75px;
  margin-bottom: 10px;
  margin-top: -10px;
}
@media (min-width: 0px) and (max-width: 1366px) {
  .side-pricing .price {
    font-size: 40px;
    line-height: 45px;
  }
}
.side-pricing dl {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.side-pricing dl dt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 6px 0;
}
.side-pricing dl dt ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.side-pricing dl dt ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 4px 0;
}

.travellers {
  background-color: #ffffff;
  border: 1px solid #eaeaeaE6;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.travellers header {
  position: relative;
}
.travellers header::after {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  padding: 15px 0;
  width: 16px;
  height: 13px;
  background-image: url(../img/icon-quote.svg);
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center center;
}
.travellers p, .travellers blockquote {
  margin: 0;
  font-style: italic;
  line-height: 22px;
  color: #666666;
}

.extra-side-spacing {
  padding-right: 60px !important;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .extra-side-spacing {
    padding-right: 30px !important;
  }
}

.detail-call {
  border: 1px solid #eaeaeaE6;
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.pre-info {
  position: relative;
  width: 100%;
}
.pre-info .rating {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.pre-info .rating i {
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 3px;
  background-image: url(../img/icon-star-empty.svg);
  background-size: 15px 13px;
  background-repeat: no-repeat;
  font-size: 0;
}
.pre-info .rating i.ok-rated {
  background-image: url(../img/icon-star-full.svg);
}
@media (min-width: 0px) and (max-width: 575px) {
  .pre-info .rating {
    position: relative;
    text-align: left;
    top: -15px;
    right: auto;
  }
}

.event-date-nav, .simple-tag-nav-wrapper {
  position: relative;
  padding: 20px 0;
}
.event-date-nav .event-year, .simple-tag-nav-wrapper .event-year {
  text-align: left;
  padding-left: 5px;
}
.event-date-nav .event-year span, .simple-tag-nav-wrapper .event-year span {
  display: block;
  right: 30px;
  top: 0;
  position: absolute;
  font-size: 18px;
  font-weight: 700;
}
.event-date-nav .event-year span a, .simple-tag-nav-wrapper .event-year span a {
  color: ;
}
.event-date-nav .event-month, .event-date-nav .simple-tag-nav, .simple-tag-nav-wrapper .event-month, .simple-tag-nav-wrapper .simple-tag-nav {
  font-size: 0;
  text-align: left;
  margin: 0;
}
.event-date-nav .event-month a, .event-date-nav .simple-tag-nav a, .simple-tag-nav-wrapper .event-month a, .simple-tag-nav-wrapper .simple-tag-nav a {
  display: inline-block;
  font-weight: 700;
  font-size: 13px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  margin: 0 10px 0 0px;
  padding: 5px 5px 5px 5px;
  color: ;
  border-radius: 3px;
}
.event-date-nav .event-month a.active, .event-date-nav .simple-tag-nav a.active, .simple-tag-nav-wrapper .event-month a.active, .simple-tag-nav-wrapper .simple-tag-nav a.active {
  color: ;
  border: 1px solid #eaeaeaE6;
}
.event-date-nav .event-month a.active:hover, .event-date-nav .simple-tag-nav a.active:hover, .simple-tag-nav-wrapper .event-month a.active:hover, .simple-tag-nav-wrapper .simple-tag-nav a.active:hover {
  color: ;
}
.event-date-nav .event-month a:hover, .event-date-nav .simple-tag-nav a:hover, .simple-tag-nav-wrapper .event-month a:hover, .simple-tag-nav-wrapper .simple-tag-nav a:hover {
  color: #666666;
}
.event-date-nav .event-day, .simple-tag-nav-wrapper .event-day {
  font-size: 0;
  text-align: left;
}
.event-date-nav .event-day a, .simple-tag-nav-wrapper .event-day a {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0 10px 0 0px;
  padding: 5px 5px 5px 5px;
  color: ;
}
.event-date-nav .event-day a.active, .simple-tag-nav-wrapper .event-day a.active {
  color: ;
  border: 1px solid #eaeaeaE6;
  border-radius: 3px;
}
.event-date-nav .event-day a.active:hover, .simple-tag-nav-wrapper .event-day a.active:hover {
  color: ;
}
.event-date-nav .event-day a:hover, .simple-tag-nav-wrapper .event-day a:hover {
  color: ;
}

.simple-tag-nav-wrapper {
  padding: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .simple-tag-nav-wrapper .simple-tag-nav {
    margin-bottom: 20px;
  }
  .simple-tag-nav-wrapper .simple-tag-nav a {
    font-size: 15px;
    line-height: 16px;
    padding: 10px;
  }
}

.sub-events {
  padding-top: 10px;
}
.sub-events dl {
  border: 1px solid #eaeaeaE6;
  background-color: #eaeaeaE6;
  padding: 30px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sub-events dl {
    padding: 20px;
  }
}
.sub-events dl dt {
  margin-bottom: 30px;
}
.sub-events dl dt:last-child {
  margin-bottom: 0;
}
.sub-events dl dt h2 time, .sub-events dl dt h3 time, .sub-events dl dt h4 time {
  display: block;
}
.sub-events dl dt p {
  margin-bottom: 10px;
}
.sub-events dl dt .side-date-wrapper {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: ;
  display: block;
  line-height: 26px;
}
.sub-events dl dt .side-date-wrapper .side-date {
  position: relative;
  top: 45%;
  transform: translateY(-45%);
}
.sub-events dl dt .side-date-wrapper .side-date span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: block;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .sub-events dl dt .side-date-wrapper {
    width: 75px;
    height: 75px;
  }
  .sub-events dl dt .side-date-wrapper .side-date span {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    display: block;
  }
}

.signal-sidebox {
  color: #333333;
  border-left: 1px solid #eaeaea;
  padding-left: 50px;
}
.signal-sidebox h1, .signal-sidebox h2, .signal-sidebox h3, .signal-sidebox h4, .signal-sidebox h5, .signal-sidebox h6, .signal-sidebox p, .signal-sidebox li, .signal-sidebox dt, .signal-sidebox address {
  color: ;
}
.signal-sidebox p {
  margin-bottom: 15px;
  color: #333333;
}

.signal-sidebox a:not(.btn) {
  color:  !important;
}
.signal-sidebox a.closing, .signal-sidebox a.opening {
  color: ;
  font-weight: 400;
}

.map-fullscreen-wrapper .map-fullscreen {
  width: 100vw;
  height: 100vh;
  margin-bottom: -10px;
}

.map-menu-container {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  max-width: 275px;
  bottom: 0;
  height: 100%;
  opacity: 1;
  z-index: 10000;
  transition: all 400ms cubic-bezier(0.895, 0.195, 0.225, 0.845); /* custom */
  -ms-transform: translate(-265px, 0); /* IE 9 */
  -webkit-transform: translate(-265px, 0); /* Safari */
  transform: translate(-265px, 0);
  border-right: 10px solid ;
}
.map-menu-container .close-map-menu {
  position: absolute;
  width: 45px;
  height: 49px;
  background-color: ;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 30px;
  margin-top: 49px;
  right: -45px;
  cursor: pointer;
  background-image: url(../img/icon-map-arrow-right.svg);
  background-size: 9px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.map-menu-container.open {
  border-radius: 0;
  opacity: 1;
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
   box-shadow: 0 2px 50px 0 #000000CC;
  border-color: #eaeaea;

}
.map-menu-container.open .close-map-menu {
  background-image: url(../img/icon-map-arrow.svg);
}
.map-menu-container .scroll-wrapper {
  position: absolute;
  -ms-overflow-style: none;
  width: 265px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.map-menu-container .scroll-wrapper::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .map-menu-container .scroll-wrapper {
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto for momentum scrolling */
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .map-menu-container .auroramenu {
    max-height: none;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .map-menu-container .auroramenu {
    max-height: none;
  }
}

dl.timeline-filters {
  font-size: 0;
  margin: 0;
  border-bottom: 1px solid #eaeaeaE6;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
dl.timeline-filters dt {
  margin: 0;
  display: inline-block;
}
dl.timeline-filters dt a {
  display: block;
  background-image: url(../img/icon-tutti.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: ; !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 15px;
  padding: 5px;
  padding-top: 65px;
  margin-top: -5px;
  border-bottom: 7px solid transparent;
}
dl.timeline-filters dt a.active {
  border-color: ;
  color:  !important;
}
dl.timeline-filters dt a.active:hover {
  border-color: ;
}
dl.timeline-filters dt a:hover {
  border-color: #eaeaeaE6;
}
@media (min-width: 0px) and (max-width: 1200px) {
  dl.timeline-filters dt a {
    margin: 0 10px;
    font-size: 11px;
    line-height: 13px;
    padding-top: 55px;
  }
}

.side-dots {
  border-left: 9px dotted #eaeaeaE6;
  padding-left: 80px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .side-dots {
    padding-left: 40px;
  }
}

dl.timeline-wrapper {
  margin-bottom: 0;
}
dl.timeline-wrapper dt.timeline-item {
  margin-bottom: 30px;
}
dl.timeline-wrapper dt.timeline-item img {
  max-width: 90%;
}
dl.timeline-wrapper dt.timeline-item:nth-child(even) {
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 992px) {
  dl.timeline-wrapper dt.timeline-item:nth-child(even) {
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  dl.timeline-wrapper dt.timeline-item img {
    max-width: 50px;
    margin-bottom: 10px;
  }
}
dl.timeline-wrapper dt.timeline-item h3 {
  font-weight: 700;
  margin-bottom: 3px;
}
dl.timeline-wrapper dt.timeline-item span {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 18px;
}
dl.timeline-wrapper dt.timeline-item .btn {
  margin-bottom: 10px;
}
dl.timeline-wrapper dt.timeline-item a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 15px;
}
dl.timeline-wrapper dt.timeline-item .micro-desc p {
  margin: 0;
}

.collapse-link {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #eaeaeaE6;
}
.collapse-link a {
  float: right;
  background-image: url(https://img.icons8.com/android/24//plus.png);
  background-size: 13px 13px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.collapse-link.collapse-clicked a {
  background-size: 13px 2px;
  background-image: url(https://img.icons8.com/material-outlined/24//minus.png);
}

.collapse, .collapsing {
  color: #111111;
  font-weight: 400;
}
.collapse p, .collapsing p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.faq-item .collapse-link {
  padding-top: 0;
  margin-top: 10px;
}
.faq-item .collapse-link h4 {
  margin: 0;
}
.faq-item .collapse-link h4 a {
  float: none;
  display: block;
  background-image: url(https://img.icons8.com/android/24//plus.png);
  background-size: 13px 13px;
  background-position: right 5px top 18px;
  background-repeat: no-repeat;
  color: #111111;
  padding: 15px 0;
  padding-right: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.faq-item .collapse-link h4 a:hover {
  color: ;
}
.faq-item .collapse-link.collapse-clicked a {
  background-size: 13px 2px;
  background-image: url(https://img.icons8.com/material-outlined/24//minus.png);
}

.sidecart .collapse-link {
  padding-top: 0;
  margin-top: 5px;
  border: none;
}
.sidecart .collapse-link a {
  float: none;
  display: block;
  background-image: url(https://img.icons8.com/android/24//plus.png);
  background-size: 9px 9px;
  background-position: right top 5px;
  background-repeat: no-repeat;
  color: ;
  padding: 0;
  padding-right: 15px !important;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 16px;
}
.sidecart .collapse-link a:hover {
  color: ;
}
.sidecart .collapse-link.collapse-clicked a {
  background-size: 9px 2px;
  background-position: right top 8px;
  background-image: url(https://img.icons8.com/material-outlined/24//minus.png);
}
.sidecart .micro-desc {
  font-size: 14px;
  line-height: 18px;
}
.sidecart .micro-desc .micro-desc-content {
  padding: 0 0 10px 0;
}
.sidecart .micro-desc .micro-desc-content h1, .sidecart .micro-desc .micro-desc-content h2, .sidecart .micro-desc .micro-desc-content h3, .sidecart .micro-desc .micro-desc-content h4, .sidecart .micro-desc .micro-desc-content h5, .sidecart .micro-desc .micro-desc-content h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
.sidecart .micro-desc .micro-desc-content ul, .sidecart .micro-desc .micro-desc-content ol {
  margin-left: -22px;
}
.sidecart .person-extra-options {
  display: none;
}
.sidecart .person-extra-options.show-options {
  display: block;
}
.sidecart .prezzo-attuale {
  text-align: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #111111;
  padding: 0 0 15px 0;
}
.sidecart .prezzo-attuale span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  letter-spacing: 0;
  text-transform: none;
}
.sidecart .single-price {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #111111;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-check-input {
  margin-top: 0.4rem;
}

.close-icon {
  position: absolute;
  right: 20px;
  top: -15px;
  z-index: 2;
  width: 48px;
  height: 48px;
  background-image: url(../img/icon-round-close-new.svg);
  background-position: center center;
  background-size: 32px;
  background-repeat: no-repeat;
  background-color: ;
}
.close-icon img {
  display: none;
}

a.lost-pwd {
  font-size: 14px;
  line-height: 18px !important;
  display: block;
}

.date-set .btn-block {
  margin-top: 0;
  padding-bottom: 10px;
}

.side-slider-wrapper dl.main-list dt, .side-slider-wrapper dl.main-list > div, .side-slider-wrapper .single-item dt, .side-slider-wrapper .single-item > div {
  margin: 10px 0 0 0;
}
.side-slider-wrapper .slick-dots {
  margin-bottom: 20px;
  padding-top: 0;
}
.side-slider-wrapper h4 {
  font-size: 1.8em;
}
.side-slider-wrapper h5 {
  font-size: 1.4em;
  margin: 10px 0 0 0;
}

.range-wrapper {
  border-bottom: 1px solid #eaeaeaE6;
  padding: 20px 0 0 0;
  text-align: center;
  background-color: #eaeaeaE6;
}
@media (min-width: 0px) and (max-width: 414px) {
  .range-wrapper {
    padding: 10px 0 0 0;
  }
}
.range-wrapper .range-main {
  padding: 10px 40px 15px 40px;
}
.range-wrapper .range-main .range-bar {
  margin: 0 auto;
}
.range-wrapper .range-main .range-title {
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  text-transform: uppercase;
  padding-left: 15px;
  padding-top: 5px;
}
.range-wrapper .range-main .range-quantity {
  background-color: ;
}
.range-wrapper .range-main .range-handle {
  background-color: #fff;
  border-radius: 100%;
  cursor: move;
  height: 24px;
  left: 0;
  top: -12px;
  position: absolute;
  width: 24px;
  -webkit-box-shadow: 0 1px 3px #00000099;
  box-shadow: 0 1px 3px #00000099;
}
.range-wrapper .range-main .range-min, .range-wrapper .range-main .range-max {
  padding-top: 0;
  margin-top: -3px;
}
.range-wrapper .slider-value {
  font-weight: 700;
}

.map-info-window {
  width: 100%;
  max-width: 220px;
  position: absolute;
  z-index: 1;
  top: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 10px -4px #000000CC;
  -moz-box-shadow: 0px 4px 10px -4px #000000CC;
  box-shadow: 0px 4px 10px -4px #000000CC;

}
.map-info-window:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/info-window-arrow.png);
  width: 18px;
  height: 10px;
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: top center;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.map-info-window header {
  margin-bottom: 10px;
}
.map-info-window header h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.map-info-window .info-window-content p {
  font-size: 14px;
  line-height: 18px;
}

.visible-wrapper {
  background-color: #ffffff;
}
.visible-wrapper .generic-page {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px #000000E6;
  -moz-box-shadow: 0px 2px 10px 0px #000000E6;
  box-shadow: 0px 2px 10px 0px #000000E6;
  margin-top: -20px !important;
  padding: 40px 150px !important;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .visible-wrapper .generic-page {
    padding: 0px !important;
    box-shadow: none;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  .visible-wrapper {
    background-color: #ffffff;
  }
}

.option-wrapper {
  font-size: 0;
  margin-bottom: 15px;
}
.option-wrapper .btn-outline-check-label {
  margin-bottom: 5px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-right: 5px !important;
  font-size: 10px;
  padding-left: 15px;
  padding-right: 50px !important;
}

.disabled-date {
  text-decoration: line-through;
}

ul.nav-pills li {
  margin-right: 10px;
  display: inline-block;
}
ul.nav-pills li a {
  border: 1px solid #eaeaeaE6;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
}
ul.nav-pills li a.active {
  border: 1px solid ;
  background-color: ;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 767px) {
  ul.nav-pills li {
    margin-bottom: 0;
    margin-top: -1px;
    margin-right: 0px;
    margin-left: 0px;
    width: calc(50% - 10px);
  }
  ul.nav-pills li a {
    text-align: center;
  }
}

.dashboard-list-wrapper {
  overflow: hidden;
}
.dashboard-list-wrapper .dashboard-list {
  min-height: 150px;
}
.dashboard-list-wrapper .dashboard-list .no-data {
  min-height: 150px;
  border: 2px dashed #eaeaea;
  display: block;
  width: 100%;
  text-align: center;
}
.dashboard-list-wrapper .dashboard-list .no-data h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.dashboard-list-wrapper .dashboard-list dl {
  margin: 0;
  padding: 0;
}
.dashboard-list-wrapper .dashboard-list dl dt {
  border-top: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-top: 20px;
}
.dashboard-list-wrapper .dashboard-list dl dt.elemento-scaduto .message-scaduto {
  color: #FF0000;
  font-size: 18px;
  font-weight: 700;
}
.dashboard-list-wrapper .dashboard-list dl dt.elemento-scaduto h4 {
  color: #666666;
}
.dashboard-list-wrapper .dashboard-list dl .btn {
  width: 100%;
  max-width: 200px;
}

.social-login .social-btn {
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
  line-height: 18px;
  height: 42px;
}
.social-login .social-btn img {
  position: absolute;
  left: 20px;
  top: 11px;
}
.social-login .social-btn.facebook-btn {
  background-color: #1977F3;
  color: #ffffff;
}
.social-login .social-btn.google-btn {
  background-color: #ffffff;
  color: #808080;
  box-shadow: 0 1px 4px 0 #000000CC;
}
.social-login .social-btn.apple-btn {
  background-color: #000000;
  color: #ffffff;
}

#more {
  display: none;
}

.svg-map-wrapper {
  margin-top: -30px;
  font-family: "Elsie", sans-serif !important;
}
.svg-map-wrapper svg {
  max-width: 100%;
  height: auto;
}
.svg-map-wrapper a > g > path {
  transition: 0.2s;
}
.svg-map-wrapper a:hover > g > path {
  fill: #eaeaea;
}
@media (min-width: 0px) and (max-width: 993px) {
  .svg-map-wrapper {
    margin-top: 0;
  }
}

.inst {
  width: 20%;
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.placeholder-map {
  width: 100%;
  position: relative;
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.placeholder-map figure {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  background-color: #eaeaea;
  position: absolute;
}
.placeholder-map figure > img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.placeholder-map:before {
  content: "";
  display: block;
  padding-top: 33%;
}

/*************************** STYLES FOR THIS THEME END ********************************************************************************************/
.btn-side-reset {
  margin: 0 0 15px 15px;
  padding: 5px 10px !important;
}

.messaggio_errore {
  text-align: center;
}
.messaggio_errore h1, .messaggio_errore p, .messaggio_errore .titolo_inoltra {
  margin-top: 100px;
  color: #000000;
  font-size: 16px !important;
  font-weight: 700;
}

.inoltra_newletter {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 50px;
}
.inoltra_newletter p {
  color: ;
  font-size: 16px !important;
  font-weight: 700;
}

.div_disattiva {
  text-align: center;
  margin-bottom: 100px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1366px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}

.close-menu-container {
  position: relative;
  height: 100%;
}

/*************************************************************************************
CHANGE GUTTER
*************************************************************************************/
.container {
  padding-right: 30px;
  padding-left: 30px;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/*************************************************************************************
TINYMCE ONLY (Forced styles for TINYMCE)
*************************************************************************************/
#tinymce {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6, #tinymce p, #tinymce li, #tinymce dt {
  color: #000000 !important;
}

/*************************************************************************************
USER HTML
*************************************************************************************/
.user-html h1, .user-html h2, .user-html h3, .user-html h4, .user-html h5, .user-html h6 {
  font-family: ;
  margin: 10px 0;
  padding: 0 0 0 0;
}
.user-html h1 b, .user-html h2 b, .user-html h3 b, .user-html h4 b, .user-html h5 b, .user-html h6 b {
  font-weight: 800;
}
.user-html a:not(.btn) {
  color: ;
  text-decoration: none;
  font-weight: 700;
}
.user-html a:not(.btn):hover {
  color: ;
  text-decoration: none;
}
.user-html a.closing, .user-html a.opening {
  color: ;
  font-weight: 400;
}
.user-html a.btn {
  text-decoration: none !important;
  margin-bottom: 5px;
}
.user-html table {
  width: 100%;
  margin-bottom: 30px;
}
.user-html table tr td, .user-html table tr th, .user-html table tr thead td {
  padding: 10px 10px;
  font-size: 15px;
  line-height: 18px !important;
  vertical-align: top;
}
.user-html table tr td p, .user-html table tr td li, .user-html table tr td h1, .user-html table tr td h2, .user-html table tr td h3, .user-html table tr td h4, .user-html table tr td h5, .user-html table tr td h6, .user-html table tr th p, .user-html table tr th li, .user-html table tr th h1, .user-html table tr th h2, .user-html table tr th h3, .user-html table tr th h4, .user-html table tr th h5, .user-html table tr th h6, .user-html table tr thead td p, .user-html table tr thead td li, .user-html table tr thead td h1, .user-html table tr thead td h2, .user-html table tr thead td h3, .user-html table tr thead td h4, .user-html table tr thead td h5, .user-html table tr thead td h6 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 18px !important;
}
.user-html table tr:nth-child(odd) {
  background: #eaeaeaFF;
}
.user-html table tr:nth-child(even) {
  background: #eaeaeaE6;
}
.user-html .table-responsive {
  overflow: auto;
}
@media (min-width: 0px) and (max-width: 568px) {
  .user-html .table-responsive {
    overflow-y: hidden;
    overflow-x: scroll; /* has to be scroll, not auto for momentum scrolling */
    -webkit-overflow-scrolling: touch;
  }
  .user-html .table-responsive table {
    min-width: 600px;
  }
}
.user-html .paragrafo-su-due-colonne {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .user-html .paragrafo-su-due-colonne {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.user-html ul, .user-html ol {
  list-style-position: outside;
  padding: 0;
  margin-left: 20px;
}
.user-html blockquote {
  display: block;
  margin-bottom: 30px;
  padding: 20px;
  border-left: 8px solid ;
  background-color: #eaeaea;
  font-style: italic;
  color: ;
}
.user-html blockquote a, .user-html blockquote p, .user-html blockquote li {
  font-style: italic;
}
.user-html blockquote p, .user-html blockquote li {
  color: ;
}
.user-html blockquote h1, .user-html blockquote h2, .user-html blockquote h3, .user-html blockquote h4, .user-html blockquote h5, .user-html blockquote h6 {
  color: ;
  font-style: normal;
}
.user-html .well {
  display: block;
  margin-bottom: 30px;
  padding: 20px;
 background-color: #111111;
  color: #eaeaea;

}
.user-html .well a, .user-html .well p, .user-html .well li {
  font-style: italic;
}
.user-html .well p, .user-html .well li {
  color: #eaeaea;
}
.user-html .well h1, .user-html .well h2, .user-html .well h3, .user-html .well h4, .user-html .well h5, .user-html .well h6 {
  color: #eaeaea;
}

.main-internal-content-wrapper .user-detail-content {
  padding-top: 15px;
}
.main-internal-content-wrapper .user-detail-content.generic-page {
  padding-top: 0;
}
.main-internal-content-wrapper .user-detail-content h1, .main-internal-content-wrapper .user-detail-content h2, .main-internal-content-wrapper .user-detail-content h3 {
  margin-bottom: 20px;
}
.main-internal-content-wrapper .user-detail-content h1::after, .main-internal-content-wrapper .user-detail-content h2::after, .main-internal-content-wrapper .user-detail-content h3::after {
  content: "";
  display: block;
  /*
  height: 8px;
  width: 65px;
  background-image: url(../img/liner.svg);
  background-repeat: no-repeat;
  background-size: 65px 8px;
  background-position: center center;
  margin-top: 8px;
  position: relative;
  height: 8px;
  width: 35px;
  background-color: ;*/
  top: -10px;
  position: relative;
  background-image: none;
}
.main-internal-content-wrapper .user-detail-content h2::after, .main-internal-content-wrapper .user-detail-content h3::after {
  height: 4px;
  width: 35px;
 
  top: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-internal-content-wrapper .user-detail-content {
    padding-top: 30px;
  }
  .main-internal-content-wrapper .user-detail-content p, .main-internal-content-wrapper .user-detail-content dt, .main-internal-content-wrapper .user-detail-content li {
    font-size: 0.85em;
    line-height: 1.45em;
  }
}
.main-internal-content-wrapper .user-detail-content .gallery-grid {
  position: relative;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  margin: 40px -5px;
  text-align: left;
}
.main-internal-content-wrapper .user-detail-content .gallery-grid dt {
  width: calc(25% - 10px);
  display: inline-block;
  position: relative;
  margin: 5px;
  margin-bottom: 20px;
}
.main-internal-content-wrapper .user-detail-content .gallery-grid dt a {
  display: block;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-internal-content-wrapper .user-detail-content .gallery-grid dt {
    width: calc(50% - 10px);
  }
}
.main-internal-content-wrapper .user-detail-content .info-box, .main-internal-content-wrapper .user-detail-content .hook-box {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #eaeaeaE6;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-internal-content-wrapper .user-detail-content .info-box, .main-internal-content-wrapper .user-detail-content .hook-box {
    padding: 15px;
  }
}
.main-internal-content-wrapper .user-detail-content .info-box h1, .main-internal-content-wrapper .user-detail-content .info-box h2, .main-internal-content-wrapper .user-detail-content .info-box h3, .main-internal-content-wrapper .user-detail-content .info-box h4, .main-internal-content-wrapper .user-detail-content .info-box h5, .main-internal-content-wrapper .user-detail-content .info-box h6, .main-internal-content-wrapper .user-detail-content .hook-box h1, .main-internal-content-wrapper .user-detail-content .hook-box h2, .main-internal-content-wrapper .user-detail-content .hook-box h3, .main-internal-content-wrapper .user-detail-content .hook-box h4, .main-internal-content-wrapper .user-detail-content .hook-box h5, .main-internal-content-wrapper .user-detail-content .hook-box h6 {
  color: ;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.main-internal-content-wrapper .user-detail-content .info-box h1::after, .main-internal-content-wrapper .user-detail-content .info-box h2::after, .main-internal-content-wrapper .user-detail-content .info-box h3::after, .main-internal-content-wrapper .user-detail-content .info-box h4::after, .main-internal-content-wrapper .user-detail-content .info-box h5::after, .main-internal-content-wrapper .user-detail-content .info-box h6::after, .main-internal-content-wrapper .user-detail-content .hook-box h1::after, .main-internal-content-wrapper .user-detail-content .hook-box h2::after, .main-internal-content-wrapper .user-detail-content .hook-box h3::after, .main-internal-content-wrapper .user-detail-content .hook-box h4::after, .main-internal-content-wrapper .user-detail-content .hook-box h5::after, .main-internal-content-wrapper .user-detail-content .hook-box h6::after {
  display: none;
}
.main-internal-content-wrapper .user-detail-content .info-box p, .main-internal-content-wrapper .user-detail-content .info-box li, .main-internal-content-wrapper .user-detail-content .info-box dt, .main-internal-content-wrapper .user-detail-content .hook-box p, .main-internal-content-wrapper .user-detail-content .hook-box li, .main-internal-content-wrapper .user-detail-content .hook-box dt {
  font-size: 16px;
  line-height: 20px;
}
.main-internal-content-wrapper .user-detail-content .info-box li, .main-internal-content-wrapper .user-detail-content .hook-box li {
  margin-bottom: 10px;
}
.main-internal-content-wrapper .user-detail-content .info-box h3, .main-internal-content-wrapper .user-detail-content .hook-box h3 {
  font-family: 
}
.main-internal-content-wrapper .user-detail-content .hook-box {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border: none;
  color: #ffffff;
  background-color: ;
}
.main-internal-content-wrapper .user-detail-content .hook-box h1, .main-internal-content-wrapper .user-detail-content .hook-box h2, .main-internal-content-wrapper .user-detail-content .hook-box h3, .main-internal-content-wrapper .user-detail-content .hook-box h4, .main-internal-content-wrapper .user-detail-content .hook-box h5, .main-internal-content-wrapper .user-detail-content .hook-box h6 {
  color: #ffffff;
}
.main-internal-content-wrapper .user-detail-content .hook-box p, .main-internal-content-wrapper .user-detail-content .hook-box li, .main-internal-content-wrapper .user-detail-content .hook-box dt {
  color: #ffffff;
  font-weight: 400;
}
.main-internal-content-wrapper .user-detail-content .hook-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 20px;
  background-image: url(../img/top-hook.svg?color=);
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position: left bottom;
  top: -19px;
  left: 0;
}
.main-internal-content-wrapper .user-detail-content .hook-box ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-internal-content-wrapper .user-detail-content .hook-box ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

aside.sidebar {
  padding-top: 60px;
  padding-bottom: 30px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
@media (min-width: 0px) and (max-width: 991px) {
  aside.sidebar.sticky {
    position: relative !important;
    top: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  aside.sidebar {
    padding-top: 0;
  }
}
aside.sidebar header.side-header {
  position: relative;
}

@media (min-width: 992px) {
  .side-slider-wrapper {
    max-height: 500px !important;
  }
  .travellers {
    max-height: 350px !important;
  }
}

.main-footer {
  padding-bottom: 200px;
  padding-top: 100px;
  background-color: #222222;
}

.main-footer:before_noo {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; /* La larghezza è la stessa del contenitore */
  height: 50px; /* Altezza del triangolo */
  background-color: #ffffff; /* Colore di sfondo del triangolo */
  clip-path: polygon(0% 0%, 16% 100%, 100% 0%); /* Forma del triangolo */
}

.main-footer nav a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
}

.main-footer nav a:hover {
  color: # !important;
}

.main-footer nav a.bright-link {
  color: #ffffff;
  font-weight: 700;
}

.main-footer nav a.bright-link:hover {
  color: #ffffff !important;
}


.banner-pico .standard-box {
  padding: 30px 0;
}

.svg-background-sigcol {
  fill: ;
}

.svg-sign-sigcol {
  fill: #ffffff;
}

.oc-container blockquote {
  display: block;
  margin-bottom: 30px;
  padding: 20px;
  border-left: 8px solid ;
  background-color: #eaeaea;
  font-style: italic;
  color: #666666;
}
.oc-container blockquote a, .oc-container blockquote p, .oc-container blockquote li {
  font-style: italic;
}
.oc-container blockquote p, .oc-container blockquote li {
  color: #666666;
}
.oc-container blockquote h1, .oc-container blockquote h2, .oc-container blockquote h3, .oc-container blockquote h4, .oc-container blockquote h5, .oc-container blockquote h6 {
  color: #666666;
  font-style: normal;
}

.dati-tecnici {
  color: ; !important;
}


.social img {
  display: none; 
}

.social a[href*=facebook] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://img.icons8.com/material-rounded/36//facebook-new.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Twitter/X */
.social a[href*="twitter"], .social a[href*="x.com"] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://img.icons8.com/material-rounded/36//twitterx--v1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.social a[href*=instagram] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://img.icons8.com/material-rounded/36//instagram-new--v1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.social a[href*=youtube] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://img.icons8.com/material-rounded/36//youtube--v1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-footer a, .main-footer p, .main-footer h1, .main-footer h2, .main-footer h3, .fullscreen-menu-container a, .fullscreen-menu-container p, .fullscreen-menu-container h1, .fullscreen-menu-container h2, .fullscreen-menu-container h3 {
  color: #ffffff !important;
}

.social a[href*=tiktok] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://img.icons8.com/material-rounded/36//tiktok.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.social a[href*=linkedin] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://img.icons8.com/material-rounded/36//linkedin--v1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Pinterest */
.social a[href*="pinterest"] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://img.icons8.com/material-rounded/36//pinterest--v1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-footer .social a[href*=tiktok], .fullscreen-menu-container .social a[href*=tiktok] {
  background-image: url("https://img.icons8.com/material/36/ffffff/tiktok.png");
}


.main-footer .social a[href*=linkedin], .fullscreen-menu-container .social a[href*=linkedin] {
  background-image: url("https://img.icons8.com/material/36/ffffff/linkedin--v1.png");
}

.main-footer .social a[href*=facebook], .fullscreen-menu-container .social a[href*=facebook] {
  background-image: url("https://img.icons8.com/material/36/ffffff/facebook-new.png");
}
.main-footer .social a[href*=instagram], .fullscreen-menu-container .social a[href*=instagram] {
  background-image: url("https://img.icons8.com/material/36/ffffff/instagram-new--v1.png");
}
.main-footer .social a[href*=youtube], .fullscreen-menu-container .social a[href*=youtube] {
  background-image: url("https://img.icons8.com/material/36/ffffff/youtube--v1.png");
}
.main-footer .social a[href*=pinterest], .fullscreen-menu-container .social a[href*=pinterest] {
  background-image: url("https://img.icons8.com/material/36/ffffff/pinterest--v1.png");
}
.main-footer .social a[href*=twitter], .fullscreen-menu-container .social a[href*=twitter]{
  background-image: url("https://img.icons8.com/material/36/ffffff/twitterx--v1.png");
}
 .main-footer .social a[href*="x.com"], .fullscreen-menu-container .social a[href*="x.com"] {
  background-image: url("https://img.icons8.com/material/36/ffffff/twitterx--v1.png");
}

figure {
  margin: 0 0 0.5rem;
}

.luogo-card {
  font-size: 0.6em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: secondary-color;
}
.luogo-card::before {
  background: url("https://img.icons8.com/ios-filled/50//marker.png") no-repeat center center !important;
  background-size: 20px 20px;
}



.action-btn:hover{background-color: !important;}
/*.btn:hover {color: !important;;}*/

/* mod ridracoli DA 20250623 */
@media (min-width: 0px) and (max-width: 1024px) {
  #banner-aside aside{
    padding-left:0 !important;

  }
  .signal-sidebox{
    padding-left:20px !important;
  }
 
}

