/*------------------------------------ Classi generiche ------------------------------------*/
.only_mobile {
  display: none !important;
}
.only_mobile_767 {
  display: none !important;
}
.only_mobile_500 {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .full_width_767 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 611px) {
  .full_width_611 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 572px) {
  .full_width_572 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  .full_width_500 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 360px) {
  .full_width_360 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 470px) {
  .full_width_470 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1700px) {
  .hide_1700 {
    display: none !important;
  }
}
@media only screen and (max-width: 1500px) {
  .hide_1500 {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .hide_lg {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide_md {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide_sm {
    display: none !important;
  }
}
@media only screen and (max-width: 544px) {
  .hide_xs {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .no_mobile_1199 {
    display: none !important;
  }
}
@media only screen and (max-width: 1077px) {
  .no_display_1077 {
    display: none !important;
  }
}
.display_1077 {
  display: none;
}
@media only screen and (max-width: 1077px) {
  .display_1077 {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .no_mobile_orizontal_padding {
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------------------------ Responsive ------------------------------------*/
@media only screen and (min-width: 991px) {
  .no_padding_left {
    padding-left: 0;
  }
  .no_padding_right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .no_mobile {
    display: none !important;
  }
  .only_mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .no_mobile_767 {
    display: none !important;
  }
  .only_mobile_767 {
    display: block !important;
  }
  .desktop_menu_container #navbar .dropdown-menu,
  .desktop_menu_container #scrolled_navbar .dropdown-menu {
    white-space: normal !important;
  }
  .desktop_menu_container #navbar .dropdown-menu a,
  .desktop_menu_container #scrolled_navbar .dropdown-menu a {
    white-space: normal !important;
  }
}
@media only screen and (max-width: 500px) {
  .no_mobile_500 {
    display: none !important;
  }
  .only_mobile_500 {
    display: block !important;
  }
}
/*# sourceMappingURL=responsive.css.map */