/*
colori nuovi, 2017
*/
/* cookies colors */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap");
html,
body {
  font-size: 100%;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
}

/* Default Link Styles */
a {
  text-decoration: none;
  line-height: inherit;
}

a img {
  border: none;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-family: "Poppins";
}

h1 {
  font-weight: 600;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 80%;
  line-height: 0;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

/********** NEW HEADER 2017 ***************/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2.5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

a {
  color: #EB602B;
}
a:hover {
  color: #003595;
}
a:focus {
  color: #003595;
}

.row {
  max-width: 80rem;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-3bis {
    width: 20%;
  }
}
.social-button-mobile img {
  width: 32px;
  margin-left: 5px;
}

header {
  font-family: "Poppins", "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
}
header .tool-bar {
  color: #003595;
  background-color: rgba(30, 30, 30, 0.03);
  border-bottom: 1px solid #efefef;
  padding: 0.7rem 0;
}
header .tool-bar .home-toggle {
  float: left;
  padding-left: 0.965rem;
}
header .tool-bar .home-toggle a {
  color: #FFFFFF;
}
header .tool-bar .home-toggle a.menutoggle {
  background: #003595;
  border-radius: 2px;
  padding: 4px 10px;
  margin-right: 4px;
}
header .tool-bar .home-toggle a.menutoggle:hover {
  background: #003595;
  color: #FFFFFF;
}
header .tool-bar .user-buttons {
  text-align: right;
  padding: 0 15px;
}
header .tool-bar .user-buttons a {
  color: #FFFFFF;
}
header .tool-bar .user-buttons a.as_access {
  background: #EB602B;
  border-radius: 2px;
  padding: 4px 10px;
  margin-right: 4px;
}
header .tool-bar .user-buttons .as_login a {
  background: #EB602B;
  border-radius: 2px;
  padding: 4px 10px;
}
header .tool-bar .user-buttons .as_login a.as_exit {
  background: #CF0A2C;
  border-radius: 2px;
  padding: 4px 10px;
}
header .tool-bar .social-icons {
  padding: 0 15px;
}
header .tool-bar .social-icons .social-button {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dadada;
  float: left;
}
header .tool-bar .social-icons .social-button img {
  width: 20px;
}
header .tool-bar .social-icons .social-button a.facebook-link {
  color: #1778b2;
  margin-left: 5px;
}
header .tool-bar .social-icons .social-button a.facebook-link:hover {
  color: #29487d;
}
header .tool-bar .social-icons .custom-link-container {
  float: left;
}
header .tool-bar .social-icons .custom-link-container a.custom-link {
  color: #EB602B;
}
header .tool-bar .social-icons .custom-link-container a.custom-link:hover {
  color: #CF0A2C;
}
header .heading-section {
  text-align: right;
  padding-right: 15px;
}
header .heading-section h3 {
  margin-top: 23px;
  margin-bottom: 0;
}
header .heading-section h3 a {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  color: #EB602B;
}
header .heading-section h3 a i {
  color: #333333;
  font-size: 30px;
}
header .heading-section h3 a:hover {
  color: #EB602B;
}
header .heading-section h4 {
  font-size: 15px;
  margin-top: 0;
}
header .menu-container {
  padding-top: 15px;
  border-top: solid #efefef 1px;
}

@media only screen and (max-width: 40em) {
  .home-search-mobile .fa-sort-down {
    display: none;
  }
  .home-search-mobile form {
    display: block !important;
  }
  .cat-search {
    margin-top: 1rem;
  }
}
.searchbox {
  z-index: 3;
  position: relative;
}

#hotel-map {
  background-color: rgba(0, 0, 0, 0.7);
}

.reveal {
  background: #FFFFFF;
}

#showfulltable {
  background-color: #FFFFFF;
}

.booking-steps-container {
  z-index: 1;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 1px solid #efefef;
}
.booking-steps-container .steps {
  min-height: 90px;
  padding: 30px 0 0 0;
  position: relative;
}
.booking-steps-container .steps .steps-container {
  background: #DDD;
  height: 10px;
  width: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  margin: 0;
  list-style: none;
}
.booking-steps-container .steps .steps-container li {
  text-align: center;
  list-style: none;
  float: left;
}
.booking-steps-container .steps .steps-container li .step {
  padding: 0 50px;
}
.booking-steps-container .steps .steps-container li .step .step-image {
  margin: -14px 0 0 0;
}
.booking-steps-container .steps .steps-container li .step .step-image span {
  background-color: #DDD;
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 auto;
  border-radius: 37px;
  -moz-border-radius: 37px;
  -webkit-border-radius: 37px;
  -ms-border-radius: 37px;
}
.booking-steps-container .steps .steps-container li .step .step-current {
  font-size: 11px;
  color: #999;
  margin: 8px 0 0 0;
}
.booking-steps-container .steps .steps-container li .step .step-description {
  font-size: 15px;
}
.booking-steps-container .steps .steps-container li.activated .step .step-image span {
  background-color: #5DC177;
}
.booking-steps-container .steps .steps-container li.activated .step .step-image span:after {
  background-color: #FFF;
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 27px;
  height: 27px;
  margin: 5px;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.booking-steps-container .steps .step-bar {
  background-color: #5DC177;
  height: 10px;
  position: absolute;
  top: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
.booking-steps-container .steps .step-bar.last {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}

.title_header {
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  text-align: left;
  margin-top: -71px;
  border-top: 1px solid #efefef;
}
.title_header .row {
  position: relative;
}
.title_header .row .main_title {
  display: flex;
  flex-direction: column;
  padding-top: 2.3rem;
  padding-bottom: 1.3rem;
}
.title_header .row .main_title h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.0833;
  letter-spacing: -0.015em;
}
.title_header .row .main_title h3 {
  color: #333333;
}
.title_header .row .main_title p {
  color: #333333;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 1rem;
}
.title_header .row .main_title .news_subtitle {
  display: flex;
  justify-content: center;
}
.title_header .row .main_title .news_subtitle h4 {
  width: 33%;
  text-align: center;
  padding-bottom: 1rem;
}
.title_header .row .main_title .divider {
  border-bottom: #EB602B 3px solid;
  width: 10%;
  align-self: center;
}
.title_header .row #main_title_newsletter {
  padding-top: 0;
}
.title_header .pagination {
  margin-top: 0.1rem;
}
.title_header .reveal-map {
  text-align: right;
}
.title_header .reveal-map button {
  position: absolute;
  bottom: 0;
  right: 0.9375rem;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: #EB602B;
  padding-top: 1rem;
}
.title_header .reveal-map button i {
  font-size: 2rem;
  margin-bottom: 10px;
}

#klaviyo_form {
  padding: 2rem 0 3rem 0;
  background: #f2f2f2;
}

#newsletter_header {
  border: none;
  padding-top: 3em;
}

.newsletter_container {
  display: flex;
  justify-content: center;
}
.newsletter_container form {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.newsletter_container form label {
  font-size: medium;
  font-weight: 500;
}
.newsletter_container form input {
  border-color: #6686bf;
  padding: 1.25rem 0rem 1.25rem 0.75rem;
  border-radius: 0.5rem;
}
.newsletter_container form .newsletter_cb {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newsletter_container form .newsletter_cb .cb_elem {
  display: flex;
  align-items: center;
}
.newsletter_container form .newsletter_cb .cb_elem input {
  width: 24px;
  height: 24px;
  margin: 0rem 1rem 0rem 0rem;
}
.newsletter_container form .newsletter_cb .cb_elem p {
  font-size: medium;
  width: fit-content;
  margin: 0px;
}
.newsletter_container form .newsletter_cb .cb_elem p a {
  color: #000000;
}
.newsletter_container form .newsletter_btn {
  display: flex;
  justify-content: center;
}
.newsletter_container form .newsletter_btn input {
  background-color: #EB602B;
  border-color: #EB602B;
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-size: larger;
  font-weight: 400;
}
.newsletter_container form .klaviyo-success {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.newsletter_container form .klaviyo-success label {
  color: green;
  font-size: larger;
  font-weight: 500;
  text-align: center;
}
.newsletter_container form .klaviyo-failed {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.newsletter_container form .klaviyo-failed label {
  color: #CF0A2C;
  font-size: larger;
  font-weight: 500;
  text-align: center;
}

.superior {
  background: #565656;
  min-height: 25px;
}

.bg {
  background: #6d757c;
}
.bg .top-bar-right .menu-topbar li a {
  font-family: "Poppins", "Trebuchet MS", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #FFFFFF;
  padding: 0.5rem 1rem !important;
}

.logo-home {
  float: left;
}
.logo-home img {
  margin: 30px 0 20px 20px;
  height: 58px;
  max-height: 115px;
  margin-left: 15px;
}

.nome-top {
  font-family: "Poppins", "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  margin-left: 30px;
  margin-top: 20px;
  font-size: 2.25rem;
  color: #EB602B;
}

.menu-categorie {
  float: left;
}
.menu-categorie li a {
  font-family: "Poppins", "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  color: #2f3a44;
  font-size: 0.95rem;
  padding-top: 0.35rem;
}
.menu-categorie li a:hover {
  color: #EB602B;
}
.menu-categorie li a .iconsvg svg {
  height: 2rem;
  fill: currentColor;
  max-width: 2rem;
}
.menu-categorie .home-toggle {
  float: none !important;
}

.menu-icone {
  float: right;
}
.menu-icone li {
  float: right;
}
.menu-icone li a {
  font-family: "Poppins", "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  color: #2f3a44;
  font-size: 0.95rem;
  padding-top: 0.35rem;
}
.menu-icone li a:hover {
  color: #EB602B;
}
.menu-icone li a .iconsvg svg {
  height: 2rem;
  fill: currentColor;
  max-width: 2rem;
}
.menu-icone .home-toggle {
  float: none !important;
}

.accordion-menu {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.accordion-menu li a {
  color: #003595;
  padding-left: 0;
}
.accordion-menu li a:hover {
  color: #003595;
}
.accordion-menu li a.home-text-title {
  outline: none;
}
.accordion-menu li a.home-text-title h2 {
  font-size: 1.3rem;
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.3rem;
}
.accordion-menu li .nested li {
  padding-right: 1rem;
}
.accordion-menu li .nested li .panel-body {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/*********** CSS GENERALI *****************/
/**** COLORI***/
a:focus, a:hover {
  color: #003595;
}

.color-blue {
  color: #EB602B;
}

.color-red {
  color: #CF0A2C;
}

/* bottoni */
.button {
  padding: 0.65em 1em;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

/* questa classe toglie i padding laterali soltanto */
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* form - ho modificato l'height dei campi '*/
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, select {
  height: 2.2375rem;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

select {
  padding: 0.2rem 1.5rem 0.2rem 0.5rem;
}

/* stili per paginazione */
.pagination {
  text-align: right;
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}
.pagination li {
  padding: 0.1875rem 0.3rem;
}
.pagination li.current {
  background: #EB602B;
  color: #FFFFFF;
  padding: 0.1875rem 0.3rem;
}
.pagination li.current a {
  color: #FFFFFF;
}
.pagination li a {
  color: #333333;
}
.pagination li a:hover {
  background: transparent;
}
.pagination li:hover {
  background: #efefef;
}

/* titolo che viene fuori quando esce il risultato della ricerca, usato in pagina del risultato ricerca e nelle landing dove ci sono le offerte" */
.title_offer {
  margin-bottom: 1rem;
}
.title_offer .result_text {
  font-weight: bold;
  font-size: 1.3rem;
}
.title_offer .cat_txt_number {
  color: #EB602B;
  font-size: 1.3rem;
}
.title_offer .title_result_research {
  margin-bottom: 0.7rem;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
}
.title_offer p {
  margin-bottom: 0;
  color: #333333;
}
.title_offer p.p_disclaimer {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.title_offer p span {
  font-weight: bold;
  color: #333333;
}

/* titolo principale delle sezioni */
.main_title {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.main_title .title_button {
  float: right;
  font-family: "Poppins";
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.main_title .flyerlink {
  margin: 0;
}
.main_title h3 {
  font-family: "Poppins";
  color: #EB602B;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}
.main_title hr {
  border-bottom: 4px solid #EB602B;
  margin: 0 0 0.5rem 0;
}

/* contenitore generale delle sezioni */
.maincontainer {
  margin-bottom: 0rem;
  position: relative;
  padding-bottom: 2rem;
  padding-top: 0;
  z-index: 9;
}
.maincontainer.maincontainer-404 {
  margin-top: 2rem;
}
.maincontainer .main-title {
  text-align: center;
}
.maincontainer .main-title i {
  color: #003595;
}

.maincontainer.hp {
  background: none;
}

hr.bluelight {
  border-bottom: 4px solid #EB602B;
  margin: 0 0 0.5rem 0;
}

/*********** HEADER *****************/
.menutop {
  background: #EB602B;
}
.menutop a {
  color: #EB602B;
  font-size: 0.85rem;
  font-weight: 600;
}
.menutop .headermenu {
  float: right;
}
.menutop .headermenu .tpritem {
  float: left;
  margin: 0.7rem 1rem 0.7rem 0;
  line-height: 1rem;
}
.menutop .headermenu .button_ar {
  background: #CF0A2C;
  margin: 0;
  line-height: 1rem;
  padding: 0.7rem;
}
.menutop .headermenu .button_ar a {
  color: #FFFFFF;
}

.logotop {
  background: url(../img/sprite.png) 0 0 no-repeat;
  width: 305px;
  height: 94px;
  display: block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.content_logo_callcenter {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.callcentertop {
  margin-top: 1.6rem;
  position: relative;
}
.callcentertop .icon {
  background: url(../img/sprite.png) -330px 0 no-repeat;
  width: 43px;
  height: 50px;
  display: inline-block;
}
.callcentertop .callcenterinfo {
  display: inline-block;
  color: #EB602B;
  font-size: 1.7rem;
  line-height: 1.4rem;
  position: absolute;
  top: 0.4rem;
  margin-left: 1rem;
}
.callcentertop .callcenterinfo span {
  font-size: 1.7rem;
  font-weight: 700;
}

.dropdown-pane {
  z-index: 10;
}

.home_catbanner .dropdown-pane {
  background: #EB602B;
  width: 100%;
  max-width: 600px;
  border: none;
}
.home_catbanner .dropdown-pane .menu-3-cols {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 2em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
}
.home_catbanner .dropdown-pane .menu-4-cols {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-gap: 2em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
}
.home_catbanner .dropdown-pane ul {
  margin: 0;
  padding: 0;
}
.home_catbanner .dropdown-pane ul li {
  list-style-type: none;
  text-align: left;
  padding: 0.3rem 0 !important;
}
.home_catbanner .dropdown-pane ul li a {
  /*                    float:left;*/
  white-space: nowrap;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.7rem 0.7rem !important;
}
.home_catbanner .dropdown-pane ul .menu_hilit a {
  color: #F4CD00;
}

.language-section ul {
  float: right;
}
.language-section ul li .nation-flag {
  max-width: 24px;
}
.language-section ul li a {
  color: #333333;
  padding-top: 0rem;
}
.language-section ul li .dropdown-pane {
  background: #FFFFFF;
  width: 100%;
  max-width: 100px;
  border-top: none;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.language-section ul li .dropdown-pane ul {
  margin: 0;
  padding: 0;
}
.language-section ul li .dropdown-pane ul li {
  list-style-type: none;
  text-align: left;
  padding: 0.3rem 0 !important;
}
.language-section ul li .dropdown-pane ul li a {
  white-space: nowrap;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem !important;
}
.language-section ul li .dropdown-pane ul li a:hover {
  font-weight: 600;
}

.help-menu ul {
  float: right;
}
.help-menu ul li a {
  color: #333333;
  padding-top: 0rem;
  padding-right: 0rem;
}
.help-menu ul li .dropdown-pane {
  background: #FFFFFF;
  width: 100%;
  max-width: 200px;
  border-top: none;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.help-menu ul li .dropdown-pane ul {
  margin: 0;
  padding: 0;
}
.help-menu ul li .dropdown-pane ul li {
  list-style-type: none;
  text-align: left;
  padding: 0.3rem 0 !important;
  float: left;
}
.help-menu ul li .dropdown-pane ul li a {
  white-space: nowrap;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem !important;
}
.help-menu ul li .dropdown-pane ul li a:hover {
  font-weight: 600;
}

.topcategories {
  background: #EB602B;
  /*********** MENU DROPDOWUN *****************/
}
.topcategories a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.7rem 0.7rem !important;
}
.topcategories .topmenuleft {
  padding-left: 0;
}
.topcategories .topmenuright {
  text-align: right;
  padding-right: 0;
}
.topcategories .topmenuright ul {
  margin: 0;
  float: right;
}
.topcategories .topmenuright ul li {
  border-right: 1px solid #EB602B;
}
.topcategories .topmenuright ul li.first {
  border-left: 1px solid #EB602B;
}
.topcategories .topmenuright .dropdown-pane li {
  border: none;
  padding: 0.3rem 0;
}
.topcategories .menu_hilit {
  background-color: #EB602B;
}
.topcategories .menu_hilit a {
  color: #CF0A2C;
}
.topcategories .dropdown-pane {
  background: #EB602B;
  width: auto;
}
.topcategories .dropdown-pane .menu-3-cols {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 2em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
}
.topcategories .dropdown-pane .menu-4-cols {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 2em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
}
.topcategories .dropdown-pane ul {
  /*float: left;*/
  margin: 0;
  padding: 0;
}
.topcategories .dropdown-pane ul li {
  list-style-type: none;
  text-align: left;
  padding: 0.3rem 0 !important;
}
.topcategories .dropdown-pane ul li a {
  /*                    float:left;*/
  text-align: left;
}

/*********** ORBIT HOMEPAGE *****************/
.homeslider {
  z-index: 2;
  margin-bottom: 0rem;
}
.homeslider .orbit-bullets {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.homeslider .orbit-bullets button {
  height: 0.9rem;
  width: 0.9rem;
  background-color: white;
}
.homeslider .orbit-bullets button.is-active {
  background-color: #F4CD00;
}
.homeslider .pre-init-hide {
  display: none;
}
.homeslider ul.orbit-container {
  margin-top: -100px;
  width: 100%;
  display: inline-block;
}
.homeslider ul.orbit-container img {
  position: relative;
  top: 0;
  margin-top: 0;
}
.homeslider ul.orbit-container .orbit-caption {
  position: relative;
  background: none !important;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 80rem;
}
.homeslider ul.orbit-container .orbit-caption .claim {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 50%);
  width: 100%;
  max-width: 60%;
  z-index: 4;
  text-align: left;
}
.homeslider ul.orbit-container .orbit-caption .claim .h2 {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0rem 0.935rem;
  font-size: 4.5rem;
  margin-bottom: 0rem;
  line-height: 1;
  margin-top: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
.homeslider ul.orbit-container .orbit-caption .claim .p_elem {
  display: inline-block;
  padding: 0rem 0.935rem;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 500;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

/*********** SEARCH IN HOMEPAGE *****************/
#searchform {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  background-color: #003595;
  border-radius: 5px;
}
#searchform .padding-top {
  padding-top: 35px;
}
#searchform label {
  height: 3.1rem;
  width: 100%;
  text-align: right;
}
#searchform label span {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Poppins", "Trebuchet MS", Arial, sans-serif;
  font-weight: 600;
  line-height: 2.2375rem;
  font-size: 0.8rem;
}
#searchform label input[type=text] {
  margin: 0;
  float: right;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  width: 100%;
  color: #003595;
  box-shadow: none;
  height: 3.1rem;
}
#searchform label input::placeholder {
  color: #003595;
}
#searchform .departure-var {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 63.9376em) {
  #searchform .departure-var {
    padding-top: 10px;
    padding-right: 0px;
  }
}
#searchform .departure-var label {
  display: inline-block;
  width: 100%;
}
#searchform .departure-var .label-checkbox {
  padding-top: 8px;
  padding-left: 45px;
  float: left;
}
#searchform .departure-var .myCheckbox {
  position: relative;
}
@media screen and (min-width: 63.9376em) {
  #searchform .departure-var .myCheckbox {
    right: 7px;
  }
}
@media screen and (max-width: 40em) {
  #searchform .departure-var .myCheckbox {
    right: 18px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  #searchform .departure-var .myCheckbox {
    right: 23px;
  }
}
#searchform .departure-var .myCheckbox span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  height: 3.1rem;
  width: 2.6rem;
}
#searchform .departure-var #dvcheckbox {
  top: 0px;
  left: 8px;
}
#searchform .departure-var .myCheckbox input:checked + span {
  background: rgba(255, 255, 255, 0.8) url(../img/sprite.png) 8px -810px no-repeat;
  border-radius: 3px;
}
#searchform .departure-var #datevar {
  position: absolute;
  height: 2.2375rem;
  width: 30px;
}
#searchform .destination span {
  width: 33%;
}
#searchform .destination input {
  width: 67%;
}
@media screen and (max-width: 40em) {
  #searchform .destination span {
    width: 25%;
  }
  #searchform .destination input {
    width: 75%;
  }
}
#searchform .destination .medium-4 {
  padding-top: 10px;
}
#searchform .departure span {
  width: 32%;
}
#searchform .departure input {
  width: 68%;
}
@media screen and (max-width: 63.9375em) {
  #searchform .departure {
    padding-top: 0;
  }
  #searchform .departure span {
    width: 30%;
  }
  #searchform .departure input {
    width: 69%;
  }
}
@media screen and (min-width: 63.9376em) {
  #searchform .departure {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 63.9376em) {
  #searchform .traveller {
    padding-right: 0px;
  }
}
@media screen and (max-width: 63.9375em) {
  #searchform .traveller {
    padding-top: 10px;
  }
}
#searchform .traveller select {
  margin: 0;
  width: auto;
  float: right;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #003595;
  border-radius: 3px;
  height: 3.1rem;
  width: 3.1rem;
  padding: 15px 15px 15px 18px;
}
#searchform .traveller span {
  margin-right: 15px;
}
#searchform .start_date {
  cursor: pointer !important;
}
#searchform label {
  color: #FFFFFF;
  line-height: 3.8;
}
#searchform .submit-btn {
  text-align: right;
}
@media only screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  #searchform .submit-btn {
    padding-top: 10px;
  }
}
#searchform .button {
  background: #EB602B;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0;
  line-height: 1rem;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  color: #FFFFFF;
}
#searchform .button:hover {
  opacity: 0.8;
}
#searchform .button.sonoqui {
  background: #CF0A2C;
  color: #FFFFFF;
  height: 38px;
  margin-top: 0;
  padding: 0.4rem;
  width: 38px;
}
#searchform .button.sonoqui i {
  font-size: 1.5rem;
}
#searchform #advancedsearch {
  padding-left: 0;
  padding-right: 0;
}
#searchform #advancedsearch .geoloc_resolved {
  background: #EB602B;
  color: #EB602B;
  font-style: italic;
  margin-top: 4px;
  padding: 0.3rem 0.5rem;
  margin-bottom: 1.2rem;
}
#searchform .moresearch {
  float: left;
  display: flex;
}
#searchform .moresearch a {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1rem;
  font-size: 1.1rem;
  border-radius: 0.2rem;
  padding: 1rem 1rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  color: #003594;
}
#searchform .moresearch a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.search_mobile a.button {
  background: #003595;
  border-radius: 4px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.1rem;
  margin-bottom: 0;
  padding: 0.65em 1em;
  text-align: left;
  width: 100%;
  margin-top: 0;
}
.search_mobile a.button i {
  margin-right: 0.3rem;
  margin-top: -0.2rem;
}

.myCheckbox input {
  position: relative;
  z-index: -9999;
}

.myCheckbox span {
  width: 22px;
  height: 22px;
  display: block;
  left: 8px;
  position: relative;
  top: 6px;
  background: #FFFFFF url(../img/sprite.png) 0px -854px no-repeat;
}

.myCheckbox input:checked + span {
  background: #FFFFFF url(../img/sprite.png) -1px -824px no-repeat;
}

.ui-menu {
  z-index: 10000;
  width: 320px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 0 !important;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.ui-menu .ui-menu-item {
  position: relative;
  padding: 0;
  font-size: 0.8rem;
  color: #000000;
  border-top: 1px solid #FFFFFF;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 0.5em;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:focus {
  outline: 0;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
  background: #efefef;
}
.ui-menu .ui-menu-item span.ui-menu-item-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0.6em;
  color: #777777;
  list-style: none;
  font-size: 0.8rem;
  outline: 0;
  border: 0;
  background: none;
}
.ui-menu .ui-menu-item.li_category {
  border-top: 1px dotted #777777;
}
.ui-menu .ui-menu-item.li_category:first-child {
  border-top: 0;
}
.ui-menu .ui-menu-item.ui-menu .ui-state-focus, .ui-menu .ui-menu-item.ui-menu .ui-state-active {
  margin: 0;
  padding: 0.5em;
  background-image: none;
}
.ui-menu .ui-menu-item.ui-state-hover, .ui-menu .ui-menu-item.ui-widget-content .ui-state-hover, .ui-menu .ui-menu-item.ui-widget-header .ui-state-hover, .ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item.ui-widget-content .ui-state-focus, .ui-menu .ui-menu-item.ui-widget-header .ui-state-focus {
  margin: 0;
  font-weight: normal;
  border: none;
  border-top: 1px solid #FFFFFF;
  background: #efefef;
}

/*********** PACCHETTI HOME PAGE PKGBOX *****************/
.landing_home {
  padding: 0 0.635rem;
}
.landing_home .box_landing {
  margin-bottom: 1rem;
}

.home_offer {
  background: #f2f2f2;
  padding: 0 1.5rem;
}
.home_offer .link {
  margin-bottom: 2rem;
}
.home_offer .main_title {
  padding-top: 5rem;
}

#box1 {
  will-change: min-height;
  position: relative;
  z-index: 10000;
}
#box1 #filter_cat {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#box1 .box-links, #box1 .box-custom {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#box1.is-affixed #filter_cat {
  transform: translate(0.9375rem, 0);
}

#box2 {
  padding-right: 0;
}
#box2 .custom-rights {
  padding: 0 0.9375rem 1rem 0.9375rem;
}
#box2 .custom-rights .custom-rights-container {
  border-bottom: 1px solid #dadada;
  overflow-x: auto;
  white-space: nowrap;
}
#box2 .custom-rights .custom-rights-container p {
  margin-bottom: 1.3rem;
  margin-top: 1rem;
}
#box2 .custom-rights .custom-rights-container p i {
  font-weight: 700;
}
#box2 .custom-rights .custom-rights-container p a {
  background: #FFFFFF;
  color: #003595;
  border: 1px solid #003595;
  margin: 0 0.3em;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 0.3rem;
  padding: 0.3rem 0.7rem;
}
#box2 .custom-rights .custom-rights-container p a:hover {
  background: #003595;
  color: #FFFFFF;
}

.pkglist {
  margin-bottom: 0;
}
.pkglist .pkglist_landing {
  display: inline-block;
  width: 100%;
}
.pkglist .pkgboxcont {
  max-height: 620px;
}
.pkglist .pkgboxcont.scalapay-pkg {
  max-height: 650px;
}
.pkglist .pkgboxcont.scalapay-pkg .scalapay_widget_container {
  color: #000000;
  padding-left: 15px;
}
.pkglist .pkgbox {
  position: relative;
  margin-bottom: 1.4rem;
  display: block;
}
.pkglist .pkgbox .pkg_container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
}
.pkglist .pkgbox .pkg_container .pkg_img {
  width: 100%;
  display: inline-block;
  position: relative;
  max-height: 275px;
  overflow: hidden;
  padding-top: 62.52%;
}
.pkglist .pkgbox .pkg_container .pkg_img img {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  filter: saturate(140%);
  -webkit-filter: saturate(140%);
  -moz-filter: saturate(140%);
  -o-filter: saturate(140%);
  -ms-filter: saturate(140%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.pkglist .pkgbox .pkg_container .pkg_box_info {
  background: #FFFFFF;
  padding: 0.9375rem;
  height: 245px;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h3 {
  color: #333333;
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h3.hotel {
  font-weight: 400;
  color: #EB602B;
  font-size: 1.2rem;
  height: 45px;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h3 .stars {
  margin-left: 0.3rem;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h3 .stars i {
  color: #EB602B;
  font-size: 0.7rem;
  letter-spacing: -2px;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h3 i {
  color: #777777;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h2 {
  color: #333333;
  margin-bottom: 0.5rem;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h2.hotel {
  font-weight: 400;
  color: #EB602B;
  font-size: 1.2rem;
  height: 45px;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h2 .stars {
  margin-left: 0.3rem;
}
.pkglist .pkgbox .pkg_container .pkg_box_info h2 .stars i {
  color: #EB602B;
  font-size: 0.7rem;
  letter-spacing: -2px;
}
.pkglist .pkgbox .pkg_container .pkg_box_info .text_treatment {
  font-size: 0.8rem;
  line-height: 1.15rem;
  list-style-type: none;
  margin-left: 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 1rem 0 0.5rem 0;
  color: #111111;
}
.pkglist .pkgbox .pkg_container .pkg_box_info .text_treatment li {
  margin-bottom: 0.5rem;
}
.pkglist .pkgbox .pkg_container .pkg_box_info .text_treatment .distance {
  color: #777777;
}
.pkglist .pkgbox .pkg_container .pkg_box_info .text_treatment .treatment {
  color: #777777;
}
.pkglist .pkgbox .pkg_container .pkg_box_info .text_treatment .tag {
  color: #777777;
}
.pkglist .pkgbox .pkg_container .pkg_box_info .tags {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  color: #EB602B;
  margin: 0.4rem 0 0 0;
  height: auto;
}
.pkglist .pkgbox .pkg_container .pkg_box_data {
  float: left;
  height: 80px;
  overflow: hidden;
  background: #f2f2f2;
  position: relative;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_periodo {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_periodo .notti {
  color: #333333;
  font-size: 97%;
  text-align: right;
  font-weight: 700;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_periodo .periodo {
  color: #333333;
  line-height: 1.2rem;
  text-align: right;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_periodo .periodo .checkin {
  color: #EB602B;
  display: block;
  font-weight: bold;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price {
  height: 80px;
  display: inline-block;
  padding-left: 0rem;
  padding-top: 0rem;
  position: relative;
  background: none;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container {
  background: #EB602B;
  height: 80px;
  width: 200px;
  position: relative;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container .pkg_price_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container .pkg_price_content p {
  margin-bottom: 0;
  line-height: 1rem;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container .pkg_price_content p.price_strike {
  font-weight: 400;
  text-decoration: line-through;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container .pkg_price_content.lastminute_bottom {
  background: url(../img/sprite.png) -40px -234px no-repeat;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container .pkg_price_content.prenotaprima_bottom {
  background: url(../img/sprite.png) -40px -326px no-repeat;
  color: #EB602B;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container .pkg_price_content small {
  font-size: 42%;
  font-weight: 500;
  display: block;
  margin-top: 0.3rem;
}
.pkglist .pkgbox .pkg_container .pkg_box_data .pkg_price .pkg_price_container .pkg_price_content span {
  font-size: 70%;
}
.pkglist .pkgbox .pkg_container .pkgboxcont {
  position: absolute;
  max-height: 620px;
}
.pkglist .pkgbox .pkg_container .flagbox {
  position: absolute;
  top: 1rem;
  left: -6px;
  width: 100%;
}
.pkglist .pkgbox .pkg_container .flagbox .flag {
  margin-bottom: 5px;
  position: relative;
  padding: 0.5rem 1rem 0.4rem 1rem;
  z-index: 2;
  border-radius: 3px;
  height: 50px;
  display: table-block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.pkglist .pkgbox .pkg_container .flagbox .flag .flag-container {
  position: relative;
  display: table-row;
}
.pkglist .pkgbox .pkg_container .flagbox .flag .flag-container .icon {
  display: table-cell;
  padding-right: 0.5rem;
  border-right: 1px dotted #FFFFFF;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.pkglist .pkgbox .pkg_container .flagbox .flag .flag-container .icon i {
  font-size: 1.8rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.pkglist .pkgbox .pkg_container .flagbox .flag .flag-container .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5rem;
  height: 35px;
}
.pkglist .pkgbox .pkg_container .flagbox .flag .flag-container .text .flagtitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.pkglist .pkgbox .pkg_container .flagbox .flag .flag-container .text .flagdetail {
  font-size: 0.8rem;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.pkglist .pkgbox .pkg_container .flagbox .flag.lastminute {
  background: #CF0A2C;
  color: #FFFFFF;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.prenotaprima {
  background: #F4CD00;
  color: #FFFFFF;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.prenotasenzapensieri {
  background: #CF0A2C;
  color: #FFFFFF;
  height: 35px;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.prenotasenzapensieri .flagtitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.pkglist .pkgbox .pkg_container .flagbox .flag.skipass {
  color: #FFFFFF;
  background: #678ac2;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.skipass .flagtitle {
  text-shadow: none;
  -webkit-text-shadow: none;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.specialoffer, .pkglist .pkgbox .pkg_container .flagbox .flag.other {
  background: url(../img/sprite.png) -240px -599px no-repeat;
  color: white;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.travelmonday {
  background-image: url(../img/travelmonday.png);
  background-color: transparent;
  position: absolute !important;
  width: 100px;
  height: 81px;
  text-align: right;
  z-index: 2;
  padding: 1rem;
  right: 0 !important;
  top: 0 !important;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.travelmonday .flagtitle, .pkglist .pkgbox .pkg_container .flagbox .flag.travelmonday .flagdetail {
  display: none;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.blackfriday {
  background-image: url(../img/blackfriday.png);
  background-color: transparent;
  position: absolute !important;
  width: 100px;
  height: 84px;
  text-align: right;
  z-index: 2;
  padding: 1rem;
  right: 0 !important;
  top: 0 !important;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.blackfriday .flagtitle, .pkglist .pkgbox .pkg_container .flagbox .flag.blackfriday .flagdetail {
  display: none;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.aspettandobf {
  background-image: url(../img/bollino_abf18_2.png);
  background-color: transparent;
  position: absolute !important;
  width: 100px;
  height: 84px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  z-index: 2;
  padding: 1rem;
  right: 0 !important;
  top: 0 !important;
}
.pkglist .pkgbox .pkg_container .flagbox .flag.aspettandobf .flagtitle, .pkglist .pkgbox .pkg_container .flagbox .flag.aspettandobf .flagdetail {
  display: none;
}
.pkglist .title_offer {
  margin-bottom: 0;
}
.pkglist .pricenote_box {
  margin-bottom: 1.3rem;
}

.page-description-section {
  z-index: 8;
  position: relative;
}
.page-description-section .medium-12 {
  padding-right: 0;
}
.page-description-section .page-description {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}
.page-description-section .page-description img {
  margin-bottom: 1rem;
}
.page-description-section .page-description .landing-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.0833;
  letter-spacing: -0.015em;
}

/*********** CATEGORIE IN EVIDENZA*****************/
.home_catbanner .col-container:first-child {
  padding-left: 0px;
}
.home_catbanner .col-container:last-child {
  padding-left: 0px;
}
.home_catbanner .home_catbanner .col-container:first-child .large-3.thumb {
  padding-right: 0px;
}
.home_catbanner .home_catbanner .col-container:last-child .large-3.thumb {
  padding-left: 0px;
}
.home_catbanner .categories.large-7 {
  padding-right: 50px;
  padding-left: 0;
}
.home_catbanner .locations.large-5 {
  padding-left: 0px;
}
.home_catbanner .thumb {
  padding-right: 0;
  text-align: center;
}
.home_catbanner .home_cat {
  position: relative;
  padding-bottom: 1.3rem;
  display: block;
}
.home_catbanner .home_cat p {
  font-family: "Poppins", "Trebuchet MS", Arial, sans-serif;
  background: url(../img/black_bg1.png) repeat;
  position: absolute;
  bottom: 1rem;
  color: #FFFFFF;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_catbanner .home_cat.cat_small p {
  padding: 0.1rem;
  font-size: 1.1rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 63.9376em) and (max-width: 1200px) {
  .home_catbanner .home_cat.cat_small p {
    padding: 0.5rem 2px;
    font-size: 1em;
  }
}

/*********** BOX REGIONI D'ITALIA'*****************/
.row_landing_regioni {
  padding: 2rem 0;
  background: #f2f2f2;
}

.home_regioni {
  margin-bottom: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.home_regioni .main_title {
  padding-top: 3em;
}
.home_regioni .boxregione {
  margin-bottom: 1rem;
}
.home_regioni .boxregione .landing_home_region {
  position: relative;
  display: block;
  background: #000000;
  border-radius: 5px;
  overflow: hidden;
}
.home_regioni .boxregione .landing_home_region img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.home_regioni .boxregione .landing_home_region .text_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 90%;
}
.home_regioni .boxregione .landing_home_region .text_content p {
  font-family: "Poppins";
  color: #FFFFFF;
  text-shadow: 1px 1px 4px #000000;
  padding: 0.3rem 0.2rem;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
}
.home_regioni .boxregione .landing_home_region:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home_regioni.cat-landing .text-container {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}
.home_regioni.cat-landing .text-container h2 {
  font-weight: 600;
  color: #EB602B;
}
.home_regioni.cat-landing .text-container h3 {
  font-size: 1.3rem;
}
.home_regioni.cat-landing .text-container p {
  font-size: 1rem;
}

h3.cat-title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
h3.cat-title i {
  color: #003595;
}

.link {
  text-align: center;
  margin-top: 2rem;
}
.link .title_button {
  float: none;
  color: #EB602B;
  font-size: 1.2rem;
  position: relative;
  overflow: hidden;
}

/*********** LANDING HOMEPAGE *****************/
.landing_home {
  margin-bottom: 1rem;
}
.landing_home .box_landing .landing_home_content {
  position: relative;
  display: block;
  background: #000000;
  border-radius: 5px;
  overflow: hidden;
  height: 235px;
}
.landing_home .box_landing .landing_home_content img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  filter: alpha(opacity=80);
  opacity: 0.8;
  max-width: 106%;
}
.landing_home .box_landing .landing_home_content .text_content {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  text-align: left;
  width: 90%;
}
.landing_home .box_landing .landing_home_content .text_content .regione {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 1px 1px 4px #000000;
  margin-bottom: 0;
}
.landing_home .box_landing .landing_home_content .text_content button {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  background: none;
  padding: 0;
  text-shadow: 1px 1px 4px #000000;
}
.landing_home .box_landing .landing_home_content .text_content button i {
  margin-left: 0.5rem;
}
.landing_home .box_landing .landing_home_content:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.blog-container {
  padding: 2rem 0 4rem 0;
}
.blog-container .main_title {
  padding-top: 3em;
}
.blog-container p.cat-subtitle {
  text-align: center;
  font-size: 1.2rem;
}
.blog-container .blogbox {
  margin-bottom: 1rem;
}
.blog-container .blogboxcont {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
}
.blog-container .blogboxcont .blogimg {
  display: inline-block;
  width: 100%;
  height: 250px;
  max-height: 250px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
}
.blog-container .blogboxcont .blog-text {
  padding: 1rem 2rem 2rem 2rem;
  display: inline-block;
}
.blog-container .blogboxcont .blog-text hr {
  margin: 0rem auto 1.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.blog-container .blogboxcont .blog-text h3 {
  font-size: 1.5rem;
  color: #003595;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
  height: 90px;
}
.blog-container .blogboxcont .blog-text p {
  font-size: 1rem;
  color: #333333;
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 125px;
}
.blog-container .blogboxcont .blog-text a {
  padding: 0;
  background: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  color: #003595;
}
.blog-container .blogboxcont .blog-text a:hover {
  color: #EB602B;
}

.home-text-container {
  padding: 3rem 0 10rem 0;
  background: url("../img/bg-focus-point.png") no-repeat center bottom, linear-gradient(#c1e6ff, #f4fbff);
  background-size: contain;
}
.home-text-container .home-text a {
  color: #003595;
  outline: none !important;
}
.home-text-container .home-text a:hover {
  color: #EB602B;
}
.home-text-container .home-text a.home-text-title {
  padding: 0.3rem 1rem 0;
  margin-bottom: 0.7rem;
}
.home-text-container .home-text a.home-text-title h2 {
  font-size: 1.2rem;
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.3rem;
}
.home-text-container .home-text .is-submenu-item {
  padding-right: 15px;
  padding-bottom: 2rem;
}

#nl_register h3 {
  font-size: 1.5rem;
}
#nl_register .button {
  background: #EB602B;
  font-weight: bold;
  margin-bottom: 0;
}
#nl_register .privacy {
  line-height: 1.5;
}
#nl_register .consenso {
  margin-top: 0.8rem;
}
#nl_register .consenso label {
  margin-top: 0.5rem;
  text-align: center;
}

.services {
  background: #eea501;
}
.services .newsletter {
  padding: 2rem 0 0 0;
}
.services .newsletter .newsletter-image-container {
  position: relative;
  display: inline-block;
  min-height: 206px;
}
.services .newsletter .newsletter-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.services .newsletter .newsletter-text {
  padding: 0 0 2rem 0;
  text-align: center;
}
.services .newsletter .newsletter-text h4 {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0;
}
.services .newsletter .newsletter-text p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.services .newsletter .newsletter-text p small {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.services .newsletter .newsletter-text .button {
  margin-bottom: 0.8rem;
  margin-top: 1rem;
  background-color: #003595;
  padding: 0.8em 4em;
  font-weight: 600;
}

.landingpage_gmap {
  position: relative;
  margin: 2rem 0 3rem 0;
  background-color: #efefef;
  border: 5px solid #efefef;
  margin: 0 auto;
}
.landingpage_gmap .maplinkleaf {
  z-index: 800;
  width: 38px;
  height: 38px;
  background: #EB602B url("../img/sprite.png") 2px -961px no-repeat;
  text-indent: -99999px;
  border: 0 !important;
  cursor: pointer;
}
.landingpage_gmap .leaflet-touch .leaflet-control-fullscreen a {
  background-position: 4px 4px;
}
.landingpage_gmap .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 4px -22px;
}
.landingpage_gmap .leaflet-touch .leaflet-bar a {
  width: 34px;
  height: 34px;
}
.landingpage_gmap .maplink {
  z-index: 98;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 38px;
  height: 38px;
  background: #EB602B url("../img/sprite.png") 4px -960px no-repeat;
  text-indent: -99999px;
}
.landingpage_gmap #map_landing {
  width: 100%;
  height: 90vh;
  margin: auto;
}

.mapinfo_content {
  position: relative;
  width: 210px;
}
.mapinfo_content h3 {
  font-weight: bold;
  margin-top: 0.5rem;
}
.mapinfo_content .pkgimg {
  position: relative;
}
.mapinfo_content .pkgimg img {
  width: 100%;
  height: 120px;
}
.mapinfo_content .checkin {
  color: #EB602B;
  font-weight: bold;
}
.mapinfo_content .mapprice {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0.1em 0.6em;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #CF0A2C;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mapinfo_content .mapprice .smallpkgtxt {
  font-size: 0.55rem;
  display: block;
  margin-top: -5px;
}
.mapinfo_content h3 {
  margin-bottom: 0.3em;
  font-size: 0.9rem;
}
.mapinfo_content p {
  margin-bottom: 0.5em;
  font-size: 0.8rem;
  line-height: 1rem;
}
.mapinfo_content a.button {
  width: 80%;
  display: inline-block;
  margin: 0.5rem auto;
  padding: 0.5rem 0.25rem;
  font-size: 0.9rem;
  background-color: #EB602B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.mapinfo_content a.button:hover {
  background-color: #EB602B;
  color: #EB602B;
}

.gmaplabels {
  width: auto;
  padding: 0.2em 0.6em;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background-color: #EB602B;
  border: 1px solid #EB602B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.leafletlabels {
  width: auto;
  min-width: 45px;
  padding: 0.2em 0.6em;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background-color: #EB602B;
  border: 1px solid #EB602B;
  margin-left: -6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.landingpage_gmap .leaflet-container .mapinfo_content a {
  color: #fefefe;
}

.leaflet-control-fullscreen a {
  background: #FFFFFF url(../img/fullscreen.png) no-repeat 0 0;
  background-size: 26px 52px;
}

.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url(../img/fullscreen@2x.png);
  }
}
/*********** DICONO DI NOI *****************/
.diconodinoi .maincontainer_page .page {
  margin-top: 0;
}
.diconodinoi .maincontainer_page .page .klaviyo-form-SU7PTu {
  display: none;
}
.diconodinoi .valign-center {
  display: table;
}
.diconodinoi .valign-center div, .diconodinoi .valign-center span, .diconodinoi .valign-center img {
  display: table-cell;
  vertical-align: middle;
}
.diconodinoi .articles .row.columns {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.diconodinoi .articles .row.columns:last-child {
  border-bottom: 0px;
}
.diconodinoi .articles a, .diconodinoi .articles a:hover, .diconodinoi .articles a:visited {
  color: #333333;
}
.diconodinoi .box_comment {
  border: 1px solid #efefef;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
}
.diconodinoi .box_comment .box_comment_stars {
  text-align: center;
}
.diconodinoi .box_comment .box_comment_stars .starChecked {
  color: #EB602B;
}
.diconodinoi .box_comment .box_comment_stars .starUnchecked {
  color: #777777;
}
.diconodinoi .box_comment .box_comment_date {
  text-align: center;
}
.diconodinoi .blog-body img {
  max-width: 100%;
  width: 100%;
  margin: 20px 0;
}
.diconodinoi .blog-related-offers {
  margin-top: 30px;
}
.diconodinoi .blog-related-offers .offer-box {
  margin-bottom: 20px;
}
.diconodinoi .blog-related-offers .offer-box img {
  width: 100%;
  max-height: 187px;
}
.diconodinoi .blog-related-offers h3 {
  font-size: 1.1rem;
}
.diconodinoi .blog-related-offers h4 {
  font-size: 0.9rem;
}

/*********** BANNER BRAND  *****************/
.banner_home {
  background: #EB602B;
  padding: 0 0 0rem 0;
  margin: 2rem 0 0 0;
}
.banner_home img {
  border: 1px solid #FFFFFF;
}
.banner_home hr {
  border-color: #FFFFFF;
}
.banner_home .box_banner {
  margin-bottom: 1rem;
  background-color: #FFFFFF;
  margin-top: 5px;
  padding: 10px;
  height: 234px;
  overflow: hidden;
}
.banner_home .box_banner .orbit:focus {
  outline: none;
}
.banner_home .box_banner .orbit-container:focus {
  outline: none;
}
.banner_home .box_banner .orbit-container .orbit-slide {
  padding: 0 15px;
}
.banner_home .box_banner .orbit-container .orbit-previous, .banner_home .box_banner .orbit-container .orbit-next {
  padding: 0;
  color: #efefef;
  font-size: 50px;
}
.banner_home .box_banner .orbit-container .orbit-previous:hover, .banner_home .box_banner .orbit-container .orbit-next:hover, .banner_home .box_banner .orbit-container .orbit-previous:active, .banner_home .box_banner .orbit-container .orbit-next:active, .banner_home .box_banner .orbit-container .orbit-previous:focus, .banner_home .box_banner .orbit-container .orbit-next:focus {
  background-color: transparent;
  outline: none;
}
.banner_home .box_banner a {
  color: #777777;
}
.banner_home .box_banner .box-blog {
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding-bottom: 10px;
  min-height: 100px;
}
.banner_home .box_banner .box-blog-even {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
}
.banner_home .box_banner .box_comment {
  border: 1px solid #efefef;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
}
.banner_home .box_banner .box_comment .box_comment_txt {
  clear: both;
}
.banner_home .box_banner .box_comment .box_comment_header {
  overflow: hidden;
}
.banner_home .box_banner .box_comment .box_comment_stars {
  float: left;
}
.banner_home .box_banner .box_comment .box_comment_stars .starChecked {
  color: #EB602B;
}
.banner_home .box_banner .box_comment .box_comment_stars .starUnchecked {
  color: #777777;
}
.banner_home .box_banner .box_comment .box_comment_date {
  float: right;
}
.banner_home .box_diconodinoi {
  padding: 6px 10px;
}

/*********** BANNER CROCIERA  *****************/
.banner-crociere {
  /*background: $orange;*/
  text-align: center;
  padding-bottom: 1.5rem;
}
.banner-crociere .main-title {
  padding-top: 2.2em;
}
.banner-crociere hr {
  border-color: #FFFFFF;
}

/*********** FOOTER *****************/
footer {
  background: #003595;
  color: #FFFFFF;
  padding: 0;
  font-size: 0.85rem;
  color: #efefef;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.7) inset;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.7) inset;
}
footer .footer-container {
  padding-bottom: 1rem;
  padding-top: 3rem;
}
footer .footer-container .info-menu-container {
  padding: 0 0.625rem;
  margin-bottom: 2rem;
}
footer .footer-container a {
  color: #FFFFFF;
}
footer .footer-container a:hover {
  color: #EB602B;
}
footer .footer-container .newsletter-footer-box {
  margin-top: -66px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-radius: 3px;
  background: #eea501;
  margin-bottom: 20px;
}
footer .footer-container .newsletter-footer-box .newsletter-text {
  text-align: center;
  padding: 20px;
}
footer .footer-container .newsletter-footer-box .newsletter-text i {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1;
}
footer .footer-container .newsletter-footer-box .newsletter-text h4 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1;
}
footer .footer-container .newsletter-footer-box .newsletter-text p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .footer-container .newsletter-footer-box .newsletter-text .button {
  margin-bottom: 20px;
  margin-top: 1rem;
  background-color: #003595;
  padding: 0.8em 4em;
  font-weight: 600;
}
footer .footer-title {
  border-bottom: 1px dotted #777777;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.9rem;
}
footer .footer-logo {
  width: 100%;
  max-width: 180px;
}
footer .number {
  font-size: 2rem;
  font-weight: 700;
  color: #EB602B;
}
footer .number i {
  color: #FFFFFF;
  font-size: 1.5rem;
}
footer .payments {
  background: #efefef;
  padding: 1rem 0;
  margin-bottom: 0;
}
footer .payments .payments-left p {
  color: #333333;
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 0;
}
footer .payments .payments-right {
  text-align: right;
}
footer .payments .payments-right img {
  width: 550px;
  max-width: 100%;
  margin-top: 0.35rem;
}
footer p {
  font-size: 0.85rem;
  line-height: 1.3rem;
}
footer ul {
  margin: 0;
}
footer ul li {
  font-size: 0.85rem;
  list-style-type: none;
  line-height: 1.5rem;
}
footer ul li a {
  color: #FFFFFF;
}
footer ul li a:hover {
  color: #EB602B;
}
footer .callcenter_footer {
  margin-bottom: 0.8rem;
  margin-top: 1rem;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}
footer .extrasmall {
  font-size: 100%;
  line-height: 120%;
}
footer.home-footer .info-menu {
  column-count: 2;
}

/*********** DOPO FOOTER *****************/
.footer_bottom {
  background: #FFFFFF;
  padding: 0.6rem 0;
}
.footer_bottom p {
  font-size: 0.8rem;
  color: #EB602B;
  margin-bottom: 0;
}
.footer_bottom a {
  color: #EB602B;
}
.footer_bottom .privacy p {
  text-align: right;
}

/*********** HEADER MOBILE *****************/
.header_mobile {
  background: #EB602B;
}
.header_mobile button, .header_mobile .as_login_mobile {
  border-radius: 0;
  padding: 0.7em 0.5em 0.5em 0.5em;
  height: 40px;
  width: 40px;
  margin-top: 1rem;
  background: #CF0A2C;
}
.header_mobile button span, .header_mobile .as_login_mobile span {
  display: block;
  height: 2px;
  width: 23px;
  background: #FFFFFF;
  margin-bottom: 6px;
}
.header_mobile .button_right .as_login_mobile {
  float: right;
  background: #FFFFFF url(../img/sprite.png) 9px -911px no-repeat;
}
.header_mobile .logo_mobile a {
  display: block;
  text-align: center;
  margin: 1rem 0 0 0;
}
.header_mobile .logo_mobile a img {
  height: 45px;
}

/*********** MENU SINISTRA E DESTRA MOBILE *****************/
.off-canvas-wrapper {
  background: #EB602B;
}
.off-canvas-wrapper .off-canvas-wrapper-inner {
  background: #FFFFFF;
}
.off-canvas-wrapper #leftmenu, .off-canvas-wrapper #rightmenu {
  background: #EB602B;
  padding: 1rem;
  color: #FFFFFF;
}
.off-canvas-wrapper #leftmenu h3, .off-canvas-wrapper #rightmenu h3 {
  color: #FFFFFF;
  font-size: 1.1rem;
  text-transform: capitalize;
  font-weight: bold;
}
.off-canvas-wrapper #leftmenu ul, .off-canvas-wrapper #rightmenu ul {
  margin: 0;
}
.off-canvas-wrapper #leftmenu ul li, .off-canvas-wrapper #rightmenu ul li {
  list-style-type: none;
  border-bottom: 1px dotted #FFFFFF;
  padding: 0;
}
.off-canvas-wrapper #leftmenu ul li .nation-flag, .off-canvas-wrapper #rightmenu ul li .nation-flag {
  max-width: 24px;
}
.off-canvas-wrapper #leftmenu ul li li, .off-canvas-wrapper #rightmenu ul li li {
  padding: 0.3rem 0;
}
.off-canvas-wrapper #leftmenu ul li li:first-child, .off-canvas-wrapper #rightmenu ul li li:first-child {
  padding-top: 0;
}
.off-canvas-wrapper #leftmenu ul li a, .off-canvas-wrapper #rightmenu ul li a {
  color: #FFFFFF;
  padding: 0.5rem 0;
}
.off-canvas-wrapper #leftmenu ul li a:after, .off-canvas-wrapper #rightmenu ul li a:after {
  border-color: #FFFFFF transparent transparent;
}
.off-canvas-wrapper #leftmenu ul li:last-child, .off-canvas-wrapper #rightmenu ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.off-canvas-wrapper #leftmenu ul li .menu_hilit a, .off-canvas-wrapper #rightmenu ul li .menu_hilit a {
  color: #F4CD00;
}

/*********** PAGINA INTERNA *****************/
/* contenitore generale delle sezioni */
.breadcrumbs_block {
  background: #efefef;
  padding: 10px 0;
}
.breadcrumbs_block .breadcrumbs {
  margin: 0;
}
.breadcrumbs_block .breadcrumbs li {
  color: #333333;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: initial;
}
.breadcrumbs_block .breadcrumbs li a {
  color: #333333;
}

.sidebar-fixed {
  padding-top: 1.5rem;
}

.user-area {
  background: url(../img/login-background.jpg) top right no-repeat;
  background-size: cover;
}
.user-area .login-form {
  margin-bottom: 0;
}
.user-area .login-form .login-container {
  margin: 0rem auto 3rem;
  padding: 2rem;
}
.user-area .login-form .login-container .main_title h3 {
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  font-size: 2.5rem;
  text-align: center;
}

.maincontainer_page {
  margin-bottom: 2rem;
  position: relative;
}
.maincontainer_page .main_title {
  padding-bottom: 2rem;
  display: inline-block;
}
.maincontainer_page .page {
  margin-top: 2rem;
}
.maincontainer_page .page h3 {
  font-size: 1.3rem;
  color: #EB602B;
  font-weight: bold;
  margin-bottom: 1rem;
}
.maincontainer_page .page .pkglist {
  padding-right: 0;
}
.maincontainer_page .page .pkglist .title_offer {
  margin-bottom: 1rem;
}
.maincontainer_page .page .pkglist .title_offer h3 {
  font-weight: bold;
}
.maincontainer_page .page .pkglist .title_offer h3 span {
  color: #CF0A2C;
}
.maincontainer_page .page .pkglist .title_offer p {
  margin-bottom: 0;
  color: #333333;
}
.maincontainer_page .page .pkglist .title_offer p.p_disclaimer {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.maincontainer_page .page .pkglist .title_offer p span {
  font-weight: bold;
  color: #333333;
}
.maincontainer_page .page .box_landing_regioni {
  position: relative;
  margin-bottom: 2rem;
}
.maincontainer_page .page .box_landing_regioni .landing_regioni_content {
  position: relative;
  display: block;
  height: 300px;
  overflow: hidden;
}
.maincontainer_page .page .box_landing_regioni .landing_regioni_content img {
  /*position:absolute;*/
  top: 0;
}
.maincontainer_page .page .box_landing_regioni .landing_regioni_content .text_content {
  background: url(../img/black_bg.png) repeat;
  bottom: -1px;
  position: absolute;
  width: 100%;
  padding-left: 0.935rem;
}
.maincontainer_page .page .box_landing_regioni .landing_regioni_content .text_content .regione {
  background: #EB602B;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0rem 1rem;
  margin-bottom: 0.5rem;
  margin-top: -25px;
}
.maincontainer_page .page .box_landing_regioni .landing_regioni_content .text_content button {
  display: block;
  background: #FFFFFF;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  padding: 0.4rem 0.8rem;
  border-radius: 0;
  margin-bottom: 0.935rem;
}
.maincontainer_page .page .box_landing_regioni .landing_regioni_content .text_content button i {
  color: #EB602B;
  margin-left: 0.5rem;
}
.maincontainer_page .title_volantino {
  margin: 2rem 0 1rem 0;
}
.maincontainer_page .title_volantino h3 {
  color: #EB602B;
  font-weight: bold;
}

/*********** PAGINA CHI SIAMO *****************/
.chisiamo .box-container {
  display: flex;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.chisiamo .box-container .image-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.chisiamo .text-container {
  padding: 1rem 1.5rem;
}
.chisiamo .text-container p {
  color: #333333;
  text-align: justify;
}
.chisiamo .text-container h2, .chisiamo .text-container h3, .chisiamo .text-container h4 {
  color: #EB602B;
  font-family: "Poppins";
  line-height: 2.7rem;
}
.chisiamo .text-container h2 {
  font-size: 2.7rem;
}
.chisiamo .text-container h3 {
  line-height: 2.7rem;
  vertical-align: middle;
}
.chisiamo .text-container h3 span {
  font-size: 2.7rem;
  vertical-align: middle;
}
.chisiamo .text-container h4 {
  font-size: 2rem;
  font-weight: normal;
}
.chisiamo .row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/*********** PAGINA FILTRI RISULTATO RICERCA *****************/
.button_mobile .filter_mobile {
  background: #EB602B;
  border-radius: 0;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding: 0.65em 1em;
  text-align: left;
  width: 100%;
  color: #EB602B;
}
.button_mobile .filter_mobile:hover {
  background: #EB602B;
  color: #FFFFFF;
}
.button_mobile .filter_mobile i {
  margin-right: 0.3rem;
  margin-top: -0.2rem;
}

.box-links {
  padding: 1em 0 0 0;
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  list-style-type: none;
  border-radius: 0 0 4px 4px;
}
.box-links .accordion-menu {
  margin-top: 0;
  margin-bottom: 0;
}
.box-links ul {
  margin-left: 0;
}
.box-links.is-dropdown-submenu {
  border: 1px solid #dfdfdf;
  margin-left: 0;
}
.box-links li {
  border-top: 1px solid #dfdfdf;
  background: #FFFFFF;
  display: block;
  margin-right: 0rem;
  margin-bottom: 0rem;
}
.box-links li a {
  color: #EB602B;
  padding: 1rem 1rem;
  display: block;
}
.box-links li a i {
  margin-right: 0.8rem;
}
.box-links li a:hover {
  color: #FFFFFF;
  background: #EB602B;
}
.box-links li.title_filter {
  border: none;
  background: none;
  display: inline-block;
  margin-right: 0.5rem;
  width: 100%;
  padding-left: 0;
  padding-bottom: 0.7em;
}
.box-links li li {
  padding: 0 0 0 0.9rem;
  margin-bottom: 0rem;
}
.box-links li li.active {
  background: #EB602B;
}
.box-links li li.active a {
  background: transparent;
  color: #FFFFFF;
}
.box-links li li a {
  padding: 0.5rem 0.5rem;
}
.box-links li:last-child {
  border-radius: 0 0 4px 4px;
}
.box-links li:last-child a {
  border-radius: 0 0 4px 4px;
}
.box-links h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.5em;
  color: #333333;
}
.box-links h3 i {
  margin-right: 0.5rem;
}
.box-links .title_filter {
  margin-right: 0.5rem;
  width: 100%;
  padding-left: 1em;
  padding-bottom: 0.7em;
}

#filter_cat {
  padding: 1em 0 0 0;
  margin-bottom: 2.5rem;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
#filter_cat h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.5em;
  color: #333333;
}
#filter_cat h3 i {
  margin-right: 0.5rem;
}
#filter_cat label.label_filter_title {
  color: #EB602B;
  font-weight: bold;
}
#filter_cat label i {
  margin-right: 0.3rem;
  margin-left: 0.2rem;
  color: #EB602B;
}
#filter_cat .button {
  margin-top: 1rem;
  background: #777777;
  text-align: left;
  font-weight: bold;
}
#filter_cat .button a {
  color: #FFFFFF;
}
#filter_cat .checkfilter {
  background: #FFFFFF;
  border-top: 1px solid #dfdfdf;
  padding: 0.7rem 1rem;
}
#filter_cat .checkfilter label {
  color: #EB602B;
}
#filter_cat ul {
  list-style-type: none;
  border-radius: 0 0 4px 4px;
}
#filter_cat ul.is-dropdown-submenu {
  border: 1px solid #dfdfdf;
  margin-left: 0;
}
#filter_cat ul li {
  border-top: 1px solid #dfdfdf;
  background: #FFFFFF;
  display: block;
  margin-right: 0rem;
  margin-bottom: 0rem;
}
#filter_cat ul li a {
  color: #EB602B;
  padding: 1rem 1rem;
  display: block;
}
#filter_cat ul li a i {
  margin-right: 0.8rem;
}
#filter_cat ul li a:hover {
  color: #FFFFFF;
  background: #EB602B;
}
#filter_cat ul li.title_filter {
  border: none;
  background: none;
  display: inline-block;
  margin-right: 0.5rem;
  width: 100%;
  padding-left: 1em;
  padding-bottom: 0.7em;
}
#filter_cat ul li li {
  border: none;
  padding: 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0rem;
}
#filter_cat ul li li.active {
  background: #EB602B;
}
#filter_cat ul li li.active a {
  background: transparent;
  color: #FFFFFF;
}
#filter_cat ul li li a {
  padding: 0.5rem 0.5rem;
}
#filter_cat ul li:last-child {
  border-radius: 0 0 4px 4px;
}
#filter_cat ul li:last-child a {
  border-radius: 0 0 4px 4px;
  color: #CF0A2C;
}
#filter_cat ul li:last-child a:hover {
  color: #FFFFFF;
  background: #CF0A2C;
}
#filter_cat ul li ul li:last-child a {
  border-radius: 0 0 4px 4px;
  color: #EB602B;
}
#filter_cat ul li ul li:last-child a:hover {
  color: #FFFFFF;
  background: #EB602B;
}
#filter_cat .submenu {
  padding: 0;
  min-width: 250px;
  z-index: 5;
}
#filter_cat .submenu label {
  width: 100%;
  color: #333333;
  font-weight: 600;
  padding: 0.5rem;
  text-transform: uppercase;
}
#filter_cat .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #EB602B;
}

.button_filter_mobile {
  background: #EB602B;
  color: #FFFFFF;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.button_filter_mobile a {
  color: #FFFFFF;
}
.button_filter_mobile h3 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
}
.button_filter_mobile h3 i {
  margin-right: 0.5rem;
}
.button_filter_mobile .title-bar-right i {
  margin-top: 0.7rem;
  font-size: 1.2rem;
}

.filter_results {
  font-weight: 700;
  margin: 1rem 0;
}
.filter_results span {
  margin: 0 0.3em;
  font-size: 0.8rem;
  font-weight: 500;
  background: #EB602B;
  border-radius: 0.3rem;
  padding: 0.3rem 0.7rem;
  white-space: nowrap;
}
.filter_results span a {
  color: #FFFFFF;
}
.filter_results span a i {
  margin-left: 10px;
}

/*********** PAGINA LANDING REGIONI *****************/
.header_landing_regioni {
  position: relative;
}
.header_landing_regioni .gift_pack {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  cursor: pointer;
  z-index: 99;
}
.header_landing_regioni .gift_pack a {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.header_landing_regioni .test {
  position: absolute;
  width: 100%;
  margin-top: 160px;
  text-align: center;
}
.header_landing_regioni .test span {
  font-family: "Poppins";
  position: relative;
  font-size: 5rem;
  bottom: 50%;
  width: 100%;
  color: #FFFFFF;
  text-shadow: 2px 1px 1px #000;
  text-align: center;
  top: 40%;
  z-index: 8;
}
.header_landing_regioni img {
  width: 100%;
  position: relative;
}

.landing_description {
  margin-bottom: 1rem;
  display: inline-block;
}

.googlemap_big {
  margin-bottom: 3rem;
}

.pgklist_regione .title_offerte h3 {
  font-weight: bold;
}
.pgklist_regione .title_offerte h3 span {
  color: #CF0A2C;
}
.pgklist_regione .title_offerte p span {
  color: #333333;
  font-weight: bold;
}
.pgklist_regione .title_offerte p.p_disclaimer {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}

/************ LANDING BUTTATIAPESCE ***************/
.buttatiapesce {
  margin-top: 25px;
}
.buttatiapesce .pkglist {
  margin: 1rem 0;
}
.buttatiapesce .pkglist .countdown {
  text-align: center;
  margin: 0 auto;
}
.buttatiapesce .pkglist .countdown ul li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  margin: 0 0.5rem;
}
.buttatiapesce .pkglist .countdown ul li span {
  display: block;
  font-size: 4.5rem;
}

/*********** BRAND *****************/
.brand tbody {
  border: none;
}
.brand tbody tr {
  padding-left: 2rem;
}
.brand tbody tr td {
  padding: 1rem 1rem;
}
.brand tbody tr td .icon {
  font-size: 30px;
  color: #FFFFFF;
  border-radius: 2em;
  padding: 0.3rem 0.7rem;
  background: #EB602B;
}
.brand tbody tr:nth-child(2n) {
  background: transparent;
}

/*********** PAGINA PACCHETTO *****************/
.breadcrumb {
  margin-top: 1.5rem;
}
.breadcrumb a {
  background: #F4CD00;
  color: #EB602B;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}

.pkg_detail {
  margin-top: 2rem;
}
.pkg_detail #general_description {
  padding-left: 0;
}
.pkg_detail #general_description hr {
  border: 2px solid #EB602B;
}
.pkg_detail #general_description .treatment-container {
  background: #f2f2f2;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.pkg_detail #general_description #mediagallery {
  margin-bottom: 1.5rem;
  /* aggiunto per black friday 18 */
  position: relative;
}
.pkg_detail #general_description #mediagallery img {
  filter: saturate(140%);
  -webkit-filter: saturate(140%);
  -moz-filter: saturate(140%);
  -o-filter: saturate(140%);
  -ms-filter: saturate(140%);
}
.pkg_detail #general_description .orbit {
  display: inline-block;
  position: relative;
  width: 100%;
}
.pkg_detail #general_description .orbit .orbit-container {
  margin: 0;
  padding: 0 !important;
}
.pkg_detail #general_description .orbit .orbit-next,
.pkg_detail #general_description .orbit .orbit-previous {
  top: 46%;
  transform: none;
  background-color: rgba(10, 10, 10, 0.5);
  outline: none;
}
.pkg_detail #general_description .orbit .orbit-bullets {
  position: absolute;
  background: rgba(10, 10, 10, 0.5);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  bottom: 0;
}
.pkg_detail #general_description .orbit .orbit-bullets button {
  border-radius: 0;
  margin-bottom: 0.5rem;
  width: 100%;
  height: auto;
  outline: none;
}
.pkg_detail #general_description .orbit .orbit-bullets button.is-active {
  opacity: 0.5;
}
.pkg_detail #general_description .orbit .thumbnail_img .column {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.pkg_detail #general_description .orbit .thumbnail_img .column:last-child {
  float: left;
}
.pkg_detail #general_description .orbit .thumbnail_img .thumb img {
  width: 100%;
  margin-bottom: 0;
}
.pkg_detail #general_description .pkgs {
  margin-bottom: 2rem;
  border-bottom: 1px dotted #9D9D9D;
}
.pkg_detail #general_description .pkgs h3 {
  font-weight: 600;
  border-bottom: 1px dotted #9D9D9D;
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
}
.pkg_detail #general_description .pkgs ul.offer-selection {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pkg_detail #general_description .pkgs ul.offer-selection li {
  margin-bottom: 0.5rem;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #333333;
  border-radius: 3px;
  opacity: 0.5;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button:hover {
  opacity: 1;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button .treatment {
  padding-top: 8px;
  padding-left: 0;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button .date-from-to {
  padding-top: 8px;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button .price {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #EB602B;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button .button-container {
  text-align: center;
  padding-right: 0;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button .button-container .button {
  background: #003595;
  margin-bottom: 0;
  margin-top: 2px;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button .button-container .fa.fa-check {
  color: green;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button.selected {
  opacity: 1;
  border: 1px solid #EB602B;
}
.pkg_detail #general_description .pkgs ul.offer-selection li .offer-button a {
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.pkg_detail #general_description .pkgs ul.offer-selection li:last-child {
  margin-bottom: 1rem;
}
.pkg_detail #booknow {
  display: none;
}
.pkg_detail #preventivobox {
  padding-right: 0;
  display: inline-block;
}
.pkg_detail #preventivobox #quote_coupon {
  display: none;
}
.pkg_detail #preventivobox #quote_coupon button {
  margin-left: 0 !important;
  background: #003595;
  padding: 12px 10px;
  border-radius: 3px;
  font-weight: bold;
  width: 26% !important;
  float: right;
}
.pkg_detail #preventivobox #quote_coupon input {
  width: 70%;
  display: inline;
}
.pkg_detail #preventivobox #quote_coupon #quote_coupon_result {
  text-align: center;
  margin-bottom: 15px;
}
.pkg_detail #preventivobox #quote_coupon #quote_coupon_result span.result {
  padding: 5px 10px;
}
.pkg_detail #preventivobox #quote_coupon #quote_coupon_result span.result.valid {
  color: green;
}
.pkg_detail #preventivobox .sidebar-container {
  display: inline-block;
}
.pkg_detail #preventivobox .special {
  background: #FFFFFF;
  color: #EB602B;
  padding: 0.5rem 0.6rem;
  margin-bottom: 0.8rem;
}
.pkg_detail #preventivobox .special p {
  margin-bottom: 0 !important;
}
.pkg_detail #preventivobox .special .special-title {
  font-weight: bold;
  font-family: "Poppins";
  font-size: 1.5rem;
}
.pkg_detail #preventivobox .button {
  background: #003595;
}
.pkg_detail #preventivobox .moreprices {
  width: 100%;
}
.pkg_detail #preventivobox #quote_info {
  text-align: center;
  color: #333333;
  margin-bottom: 0;
  padding: 0.6rem;
  background: #FFFFFF;
}
.pkg_detail #preventivobox #quote_info .iva_notice {
  font-size: 0.7rem;
}
.pkg_detail #preventivobox #quote_info .scalapay_widget_container {
  font-size: 0.8rem;
}
.pkg_detail #preventivobox #quote_info p {
  margin-bottom: 0;
}
.pkg_detail #preventivobox #quote_info p#quotation {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0.7rem 0 0.2rem 0;
  color: #EB602B;
}
.pkg_detail #preventivobox #quote_info p#quotation .strikeprice {
  font-size: 70%;
  text-decoration: line-through;
}
.pkg_detail #preventivobox #quote_info p#quote_details {
  font-size: 0.7rem;
}
.pkg_detail #preventivobox #prevbox {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #EB602B;
  color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 2rem;
}
.pkg_detail #preventivobox #prevbox .travelnodes_title.hilight {
  background: #F4CD00;
  color: #000000;
}
.pkg_detail #preventivobox #prevbox .sftlink {
  color: #FFFFFF;
  text-decoration: underline;
}
.pkg_detail #preventivobox #prevbox h2 {
  font-family: "Poppins";
  font-size: 1.7rem;
}
.pkg_detail #preventivobox #prevbox h3 {
  font-size: 1rem;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0.5rem;
  margin-top: 0.3rem;
}
.pkg_detail #preventivobox #prevbox h3 small {
  font-weight: normal;
}
.pkg_detail #preventivobox #prevbox h3 i {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.pkg_detail #preventivobox #prevbox #dt_start, .pkg_detail #preventivobox #prevbox #dt_end {
  cursor: pointer !important;
}
.pkg_detail #preventivobox #prevbox p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.pkg_detail #preventivobox #prevbox label {
  color: #FFFFFF;
  font-size: 0.8rem;
}
.pkg_detail #preventivobox #prevbox .final_preventivo {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.pkg_detail #preventivobox #prevbox .final_preventivo.sticky {
  z-index: 999999;
  position: fixed;
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 2px #000000 inset;
  -moz-box-shadow: 0 0 2px #000000 inset;
  box-shadow: 0 0 2px #000000 inset;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.pkg_detail #preventivobox #prevbox .final_preventivo.sticky .result_preventivo {
  margin: 0 auto;
}
.pkg_detail #preventivobox #prevbox .final_preventivo.sticky .result_preventivo h3 {
  text-align: center;
  font-size: 1.1rem;
}
.pkg_detail #preventivobox #prevbox .final_preventivo.sticky .result_preventivo p {
  display: inline-block;
}
.pkg_detail #preventivobox #prevbox .final_preventivo.sticky .result_preventivo .button {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  font-size: 1.1rem;
}
.pkg_detail #preventivobox #prevbox .final_preventivo .button {
  font-weight: bold;
  background: green;
  width: 100%;
}
.pkg_detail #preventivobox #prevbox #age_classes div label {
  line-height: 1.4rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.75rem;
}
.pkg_detail #preventivobox #prevbox #age_classes div label.title_age_classes {
  font-weight: bold;
  display: block;
  margin-bottom: 0.3rem;
}
.pkg_detail #preventivobox #prevbox #rooms .room_el, .pkg_detail #preventivobox #prevbox #travel_nodes .room_el {
  display: block;
}
.pkg_detail #preventivobox #prevbox #rooms label, .pkg_detail #preventivobox #prevbox #travel_nodes label {
  padding: 0.3rem 0.5rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
.pkg_detail #preventivobox #prevbox #rooms label > [type=radio], .pkg_detail #preventivobox #prevbox #travel_nodes label > [type=radio] {
  margin-bottom: 0.4rem;
}
.pkg_detail #preventivobox #prevbox #rooms .labelchecked, .pkg_detail #preventivobox #prevbox #travel_nodes .labelchecked {
  color: #FFFFFF;
  font-weight: bold;
}
.pkg_detail #preventivobox #prevbox #rooms .roomprice, .pkg_detail #preventivobox #prevbox #travel_nodes .roomprice {
  font-weight: bold;
  font-size: 1rem;
  margin-left: 1rem;
}
.pkg_detail #preventivobox #prevbox .other_text p {
  color: #333333;
  line-height: 1.15rem;
  font-size: 0.8rem;
}
.pkg_detail #preventivobox .pkg_share {
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.pkg_detail #preventivobox .pkg_share h3 {
  font-size: 1.4rem;
  color: #EB602B;
  font-family: "Poppins";
}
.pkg_detail #preventivobox .pkg_share .add_this {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.pkg_detail #preventivobox h3.title_b {
  font-size: 1.4rem;
  color: #EB602B;
  font-family: "Poppins";
}
.pkg_detail #preventivobox #quota_warn {
  border: 1px solid #c30025;
  background-color: #fab9bb;
  color: #000000;
  font-size: 0.8rem !important;
  padding: 1rem;
}
.pkg_detail #general_description .intro_desc_html {
  border-top: 1px dotted #EB602B;
  border-bottom: 1px dotted #EB602B;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #555555;
  margin: 1rem 0 2rem 0;
  font-style: italic;
}
.pkg_detail #general_description .intro_desc_html .blockquote {
  font-size: 30px;
  float: left;
  margin-right: 2rem;
  color: #777777;
  margin-top: -11px;
}
.pkg_detail #general_description .intro_desc_html p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pkg_detail #general_description #hotelheader {
  color: #EB602B;
  margin-bottom: 1rem;
  position: relative;
}
.pkg_detail #general_description #hotelheader h1 {
  font-size: 2.1rem;
  font-weight: 300;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.pkg_detail #general_description #hotelheader h1 span {
  color: #777777;
  font-size: 0.9rem;
  font-weight: 400;
}
.pkg_detail #general_description #hotelheader h1 span.hotel-address {
  display: inline-block;
  margin-top: 0.6rem;
}
.pkg_detail #general_description #hotelheader h1 span i {
  color: #777777;
  font-size: 100%;
  transform: translate(0, 0);
}
.pkg_detail #general_description #hotelheader h1 .stars i {
  color: #EB602B;
  transform: translate(0, -8px);
}
.pkg_detail #general_description #hotelheader p {
  margin-bottom: 0rem;
  color: #777777;
  border-top: 1px dotted #9D9D9D;
  padding-top: 0.5rem;
}
.pkg_detail #general_description #hoteldesc .content {
  margin-top: 2rem;
}
.pkg_detail #general_description #hoteldesc h4 {
  font-weight: 600;
  border-bottom: 1px dotted #9D9D9D;
  font-size: 1.4rem;
}
.pkg_detail #general_description #hoteldesc h3 {
  font-weight: 600;
  border-bottom: 1px dotted #9D9D9D;
  font-size: 1.4rem;
}
.pkg_detail #general_description #hoteldesc h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #EB602B;
  border-bottom: 1px dotted #9D9D9D;
  font-size: 1.4rem;
}
.pkg_detail #general_description #hoteldesc #treatment h4, .pkg_detail #general_description #hoteldesc #treatment_no h4 {
  font-size: 14px;
}
.pkg_detail #general_description #hoteldesc #treatment .pkg-crociere-icon, .pkg_detail #general_description #hoteldesc #treatment_no .pkg-crociere-icon {
  margin-right: 5px;
}
.pkg_detail #general_description #hoteldesc .treatment_title {
  border-bottom: 1px dotted #9D9D9D;
  font-size: 1.4rem;
  color: #EB602B;
}
.pkg_detail #general_description #hoteldesc #treatment ul {
  -moz-column-count: 2;
  -moz-column-gap: 3em;
  -webkit-column-count: 2;
  -webkit-column-gap: 3em;
  column-count: 2;
  column-gap: 3em;
  list-style: outside disc;
}
.pkg_detail #general_description #hoteldesc #treatment ul strong {
  color: #0ab21b;
}
.pkg_detail #general_description #hoteldesc #treatment ul li ul {
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  column-count: 1;
  column-gap: 0;
  list-style: outside disc;
}
.pkg_detail #general_description #hoteldesc #treatment_no ul {
  -moz-column-count: 2;
  -moz-column-gap: 3em;
  -webkit-column-count: 2;
  -webkit-column-gap: 3em;
  column-count: 2;
  column-gap: 3em;
  list-style: outside disc;
}
.pkg_detail #general_description #hoteldesc #treatment_no ul li ul {
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  column-count: 1;
  column-gap: 0;
  list-style: outside disc;
}
.pkg_detail .button_detal_modal {
  border: 1px solid #EB602B;
  padding: 0.3rem 0.7rem;
  border-radius: 0.3rem;
  display: inline-block;
  color: #EB602B;
  font-weight: bold;
  background: #EB602B;
}
.pkg_detail .googlemaps {
  display: none;
  margin: 0 0 2rem 0;
  background: #EB602B;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pkg_detail .googlemaps .maplink {
  z-index: 98;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 38px;
  height: 38px;
  background: transparent url("../img/sprite.png") -55px -490px no-repeat;
  text-indent: -99999px;
}
.pkg_detail .googlemaps #map_canvas {
  width: 100%;
  margin: 0;
  height: 300px;
}
.pkg_detail .nogooglemaps {
  margin: 0 0 2rem 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.pkg_detail .nogooglemaps .pos-relative {
  display: flex;
}
.pkg_detail .nogooglemaps iframe {
  border: 0;
  width: 100%;
  height: 280px;
}
.pkg_detail .nogooglemaps .extMaplink {
  z-index: 98;
  position: absolute;
  top: 10px;
  right: 25px;
  width: 38px;
  height: 38px;
  font-size: 24px;
}
.pkg_detail .nogooglemaps .extMaplink i {
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  background-color: #000;
  opacity: 0.6;
  color: #FFFFFF;
}
.pkg_detail .nogooglemaps #map_canvas {
  width: 100%;
  margin: 0;
  height: 300px;
}

/*********** CSS PER DARE STILE ALLE OFFERTE CORRELATE *****************/
.other_offer .pkgbox {
  border: 2px solid #EB602B;
  overflow: auto;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: #FFFFFF;
}
.other_offer .pkgbox .pkg_box_info .price .button {
  background: #EB602B !important;
}
.other_offer .pkgbox h4 {
  font-size: 0.91rem;
  line-height: 1.1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
}
.other_offer .pkgbox h4 a {
  color: #333333;
  width: 100%;
}
.other_offer .pkgbox .treatment {
  color: #333333;
  line-height: 1.25em;
}
.other_offer .pkgbox .price_strike {
  font-weight: 400;
  text-decoration: line-through;
}
.other_offer .pkgbox h3 {
  line-height: 0.9rem;
  margin-bottom: 0.5rem;
  margin-TOP: 0.3rem;
  font-size: 0.9rem;
  color: #EB602B;
  font-weight: bold;
}
.other_offer .pkgbox h3 a {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #EB602B;
  width: 100%;
  display: inline-block;
  font-size: 0.85rem;
}
.other_offer .pkgbox h3 i {
  font-size: 0.5rem;
}
.other_offer .pkgbox .pkg_img {
  width: 50%;
  float: left;
  border: 1px solid #FFFFFF;
}
.other_offer .pkgbox .pkg_img a {
  width: 100%;
}
.other_offer .pkgbox .pkg_img a img {
  width: 100%;
  padding-right: 1rem;
}
.other_offer .pkgbox .pkg_box_info {
  width: 50%;
  float: left;
  padding-left: 1rem;
  text-align: right;
}
.other_offer .pkgbox .pkg_box_info p {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #333333;
}
.other_offer .pkgbox .pkg_box_info p.hotel {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.other_offer .pkgbox .pkg_box_info p.hotel i {
  font-size: 0.5rem;
}
.other_offer .button {
  background: #CF0A2C;
  font-weight: bold;
  padding: 0.5em 0.8rem;
  margin-bottom: 0.3rem;
}
.other_offer .box_flag {
  background: #EB602B;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  font-size: 0.8rem;
}
.other_offer .box_flag.flag_prenotaprima {
  background: #F4CD00;
}
.other_offer .box_flag.flag_prenotaprima {
  background: #F4CD00;
}
.other_offer .box_flag.flag_lastminute {
  background: #CF0A2C;
  color: #FFFFFF;
}

/*********** CSS PAGINA PER ENTRARE ALL'AREA RISERVATA *****************/
.box_intro_ar {
  margin-bottom: 2rem;
}
.box_intro_ar h3 {
  font-size: 1.4rem;
  color: #EB602B;
  font-family: "Poppins";
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.boxsign {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 6px;
}
.boxsign h4 {
  font-size: 1.2rem;
  color: #EB602B;
  font-family: "Poppins";
  margin-bottom: 1rem;
  min-height: 53px;
}
.boxsign .button {
  background: #003595;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.55rem 1.5rem;
  margin: 0;
}
.boxsign .as_sign_on_box {
  padding: 1rem;
}
.boxsign .as_sign_on_box .area_riservata_pwd_forgotten {
  margin-top: 1.3rem;
  display: inline-block;
}
.boxsign .as_sign_on_box .area_riservata_pwd_forgotten a {
  text-decoration: underline;
  color: #333333;
}
.boxsign .as_sign_on_box .area_riservata_submit_btnbox {
  padding-left: 0;
}
.boxsign .info_right {
  padding: 1rem;
}
.boxsign .info_right input[type=checkbox] {
  float: left;
  margin-top: 0.5rem;
}

#as_sign_on_form div {
  padding-left: 0;
  padding-right: 0;
}
#as_sign_on_form .area_riservata_sign_ajax_response {
  margin: 0.5rem 0;
  /*display: none;*/
}

/* ORBIT AUTO HEIGHT TEMPORARY FIX
https://github.com/zurb/foundation-sites/issues/7815
*/
ul.orbit-container {
  height: auto !important;
}

li.orbit-slide {
  max-height: none !important;
}

.callout {
  font-weight: bold;
}

.dimmed {
  opacity: 0.6;
}

.dimmer {
  opacity: 0.2;
}

/********* AREA RISERVATA ********/
#as_pages {
  padding-top: 1.5rem;
}
#as_pages .button {
  background: #003595;
  font-weight: bold;
  font-size: 0.9rem;
}
#as_pages .blue {
  background: #EB602B;
  margin-bottom: 0;
}
#as_pages .progress {
  height: 2rem;
  border-radius: 3px;
  overflow: hidden;
}
#as_pages .progress .progress-meter {
  background-color: green;
}
#as_pages .as_intern_menu {
  background: #FFFFFF;
  padding: 1em 0 0 0;
  margin-bottom: 1rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#as_pages .as_intern_menu h2 {
  color: #333333;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.5em;
  padding-left: 1em;
  padding-bottom: 0.7em;
  margin-right: 0.5rem;
}
#as_pages .as_intern_menu .asmenu {
  margin: 0;
  padding: 0;
}
#as_pages .as_intern_menu .asmenu li {
  list-style-type: none;
  border-top: 1px solid #dfdfdf;
  background: #FFFFFF;
  display: block;
  margin-right: 0rem;
  margin-bottom: 0rem;
}
#as_pages .as_intern_menu .asmenu li a {
  color: #EB602B;
  padding: 1rem 1rem;
  display: block;
}
#as_pages .as_intern_menu .asmenu li a:hover {
  color: #FFFFFF;
  background: #EB602B;
}
#as_pages .as_intern_menu .asmenu li a.active {
  color: #FFFFFF;
  background: #EB602B;
}
#as_pages .as_intern_menu .asmenu li.logout {
  border-radius: 0 0 4px 4px;
}
#as_pages .as_intern_menu .asmenu li.logout a {
  color: #CF0A2C;
  border-radius: 0 0 4px 4px;
}
#as_pages .as_intern_menu .asmenu li.logout a:hover {
  color: #FFFFFF;
  background: #CF0A2C;
}
#as_pages input:disabled,
#as_pages input[readonly],
#as_pages textarea:disabled,
#as_pages textarea[readonly],
#as_pages select {
  background-color: #FFFFFF;
}
#as_pages .bluelight {
  color: #EB602B;
  padding-top: 0.5rem;
  margin-bottom: 1.2rem;
}
#as_pages h3 {
  color: #EB602B;
  font-weight: bold;
}
#as_pages h3 .percent_profile {
  color: #CF0A2C;
}
#as_pages h3.title_nobold {
  font-weight: normal;
}
#as_pages form.as_profile_data .personal_mail {
  background: #efefef;
  padding-top: 0.935rem;
  padding-bottom: 0.935rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  border-radius: 5px;
}
#as_pages form.as_profile_data .personal_mail input {
  margin-bottom: 0;
}
#as_pages form.as_profile_data .personal_mail p {
  margin-bottom: 0;
  line-height: 2rem;
}
#as_pages .password {
  padding-top: 0.935rem;
  padding-left: 0.935rem;
  margin-bottom: 2rem;
  background: #efefef;
  border-radius: 5px;
}
#as_pages .password .button {
  background: #EB602B;
}
#as_pages .add_newperson {
  background: #EB602B;
}
#as_pages .other_people {
  background: #efefef;
  padding: 0.935rem;
  padding: 0.935rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
}
#as_pages .other_people h3 {
  color: #333333;
  font-size: 1.3rem;
}
#as_pages .other_people h4 {
  font-weight: bold;
  font-size: 1.1rem;
}
#as_pages .pkgbox_bookinglist {
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
#as_pages .pkgbox_bookinglist .pkgpic {
  padding: 0;
  border-radius: 5px;
}
#as_pages .pkgbox_bookinglist h4 {
  margin: 1em 0 0 0;
  padding: 0;
  color: #333333;
}
#as_pages .pkgbox_bookinglist .asprice {
  padding: 0;
  font-weight: normal;
  color: #EB602B;
}
#as_pages .pkgbox_bookinglist .ascode {
  padding: 0;
}
#as_pages .pkgbox_bookinglist p {
  margin-bottom: 0px;
}
#as_pages .pkgbox_bookinglist .img_bookinglist {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
#as_pages .pkgbox_bookinglist .img_bookinglist img {
  width: 100%;
}
#as_pages .pkgbox_bookinglist .doc_list {
  border-top: 1px solid #EB602B;
  margin-top: 1rem;
}
#as_pages .pkgbox_bookinglist .info_bookinglist h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
}
#as_pages .pkgbox_bookinglist .info_bookinglist p, #as_pages .pkgbox_bookinglist .info_bookinglist li {
  font-size: 0.8rem;
  color: #333333;
}
#as_pages .pkgbox_bookinglist .info_bookinglist p span, #as_pages .pkgbox_bookinglist .info_bookinglist li span {
  color: #EB602B;
  font-weight: bold;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .price {
  font-size: 1.2rem;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .statusdiv {
  margin: 0.8rem 0;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .pstatus {
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .scadenza {
  color: #EB602B;
  font-weight: normal;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .confirmed_b {
  color: #FFFFFF;
  background: green;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .wait_b {
  color: #000000;
  background: #FFCE00;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .wait2_b {
  color: #000000;
  background: #EB602B;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .expired {
  color: #FFFFFF;
  background: #CF0A2C;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .info_payment {
  text-decoration: none;
  color: #EB602B;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .info_payment:hover {
  color: #CF0A2C;
}
#as_pages .pkgbox_bookinglist .info_bookinglist ul {
  margin: 0.7rem 0 0 0;
  list-style: none;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .infop {
  margin-top: 0.7rem;
}
#as_pages .pkgbox_bookinglist .info_bookinglist .infop a {
  margin-right: 1rem;
}
#as_pages .pkgbox_bookinglist .tools_bookinglist {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
#as_pages .pkgbox_bookinglist .tools_bookinglist ul {
  list-style-type: none;
}
#as_pages .pkgbox_bookinglist .tools_bookinglist ul li {
  list-style-type: none;
}
#as_pages .pkgbox_bookinglist .doc_links {
  list-style: none;
  margin: 0;
}
#as_pages .pkgbox_bookinglist .doc_links .doclink {
  white-space: nowrap;
}
#as_pages .pkgbox_bookinglist .doc_links li {
  display: inline;
  padding: 0 1.5rem 0 0;
  margin: 0 0.5rem 0 0;
}
#as_pages .pkgbox_bookinglist .doc_links li a {
  /*padding:0.5em 0.9em;*/
  /*                    font-size:0.9em;*/
  /*color:$white;*/
}
#as_pages .pkgbox_bookinglist .doc_links li a.download_doc {
  /*background: $orange url("../img/sprite_as.png") 7px -455px no-repeat;*/
  /*                        padding-left:2.8em;
                                      padding-top:0.6em;
                                      padding-bottom:0.6em; */
}
#as_pages .pkgbox_bookinglist .doc_links li a.download_doc.disabled {
  color: #9D9D9D;
}
#as_pages .pkgbox_bookinglist.expired_booking * {
  color: #9D9D9D;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#as_pages .pkgbox_bookinglist.expired_booking img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
#as_pages .pkgbox_bookinglist .cancel_booking {
  z-index: 999;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  cursor: pointer;
  color: #000000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 20;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2000)";
  filter: alpha(opacity=2000);
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background: transparent;
}
#as_pages .pkgbox_bookinglist .cancel_booking:hover, #as_pages .pkgbox_bookinglist .cancel_booking:focus {
  color: #000000;
  text-decoration: none;
  opacity: 50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5000)";
  filter: alpha(opacity=5000);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

/***** WHISHLIST ********/
.wishlist_toggle_container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.4rem 0.2rem;
  background: rgba(30, 30, 30, 0.03);
  border-radius: 50%;
  border: 1px solid #efefef;
}
.wishlist_toggle_container .has-tip {
  border: none;
}
.wishlist_toggle_container i {
  font-size: 1.4rem;
}
.wishlist_toggle_container .as_wishlist_toggle_add_text i {
  color: #9D9D9D;
}
.wishlist_toggle_container .as_wishlist_toggle_del_text i {
  color: #CF0A2C;
}

.pkgbox_wishlist {
  margin-bottom: 1rem;
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.pkgbox_wishlist p {
  margin-bottom: 0rem;
}
.pkgbox_wishlist p.price {
  color: #EB602B;
  font-weight: bold;
  font-size: 1.2rem;
}
.pkgbox_wishlist h4 {
  color: #EB602B;
  font-size: 1rem;
  color: #EB602B;
  margin-bottom: 0.2rem;
}
.pkgbox_wishlist .as_close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
}
.pkgbox_wishlist .tools_wishlist {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  padding-right: 0;
}
.pkgbox_wishlist .as_wishlist_goto_pkg {
  margin-bottom: 0;
}

/* ****************************
step e prenotazione
*/
.cost_report {
  font-size: 1.5rem;
  color: #EB602B;
  font-weight: bold;
}

/******** STEPS *******/
#bookingsteps {
  padding-top: 1.5rem;
}
#bookingsteps .scalapay_widget_container {
  display: flex;
  justify-content: end;
}
#bookingsteps p {
  font-size: 1rem;
}
#bookingsteps .stepsummary h2 {
  font-size: 1rem;
  font-weight: bold;
  background: #EB602B;
  color: #FFFFFF;
  padding: 0.6rem 1rem;
}
#bookingsteps .stepsummary h2 a {
  color: #EB602B;
}
#bookingsteps .stepsummary h2 a.review {
  color: #FFFFFF;
}
#bookingsteps .stepsummary .bookreview_img {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#bookingsteps .status_title {
  color: #EB602B;
  font-family: "Poppins";
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 4px solid #EB602B;
  margin: 0 0 1.5rem;
  padding-bottom: 0.3rem;
}
#bookingsteps h3 {
  color: #EB602B;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  margin-top: 1rem;
}
#bookingsteps .button {
  background: #003595;
  font-weight: bold;
  margin-bottom: 0;
}
#bookingsteps .cost_report {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #333333;
}
#bookingsteps .cost_report .lab_totalreport {
  color: #333333;
}
#bookingsteps .cost_report #totcost {
  color: #CF0A2C;
}
#bookingsteps .treatment_quote {
  margin-top: 1.5rem;
}
#bookingsteps .as_accordion_step {
  margin-bottom: 1.5rem;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  border: 2px solid #EB602B;
}
#bookingsteps .as_accordion_step .sign_toggler {
  color: #FFFFFF;
  background: #EB602B;
  display: block;
  padding: 0.7rem 1rem;
}
#bookingsteps .as_accordion_step h3 {
  font-size: 1.1rem;
  margin-top: 1rem;
}
#bookingsteps .as_accordion_step label > [type=checkbox] {
  margin-bottom: 0;
}
#bookingsteps #as_sign_on_step_form {
  border-right: 1px solid #FFFFFF;
}
#bookingsteps .revconfirm_info {
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
#bookingsteps .revconfirm {
  display: inline;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4rem;
  cursor: pointer;
}
#bookingsteps .revconfirm #totcost {
  color: #CF0A2C;
}
#bookingsteps .ckhilit input {
  position: relative;
  z-index: -9999;
  float: left;
}
#bookingsteps .ckbox {
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 0.8rem;
  border: 1px solid #EB602B;
  background: #FFFFFF url(../img/sprite.png) 0px -854px no-repeat;
  float: left;
  line-height: 1.7rem;
}
#bookingsteps .ckhilit input:checked + .ckbox {
  background: #EB602B url(../img/sprite.png) -1px -824px no-repeat;
  float: left;
}
#bookingsteps .paga_next {
  margin-bottom: 1rem;
}
#bookingsteps .box-buttons {
  border: 2px solid #efefef;
  background: none;
  border-radius: 3px;
  padding: 1rem;
  margin-top: 2rem;
}
#bookingsteps .box-buttons .button {
  background: #CF0A2C;
  font-weight: bold;
  margin-bottom: 0;
}
#bookingsteps .box-buttons .button.next-step {
  background: green;
}
#bookingsteps form [type=color], #bookingsteps form [type=date], #bookingsteps form [type=datetime-local], #bookingsteps form [type=datetime], #bookingsteps form [type=email], #bookingsteps form [type=month], #bookingsteps form [type=number], #bookingsteps form [type=password], #bookingsteps form [type=search], #bookingsteps form [type=tel], #bookingsteps form [type=text], #bookingsteps form [type=time], #bookingsteps form [type=url], #bookingsteps form [type=week], #bookingsteps form textarea {
  margin-bottom: 0.3rem;
}
#bookingsteps .error input, #bookingsteps .error select {
  border: 1px solid #CF0A2C;
  background: #fab9bb;
}
#bookingsteps .bookdata label {
  margin-top: 1rem;
}
#bookingsteps .bookdata_finally h2 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: bold;
}
#bookingsteps .bookdata_finally h3 {
  font-size: 1.6rem;
  color: #EB602B;
  margin-top: 0.5rem;
}
#bookingsteps .bookreview td {
  padding: 0.3rem 0.625rem;
  font-size: 0.9rem;
}
#bookingsteps .bookreview td.labl {
  font-weight: bold;
}
#bookingsteps .bookreview td.subtitle {
  color: #EB602B;
  font-size: 1.1rem;
  font-weight: bold;
  background: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 0px solid #FFFFFF;
}
#bookingsteps .printlink {
  font-size: 1rem;
  color: #FFFFFF;
  background: #003595;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 0.3rem;
  margin: 1rem 0;
  display: inline-block;
  text-transform: capitalize;
}
#bookingsteps .printlink i {
  margin-left: 10px;
  font-size: 1.2rem;
}
#bookingsteps .newsletterlink {
  font-size: 1rem;
  color: #FFFFFF;
  background: #EB602B;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 0.3rem;
  margin: 1rem 0;
  display: inline-block;
  text-transform: capitalize;
}
#bookingsteps .newsletterlink i {
  margin-left: 10px;
  font-size: 1.2rem;
}
#bookingsteps .privacy.margintop {
  margin-top: 2rem;
}
#bookingsteps #couponinfo {
  margin-bottom: 1rem;
}

/* EU cookie message */
#cookieMessageWrapper {
  width: 100%;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  z-index: 99999999;
}
#cookieMessageWrapper .cookieMessage {
  color: #FFFFFF;
  padding: 1rem;
}
#cookieMessageWrapper .cookieMessage a {
  color: #F4CD00;
}
#cookieMessageWrapper .cookieMessage p {
  font-size: 0.9rem;
}
#cookieMessageWrapper .cookieMessage p #cookieClose {
  background-color: #F4CD00;
  color: #EB602B;
  font-size: 0.9rem;
  margin: 0.3rem;
}

a.infolink {
  color: #EB602B;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1rem;
}

.pkgmenu {
  z-index: 99999;
  /*position: fixed;*/
  font-size: 3rem;
  font-weight: 700;
  height: auto;
  line-height: 2rem;
  padding: 0.5rem;
  width: 100%;
}
.pkgmenu .pkgmenubg {
  background-color: #FFFFFF;
  /*opacity: 0.7;*/
}
.pkgmenu a {
  color: #EB602B;
  text-align: center;
  margin: 0 auto;
}

.pkgtooltip {
  background-color: #F4CD00 !important;
  color: #000000 !important;
  padding: 0.7rem;
}

#termsfeed-com---nb {
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  color: #2d4156;
  width: 100% !important;
  max-width: 100% !important;
}
#termsfeed-com---nb .cc-nb-main-container {
  padding: 4em 15px;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: 100% !important;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-title-container {
  max-width: 1280px;
  margin: 0 auto;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-title-container .cc-nb-title {
  font-size: 20px;
  margin-bottom: 10px;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-okagree, #termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-reject {
  background-color: #EB602B;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-okagree:hover, #termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-reject:hover {
  opacity: 0.8;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-changep {
  background-color: #DDDDDD;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-changep:hover {
  background-color: #666666;
  color: #FFFFFF;
}
#termsfeed-com---nb .cc-nb-main-container .cc-nb-text-container {
  max-width: 1280px;
  margin: 0 auto;
}
#termsfeed-com---nb .cc-nb-reject {
  background-color: #ddd !important;
  color: #111 !important;
}

#termsfeed-com---preferences-center .termsfeed-com---pc-dialog .cc-pc-container .cc-cp-foot .cc-cp-foot-button .cc-cp-foot-save {
  background-color: #EB602B;
}
#termsfeed-com---preferences-center .termsfeed-com---pc-dialog .cc-pc-container .cc-cp-foot .cc-cp-foot-button .cc-cp-foot-save:hover {
  opacity: 0.8;
}
#termsfeed-com---preferences-center .termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked + label:before {
  background-color: #EB602B;
}

@media screen and (max-width: 51.25em) {
  #termsfeed-com---nb {
    max-width: 70%;
  }
}
@media screen and (max-width: 40em) {
  #termsfeed-com---nb {
    position: fixed;
    top: 0;
    bottom: inherit;
    max-width: none;
  }
  #termsfeed-com---nb .cc-nb-main-container {
    padding: 15px;
  }
  #termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container {
    flex-wrap: wrap;
  }
  #termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-okagree, #termsfeed-com---nb .cc-nb-main-container .cc-nb-buttons-container .cc-nb-reject {
    width: 48%;
  }
}
/* ********** come funziona *************/
.comefunziona {
  padding-bottom: 10rem;
  background: url(../img/bg-focus-point.png) no-repeat bottom center;
  background-size: contain;
}
.comefunziona h3 {
  font-family: "Poppins";
  font-weight: normal;
  color: #EB602B;
  font-size: 1.9rem;
}
.comefunziona .maincontainer_page {
  margin-bottom: 0;
}
.comefunziona .page {
  margin: 0;
  padding: 0;
}
.comefunziona .page ul.accordion-menu {
  margin: 3rem 0 3rem 0;
}
.comefunziona .page ul.accordion-menu li {
  font-size: 1rem;
}
.comefunziona .page ul.accordion-menu li.is-accordion-submenu-parent {
  margin-bottom: 0.5rem;
}
.comefunziona .page ul.accordion-menu li .nested {
  margin-left: 0;
}
.comefunziona .page ul.accordion-menu li .nested li {
  padding-right: 1rem;
}
.comefunziona .title_header {
  text-align: center;
}
.comefunziona .img {
  margin-top: 1rem;
}

.nosearch-page.senza-pensieri .button-container {
  text-align: center;
}
.nosearch-page.senza-pensieri .button-container .go-to-offer {
  background: #003595;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1rem;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  color: #FFFFFF;
}
.nosearch-page.senza-pensieri .button-container .go-to-offer:hover {
  background: #002361;
}
.nosearch-page .title_header {
  margin-top: 0;
}
.nosearch-page .title_header .row {
  z-index: 0;
}
.nosearch-page.booking-steps .title_header .row .main_title h1 {
  text-align: center;
  margin-bottom: 1rem;
}

.come_list {
  color: #EB602B;
  margin-right: 1rem;
  font-weight: bold;
}

.alert-box {
  background-color: #f2f2f2;
  padding: 1rem 0.5rem;
  color: #333333;
}

/* ************************ */
#showfulltable {
  padding-bottom: 60px;
}

#showprev {
  position: relative;
}
#showprev #prevload {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

/* BUONI REGALO */
.buoniregalo h1 {
  font-family: Poppins;
  color: #eb602b;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}

.boxbuoniregalo {
  /*    border-bottom: $orange .5rem solid;*/
}
.boxbuoniregalo .button {
  background: #2199e8;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.55rem 1.5rem;
  margin-bottom: 1rem;
}
.boxbuoniregalo h3, .boxbuoniregalo h4 {
  color: #06507f;
}

.red {
  background: #CF0A2C;
  margin-bottom: 0;
}

.red:hover {
  background-color: #CF0A2C;
}

.giftvals .input-group-label {
  min-width: 80px;
}

.box-buttons {
  background: #e8eff3 none repeat scroll 0 0;
  margin-top: 2rem;
  padding: 1rem 1rem 0;
}

.boxtermini {
  background: #f7f7f7;
  padding: 0;
  padding-bottom: 1rem;
}
.boxtermini li {
  margin: 1rem 3rem;
}
.boxtermini h3 {
  margin-top: 3rem;
  color: #06507f;
}

.toptermini {
  background: url(../img/bg_termini.png) repeat-x;
  height: 20px;
  margin: 0;
}

textarea.termini {
  background-color: #f7f7f7 !important;
  border: 0;
  color: #333333;
}

.input-group-rounded .input-group-field {
  border-radius: 0.2rem 0 0 0.2rem;
  padding-left: 0.5rem;
  height: 2.25rem;
}

.input-group-rounded .input-group-button .button {
  border-radius: 0 0.2rem 0.2rem 0;
  /*  padding: 11px 25px;*/
}

.totale {
  font-size: 1.5rem;
  color: #1779ba;
  font-weight: bold;
  margin-left: 1rem;
  margin-right: 1rem;
}

.centopercento {
  width: 100%;
}

h4 > small {
  color: #333;
  margin-left: 1rem;
}

.box-totale {
  border-top: 1px solid #cacaca;
  background: #f7f7f7;
  padding-top: 0.3rem;
  margin-top: 0.5rem;
  float: left;
  width: 100%;
}

.box-checkbox {
  padding-top: 1rem;
  margin-top: 0.5rem;
  float: left;
}

.dati-personali {
  padding: 0.5rem 0;
  margin: 0 0 2rem 0;
  background: #f7f7f7;
}

.preview-buono {
  border: 1px solid #333;
}

.preview-foto img {
  width: 100%;
}

.preview-titolo {
  background-color: #06507f;
  padding: 0.5rem 2rem;
  color: #FFFFFF;
  overflow: hidden;
}

.preview-messaggio {
  background-color: #FFFFFF;
  padding: 2rem 2rem 1rem;
}

.preview-codice {
  background-color: #efefef;
  padding: 2rem 2rem 1rem;
  color: #06507f;
  border-top: 1px dashed #000;
}

.preview-codice p {
  margin-bottom: 0.5rem;
}

/* BADGE buoni regalo */
.button-badge {
  background-color: #1779ba;
  text-decoration: none;
  padding: 0.5rem 1rem;
  position: relative;
  display: inline-block;
  border-radius: 0.2rem;
  transition: all ease 0.4s;
  color: #FFFFFF;
  margin: 0 1rem 1rem 0;
}
.button-badge h3 {
  margin-bottom: unset;
}

.button-badge-lg {
  font-size: 1.5rem;
  text-align: center;
  background-color: #1779ba;
  text-decoration: none;
  min-width: 90px;
  padding: 0.5rem;
  position: relative;
  display: inline-block;
  border-radius: 0.2rem;
  transition: all ease 0.4s;
  color: #FFFFFF;
  margin: 0 1rem 1rem 0;
}

.button-badge-lg:hover {
  background-color: #06507f;
  cursor: pointer;
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #5f5f5f !important;
}

.smallicon {
  width: 1rem;
  height: 1rem;
}

.valign-center {
  position: relative;
  top: 50%;
}
.valign-center > .columns {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

div.pos-relative {
  position: relative;
}

.crociere-box fieldset {
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  margin: 0 0 10px;
}
.crociere-box fieldset legend {
  padding: 0 5px 0 3px;
}

.off-canvas-content {
  box-shadow: none;
  z-index: 0;
}

#home-modal {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  background: #ffffff;
  padding: 1.7rem 2.5rem;
  border-radius: 5px;
  position: relative;
}
#home-modal h2 {
  color: #EB602B;
}
#home-modal p {
  font-size: 1rem;
}
#home-modal hr {
  margin: 1rem auto;
}
#home-modal .close-reveal-modal {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  font-size: 1.5rem;
}

.overlay-E1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.overlay-E1.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 930px) {
  .popup-E2 {
    width: 480px !important;
    height: 500px !important;
  }
  #popup-E1 .box-content-E1 label {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }
  #popup-E1 .newletter-title-E1 h2 {
    font-size: 18px !important;
    margin: 0 0 10px !important;
  }
}
@media screen and (max-width: 520px) {
  .popup-E2 {
    width: 90% !important;
    height: 450px !important;
  }
  #popup-E1 #frm_subscribe-E1 #subscribe_popup_email-E1 {
    width: 230px !important;
  }
}
#popup-E1 {
  font-family: "Roboto", sans-serif;
}

#popup-E1 .popup-E2 {
  margin: 0px auto;
  padding: 50px 20px;
  background-image: url("../img/step4popupimage.jpg");
  background-size: cover;
  border-radius: 0px;
  height: 360px;
  width: 690px;
  position: relative;
  text-align: center;
  top: 50% !important;
  position: fixed !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  left: 0;
}

#popup-E1 .popup-E2 h2 {
  margin-top: 0;
  color: #333;
}

#popup-E1 .popup-E2 .close-E1 {
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  background: #333;
  border-radius: 0;
  cursor: pointer;
  float: right;
  padding: 0;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  height: 40px;
  width: 40px;
  line-height: 45px;
}

#popup-E1 .popup-E2 .close-E1:hover {
  color: #06D85F;
}

#popup-E1 .popup-E2 .content-E1 {
  max-height: 30%;
  overflow: auto;
}

#popup-E1 .newletter-title-E1 h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

#popup-E1 .box-content-E1 label {
  font-weight: 400;
  max-width: 560px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
}

.newletter-popup-E2 {
  background: #fff;
  top: 50% !important;
  position: fixed !important;
  padding: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#popup-E1 #frm_subscribe-E1 #subscribe_popup_email-E1 {
  background: #EBEBEB none repeat scroll 0% 0%;
  border: medium none;
  height: 40px;
  width: 65%;
  margin: 20px 17%;
  padding-left: 15px;
}

#popup-E1 .box-content-E1 .subscribe-bottom-E1 {
  margin-top: 20px;
}
#popup-E1 .box-content-E1 .subscribe-bottom-E1 label {
  margin: 0;
  font-weight: 400;
  max-width: 650px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}
#popup-E1 #frm_subscribe-E1 button {
  cursor: pointer;
  border: none;
  background: #333;
  padding: 3px 25px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  display: inline-block;
  border-radius: 0;
  letter-spacing: 2px;
}

#scalapopup div {
  display: flex;
  border-radius: 14px;
  background-color: #eee;
  padding: 14px;
  width: 300px;
  align-items: center;
}
#scalapopup div span {
  min-width: 40px;
  display: inline-block;
}

.noleggiarebanner {
  background-color: #E2007A;
  padding: 1em 0;
}
.noleggiarebanner .noleggiarelink {
  margin-top: 0.5em;
  display: block;
}
.noleggiarebanner button {
  background-color: transparent;
  border-color: #FFFFFF;
  border-width: 2px;
  margin-top: 1em;
}

.googlerating-container {
  background-color: #003595;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  margin-top: -7px;
  font-size: 1.5em;
  font-weight: 500;
}
.googlerating-container img {
  height: 30px;
}

.pwd_wrapper {
  position: relative;
}
.pwd_wrapper i {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #333;
}

.page404 {
  position: relative;
}
.page404 .btn-404-goaway {
  background-color: #EB602B;
  padding: 8px 20px;
  color: #FFFFFF;
  top: 400px;
  right: 360px;
  position: absolute;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 10px;
}

.comingsoon {
  position: relative;
}
.comingsoon .btn {
  background-color: #EB602B;
  padding: 8px 20px;
  color: #FFFFFF;
  top: 230px;
  left: 185px;
  position: absolute;
  font-size: 1rem;
  border-radius: 10px;
  font-weight: bold;
}

/*
 * area riservata, skin e definizione degli stili
 * __AREA_RISERVATA__
*/
.grecaptcha-badge {
  visibility: hidden;
}

.area_riservata_sign_ajax_response {
  color: green;
  font-weight: bold;
  font-size: 90%;
}

.password_strength_meter {
  width: 100%;
  height: 0.3rem;
  background-color: transparent;
  margin: 0.2rem 0 0.5rem 0;
}
.password_strength_meter .password_strength_val {
  height: 0.4rem;
}

#as_pages .formsave {
  display: none;
}

small.error {
  color: #CF0A2C;
  font-weight: bold;
}

.astaxnum {
  text-transform: uppercase;
}

.input_alert {
  border: 1px solid #CF0A2C;
  background-color: #fce6e2;
}

/* 
* landing di conferma registrazione
*/
.content_as_landing {
  background: #FFFFFF;
  padding: 2em;
}
.content_as_landing .as_landing {
  padding: 2em 2em 2em 2em;
  background: #f2f2f2;
  border-radius: 5px;
}
.content_as_landing .as_landing .logo {
  position: relative;
  width: 330px;
  height: 85px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
  background: transparent url("../img/logo-ignas-com.svg") no-repeat 0 0;
  background-size: contain;
}
.content_as_landing .as_landing h3 {
  margin-bottom: 1.5em;
  text-align: center;
  color: #565656;
  font-weight: bold;
}
.content_as_landing .as_landing h3 span {
  color: #003595;
}
.content_as_landing .as_landing .text_account {
  text-align: center;
}
.content_as_landing .as_landing ul {
  margin: 0rem 0 1rem 0rem;
  padding: 0;
}
.content_as_landing .as_landing ul li {
  padding: 0.3rem 0 0.3rem 2.2rem;
  font-size: 1rem;
  background: url("../img/flag.png") 0 10px no-repeat;
  list-style-type: none;
}
.content_as_landing .as_landing .box_left {
  padding: 2em;
  background: #FFFFFF;
  height: 255px;
}
.content_as_landing .as_landing .box_left p {
  font-size: 1.1em;
}
.content_as_landing .as_landing .box_left a.personal_access {
  display: block;
  width: 70%;
  margin: 2em auto 0 auto;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  font-size: 1.3rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #EB602B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.content_as_landing .as_landing .box_right {
  padding: 2em;
  background: #003595;
  color: #FFFFFF;
}
.content_as_landing .as_landing .box_right ul {
  margin: 0 auto;
}

.giftbuilder h4 {
  font-weight: bold;
}
.giftbuilder .changeimg {
  margin-right: 0.3rem;
  cursor: pointer;
}
.giftbuilder img.changeimg {
  width: 100%;
  max-height: 80px;
  overflow: hidden;
}
.giftbuilder .field {
  display: block;
  cursor: pointer;
  font-size: 0.77rem;
}

#pdfpreview {
  min-width: 528px;
  max-width: 528px;
  border: 1px solid #eaebec;
  margin: 0 auto;
}
#pdfpreview.affix {
  position: fixed;
  top: 0;
}
#pdfpreview #pdfpreview_header {
  margin: 0 auto;
  position: relative;
}
#pdfpreview #pdfpreview_header #destimg {
  position: relative;
  z-index: 0;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
#pdfpreview #pdfpreview_header #giftvalue {
  z-index: 5;
  position: absolute;
  right: 2.7rem;
  bottom: 2.1rem;
  font-size: 1.34rem;
  font-weight: bold;
  color: #F4CD00;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  writing-mode: lr-tb;
}
#pdfpreview #pdfpreview_header #imgheader {
  z-index: 10;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  font-size: 0.77rem;
  font-weight: bold;
}
#pdfpreview #pdfpreview_content {
  margin: 0 auto;
  position: relative;
}
#pdfpreview #pdfpreview_content #pdfbg {
  position: relative;
  margin: 0;
  padding: 0;
  width: 528px;
}
#pdfpreview #pdfpreview_content #desttitle {
  position: absolute;
  top: 1.4rem;
  left: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #003595;
  width: 91%;
}
#pdfpreview #pdfpreview_content #destmsg {
  position: absolute;
  top: 4.3rem;
  left: 1.5rem;
  font-size: 0.8rem;
  overflow: hidden;
  width: 91%;
  height: 88px;
}
#pdfpreview #pdfpreview_content #gift_code {
  position: absolute;
  margin: 0 auto;
  top: 17rem;
  color: #FFFFFF;
  font-weight: bold;
  width: 97%;
  text-align: center;
  font-size: 0.75rem;
}

.tagline {
  color: #003595;
  font-family: "Open Sans";
}

.gift_callout {
  background-color: #003595;
  color: #FFFFFF;
  font-weight: normal;
}
.gift_callout .txt_giftcode {
  font-weight: bold;
}

.infoicon i {
  color: #003595;
}

.error-icon {
  text-align: center;
  font-size: 7rem;
}
.error-icon i {
  color: #0049cd;
}

.button_disabled {
  margin: 0 !important;
}

@media only screen and (max-width: 40em) {
  .page404 {
    position: relative;
  }
  .page404 .btn-404-goaway {
    background-color: #EB602B;
    padding: 10px 20px;
    color: #FFFFFF;
    top: 200px;
    right: 75px;
    font-size: 0.85rem;
    position: absolute;
  }
  .comingsoon {
    position: relative;
  }
  .comingsoon .btn {
    background-color: #EB602B;
    padding: 8px 20px;
    color: #FFFFFF;
    top: 180px;
    left: 15px;
    position: absolute;
    font-size: 0.85rem;
    border-radius: 10px;
    font-weight: bold;
  }
  .pkg_detail #general_description #hoteldesc #treatment ul,
  .pkg_detail #general_description #hoteldesc #treatment_no ul {
    -moz-column-count: 1;
    -moz-column-gap: 3em;
    -webkit-column-count: 1;
    -webkit-column-gap: 3em;
    column-count: 1;
  }
  .row-home {
    display: flex;
    flex-direction: column;
  }
  .row-home .mobile-first {
    order: 1;
  }
  .row-home .mobile-last {
    order: 2;
  }
  .pkglist {
    padding-top: 0 !important;
  }
  .pkglist .pkglist_landing {
    padding-top: 0;
  }
  .pkglist .button_filter_mobile {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .pkglist .pkgbox .pkg_container .pkg_box_info {
    height: 100%;
    min-height: 230px;
  }
  .pkglist #box2 .custom-rights {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .pkglist #box2 .custom-rights .custom-rights-container {
    overflow-x: auto;
    white-space: nowrap;
  }
  .pkglist #box2 .custom-rights .custom-rights-container p {
    margin-top: 1rem;
  }
  .pkglist #box2 .custom-rights .custom-rights-container p a:first-child {
    margin-left: 1rem;
  }
  .title_header {
    margin-top: 0;
  }
  .title_header .row .main_title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .title_header .row .main_title h1 {
    font-size: 2rem;
  }
  .title_header .row .main_title .news_subtitle h4 {
    width: 100%;
  }
  .newsletter_container form {
    width: 75%;
  }
  h1 {
    font-size: 1.5rem;
  }
  .pkg_detail #general_description #hotelheader h1 {
    font-size: 1.4rem;
  }
  .pkg_detail #general_description #hotelheader h1 span.hotel-address {
    display: block;
    line-height: 1.6;
  }
  .landing_home .box_landing .landing_home_content {
    height: auto;
  }
  .landing_home .box_landing .landing_home_content .text_content .regione {
    font-size: 1.3rem;
  }
  .landing_home .box_landing .landing_home_content .text_content button {
    font-size: 0.9rem;
  }
  .buttatiapesce .pkglist .countdown {
    margin-top: 20px;
  }
  .buttatiapesce .pkglist .countdown ul li {
    padding: 0 0.5em;
    font-size: 1rem;
  }
  .buttatiapesce .pkglist .countdown ul li span {
    font-size: 1.5rem;
  }
  .home-text-container {
    padding-bottom: 3rem;
  }
  .page-description-section .medium-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .title_offer {
    padding: 0;
    text-shadow: 1px 1px 4px #000000;
    border-top: 1px solid #FFFFFF;
  }
  .title_offer p {
    color: #FFFFFF;
  }
  .title_offer .pricenote {
    color: #FFFFFF;
    font-size: 100%;
  }
  .searchbox {
    padding-bottom: 10px;
  }
  #searchform .button {
    margin-top: 10px;
  }
  #searchform #searchreset {
    margin-top: 10px;
  }
  header {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  }
  header .home-toggle {
    font-size: 13px;
  }
  header .user-buttons div {
    font-size: 13px;
  }
  header .heading-section {
    border-top: solid #efefef 1px;
  }
  header .heading-section h3 {
    text-align: right;
    margin-top: 0;
  }
  header .heading-section h3 a {
    font-size: 16px;
  }
  header .heading-section h3 a i {
    font-size: 14px;
  }
  header .heading-section h4 {
    text-align: right;
    font-size: 9px;
    margin-top: 0;
  }
  header .menu-container {
    display: none;
  }
  .homeslider {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .homeslider ul.orbit-container {
    width: 100%;
    margin-top: 0;
  }
  .homeslider ul.orbit-container img {
    margin-top: -40px;
  }
  .homeslider ul.orbit-container .orbit-caption {
    text-align: center;
  }
  .homeslider ul.orbit-container .orbit-caption .claim {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
    text-align: left;
  }
  .homeslider ul.orbit-container .orbit-caption .claim .h2 {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .homeslider ul.orbit-container .orbit-caption .claim .p_elem {
    font-size: 1.3rem;
    line-height: 1;
  }
  #searchform {
    border-radius: 0 0 4px 4px;
    padding-top: 0.7rem;
    margin-left: 0;
    margin-right: 0;
  }
  #searchform .departure {
    padding-top: 10px;
  }
  #searchform .departure-var .label-checkbox {
    display: inline-block;
    position: absolute;
    right: 75px;
    top: 15px;
  }
  #bookingsteps {
    padding-top: 0.5rem;
  }
  .nosearch-page .chisiamo .box-container {
    display: block;
  }
  .nosearch-page .chisiamo .box-container .image-box {
    background: none !important;
  }
  .nosearch-page.booking-steps .title_header .row .main_title .linkvolantino {
    margin-bottom: 0;
  }
  .nosearch-page.booking-steps .title_header .row .main_title .linkvolantino h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .maincontainer_page {
    box-shadow: none;
    margin-top: 0.3rem;
    padding-top: 0.7rem;
  }
  #filter_cat {
    padding: 0;
  }
  #filter_cat .submenu {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
  }
  #filter_cat .is-accordion-submenu-parent > a::after {
    border-color: #EB602B transparent transparent;
  }
  #filter_cat .is-accordion-submenu-parent > a:hover::after {
    border-color: #FFF transparent transparent;
  }
  #filter_cat .accordion-menu {
    margin-top: 0;
  }
  .box-links {
    padding: 0;
  }
  .box-links .is-accordion-submenu-parent > a::after {
    border-color: #FFF transparent transparent;
  }
  .box-links .is-accordion-submenu-parent > a:hover::after {
    border-color: #FFF transparent transparent;
  }
  .box-links li.title_filter {
    padding-left: 0;
    padding-bottom: 0;
  }
  .box-links li.title_filter > a {
    color: #FFFFFF;
    background-color: #EB602B;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .box-links li:last-child {
    border-radius: 0;
  }
  .main_title {
    padding-top: 0;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .main_title h3 {
    width: 100%;
    font-size: 1.3rem;
  }
  .blog-container p.cat-subtitle {
    font-size: 1rem;
  }
  .superior {
    display: none;
  }
  .top-bar-right ul {
    display: none;
  }
  .logo-home {
    float: left;
  }
  .logo-home img {
    height: 30px;
    margin: 10px 15px 8px 20px;
    padding-left: 0;
  }
  .menu-icone {
    float: none;
    height: 50px;
  }
  .menu-icone .home-toggle {
    float: right !important;
  }
  .menu-icone li .menutoggle {
    margin-left: 0.95rem;
    margin-top: 0;
    background: #EB602B;
    border-radius: 2px;
    padding: 4px 10px;
    color: #fff;
  }
  .menu-icone li .as_access {
    margin-left: 0.95rem;
    margin-top: 1.2rem;
    background: #003595;
    padding: 13px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
  }
  .menu-icone li a {
    color: #2f3a44;
    font-size: 0.7rem;
    padding: 0.75rem 0 0 0;
  }
  .menu-icone li a .iconsvg svg {
    fill: currentColor;
    height: 1.75rem;
  }
  .menu-icone li a .home-icon svg {
    height: 1.55rem;
    margin-right: 0;
  }
  .menu-icone li a .home-label {
    font-size: 0.85rem;
    font-weight: 700;
  }
  .menu-icone .login-mobile {
    padding-right: 0.625rem;
    float: right;
  }
  .mobile-nopadding {
    padding: 0;
  }
  .chisiamo_head {
    padding: 0;
    background: none !important;
  }
  .boxregione {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0 1.5rem 0 1.5rem;
  }
  .pkgboxcont {
    padding: 0;
  }
  .link .title_button {
    width: 100%;
    text-align: center;
    display: block;
  }
  #box2 {
    padding-right: 0.625rem;
  }
  .homeslider a .orbit-caption {
    background-color: #003595;
    bottom: 0.5rem;
    left: 0.5rem;
    right: auto;
  }
  .homeslider a .orbit-caption .h2 {
    font-size: 1.2rem;
  }
  .homeslider a .orbit-caption .p_elem {
    font-size: 1rem;
  }
  .blog-container {
    padding: 2rem 1rem;
  }
  .blog-container .blog-background {
    background: none !important;
    padding-top: 0.625rem;
  }
  .blog-container .blog-background .blog-image {
    padding: 0.626rem 0;
  }
  .blog-container .blog-background .blog-text h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .blog-container .blog-background .show-for-small-only img {
    border-radius: 4px;
  }
  .maincontainer {
    margin-top: 0;
    padding-top: 0.9375rem;
  }
  .maincontainer .main_title h3 {
    font-size: 1.5rem;
  }
  .maincontainer .main_title .title_button {
    font-size: 1rem;
  }
  .maincontainer .pkglist .pkgbox .pkg_img {
    height: auto;
  }
  .maincontainer .pkglist .pkgbox .pkg_img img {
    /* position:relative; */
  }
  .maincontainer .pkglist .pkgbox .pkg_box_data .pkg_price {
    /*background: url(../img/sprite.png) -39px -138px no-repeat;  
    font-size:1.4rem;*/
  }
  .maincontainer .pkglist .pkgbox .pkg_box_data .pkg_price p {
    margin-bottom: 0;
    line-height: 1rem;
  }
  .maincontainer .pkglist .pkgbox .pkg_box_data .pkg_price p.price_strike {
    font-weight: 400;
    text-decoration: line-through;
  }
  .maincontainer .pkglist .pkgbox.so_home .pkg_box_info {
    position: relative;
    bottom: 0px;
    background: #0049cd;
  }
  .maincontainer .pkglist .pkgbox.so_home .pkg_box_info h4 {
    color: #333333;
  }
  .maincontainer .pkglist .pkgbox.so_home .pkg_box_info p {
    color: #333333;
  }
  .maincontainer .pkglist .pkgbox.so_home .pkg_box_info p i {
    color: #003595;
  }
  .maincontainer .box_landing {
    margin-bottom: 1rem;
    padding: 0 1.5rem 0 1.5rem;
  }
  .maincontainer .home_offer {
    padding: 2rem 1.5rem;
  }
  .maincontainer .landing_home {
    padding: 2rem 1.5rem;
  }
  .maincontainer .landing_home .landing_home_content .text_content .regione {
    font-size: 1.1rem;
  }
  .maincontainer .landing_home .landing_home_content .text_content button {
    font-size: 0.9rem;
  }
  .payments .payments-right {
    text-align: center;
  }
  .payments .payments-left h4 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .maincontainer_page .main_title h3 {
    font-size: 1.5rem !important;
    padding-bottom: 0.5rem;
  }
  .maincontainer_page .page {
    margin-top: 1rem;
  }
  .maincontainer_page .page .pkglist {
    padding: 0;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content {
    height: auto;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content img {
    margin: 0;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content .text_content .regione {
    font-size: 1.2rem;
  }
  .header_landing_regioni .test {
    margin-top: 67px;
  }
  .header_landing_regioni .test span {
    font-size: 2.5rem !important;
  }
  .pkg_detail .offer-selection {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .pkg_detail .offer-selection li {
    margin-bottom: 0.5rem;
  }
  .pkg_detail .offer-selection li .offer-button {
    padding: 0.5rem 1rem;
    background: #efefef;
    color: #333333;
    border-radius: 3px;
    opacity: 1 !important;
  }
  .pkg_detail .offer-selection li .offer-button:hover {
    opacity: 0.8;
  }
  .pkg_detail .offer-selection li .offer-button .date-from-to {
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 0.6rem;
    padding-right: 0;
  }
  .pkg_detail .offer-selection li .offer-button .treatment {
    padding-top: 8px;
    padding-left: 0rem;
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
  }
  .pkg_detail .offer-selection li .offer-button .price-container {
    text-align: left;
  }
  .pkg_detail .offer-selection li .offer-button .price-container .price {
    font-size: 1.3rem !important;
    font-weight: bold;
    color: #EB602B;
  }
  .pkg_detail .offer-selection li .offer-button .button-container {
    text-align: center;
    padding-right: 0;
  }
  .pkg_detail .offer-selection li .offer-button .button-container .fa.fa-check {
    font-size: 1.2rem;
  }
  .pkg_detail .offer-selection li .offer-button .button-container .button {
    background: #003595;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0.55em;
  }
  .pkg_detail .offer-selection li .offer-button a {
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    border-radius: 3px;
  }
  .pkg_detail .offer-selection li:last-child {
    margin-bottom: 1rem;
  }
  .pkg_detail #general_description {
    padding-right: 0;
  }
  .pkg_detail #general_description .orbit .thumbnail_img .orbit_thumb img {
    width: 67px;
  }
  .pkg_detail #preventivobox {
    padding-left: 0;
  }
  .pkg_detail #preventivobox #prevbox .final_preventivo .button {
    width: 100%;
  }
  .maincontainer_page .page .pkglist .title_offerte h3 {
    font-size: 1.2rem;
  }
  .other_offer .pkgbox .pkg_img {
    width: 100%;
  }
  .other_offer .pkgbox .pkg_img img {
    padding-right: 0rem;
  }
  .other_offer .pkgbox .pkg_box_info {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
    text-align: left;
  }
  .pkglist .pkgbox .pkg_img {
    height: auto;
  }
  .pkglist .pkgbox .pkg_img img {
    position: relative;
  }
  .pkgbox_wishlist .info_wishlist {
    margin-top: 1rem;
  }
  .pkgbox_wishlist .tools_wishlist {
    margin-top: 1rem;
  }
  .pkgbox_wishlist .tools_wishlist a {
    width: 100%;
  }
  .pkgbox_wishlist .as_close {
    width: 35px;
    height: 35px;
    font-size: 2rem;
    background: #FFFFFF;
  }
  .pkgbox_wishlist .tools_wishlist {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .title_offer .result_text {
    margin-bottom: 0rem;
  }
  .title_result_research {
    margin-top: 1rem;
  }
  #bookingsteps .status_title {
    margin-top: 1.5rem;
  }
  #bookingsteps h3 {
    font-size: 1.5rem;
  }
  #bookingsteps .box-buttons {
    padding: 0;
  }
  .as_sign_in_box {
    margin-bottom: 1rem;
  }
  .diconodinoi .box_comment .box_comment_stars {
    padding: 15px 0;
  }
  .diconodinoi .box_comment .box_comment_date {
    padding: 15px 0;
  }
  .googlerating-container {
    margin-top: 0px;
    font-size: 1.3em;
  }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  .pkg_detail #general_description #hoteldesc #treatment ul,
  .pkg_detail #general_description #hoteldesc #treatment_no ul {
    -moz-column-count: 1;
    -moz-column-gap: 3em;
    -webkit-column-count: 1;
    -webkit-column-gap: 3em;
    column-count: 1;
  }
  .menu-icone li {
    float: right;
  }
  /*    .top-bar-right {
          background-color: lightpink;
      }*/
  .chisiamo_head {
    background: none;
  }
  .claim {
    bottom: 0;
  }
  .maincontainer {
    margin-top: -125px;
  }
  .page .pkglist {
    padding: 0;
  }
  .pkglist .pkgbox .pkg_box_info {
    height: 200px;
  }
  .page .pkglist {
    padding-left: 0;
    padding-right: 0;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content {
    height: auto;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content img {
    margin: 0;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content .text_content .regione {
    font-size: 1.4rem;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content .text_content button {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }
  .header_landing_regioni span {
    font-size: 3rem !important;
  }
  .news_subtitle h4 {
    width: 75% !important;
  }
  .newsletter_container form {
    width: 60% !important;
  }
  .pkg_detail #general_description .orbit .thumbnail_img .orbit_thumb img {
    width: 67px;
  }
  .header_landing_regioni .test {
    margin-top: 90px;
  }
  .header_landing_regioni .test span {
    font-size: 3.5rem !important;
  }
  .other_offer .pkgbox .pkg_img {
    width: 100%;
  }
  .other_offer .pkgbox .pkg_img img {
    padding-right: 0rem;
  }
  .other_offer .pkgbox .pkg_box_info {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }
  .other_offer .pkgbox .pkg_img a img {
    padding-right: 0;
  }
  .other_offer .button a {
    margin-bottom: 0;
  }
  .homeslider ul.orbit-container {
    width: 100%;
    margin-top: 0;
  }
  .homeslider ul.orbit-container img {
    margin-top: -32px;
  }
  .homeslider ul.orbit-container .orbit-caption {
    background-color: gray;
    bottom: auto;
    top: 1.5rem;
    right: 1rem;
  }
  .homeslider ul.orbit-container .orbit-caption .claim {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    max-width: 100%;
    text-align: center;
  }
  .homeslider ul.orbit-container .orbit-caption .claim .h2 {
    font-size: 3rem;
    margin-top: 50px;
  }
  .callcentertop .icon {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -236px 0/850% auto;
    display: inline-block;
    height: 42px;
    width: 43px;
  }
  .pkgbox_wishlist .info_wishlist {
    margin-top: 1rem;
  }
  .pkgbox_wishlist .tools_wishlist {
    margin-top: 1rem;
  }
  .pkgbox_wishlist .tools_wishlist a {
    width: 100%;
  }
  .pkgbox_wishlist .as_close {
    width: 35px;
    height: 35px;
    font-size: 2rem;
  }
  .title_offer {
    padding-left: 0;
    padding-right: 0;
  }
  .title_result_research {
    margin-top: 1rem;
  }
  .boxregione {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .maincontainer .main_title h3.pull-right {
    display: none;
  }
  .blog-image {
    padding: 0.653rem 0;
  }
}
@media only screen and (min-width: 63.9376em) and (max-width: 65rem) {
  /*    .top-bar-right {
          background-color: lightseagreen;
      }*/
  .menu-icone {
    float: right;
  }
  .blog-image {
    padding: 0.653rem 0;
  }
  .topcategories a {
    font-size: 0.7rem;
  }
  .pkg_detail #preventivobox #prevbox h2 {
    font-size: 1.5rem;
  }
  .boxregione {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .home_regioni a p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 65.0001em) and (max-width: 70.062em) {
  /*    .top-bar-right {
          background-color: lightblue;
      }*/
  .menu-icone li {
    float: right;
  }
}
@media only screen and (min-width: 70.063em) and (max-width: 83.9999em) {
  /*    .top-bar-right {
          background-color: lightcoral;
      }*/
  .menu-icone li {
    float: right;
  }
}
@media only screen and (min-width: 84em) and (max-width: 90.062em) {
  /*    .top-bar-right {
          background-color: lawngreen;
      }*/
  .menu-icone li {
    float: right;
  }
  .maincontainer {
    margin-top: 0px;
  }
  .pkglist .pkgbox .pkg_img {
    height: 220px;
  }
  .pkglist .pkgbox .pkg_box_info {
    height: 195px;
  }
  .pkglist .pkgbox .pkg_box_data .pkg_price {
    background: url(../img/sprite.png) -45px -138px no-repeat;
    font-size: 1.4rem;
  }
  .pkglist .pkgbox .pkg_box_data .pkg_price p {
    margin-bottom: 0;
    line-height: 1rem;
  }
  .pkglist .pkgbox .pkg_box_data .pkg_price p.price_strike {
    font-weight: 400;
    text-decoration: line-through;
  }
  .pkglist .pkgbox .pkg_box_data .pkg_price.lastminute_bottom {
    background: url(../img/sprite.png) -40px -240px no-repeat;
  }
  .pkglist .pkgbox .pkg_box_data .pkg_price.prenotaprima_bottom {
    background: url(../img/sprite.png) -42px -326px no-repeat;
    color: #003595;
  }
  .pkglist .pkgbox.so_home {
    max-height: 520px;
    overflow: hidden;
  }
  .pkglist .pkgbox.so_home .pkg_img {
    max-height: 415px;
    overflow: hidden;
  }
  .pkglist .pkgbox.so_home .pkg_box_info {
    height: auto;
  }
  .home_regioni a p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content {
    height: auto;
  }
  .maincontainer_page .page .box_landing_regioni .landing_regioni_content img {
    margin: 0;
  }
  .homeslider ul.orbit-container .orbit-caption .claim .h2 {
    margin-top: 10px;
  }
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 90.063em) {
  .homeslider a .orbit-caption {
    bottom: 10.5rem;
    right: 18%;
  }
} /* min-width 1441px, xlarge screens */
@media only screen and (max-width: 1277px) and (min-width: 440px) {
  #searchform {
    border-radius: 0 !important;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 13, 2016, 9:34:36 AM
    Author     : massimocolella
*/
@media print {
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5em;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .menutop, .content_logo_callcenter, .header_mobile, .topcategories, .print-div {
    display: none !important;
  }
}
