body {
  font-family: "Nunito", sans-serif;
  color: #666;
}
body.locked .sidebar.fixed {
  z-index: 999;
}

font{
  pointer-events: none !important;
}

.epp font{
  color: unset !important;
}

textarea {
  resize: none;
}

a {
  color: #d03000;
}

a:hover {
  color: #d03000;
}

img {
  max-width: 100%;
}

.container {
  float: unset;
  overflow: visible;
}

.title {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.title.alt {
  font-size: 30px;
}

.subtitle {
  color: #666666;
  font-size: 20px;
  font-weight: 300;
}

.button, .discover-trip-map {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 20px;
  float: none;
  cursor: pointer;
}

.btn {
  float: none;
}

.button + .button {
  margin-left: 20px;
}

.button:hover {
  color: #FFF;
  box-shadow: unset;
}

.bg-primary,
.bg-primary:hover {
  color: #FFF;
  background-color: #d03000 !important;
}

.bg-secondary,
.bg-secondary:hover {
  color: #FFF;
  background-color: #0099ff !important;
}

section {
  display: inline-block;
  padding: 65px 0;
  width: 100%;
}

[data-fake-link] {
  cursor: pointer;
}

.slideshow.full {
  width: 100%;
  height: 100vh;
  min-height: 720px;
}
.slideshow.full .slideshow-wrapper,
.slideshow.full .slick-list,
.slideshow.full .slick-track,
.slideshow.full .slick-slider,
.slideshow.full .slide {
  width: 100%;
  height: 100%;
}
.slideshow.full .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}
.slideshow.full .slide .content {
  margin-bottom: 100px;
}
.slideshow.full .slide .content .title {
  color: #FFF;
  text-align: center;
}

.slideshow.full.alt .slide {
  padding: 0;
}

.header-space {
  padding-top: 182px;
}

ul.dots li {
  position: relative;
}
ul.dots li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -8px;
  transform: translateX(-100%);
  display: block;
  width: 7px;
  height: 7px;
  background-color: #d03000;
  border-radius: 50%;
}
ul.dots li + li {
  margin-top: 20px;
}

.arrows {
  z-index: 99 !important;
  display: flex;
  align-items: center;
}

p + p {
  margin-top: 1rem;
}

.text a:not(.button) {
  text-decoration: underline;
  font-weight: 600;
}

.text ul,
.text ol,
.note ul,
.note ol,
.fee_includes ul,
.fee_includes ol,
.fee_not_includes ul,
.fee_not_includes ol,
.availability ul,
.availability ol {
  font-size: 16px;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.text ul li,
.text ol li,
.note ul li,
.note ol li,
.fee_includes ul li,
.fee_includes ol li,
.fee_not_includes ul li,
.fee_not_includes ol li,
.availability ul li,
.availability ol li {
  display: list-item;
}

.viaggio-card {
  position: relative;
  float: left;
  width: 100%;
  height: 665px;
  border-radius: 10px;
  padding: 35px 40px 60px;
  color: #FFF !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.viaggio-card .travel-line-logo,
.viaggio-card .tag {
  position: absolute;
  left: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  float: unset;
  width: auto;
  padding: 5px 15px;
  font-size: 15px;
}
.viaggio-card .tag {
  height: 45px;
  transform: translateY(-3px);
  padding: 5px 10px;
  border-radius: 5px;
}
.viaggio-card .tag svg {
  height: 100%;
}
.viaggio-card .tag svg path {
  fill: #FFF;
}
.viaggio-card .slots {
  position: absolute;
  right: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  float: unset;
  width: auto;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 18px;
}

.viaggio-card .slots.annullato,
.slots-scheda.annullato {
  background-color: #fe0000;
}

.viaggio-card .slots.archiviato,
.slots-scheda.archiviato {
  background-color: #999999;
}

.viaggio-card .slots.confermato,
.slots-scheda.confermato {
  background-color: #67cb33;
}

.viaggio-card .slots.da_confermare,
.slots-scheda.da_confermare {
  background-color: #bdbdbd;
}

.viaggio-card .slots.in_partenza,
.slots-scheda.in_partenza {
  background-color: #80d400;
}

.viaggio-card .slots.in_programma,
.slots-scheda.in_programma {
  background-color: #00cccd;
}

.viaggio-card .slots.sold_out,
.slots-scheda.sold_out {
  background-color: #ff9801;
}

.viaggio-card .slots.ultimi_posti,
.slots-scheda.ultimi_posti {
  background-color: #ffcc33;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .slots-scheda.country:before{
  background: none;
}

.slots-scheda {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  top: -120px !important;
  width: auto !important;
  padding: 8px 15px;
  font-size: 16px !important;
  line-height: 18px;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .country {
  top: -50px;
}

.route-home .main_slider .slots-scheda {
  top: -75px !important;
}
.viaggio-card .details {
  position: absolute;
  z-index: 1;
  text-align: left;
  bottom: 35px;
  width: calc(100% - 80px);
}
.viaggio-card .details .location {
  display: flex;
  align-items: center;
}
.viaggio-card .details .location:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 7px;
  background-color: #d03000;
  margin: 0 9px;
}
.viaggio-card .details .title {
  text-align: left;
  color: #FFF;
  font-size: 36px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.viaggio-card .details .text {
  margin-bottom: 20px;
  font-size: 17px;
}
.viaggio-card .details .dates {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 4px 15px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 25px;
}
.viaggio-card .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 10px;
  left: -6px;
  right: -6px;
  bottom: -10px;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
}
.viaggio-card:hover .shadow {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.viaggio-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.viaggio-card:not(.small) + .viaggio-card {
  margin-top: 75px;
}

.viaggio-card.small {
  height: 388px;
  width: 627.5px;
  margin-top: 40px;
}
.viaggio-card.small .details {
  bottom: 10px;
}

.month-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.month-wrapper > .title {
  text-align: left;
  line-height: 1;
  margin-bottom: 40px;
}

.month-wrapper + .month-wrapper > .title {
  margin-top: 100px;
}

.popup {
  z-index: 1000;
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);
}

.popup-body .subtitleB {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}

.pb-fat {
  padding-bottom: 200px;
}

section.gallery {
  position: relative;
}
section.gallery .controls {
  top: 0;
  bottom: unset;
}
section.gallery.full-width .controls {
  right: 30px;
}

.table-responsive tr td > label {
  display: none;
}

.table td.cost {
  white-space: nowrap;
}

header {
  display: flex;
  align-items: center;
  padding: 49px 0;
  transition: all 0.3s ease-out;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
}
header .header-wrapper .top_panel {
  z-index: unset;
  top: unset;
  position: unset;
}
header .header-wrapper .top_panel .offcanvas-button {
  display: flex;
  align-items: center;
  color: #888;
  font-weight: 300;
}
header .header-wrapper .top_panel .menu_wrap {
  display: none !important;
}
header .header-wrapper .top_panel .mobile_btn {
  float: left;
  display: block !important;
  height: 46px;
  width: 46px;
  background-color: rgba(153, 153, 153, 0.5);
  margin-right: 10px;
}
header .header-wrapper .top_panel .mobile_btn span {
  left: 13px;
}
header .header-wrapper .top_panel .mobile_btn span:nth-child(1) {
  top: 15px;
}
header .header-wrapper .top_panel .mobile_btn span:nth-child(2) {
  top: 22px;
}
header .header-wrapper .top_panel .mobile_btn span:nth-child(3) {
  top: 29px;
}
header .header-wrapper .top_panel .mobile_btn:hover {
  background-color: #339999;
}
header .header-wrapper .top_panel .mobile_btn.opened span:nth-child(1) {
  top: 22px;
}
header .header-wrapper .top_panel .mobile_btn.opened span:nth-child(2) {
  top: 22px;
}
header .header-wrapper .top_panel .mobile_btn.opened span:nth-child(3) {
  top: 23px;
  opacity: 0;
}
header .header-wrapper .logo {
  text-align: center;
}
header .header-wrapper .logo img {
  height: 67px;
  transition: height 0.3s ease-out;
  max-width: 100%;
  object-fit: contain;
}
header .header-wrapper .socials {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
header .header-wrapper .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
}
header .header-wrapper .socials a .fa-instagram {
  font-size: 25px;
}
header .header-wrapper .socials a + a {
  margin-left: 10px;
}
header .header-wrapper .socials a:hover {
  background-color: #d03000;
}
header .header-wrapper > * {
  width: 100%;
}

header.white:not(.bee-scrolled) .header-wrapper .offcanvas-button {
  color: #FFF;
}
header.white:not(.bee-scrolled) .header-wrapper .mobile_btn {
  background-color: rgba(255, 255, 255, 0.5);
}
header.white:not(.bee-scrolled) .header-wrapper .socials a {
  background-color: rgba(255, 255, 255, 0.5);
}

header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
header.fixed.white {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

header.bee-scrolled {
  background: #FFF !important;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
header.bee-scrolled .header-wrapper .logo img {
  content: url("../images/logo_vinceviaggi.svg");
  height: 50px;
}

footer {
  background-color: #0d0d0d;
  color: #FFF;
  text-align: center;
}
footer .title {
  color: #FFF;
  font-size: 28px;
  margin-bottom: 20px;
}
footer .contacts {
  font-size: 23px;
}
footer .address {
  font-size: 18px;
}
footer .socials {
  margin-top: 20px;
}
footer .socials .social-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .socials .social-icon + .social-icon {
  margin-left: 10px;
}
footer .socials .social-icon.facebook {
  background-image: url(../images/socials/facebook.png);
}
footer .socials .social-icon.instagram {
  background-image: url(../images/socials/instagram.png);
}
footer .top {
  padding: 75px 15px 35px;
}
footer .top .logo img {
  height: 143px;
  margin-bottom: 30px;
  max-width: 100%;
  object-fit: contain;
}
footer .bottom {
  border-top: 1px solid #373737;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 15px;
}
footer .bottom .copy {
  font-size: 12px;
  font-weight: 300;
  color: #666;
}
footer .bottom .copy a {
  color: #666;
}
footer .bottom .copy a:hover {
  color: #d03000;
}

.footer {
  overflow: hidden;
  padding-bottom: 0;
}
.footer .container {
  overflow: visible;
}
.footer .col, .footer .left, .footer .contacts_info > * {
  float: left;
}
.footer .logo-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.footer .logo-wrapper .logo-wrapper {
  max-width: 100%;
}
.footer .logo {
  margin-bottom: 40px;
  margin-top: 20px;
  max-width: 360px;
}
.footer .footer_top .col {
  padding-right: 15px;
}
.footer .footer_top ._title {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .footer_top ul {
  margin-bottom: 30px;
}
.footer .footer_top ul li {
  margin-bottom: 10px;
}
.footer .footer_top ul li a {
  font-size: 16px;
  line-height: 1.4;
}
.footer .footer_top .contacts_info .email {
  width: auto;
  position: relative;
}
.footer .footer_top .contacts_info .email a {
  font-size: 23px;
}
.footer .footer_top .contacts_info .tel {
  width: auto;
  padding-right: 0;
}
.footer .footer_top .contacts_info .tel a {
  font-size: 23px;
}
.footer .footer_top .contacts_info .tel + .email {
  padding-left: 30px;
}
.footer .footer_top .contacts_info .tel + .email::before {
  content: "";
  display: block;
  width: 1px;
  height: 65%;
  background-color: #FFF;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer_top .contacts_info .address {
  width: 100%;
}
.footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  position: relative;
  padding: 16px 15px;
}
.footer .footer_bottom .left .viva_wallet_text {
  position: absolute;
  left: 0;
  top: -46px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  font-weight: 300;
}
.footer .footer_bottom .right {
  font-size: 13px;
  font-weight: 300;
}
.footer .footer_bottom::before {
  content: "";
  background-color: #373737;
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer_bottom > * {
  position: relative;
  width: auto;
}
.footer .social-row {
  float: left;
  margin-left: 25px;
}
.footer .social-links .link {
  margin-right: 10px;
}

.breadcrumb-area {
  margin-top: -49px;
}
.breadcrumb-area .breadcrumb a {
  font-size: 15px;
  line-height: 1.1;
  color: #888;
}
.breadcrumb-area .breadcrumb .breadcrumb-sep::before {
  content: "/";
  color: #888;
  margin: 0 5px;
}

.breadcrumb-area.fatty {
  margin-top: 0;
}
.breadcrumb-area.fatty .breadcrumb {
  margin: 30px 0;
}

section.slideshow {
  padding: 0;
}

section.text {
  text-align: center;
  font-size: 17px;
}
section.text.text-left {
  text-align: left;
}
section.text .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.text .content .image.full {
  width: 100%;
  max-width: 1024px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
section.text .content .text:not(.full) {
  max-width: 870px;
}
section.text .content .text + .title,
section.text .content .text + .video,
section.text .content .title + .video,
section.text .content .video + .title {
  margin-top: 50px;
}
section.text .content .text a {
  color: #d03000;
}
section.text .content .video-width-limit {
  max-width: 540px;
  margin: 0 auto;
}
section.text .content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
section.text .content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.text .content > * {
  flex-basis: 100%;
}
section.text .link-box {
  margin-top: 30px;
}
section.text .link-box h2 {
  font-weight: 700;
}

section.viaggi {
  text-align: center;
  padding-top: 0;
}
section.viaggi .sec-title {
  margin-top: 10px;
  margin-bottom: 55px;
}
section.viaggi .title-block .text {
  font-size: 20px;
  line-height: 1.4;
}

section.newsletter {
  padding-top: 30px;
}
section.newsletter .newsletter-banner {
  position: relative;
  background-image: url(../images/newsletter_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 55px;
  height: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-top: 27px;
}
section.newsletter .newsletter-banner .content {
  padding-right: 30px;
}
section.newsletter .newsletter-banner .action {
  display: flex;
  align-items: center;
}
section.newsletter .newsletter-banner .title {
  color: #FFF;
  line-height: 1;
}
section.newsletter .newsletter-banner .text {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}
section.newsletter .newsletter-banner .button {
  text-align: center;
  width: 155px;
}
section.newsletter .newsletter-banner .image {
  position: absolute;
  right: 235px;
  bottom: 0;
  height: 237px;
}

.newsletter-submit {
  margin: 30px 0 0;
  display: flex;
  justify-content: flex-end;
}

.epp-ci .epp-ci-cbw {
  margin-top: 10px !important;
}

.bee-offcanvas .menu-main {
  background-color: #339999;
  color: #FFF;
  width: 100%;
}
.bee-offcanvas .menu-main .bee-offcanvas-content {
  padding: 49px 0;
}
.bee-offcanvas .menu-main .bee-offcanvas-content a {
  color: #FFF;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .container {
  position: relative;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .offcanvas-close {
  position: absolute;
  top: 0;
  right: 15px;
  border-radius: 50%;
  transition: all 0.2s linear;
  display: block;
  height: 46px;
  width: 46px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .offcanvas-close div {
  top: 22px;
  left: 13px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  display: block;
  width: 20px;
  transform-origin: center;
  transform: rotate(45deg);
}
.bee-offcanvas .menu-main .bee-offcanvas-content .offcanvas-close div:nth-child(2) {
  transform: rotate(-45deg);
}
.bee-offcanvas .menu-main .bee-offcanvas-content .brand {
  text-align: center;
  margin-bottom: 45px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .brand img {
  height: 67px;
  max-width: 100%;
  object-fit: contain;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .content-wrapper {
  padding: 0 175px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content div.link {
  padding-bottom: 16px;
  border-bottom: 2px solid #FFF;
}
.bee-offcanvas .menu-main .bee-offcanvas-content div.link a {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.1;
}
.bee-offcanvas .menu-main .bee-offcanvas-content div.link:last-of-type {
  border-bottom: none;
}
.bee-offcanvas .menu-main .bee-offcanvas-content div.link + .link {
  margin-top: 18px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content div.link.childs a {
  display: table;
}
.bee-offcanvas .menu-main .bee-offcanvas-content div.link.childs a.child {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  margin-top: 20px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content div.link.childs a.child + .child {
  margin-top: 10px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts .contact-wrapper {
  font-size: 23px;
  line-height: 1.1;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts .contact-wrapper .email {
  position: relative;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts .contact-wrapper .tel + .email {
  padding-left: 30px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts .contact-wrapper .tel + .email::before {
  content: "";
  display: block;
  width: 1px;
  height: 65%;
  background-color: #FFF;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts .social-links {
  margin-left: 30px;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts .social-links .link {
  margin-right: 0;
}
.bee-offcanvas .menu-main .bee-offcanvas-content .contacts .social-links .link + .link {
  margin-left: 13px;
}

.bee-offcanvas .lista-nozze {
  max-width: 33.33%;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content {
  padding: 120px 60px 60px;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .offcanvas-close {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  transition: all 0.2s linear;
  display: block;
  height: 46px;
  width: 46px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .offcanvas-close div {
  top: 22px;
  left: 13px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  display: block;
  width: 20px;
  transform-origin: center;
  transform: rotate(45deg);
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .offcanvas-close div:nth-child(2) {
  transform: rotate(-45deg);
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box {
  max-width: 340px;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box .title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box .text {
  font-size: 15px;
  margin-bottom: 18px;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box .text.forgot {
  margin: 10px 0 0;
  color: #d03000;
  font-size: 14px;
  line-height: 1.2;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box form input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #f7f7f7;
  height: 50px;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box form input::placeholder {
  font-weight: 500;
  color: #666;
  opacity: 1;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box form input:-ms-input-placeholder {
  font-weight: 500;
  color: #666;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box form input::-ms-input-placeholder {
  font-weight: 500;
  color: #666;
}
.bee-offcanvas .lista-nozze .bee-offcanvas-content .content-box form .form-group + .form-group {
  margin-top: 20px;
}

.destinations_item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  margin: 0;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: unset;
  max-height: none;
  opacity: 0.2;
}
.destinations_item .overlay.myweddy {
  background-image: url(../images/myweddy-solo.svg);
}
.destinations_item .overlay.mygift4you {
  background-image: url(../images/mygift-solo.svg);
  background-size: 50%;
}

.destinations_item .sq_parent {
  padding-bottom: 75%;
}

.destinations_item ._content {
  padding: 0 15px 30px;
}

.destinations_item ._content ._title {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0px 1px 5px #000;
}

.destinations_item ._content ._info {
  font-size: 15px;
  line-height: 1.2;
}

.destinations_item:before {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.destinations_item:hover:before {
  opacity: 1;
}

section.slideshow .main_slider .slide_title {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  color: #FFF;
  max-width: 50%;
}
section.slideshow .main_slider .slider_wrap .slide .bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
section.slideshow .main_slider .slider_wrap .slide .slide_content .title_wrap {
  margin-bottom: 20px;
}

section.most_popular {
  padding-top: 100px;
}
section.most_popular .title,
section.most_popular .text {
  text-align: left;
}
section.most_popular .text {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 20px;
}

section.banner {
  text-align: center;
}
section.banner .banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 345px;
  background-position: bottom right;
  margin-top: 35px;
  color: #FFF;
  text-align: left;
  padding: 40px 60px;
}

section.banner.charity .banner {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px 55px;
  align-content: flex-end;
}

.route-home section.banner.charity .banner .dots {
  margin-bottom: 30px;
}

section.banner.charity .banner .dots {
  text-shadow: 0 1px 6px #000;
}

section.banner.charity .banner .link {
  z-index: 1;
}

section.banner .banner .dots {
  font-size: 20px;
  line-height: 1.2;
}
section.banner .banner .links {
  margin-top: 20px;
}
section.banner .banner > * {
  width: 100%;
}

section.banner.usa-ambassador .banner {
  background-position: center;
  height: 619px;
  padding: 70px;
}
section.banner.usa-ambassador .banner .content {
  max-width: 100%;
}
section.banner.usa-ambassador .banner .content .title {
  text-align: left;
  color: #FFF;
  margin-bottom: 0;
  text-shadow: 0px 1px 2px black;
}
section.banner.usa-ambassador .banner .content .text {
  text-align: left;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  text-shadow: 0px 1px 2px black;
}
section.banner.usa-ambassador .banner .content .link {
  margin-top: 25px;
}

section.experiences {
  text-align: center;
  /* Subtitle */
}
section.experiences .slots {
  right: 20px;
  max-width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
}
section.experiences .wrap .title_wrap .subtitle {
  padding-top: 12px;
}
section.experiences .title_wrap {
  padding: 0;
}
section.experiences .section_content {
  margin-right: -30px;
  margin-top: 29px;
}
section.experiences .viaggio-card, section.experiences .slots-experience {
  height: 250px;
  padding: 30px 20px;
}
section.experiences .viaggio-card .location, section.experiences .slots-experience .location {
  position: absolute;
  top: auto;
  left: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  white-space: nowrap;
  max-width: 40%;
}
section.experiences .viaggio-card .location::before, section.experiences .slots-experience .location::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d03000;
  position: absolute;
  top: 8px;
  left: 0;
  margin: 0;
}
section.experiences .viaggio-card .details, section.experiences .slots-experience .details {
  color: #FFF;
  position: absolute;
  z-index: 1;
  text-align: left;
  left: 20px;
  bottom: 30px;
  width: calc(100% - 40px);
}
section.experiences .viaggio-card .details .title, section.experiences .slots-experience .details .title {
  font-size: 24px;
  line-height: 1.2;
  color: #FFF;
}
section.experiences .viaggio-card .details .dates, section.experiences .slots-experience .details .dates {
  margin-bottom: 0;
}
section.experiences .tour_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
section.experiences .card-wrapper {
  margin: 40px 15px 0;
}
section.experiences .card-wrapper .viaggio-card {
  margin: 0;
  width: 100%;
}
section.experiences .card-wrapper .subtitle {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 25px;
  float: left;
  width: 100%;
  padding: 0 5px;
}
section.experiences .card-wrapper.slick-slide .shadow {
  left: 10px;
  right: 10px;
}
section.experiences .month-wrapper > .title {
  margin-bottom: 0;
}
section.experiences .month-wrapper .card-wrapper {
  margin-right: 0;
}

section.text .title {
  line-height: 1.1;
  color: #333;
}
section.text .text {
  color: #666;
  font-size: 18px;
}

section.formats .title {
  font-size: 30px;
}
section.formats .wrap_float {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.formats .statistics_item {
  float: left;
  max-width: 245px;
  padding: 0;
  margin: 0;
}
section.formats .statistics_item ._value {
  width: 201px;
  height: 201px;
}
section.formats .statistics_item ._title {
  font-size: 24px;
  color: #333;
}

section.office .text {
  color: #666;
  font-size: 18px;
  line-height: 1.5;
  max-width: 916px;
  margin: 0 auto;
}

section.team .team_slider {
  margin: 0 -15px;
}
section.team .team_slider .team_item {
  margin: 0 15px;
}
section.team .team_slider .team_item .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
section.team .team_slider .team_item .image:before {
  content: none;
}
section.team .team_slider .team_item .image img {
  height: auto;
}
section.team .team_slider .team_item .name {
  line-height: 1;
  margin: 0;
}
section.team .team_slider .team_item .position {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  margin-top: 5px;
}

section.banner .banner {
  border-radius: 15px;
}

section.viaggi-details .slide .bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
section.viaggi-details .slide .title_wrap {
  position: absolute;
  z-index: 1;
  text-align: left;
  bottom: 60px;
}
section.viaggi-details .slide .title_wrap .title {
  text-align: left;
  color: #FFF;
  line-height: 1;
}
section.viaggi-details .slide .title_wrap .text {
  margin-bottom: 20px;
  font-size: 17px;
}
section.viaggi-details .slide .title_wrap .dates {
  background-color: rgba(0, 0, 0, 0.45);
  color: #FFF;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 5px;
}
section.viaggi-details .slide .title_wrap .tags_wrap {
  margin-bottom: 20px;
}
section.viaggi-details .slider_wrap.floating-content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
}
section.viaggi-details .slider_wrap.floating-content .slide .slide_content .text,
section.viaggi-details .slider_wrap.floating-content .slide .slide_content .title_wrap {
  transform: none;
}

.programm {
  float: left;
  margin-top: 0 !important;
}
.programm .day_item {
  float: left;
  width: 100%;
}
.programm .day_item .day_item-head .preview .p {
  font-size: 20px !important;
}
.programm .day_item .day_item-body {
  float: left;
  width: 100%;
}
.programm .day_item .day_item-body .text {
  font-weight: 300;
  color: #666 !important;
}

.blog_detail .page .left_content {
  max-width: 1005px;
}

.tour_page_body, .blog_detail {
  padding-top: 0;
}
.tour_page_body .left_content, .tour_page_body .blog_single-body, .blog_detail .left_content, .blog_detail .blog_single-body {
  float: left;
}
.tour_page_body .left_content .description,
.tour_page_body .left_content .description p,
.tour_page_body .left_content .text, .tour_page_body .blog_single-body .description,
.tour_page_body .blog_single-body .description p,
.tour_page_body .blog_single-body .text, .blog_detail .left_content .description,
.blog_detail .left_content .description p,
.blog_detail .left_content .text, .blog_detail .blog_single-body .description,
.blog_detail .blog_single-body .description p,
.blog_detail .blog_single-body .text {
  font-weight: 300;
  color: #666;
  font-size: 18px;
}
.tour_page_body .left_content .description b, .tour_page_body .blog_single-body .description b, .blog_detail .left_content .description b, .blog_detail .blog_single-body .description b {
  font-weight: 700;
}
.tour_page_body .left_content .description a, .tour_page_body .blog_single-body .description a, .blog_detail .left_content .description a, .blog_detail .blog_single-body .description a {
  color: #d03000;
  text-decoration: underline;
  font-weight: 600;
}
.tour_page_body .left_content .images, .tour_page_body .blog_single-body .images, .blog_detail .left_content .images, .blog_detail .blog_single-body .images {
  width: 100%;
  margin-top: 30px;
  float: left;
}
.tour_page_body .left_content .images .img, .tour_page_body .blog_single-body .images .img, .blog_detail .left_content .images .img, .blog_detail .blog_single-body .images .img {
  position: relative;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}
.tour_page_body .left_content .images .img img, .tour_page_body .blog_single-body .images .img img, .blog_detail .left_content .images .img img, .blog_detail .blog_single-body .images .img img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.tour_page_body .left_content .images .img::before, .tour_page_body .blog_single-body .images .img::before, .blog_detail .left_content .images .img::before, .blog_detail .blog_single-body .images .img::before {
  content: "\f03e";
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Font Awesome 6 Free";
  font-size: 65px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.tour_page_body .left_content .images .img:hover::before, .tour_page_body .blog_single-body .images .img:hover::before, .blog_detail .left_content .images .img:hover::before, .blog_detail .blog_single-body .images .img:hover::before {
  opacity: 1;
}
.tour_page_body .left_content .images .item, .tour_page_body .blog_single-body .images .item, .blog_detail .left_content .images .item, .blog_detail .blog_single-body .images .item {
  width: 32%;
  margin-right: 2%;
  display: block;
  float: left;
}
.tour_page_body .left_content .images .item:nth-child(3n), .tour_page_body .blog_single-body .images .item:nth-child(3n), .blog_detail .left_content .images .item:nth-child(3n), .blog_detail .blog_single-body .images .item:nth-child(3n) {
  margin-right: 0;
}
.tour_page_body .left_content .images .item:nth-child(3n+1), .tour_page_body .blog_single-body .images .item:nth-child(3n+1), .blog_detail .left_content .images .item:nth-child(3n+1), .blog_detail .blog_single-body .images .item:nth-child(3n+1) {
  clear: both;
}
.tour_page_body .left_content .block .head-block, .tour_page_body .blog_single-body .block .head-block, .blog_detail .left_content .block .head-block, .blog_detail .blog_single-body .block .head-block {
  position: relative;
}
.tour_page_body .left_content .block .head-block .title, .tour_page_body .blog_single-body .block .head-block .title, .blog_detail .left_content .block .head-block .title, .blog_detail .blog_single-body .block .head-block .title {
  border-bottom: 2px solid #00ad65;
  padding-bottom: 8px;
  cursor: pointer;
}
.tour_page_body .left_content .block .head-block .title span, .tour_page_body .blog_single-body .block .head-block .title span, .blog_detail .left_content .block .head-block .title span, .blog_detail .blog_single-body .block .head-block .title span {
  border-bottom: 4px solid #00ad65;
  padding-bottom: 5px;
}
.tour_page_body .left_content .block .head-block .element, .tour_page_body .blog_single-body .block .head-block .element, .blog_detail .left_content .block .head-block .element, .blog_detail .blog_single-body .block .head-block .element {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00ad65;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -26px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.tour_page_body .left_content .block .head-block .element::before, .tour_page_body .blog_single-body .block .head-block .element::before, .blog_detail .left_content .block .head-block .element::before, .blog_detail .blog_single-body .block .head-block .element::before {
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -6px;
  transition: all 0.2s linear;
}
.tour_page_body .left_content .block .head-block .element:after, .tour_page_body .blog_single-body .block .head-block .element:after, .blog_detail .left_content .block .head-block .element:after, .blog_detail .blog_single-body .block .head-block .element:after {
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.tour_page_body .left_content .block .body-block, .tour_page_body .blog_single-body .block .body-block, .blog_detail .left_content .block .body-block, .blog_detail .blog_single-body .block .body-block {
  display: none;
  padding-right: 44px;
}
.tour_page_body .left_content .block.open .head-block .element:after, .tour_page_body .blog_single-body .block.open .head-block .element:after, .blog_detail .left_content .block.open .head-block .element:after, .blog_detail .blog_single-body .block.open .head-block .element:after {
  transform: none;
  transition: transform 0.2s linear;
}
.tour_page_body .right_content, .blog_detail .right_content {
  text-align: center;
  margin-top: -50px;
}

.tour_page_body .left_content {
  max-width: calc(100% - 310px);
}
.tour_page_body .left_content .block .head-block .title {
  line-height: 1.2;
}

.sidebar .tour-leader .desc,
.content-block .tour-leader .desc {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 22px;
  line-height: 1;
  margin-top: 5px;
}
.sidebar .tour-leader .link,
.content-block .tour-leader .link {
  text-decoration: underline;
}

.sidebar .summary .text {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.sidebar .book-now,
.pdf-info {
  margin: 0;
  border-radius: 5px;
  font-size: 18px;
}

.pdf-info { 
  padding: 10px 0;
  width: 100%;
  max-height: 43px;
  margin-left: 0 !important;
}

.sidebar .link-pdf-simple {
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.sidebar .link-pdf {
  margin-top: 20px;
}

.sidebar .link-pdf i,
.pdf-mobile-wrapper .link-pdf i {
  padding-left: 10px;
}

.sidebar .navigation {
  text-align: left;
  background-color: #303030;
}
.sidebar .navigation ul li a {
  font-size: 18px;
  font-weight: 300;
}
.sidebar .navigation ul li a.active {
  color: #FFF;
}
.sidebar .widget + .widget {
  margin-top: 25px;
}

.sidebar.fixed {
  top: 90px;
  left: 0;
  right: unset;
  margin: 0;
  z-index: 99;
}

.sidebar.fixed.bottom {
  right: 0;
  bottom: -90px;
  left: unset;
}

.content-block {
  margin-bottom: 0 !important;
}
.content-block .block {
  float: left;
  width: 100%;
}
.content-block .block .accomodation-item .title,
.content-block .block .section-main-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  width: auto;
}
.content-block .block .accomodation-item {
  width: 100%;
  float: left;
  background-color: #eaeaea;
  padding: 15px;
  border-radius: 5px;
}
.content-block .block .accomodation-item .quotes-wrapper {
  width: 100%;
  float: left;
}
.content-block .block .accomodation-item .quotes-wrapper th.cost {
  width: 30%;
}
.content-block .block .accomodation-item + .accomodation-item {
  margin-top: 30px;
}
.content-block .block .accomodation-item > * + * {
  margin-top: 20px;
}
.content-block .block + .block {
  padding-top: 80px;
}

.accomodations-wrap .info {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
}

.accomodations-wrap .accomodation-item:first-child {
  margin-top: 30px;
}

.accomodations-wrap .accomodation-item:last-child {
  margin-bottom: 30px;
}

.costs-wrapper .cost-item .desc {
  font-weight: 600;
}
.costs-wrapper .cost-item .cost {
  text-decoration: underline;
}
.costs-wrapper .cost-item + .cost-item {
  margin-top: 5px;
}

.page-contents .content-block + .content-block {
  margin-top: 20px;
}
.page-contents .section-main-title {
  text-align: left;
}
.page-contents .article-block:not(.left-pic-right-text):not(.right-pic-left-text) .row > * + * {
  margin-top: 20px;
}

.viaggi-details-mobile-action {
  display: none;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 15px;
  text-align: center;
  box-shadow: 0px -10px 10px -5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}
.viaggi-details-mobile-action.open {
  opacity: 1;
  transform: translateY(0);
}
.viaggi-details-mobile-action .summary .text {
  text-transform: lowercase;
}
.viaggi-details-mobile-action .summary .text .sep {
  display: inline-block;
  width: 5px;
}
.sold-out-button {
  cursor: initial;
}
.viaggi-details-mobile-action .button {
  margin-top: 10px !important;
  font-size: 16px;
  margin-left: 0;
}
.viaggi-details-mobile-action .select-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viaggi-details-mobile-action .select-wrapper .label {
  margin-right: 15px;
}
.viaggi-details-mobile-action .ctw {
  float: none; 
  padding: 6.5px 25px;
  display: inline-block;
  color: #FFF;
  background-color: #C1A121;
}
.viaggi-details-mobile-action .ctw img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.pdf-mobile-wrapper,
.block.only-mobile {
  display: none;
}

.tour_page {
  padding-bottom: 60px;
}

.experience-details .gallery_slider .slide img {
  border-radius: 10px;
  margin: 0 7.5px;
  max-width: 750px;
  height: 500px;
  object-fit: cover;
}
.experience-details .gallery_slider .slide img .content {
  text-align: left;
}
.experience-details section.dates .content .title {
  font-size: 38px;
  margin-bottom: 22px;
  padding-bottom: 3px;
  border-bottom: 2px solid #00ad65;
}
.experience-details section.dates .content .title span {
  border-bottom: 4px solid #00ad65;
  padding-bottom: 5px;
}
.experience-details .dates-selector .label {
  font-weight: 700;
}
.experience-details .dates-item .item {
  display: none;
}
.experience-details .dates-item .item.active {
  display: block;
}

section.tour_page_body {
  padding-top: 100px;
}

.flight-wrapper td.date, .flight-wrapper th.date {
  min-width: 110px;
}

.myweddy {
  max-height: 87px;
  height: 61px;
  margin-bottom: 45px;
}

.contact-us {
  display: flex;
  align-items: center;
}

.contacts-right .map {
  height: 100%;
}

.infoDate {
  margin-top: 15px;
}

.tourleader-text {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #666666;
  text-align: left;
}

section.blog, .blog_detail {
  text-align: center;
  padding-top: 0;
}
section.blog .subtitle_blog, .blog_detail .subtitle_blog {
  text-align: left;
}
section.blog .riga_categoria, .blog_detail .riga_categoria {
  display: inline;
}
section.blog .tags, .blog_detail .tags {
  display: inline-block;
  overflow: hidden;
}
.blog_item_top .tags .tag {
  float: left;
  margin-bottom: 10px;
}
section.blog .tag, .blog_detail .tag {
  background-color: rgba(0, 0, 0, 0.45) !important;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 25px;
  z-index: 998;
}
section.blog .title-block .text, .blog_detail .title-block .text {
  font-size: 20px;
  line-height: 1.4;
}
section.blog .left_content_blog,
section.blog .blog-list,
section.blog .pagination, .blog_detail .left_content_blog,
.blog_detail .blog-list,
.blog_detail .pagination {
  float: left;
}
section.blog .blog-columns-body, .blog_detail .blog-columns-body {
  display: flex;
  gap: 2%;
}
section.blog .blog-list, .blog_detail .blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.blog .left_content_blog, .blog_detail .left_content_blog {
  flex: auto;
  width: 75%;
}
section.blog .right_content_blog, .blog_detail .right_content_blog {
  flex: auto;
  width: 22%;
}
section.blog .right_content_blog .category_block,
section.blog .right_content_blog .archive_block, .blog_detail .right_content_blog .category_block,
.blog_detail .right_content_blog .archive_block {
  text-align: left;
}
section.blog .right_content_blog .category_block ul li a.active .count,
section.blog .right_content_blog .archive_block ul li a.active .count, .blog_detail .right_content_blog .category_block ul li a.active .count,
.blog_detail .right_content_blog .archive_block ul li a.active .count {
  color: #000000 !important;
}
section.blog .right_content_blog .navigation, .blog_detail .right_content_blog .navigation {
  padding: 28px 20px;
}
section.blog .blog_preview, .blog_detail .blog_preview {
  width: 47% !important;
}
section.blog .category_label, .blog_detail .category_label {
  color: #ffffff;
  margin: 10px 10px 30px 15px;
  font-family: "Quicksand";
  font-size: 30px;
}
section.blog .count, .blog_detail .count {
  text-align: right;
  font-weight: bold;
}
section.blog .blog_item_top ._title, .blog_detail .blog_item_top ._title {
  font-family: "Quicksand";
}
section.blog .blog-wrapper, .blog_detail .blog-wrapper {
  margin-top: 15px;
  /* Blog list page */
}
section.blog .blog-wrapper .blog-list-page, .blog_detail .blog-wrapper .blog-list-page {
  margin-top: 20px;
}
section.blog .article_url, .blog_detail .article_url {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.blog .page-contents .section-main-title, .blog_detail .page-contents .section-main-title {
  font-family: "Nunito";
  font-size: 26px;
  font-style: italic;
  color: #222;
  margin: 15px 0;
}
section.blog .sidebar .navigation ul li a, .blog_detail .sidebar .navigation ul li a {
  display: flex;
}
section.blog .sidebar .navigation ul li .cat_name, .blog_detail .sidebar .navigation ul li .cat_name {
  width: 75%;
  line-height: 1.2;
}

.blog_detail .sidebar .navigation ul li {
  margin-bottom: 15px;
}

section.blog .sidebar .navigation ul li .count, .blog_detail .sidebar .navigation ul li .count {
  width: 25%;
}

.blog_detail img {
  border-radius: 10px;
}
.blog_detail .blog_item_top {
  max-height: 480px;
}
.blog_detail .blog_item_top ._title {
  color: #ffffff;
  text-align: left;
  font-size: 40px;
  margin: 0 20px 0px 20px;
  bottom: 25%;
  position: absolute;
  z-index: 1;
}
.blog_detail .blog_single-body {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
}
.blog_detail .blog_single-body div .text-block {
  text-align: left;
  font-family: "Nunito";
  color: #666666;
}
.blog_detail .blog_single-body .item {
  margin-bottom: 2%;
}
.blog_detail .row .download {
  text-align: left;
}
.blog_detail .wrap {
  float: left;
}
.blog_detail .right_content {
  margin-top: 0px;
}
.blog_detail .article-block > * {
  margin-bottom: 40px !important;
}

.slots-experience {
  /* Subtitle */
}
.slots-experience .text .title {
  text-align: left;
  padding-left: 0px;
  margin-bottom: 12px;
}
.slots-experience .text .subtitle {
  text-align: left;
}
.slots-experience .text {
  line-height: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px !important;
}

.experience-details .slots-experience {
  /* Subtitle */
}
.experience-details .slots-experience .slots {
  position: relative;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  float: left;
  width: auto;
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  margin: 15px 15px -15px -2px;
  margin-left: -2px;
  margin-right: 15px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.62) !important;
}
.experience-details .slots-experience .text .title {
  margin-bottom: 15px;
}
.experience-details .slots-experience .text .subtitle {
  margin-top: 0px;
}

.attachments-text {
  font-size: 20px;
  color: #424242;
  margin-right: 30px;
}

.download-block {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.map-trips {
  width: 100%;
  /*height: 699px;*/
  height: 960px;
}

.title-map-trip {
  font-weight: bold;
  font-size: 20px;
  color: black;
  font-family: "Quicksand";
}

.img-trip-map {
  height: auto;
  object-fit: cover;
  border-radius: 5%;
  overflow: hidden;
}

.date-trip-map {
  color: #878787;
  margin-top: 5x;
  font-family: "Nunito";
  font-weight: bold;
}

.gm-style-iw.gm-style-iw-c {
  border: 1px solid rgba(87, 87, 87, 0.8705882353);
  padding: 0px !important;
  outline: none;
}

.gmap-window-info {
  position: relative;
  max-width: 450px;
  padding: 15px 30px 30px 140px;
}
.gmap-window-info .img-trip-map {
  position: absolute;
  width: 100px;
  height: 100px;
  object-position: center;
  border-radius: 50%;
  top: 15px;
  left: 20px;
  margin: 0;
}
.gmap-window-info .tags_wrap {
  margin-left: 0 !important;
}
.gmap-window-info .tags_wrap .tag {
  display: inline-flex;
  align-items: center;
  margin: 10px 0 0 !important;
  font-size: 15px;
}
.gmap-window-info .tags_wrap .tag + .tag {
  margin: 5px 0 0;
}
.gmap-window-info .status-map {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #cc9900;
  font-family: "Quicksand";
  margin-top: 10px;
  padding-left: 20px;
}
.gmap-window-info .status-map::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-color: #cc9900;
  border-radius: 50%;
}
.gmap-window-info .status-map.confermato {
  color: #339900;
}
.gmap-window-info .status-map.confermato::before {
  background-color: #339900;
}
.gmap-window-info .status-map.archiviato, .gmap-window-info .status-map.annullato {
  color: #cc3300;
}
.gmap-window-info .status-map.archiviato::before, .gmap-window-info .status-map.annullato::before {
  background-color: #cc3300;
}
.gmap-window-info .discover-trip-map {
  color: #000;
  text-decoration: underline;
  margin-top: 5px;
  padding: 0;
  font-weight: 500;
}

.gm-style-iw-d {
  overflow-x: hidden !important;
}

.subtitle-map-trip {
  margin-bottom: 10px;
  font-family: "Nunito";
}

.img-trip-map {
  margin-top: 5px;
  margin-bottom: 10px;
}

.text_experience {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 22px;
  margin-bottom: 5px;
}

.infoDate {
  background: #151515;
  padding: 28px 38px;
  border-radius: 10px;
  color: #FFF;
  font-weight: 300px;
  font-family: "Nunito";
}

.title_popup_payment {
  font-size: 30px;
}

.voice_payment {
  font-weight: bold;
}

.payment_btn_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.payment_btn {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 21px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #d03000;
  padding: 8px;
}

.title_popup_buy {
  line-height: 1 !important;
}

.subtitle_popup_buy {
  font-weight: bold !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.single_product + .single_product {
  margin-top: 5px;
}

.description_travel_popup {
  padding-top: 15px;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Quicksand";
}

.buy_popup_total {
  background-color: #e0e5ed;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px;
}

.summary_text {
  font-size: 18px;
  color: #222;
  position: relative;
  padding-left: 10px;
}

.summary_text .alt {
  font-size: 22px;
  color: #222;
  position: relative;
}

.email_sent_popup {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gm-style img:not(.img-trip-map) {
  cursor: pointer;
}

.tags_wrap .tag {
  display: inline-block;
  background-color: #D03000;
  color: #FFF;
  padding: 4px 15px;
  border-radius: 5px;
  margin-top: 15px;
  height: 32px;
}
.tags_wrap .tag + .tag {
  margin-left: 10px;
}
.tags_wrap .tag svg {
  height: 100%;
}
.tags_wrap .tag svg path {
  fill: #FFF;
}

.travel-lines .container {
  position: relative;
}
.travel-lines .controls {
  position: absolute;
  top: -1rem;
  bottom: auto;
  right: 15px;
  transform: translateY(-100%);
}
.travel-lines .item {
  width: 324px;
  max-width: 100%;
  text-align: center;
  padding: 0 15px;
}
.travel-lines .item .item_img {
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}
.travel-lines .item .item_img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in;
}
.travel-lines .item .item_img .color-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
}
.travel-lines .item .item_img:hover img {
  transform: scale(1.2) rotate(5deg);
}
.travel-lines .item .item_content {
  padding: 15px 10px 35px;
}
.travel-lines .item .item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.travel-lines .item .item_title .logo img {
  width: 280px;
}
.travel-lines .item .item_desc {
  font-weight: 700;
  line-height: 1.2;
}
.travel-lines .item .item_btns .btn-shadow {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.travel-lines .item .item_btns .btn-shadow .btn {
  display: inline-block;
  background: #009a9a;
  color: #fff;
  height: 53px;
  line-height: 50px;
  width: auto;
  padding: 0 17px;
  font-size: 19px;
  border-radius: 8px;
}
.travel-lines .item .item_btns .btn-shadow .btn:hover {
  background: #D03000;
}
.travel-lines .item .item_btns .btn-shadow .shadow {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  position: absolute;
  top: 0;
  left: -6px;
  right: -6px;
  bottom: 0;
  z-index: -1;
  width: auto;
  opacity: 0;
  transition: all 0.21s ease-out;
  will-change: opacity;
}
.travel-lines .item .item_btns .btn-shadow .btn:hover ~ .shadow {
  opacity: 0.7;
  transition: all 0.2s ease-out;
}

.filters-row {
  margin: 40px -15px 60px;
}

.filters-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.filters-wrapper .filter {
  width: 300px;
  max-width: 100%;
  padding: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 34px;
  position: relative;
  cursor: pointer;
}
.filters-wrapper .filter:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 5px;
  background: transparent;
  transition: background 0.3s ease-out;
}
.filters-wrapper .filter:hover:after, .filters-wrapper .filter.active:after {
  background: #c2a223;
}
.filters-wrapper .filter img {
  cursor: pointer;
}

.tour-leader .mask-wrapper {
  padding: 0 20px 5px;
}
.tour-leader .mask-wrapper .mask {
  background-color: #00ad65;
  border-radius: 15px;
  overflow: hidden;
}
.tour-leader .mask-wrapper .mask .desc {
  color: #FFF;
  padding: 10px 0;
  margin: 0px;
}
.tour-leader.mobile .mask-wrapper {
  padding: 0;
  max-width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

section.viaggi-mappa {
  display: flex;
  padding-bottom: 0;
}

.destinations {
  width: 100%;
}

.popup-head .title {
  font-size: 36px;
}

.fake-dropdown {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 15px;
}
.fake-dropdown .filter,
.fake-dropdown .selected {
  padding: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fake-dropdown .selected {
  border-radius: 5px;
  border: 1px solid #7a7a7a;
  height: 50px;
}
.fake-dropdown .selected img {
  height: 100%;
}
.fake-dropdown .dropdown-content {
  border: 1px solid #7a7a7a;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #FFF;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.fake-dropdown .dropdown-content.open {
  opacity: 1;
  pointer-events: all;
}
.fake-dropdown .dropdown-content .filter {
  border-bottom: 1px solid #7a7a7a;
  cursor: pointer;
}
.fake-dropdown .dropdown-content .filter img {
  cursor: pointer;
  height: 100%;
}
.fake-dropdown .dropdown-content .filter:last-child {
  border: none;
}
.fake-dropdown .dropdown-content .filter.active {
  pointer-events: none;
}

.view-mobile {
  display: none;
}

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

.route-proposte .footer {
  display: none;
}

.route-proposte .breadcrumb-area {
  z-index: 1;
}

.route-proposte .title {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 1.2;
}

.stories_page_wrap .stories_box .items .item .tag {
  width: fit-content;
}

.stories_page_wrap .stories_box .story_info .counter {
  left: 0;
  text-align: center;
  width: auto;
}

.stories_page_wrap .stories_box .story_info {
  left: 0;
  right: 0;
  text-align: center;
}

.route-proposte_details .slots-experience {
  padding-bottom: 80px;
}

.box-cover-proposal {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.route-proposte_details .element {
  background: #a4bf44 !important;
}

.bg-proposte {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.route-proposte_details .tour_page_body {
  padding-top: 0 !important;
}

.stories_page_wrap .stories_box .items .item .tag {
  background: #a4bf44;
  color: #fff;
  position: relative;
  height: 32px;
  line-height: 22px;
  padding: 4px 15px;
}

.stories_page_wrap .stories_box {
  height: 85%;
}

.stories_page_wrap {
  align-items: flex-start;
}

.stories_page {
  margin-top: -30px;
  width: 100%;
  padding-top: 0;
}

.stories_page_wrap .stories_box .dots ul {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.route-proposte_details .experience-details .slots-experience .slots {
  background-color: #a4bf44 !important;
}

.stories_page_wrap .stories_box .story_info .counter {
  font-family: "Nunito", sans-serif;
}

html.no-touch .stories_page_wrap .stories_box .items .item:hover {
  filter: brightness(0.75);
  transition: all .3s linear;
}

html.no-touch .stories_items:hover {
  border: 4px solid #a4bf44;
  transition: all .3s linear;
}

html.no-touch .stories_items {
  transition: all .3s linear;
}

.stories_page_wrap .stories_box .items .item ._info {
  height: auto;
  padding-right: 35px;
}

.route-proposte .tags_wrap .tag + .tag:nth-child(2n+1) {
  margin-left: 0;
}

.route-proposte .button-more {
  margin-top: 20px;
  background: #D03000 !important;
}

.stories_page_wrap .stories_box .items .item .tag {
  margin-bottom: 10px;
}

.route-proposte_details .tour_page_body .left_content .block .head-block .title span {
  border-bottom: 4px solid #a4bf44;
}

.tour_page_body .left_content .block .head-block .title {
  border-bottom: 2px solid #a4bf44;
}

.other-proposals {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 22px;
  margin-bottom: 8px;
  border-bottom: 4px solid #e5e5e5;
}

.box-other-proposals {
  display: flex;
  border-bottom: 4px solid #e5e5e5;
  margin-bottom: 8px;
}

.title-proposal {
  text-align: left;
  line-height: 1;
  font-weight: 700;
}

.text-proposal {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #666;
  text-align: left;
}

.text-cat-proposal {
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  color: #a4bf44;
  text-align: left;
}

.text-other-proposals {
  padding-left: 15px;
}

.img-other-proposals {
  margin-bottom: 8px;
}

.img-other-proposals img {
  max-width: 100px;
  border-radius: 7px;
}

.sidebar .other-proposals {
  margin-top: 30px;
}

.route-proposte_details .link-pdf {
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.widget-proposals {
  display: inline-block;
}

.route-proposte .tag svg,
.route-proposte_details .tag svg {
  fill: #fff;
}

.proposal-cover {
  display: inline-block;
}

.proposal-cover img {
  border-radius: 10px;
}

.proposal-cover-mobile {
  display: none;
}

.proposal-cover-mobile img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.stories_page_wrap .stories_box .items {
  border-radius: 15px;
}

.text-no-proposals {
  height: 60%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.teams-slider .tour-leader .desc {
  /* position: absolute;
  right: 0;
  left: 20px;
  width: calc(100% - 40px); */
  display: block;
  width: 100%;
  z-index: 9;
  color: #FFF;
  padding: 10px 0;
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  background-color: #339999;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.teams-slider .tour-leader .desc:hover {
  background-color: #303030;
  transition-duration: 0.3s;
}

.teams-slider .tour-leader .link {
  color: #fff;
  text-decoration: none;
}

.teams-slider .tour-leader .tour-leader-more {
  font-size: 16px;
  font-weight: 600;
}


.teams-slider .slick-dots li button::before {
  content: "●";
  font-size: 27px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  opacity: 1;
  color: #339999;
}

.teams-slider .slick-dots li.slick-active button:before {
  color: #303030;
}

.teams-slider .slick-dots li button {
  font-size: 0;
  padding: 5px;
  background-color: #fff;
}

.teams-slider .slick-list {
  border-radius: 15px;
}

.teams-slider.slick-initialized .slick-slide {
  height: 345px;
}


.teams-slider .item {
  /* padding: 20px; */
  margin-bottom: -10px;
  position: relative;
  width: calc(100% - 40px);
}


.teams-slider .item img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.teams-slider.one-slide .slick-dots li button {
  display: none;
}

.teams-slider {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.teams-slider.one-slide {
  align-items: center;
}

.scarponcino-box {
  width: 50px;
  padding: 0 5px;
}

.box-difficulty {
  background-color: #efeeee;
  border: 2px solid #5f9898;
  border-radius: 4px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding: 10px;
}

.box-difficulty .color-diff {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.scarponcino-img {
  fill:#999999;
}

.scarponcino-img.bassa {
  fill: #669933;
}

.scarponcino-img.media {
  fill: #ffcc00;
}

.scarponcino-img.alta {
  fill:#cc0000
}

.text-diff {
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 700;
}

select.form-control {
  appearance: auto;
}



/* Servizio clienti > Widget
------------------------------------------------------------ */

.contact-widget {
  display: block;
  position: fixed;
  bottom: 120px;
  right: 50px;
  left: 50px;
  z-index: 1900;
}
.contact-widget .cwt {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: transform .3s ease, opacity .3s ease;
}
.contact-widget.cwi .cwt {
  transform: translateY(30px);
  opacity: 0;
}
.contact-widget .cwt .cwtl {
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  padding: 12px 16px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
  color: #222;
  white-space: nowrap;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  transform: translateY(-50%);
}
.contact-widget .cwt .cwti {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.contact-widget .cwc {
  display: none;  
  position: absolute;
  flex-direction: column;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  overflow: hidden;
  transform: translateY(30px);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  min-height: 300px;
  max-height: 700px;
  border-radius:8px;
  background: #FFF;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}
.contact-widget.cws .cwc {
  display: flex;
}
.contact-widget.cwi .cwc {
  transform: translateY(0);
  opacity: 1;
}
.contact-widget .cwc .cwch {
  flex: 0 0 auto;  
  padding: 25px 25px 15px;
  position: relative;
}
.contact-widget .cwc .cwch .cwcht {
  font-family: "Quicksand", sans-serif;
  color: #000;  
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 20px;
  padding-right: 30px;
}
.contact-widget .cwc .cwch .cwchi {
  color: #000;  
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.contact-widget .cwc .cwch .cwchc {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border:none;
  cursor: pointer;
}
.contact-widget .cwc .cwch .cwchc:before,
.contact-widget .cwc .cwch .cwchc:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #333;
}
.contact-widget .cwc .cwch .cwchc:before{
  transform: rotate(45deg);
}
.contact-widget .cwc .cwch .cwchc:after{
  transform: rotate(-45deg);
}
.contact-widget .cwc .cwcl {
  flex: 1 1 auto;
  overflow: auto;
  background-color: #FFF;
  padding: 0 0 30px;
}
.contact-widget .cwc .cwcl a {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  outline: none !important;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
html.no-touch .contact-widget .cwc .cwcl a:hover {
  background-color: #F9F9F9;
}
.contact-widget .cwc .cwcl a + a {
  border-top: 1px solid #EEE;
}
.contact-widget .cwc .cwcl a img {
  width: 44px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-widget .cwc .cwcl a .cwcll {
  color: #000;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.contact-widget .cwc .cwcl a .cwcll .cwclli {
  display: block;
  color: #C1A121;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 3px 0 0;
  text-transform: none !important;
}

.close-text {
  padding-bottom: 20px;
  cursor: pointer;
}

.popup .scroll .scroll_wrap {
  padding-bottom: 10px;
}

@media (max-width: 1024px) {

  .contact-widget {
      right: 15px;
      left: 15px;
      bottom: 170px;
  }
  .contact-widget .cwt .cwtl {
      padding: 8px 12px;
      margin-right: 6px;
      font-size: 12px;
  }
  .contact-widget .cwt .cwti {
      width: 48px;
      height: 48px;
      line-height: 48px;
      font-size: 28px;
  }
  .contact-widget .cwc .cwch {
      padding: 20px 15px;
  }
  .contact-widget .cwc .cwch .cwcht {
      font-size: 32px;
      margin: 0 0 10px;
  }
  .contact-widget .cwc .cwch .cwchi {
      font-size: 18px;
      line-height: 22px;
  }
  .contact-widget .cwc .cwch .cwchc {
      top: 20px;
  }
  .contact-widget .cwc .cwcl {
      min-height: 1px;
  }
  .contact-widget .cwc .cwcl a {
      font-size: 14px;
      padding: 10px 15px;
  }
}
@media (max-width: 992px) {
  .route-viaggi_details .contact-widget .cwt {
    display: none;
  }
  .contact-widget {
    bottom: 30px;
  }
  .contact-widget .cwt .cwtl {
    display: none;
  }
}
@media (max-width: 480px) {
  .contact-widget .cwc {
      width: 100%;
      max-height: 80vh;
  }
  .contact-widget .cwc .cwch .cwcht {
      font-size: 20px;
  }
  .contact-widget .cwc .cwch .cwchi {
      font-size: 14px;
      line-height: 18px;
  }
}
