#sp-top-bar {
  display: none;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Sulphur Point', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

p, body {
  font-family: 'Lato', sans-serif;
  color: #666666;
  margin-bottom: 0;
}

a {
  color: #666666;
}
a:hover {
  color: #666666;
}

body {
  padding: 30px;
}

#sp-header {
  position: fixed;
  z-index: 9999;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}

.height_100 {
  display: flex;
  /* min-height: calc(100vh - 60px); */
  min-height: 100vh;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.height_70 {
  display: flex;
  min-height: calc(100vh - 60px);
  /* min-height: 70vh; */
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.max_width_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.banner_title {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}

.banner_text {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}

img.image_main_banner {
  margin: 0 auto 40px;
  max-width: 500px;
  width: 100%;
  height: initial;
}

.default_title {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}

.default_text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 300;
}

a.default_link {
  color: #666666;
  transition: 0.5s;
  font-weight: 300;
  font-size: 13px;
}
a.default_link:hover {
  text-decoration: underline;
  color: #6ab1bf;
}

.sp-page-builder .page-content #section-id-1616061008335.row_with_reservation_widget {
  z-index: 3;
}

.row-to-align-stretch .sppb-container-inner .sppb-row {
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}

.ui.form .form_container_banner input[type="text"],
.ui.form .form_container_banner textarea {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
}
.ui.form .form_container_banner input[type="text"]:focus,
.ui.form .form_container_banner textarea:focus,
.ui.form .form_container_banner .field.error input[type="text"]:focus,
.ui.form .form_container_banner .field.error textarea:focus {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
}
.ui.form .form_container_banner .field.error input[type="text"], .ui.form .form_container_banner .field.error textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
}
.ui.form .form_container_banner input[type="text"]::placeholder,
.ui.form .form_container_banner textarea::placeholder,
.ui.form .form_container_banner input[type="text"]:-ms-input-placeholder,
.ui.form .form_container_banner textarea:-ms-input-placeholder,
.ui.form .form_container_banner input[type="text"]::-moz-placeholder,
.ui.form .form_container_banner textarea::-moz-placeholder,
.ui.form .form_container_banner input[type="text"]::-webkit-input-placeholder,
.ui.form .form_container_banner textarea::-webkit-input-placeholder,
.ui.form .form_container_banner input[type="text"]:-moz-placeholder,
.ui.form .form_container_banner textarea:-moz-placeholder {
  color: blue;
  opacity: 1;
}

.ui.form .form_container_banner input[type="text"]::placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner textarea::placeholder, .ui.form .form_container_banner textarea:focus::placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner textarea:-ms-input-placeholder, .ui.form .form_container_banner textarea:focus:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner input[type="text"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner textarea::-moz-placeholder, .ui.form .form_container_banner textarea:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner textarea::-webkit-input-placeholder, .ui.form .form_container_banner textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner input[type="text"]:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.ui.form .form_container_banner textarea:-moz-placeholder, .ui.form .form_container_banner textarea:focus:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.ui.form .form_container_banner .field .prompt.label {
  border: 1px solid #fff!important;
  color: #666666!important;
}

.bar-container.bwidget .block_uni.block_OR {
  background-color: transparent !important;
}

.ui.form .field.error .checkbox:not(.toggle):not(.slider) label {
  color: #ffffff;
}

.ui.form .form_container_banner .field.toc_form_banner.error .prompt.label {
  display: block !important;
  width: 260px;
  margin: 10px auto 0;
}

.ui.form .form_container_banner .field>label {
  color: #ffffff;
  font-weight: normal;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  display: none;
}

.ui.form .form_container_banner .button_form_banner {
  width: 100%;
  display: flex;
}
.ui.form .form_container_banner .button_form_banner button {
  width: 100%;
  text-transform: uppercase;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  max-width: 160px;
  margin: 0 auto;
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  transition: 0.5s;
  box-shadow: none;
}
.ui.form .form_container_banner .button_form_banner button:hover {
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.4);
}

.ui.form .form_container_banner .toc_form_banner .ui.checkbox label {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}

.ui.form .form_container_banner .toc_form_banner .ui.checkbox label a {
  color: #ffffff;
  font-size: 17px;
}
.ui.form .form_container_banner .toc_form_banner .ui.checkbox label a:hover {
  text-decoration: underline;
}

.ui.form .form_container_banner .toc_form_banner {
  margin-top: 15px;
  text-align: center;
}

.form_banner_text {
  /* font-family: 'Sulphur Point', sans-serif; */
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
}
.form_banner_text a {
  color: #ffffff;
  /* text-decoration: underline; */
}
.form_banner_text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.ui.form .form_container_banner .required.field>label:after {
  color: #ffffff;
}

.ui.form .required.field.toc_form_banner>.checkbox:after {
  color: #ffffff;
}

.row_with_col_no_padding .sppb-container-inner .sppb-row .sppb-col-md-3 {
  padding: 0;
}

.layer_image_block {
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 400px;
  transition: 0.3s;
}
.layer_image_block:hover {
  max-width: 100%;
}

/* Service mouse over */
.service_over_background {
  background-size: cover;
  width: 100%;
  text-align: center;
  background-position: center 0;
  background-repeat: no-repeat;
  height: 500px;
  margin-top: 30px;
  transition: 0.5s;
}
.service_over_background:hover {
  margin-top: 0;
  height: 530px;
}

img.service_over_image {
  width: 100%;
  max-width: 70px;
  height: auto;
  margin: 0 auto 30px;
  text-align: center;
  transition: 0.5s;
}
.service_over_background:hover img.service_over_image {
  width: 0;
  height: 0;
  max-width: 0;
  margin: 0;
  overflow: hidden;
}

h5.service_over_title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}
/* .k2_experiences h5.service_over_title {
  font-size: 16px;
  line-height: 22px;
} */

p.service_over_text, div.service_over_text p {
  font-size: 0;
  line-height: 26px;
  color: transparent;
  font-weight: 300;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.service_over_background:hover p.service_over_text,
.service_over_background:hover div.service_over_text p {
  font-size: 16px;
  margin-top: 30px;
  height: initial;
  color: #ffffff;
}
.k2_experiences .service_over_background:hover p.service_over_text{
  font-size: 14px;
}

a.service_over_link {
  text-transform: uppercase;
  color: transparent;
  margin-top: 0;
  transition: 0.5s;
  font-weight: 300;
  height: 0;
  overflow: hidden;
}
a.service_over_link:hover {
  text-decoration: underline;
}
.service_over_background:hover a.service_over_link {
  color: #ffffff;
  margin-top: 40px;
  font-weight: 300;
  height: initial;
}
.k2_experiences .service_over_background:hover a.service_over_link {
  font-size: 13px;
}

/* Footer */
#sp-footer #sp-footer2 {
  text-align: left;
}

#sp-footer1, #sp-footer2, #sp-footer3 {
  padding-bottom: 20px;
}

.footer_title {
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

.footer_text {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
}

#sp-footer .footer_text a {
  color: #666666;
  transition: 0.3s;
}
#sp-footer .footer_text a:hover {
  /* color: #666666; */
  text-decoration: underline;
  color: #6ab1bf;
}

#sp-footer .footer_menu ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
}
#sp-footer .footer_menu ul li a:hover {
  text-decoration: underline;
  color: #6ab1bf;
}

.footer_legal {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
}

.footer_legal a {
  color: #666666;
}
.footer_legal a:hover {
  text-decoration: underline;
  color: #6ab1bf;
}

.footer_social_icon {
  font-size: 0px;
  color: #666666;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #666666;
  background-color: transparent;
  transition: 0.3s;
}
.footer_social_icon:before {
  font-size: 20px;
}
.footer_social_icon.fa-phone:before {
  font-size: 14px;
}
.footer_social_icon.fa-envelope:before {
  font-size: 15px;
}
.footer_social_icon:hover {
  color: #6ab1bf;
  border-color: #6ab1bf;
}

.footer_menu ul li {
  width: 100%;
  display: block;
}

.services_item {
  margin-bottom: 30px;
}

.services_item .sppb-addon-content .sppb-media {
  display: flex;
  align-items: center;
}

.services_item .sppb-addon-content .sppb-media .pull-left {
  text-align: right;
  padding-right: 30px;
  width: initial !important;
}

.services_item .sppb-addon-content .sppb-media .pull-left img {
  width: 65px;
  height: initial;
  min-width: 65px;
  max-width: 65px;
}

.services_item .sppb-addon-content .sppb-media .sppb-media-body h3 {
  text-align: left;
  max-width: 350px;
}

.carosello_servizi .sppb-carousel-inner>.sppb-item {
  padding: 0;
}

.carosello_servizi .sppb-carousel-caption .sppb-carousel-content {
  padding: 0 !important;
}

.carosello_servizi .carousel_background {
  background-size: cover;
  background-position: center;
}

.carosello_servizi .carousel_background .background_layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.carosello_servizi .carousel_background .content_above {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

img.payment_method {
  width: initial;
  height: 100px;
  margin: 0 15px;
}


/* K2 */

.grid_apartment_card {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

.apartment_grid_content .apartment_grid_layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.apartment_grid_content img {
  width: 100%;
  height: initial;
}

.apartment_grid_content h3.apartment_grid_title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  transition: 0.3s;
  text-transform: uppercase;
}
.apartment_grid_content:hover h3.apartment_grid_title {
  font-size: 20px;
  bottom: 20px;
  left: 20px;
}

.apartment_grid_content .icons_container {
  position: absolute;
  right: 10px;
  top: 10px;
}

.apartment_grid_content .icons_container i {
  color: #ffffff;
  font-size: 25px;
  margin: 0 5px;
}
.apartment_grid_content .icons_container i.fa.fa-blind {
  font-size: 36px;
}

.com-k2.view-item #sp-main-body {
  padding: 0;
}

.com-k2.view-item #sp-main-body > .container {
  max-width: 100%;
  padding: 0;
}

.apartment_view div.itemImageBlock {
  padding: 0;
  margin: 0;
}

.apartment_view span.itemImage {
  position: relative;
}

.layer_links_and_price {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}

.layer_links_and_price .apartment_links_container {
  float: left;
}

a.apartment_link {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
}
a.apartment_link:hover {
  color: #6ab1bf;
  text-decoration: underline;
}

.apartment_price_container {
  float: right;
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.apartment_price_label {
  font-size: 20px;
}

.apartment_view h2.itemTitle {
  text-transform: uppercase;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}

div.itemIntroText.default_text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 300;
  border-top: solid 1px #f1f2f2;
  border-bottom: solid 1px #f1f2f2;
  padding: 30px 0;
}

div.itemIntroText.default_text p {
  margin-bottom: 0;
}

.itemImageGallery #gallery.my-5 {
  margin-bottom: 0 !important;
}

.room_icons_container {
  display: inline-block;
}

.room_icons {
  float: left;
  text-align: center;
}

.room_icons i {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
}

.room_icons_label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}

.apartment_section_title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

img.k2_services_image {
  height: 50px;
  width: auto;
  max-width: 75px;
}

.k2_services_label {
  line-height: 50px;
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 300;
}

.k2_form_title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.k2_form .ui.form .field>label {
  font-weight: normal;
}

.k2_form .ui.form .required.field>label:after {
  color: #000000;
}

.k2_form .semanticui-body a {
  color: #000000;
  transition: 0.3s;
}
.k2_form .semanticui-body a {
  text-decoration: underline;
  color: #000000;
}

.apartment_button button.ui.teal.button {
  width: 100%;
  text-transform: uppercase;
  border-radius: 0;
  border: solid 1px #6ab1bf;
  background-color: #6ab1bf;
  transition: 0.3s;
}
.apartment_button button.ui.teal.button:hover {
  background-color: transparent;
  color: #6ab1bf;
}

.k2_form button.ui.green.button {
  width: 100%;
  max-width: 200px;
  text-transform: uppercase;
  border-radius: 0;
  border: solid 1px #6ab1bf;
  background-color: #6ab1bf;
  transition: 0.3s;
}
.k2_form button.ui.green.button:hover {
  background-color: transparent;
  color: #6ab1bf;
}

.k2_form .ui.form .field input[type=text],
.k2_form .ui.form .field textarea {
  border-radius: 0;
}

div.itemNavigation {
  background-color: transparent;
  width: 100%;
  display: inline-block;
  max-width: 250px;
  margin: 0 auto;
}

.navigation_links_label {
  float: left;
  width: calc(100% - 92px);
  text-align: center;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

div.itemNavigation a button {
  border: none;
  background-color: transparent;
  font-weight: 300;
  transition: 0.3s;
}
div.itemNavigation a button:hover {
  text-decoration: underline;
  color: #6ab1bf;
}
div.itemNavigation a.itemPrevious {
  float: left;
}
div.itemNavigation a.itemNext {
  float: right;
}

.muflo_offcanvas .module_offcanvas_mm_top ul.menu,
.muflo_offcanvas .module_offcanvas_mm_top ul.menu-child {
  padding-inline-start: 0;
  list-style: none;
}
.muflo_offcanvas .module_offcanvas_mm_top ul.menu-child li a,
.muflo_offcanvas .module_offcanvas_mm_top ul.menu-child li.menu-deeper a {
  color: #4a4a4a;
}
.muflo_offcanvas .module_offcanvas_mm_top ul.menu-child li {
  padding-left: 10px;
}

img.logo_footer {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 30px;
}

.muflo_offcanvas .module_offcanvas_mm_top ul > li > a:hover,
.muflo_offcanvas .module_offcanvas_mm_top ul li a:hover,
.muflo_offcanvas .module_offcanvas_mm_top ul.menu-child li.menu-deeper a:hover {
  color: #6ab1bf;
}

.services_carousel img {
  max-width: 70px;
  height: auto;
  width: 100%;
  margin: 0 auto 30px;
}

.premium_services .services_carousel img {
  max-width: 90px;
}

.services_carousel h2.serviceTitle {
  text-align: center;
  width: 100%;
  font-size: 1rem;
}

.services_carousel .serviceText,
.services_carousel .serviceText p {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}

.full_width_page .body-wrapper #sp-main-body>.container {
  max-width: 100%;
  padding: 0;
}

.experience_row {
  background-color: #f0f0f0;
}

.catItemView.experience_row .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.catItemView.experience_row .slick-dots {
  bottom: 10px;
}

.catItemView.experience_row .slick-dots li button::before {
  font-size: 40px;
  opacity: 1;
  color: #c5c4c4;
}
.catItemView.experience_row .slick-dots li.slick-active button::before {
  color: #6ab1bf;
}

.carousel_services button.slick-prev:before, .carousel_services button.slick-next:before {
  font-size: 30px;
  color: #e6e7e8;
  font-family: 'Font Awesome\ 5 free';
  font-weight: bold;
  transition: 0.3s;
  z-index: 1;
}
.carousel_services button.slick-prev {
  left: -10px;
  z-index: 1;
}
.carousel_services button.slick-next {
  right: -10px;
  z-index: 1;
}
.carousel_services button.slick-next:before {
  content: "\f054";
}
.carousel_services button.slick-prev:before {
  content: "\f053";
}

.premium_carousel_services .carousel_services button.slick-prev:before,
.premium_carousel_services .carousel_services button.slick-next:before {
  color: #e6e7e8;
}

.carousel_services .slick-dots li button::before {
  font-size: 40px;
  opacity: 1;
  color: #c5c4c4;
}
.carousel_services .slick-dots li.slick-active button::before {
  color: #6ab1bf;
}
.premium_carousel_services .carousel_services .slick-dots li.slick-active button::before {
  color: #e9ca63;
}

.page-item.active .page-link {
  background-color: transparent;
  border: none;
  color: #6ab1bf;
  transition: 0.3s;
  outline: none;
}
.page-item.active .page-link:hover {
  background-color: transparent;
  color: #6ab1bf;
  text-decoration: underline;
}

.page-item .page-link {
  background-color: transparent;
  border: none;
  color: #666666;
  font-weight: 300;
  transition: 0.3s;
  outline: none;
}
.page-item .page-link:hover {
  background-color: transparent;
  color: #6ab1bf;
  text-decoration: underline;
}

.experiences_view_pagination .k2PaginationLinks {
  display: flex;
}
.experiences_view_pagination .k2PaginationLinks ul.pagination {
  margin: 0 auto;
}

.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Inizio"],
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Fine"] {
  display: none;
}
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Avanti"],
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Indietro"] {
  font-size: 0px;
}
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Avanti"]::before,
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Indietro"]::before {
  font-size: 17px;
  color: #666666;
  font-family: 'Font Awesome\ 5 free';
  font-weight: bold;
  transition: 0.3s;
  z-index: 1;
}
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link:hover::before,
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link:hover::before {
  color: #6ab1bf;
}
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Indietro"]::before {
  content: "\f053";
}
.experiences_view_pagination .k2PaginationLinks ul.pagination li a.page-link[title="Avanti"]::before {
  content: "\f054";
}

.experiences_leading {
  margin-top: -100px;
}

.convenzioni_data_row {
  background: transparent;
  transition: 0.3s;
  border-bottom: solid 1px #f0f0f0;
}
.convenzioni_data_row:hover{
  background: #f0f0f0;
}
.convenzioni_data_row>div {
  padding: 5px 0;
}

table.table_convenzioni td {
  border: solid 1px #f0f0f0;
  padding: 10px;
}

table.table_convenzioni .default_title {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}

table.table_convenzioni .default_text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 300;
}

table.table_convenzioni .price {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}
table.table_convenzioni .price_label {
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}

h3.catItemTitle {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}

/* .no_pets_allowed {
  position: absolute;
  border-bottom: 1px solid #666666;
    -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  left: 0;
  right: 0;
  bottom: 14px;
} */

.room_icons i.pets_icon {
  font-size: 17px;
}

.room_icons i.smoking_icon {
  font-size: 16px;
}

.room_icons i.fa-ban {
  left: 0;
  right: 0;
  font-size: 35px;
}

.ui.container.banner_recaptcha_container {
  width: initial;
  text-align: center;
  margin: 10px auto 30px;
}

a i.apartment_navigation_link {
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
a i.apartment_navigation_link:hover {
  color: #6ab1bf;
}

.language_selector select {
  text-transform: uppercase !important;
  padding: 0 !important;
  border: none !important;
  color: #ffffff !important;
  -webkit-appearance: none !important;
  transition: 0.3s !important;
  background-color: transparent !important;
}
.language_selector {
  position: relative;
}
.language_selector::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  right: -10px;
  top: 11px;
  transition: 0.3s;
}
.scrolled_header .language_selector select {
  color: #666666 !important;
}
.scrolled_header .language_selector::after {
  color: #666666 !important;
}
.muflo_offcanvas .language_selector::after {
  right: 5px;
  color: #666666 !important;
}

.muflo_offcanvas .language_selector select {
  font-size: 16px;
  color: #666666 !important;
}

.muflo_language_selector {
  margin-top: 2px;
}

@media(max-width: 992px) {
  .row_to_reverse .sppb-container-inner .sppb-row {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .banner_title {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
  }
  .banner_text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media(max-width: 768px) {
  body {
    padding: 20px;
  }
  .service_over_background {
    margin-top: 0;
  }
  .service_over_background:hover {
    height: 500px;
  }
  .apartment_links_container {
    text-align: left;
  }
  a.apartment_link {
    display: block;
  }
  table.table_convenzioni .default_title {
    font-size: 18px;
    line-height: 24px;
  }

  table.table_convenzioni .default_text {
    font-size: 14px;
    line-height: 18px;
  }

  table.table_convenzioni .price {
    font-size: 18px;
    line-height: 24px;
  }
  table.table_convenzioni .price_label {
    font-size: 12px;
    line-height: 14px;
  }
}
@media(max-width: 740px){
  .room_icons{
    font-size: 22px;
  }
  .room_icons_label{
    font-size: 12px;
  }
  .room_icons i.smoking_icon{
    font-size: 16px;
  }
  .room_icons i.fa-ban{
    font-size: 32px;
  }
}
@media(max-width: 695px){
  .room_icons_container{
    display: block;
  }
  .room_icons {
    width: 100%;
    text-align: center;
  }
}
@media(max-width: 600px) {
  .room_icons_container {
    display: block;
  }
  .room_icons {
    width: 100%;
    text-align: center;
  }
}
