/*
LEGEND:

------------- #### COLORS ####  ------
DARK BLUE: #1d3764
LIGHT BLUE: #00bdff
YELLOW: #fcc42b
LIGHT GRAY: #f1f1f3

H1 COLOR BLUE: #2d8eb0
TEXT COLOR BLACK: #292929

------------- #### FONT WEIGHT ####  ------
Fira Sans Regular: 400
Fira Sans Medium: 500
Fira Sans Semi Bold: 600
Fira Sans Bold: 700
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

#wrapper {
    overflow-x: hidden;
}

.inner {
    font-size: 0;
}

.clear {
    content: "";
    clear: both;
}
.white-rotated {
    width: 100%;
    height: 128px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transform: rotate(-1deg);
    -webkit-transform-origin: 50% 51%;
}
.header {
    width: 100%;
    height: 122px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

/*    border-bottom: 1px solid #ececec;*/
}

.header-small {
    border-color: #ececec;
}

.header .inner:after, .current-page-name:after /*, .section-content .inner:after*/
{
    content: "";
    clear: both;
}

.aside-content.themes .inner:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
}

.aside-content.themes .inner:before {
    border-top: 30px solid #fff;
    border-bottom: 0 solid transparent;
    border-right: 100vw solid transparent;
    top: -1px;
}

/*.popout-menu:after {border-top: 30px solid #fcc42b; border-bottom: 0 solid transparent; border-right: 100vw solid transparent; bottom: -30px;}*/

.header-item {
    display: inline-block;
    vertical-align: top;

}

.header-logo {
    float: left;
    width: 350px;
    height: 118px;
    background: #1d3764;
    position: relative;
    z-index: 5;
}

.header-logo a {
    display: block;
    height: 100%;
    padding: 25px 0;
}

.header-logo svg {
    width: 250px;
}

.fill-white {
    fill: #FFFFFF;
}

.fill-light-blue {
    fill: #2A94B5;
}

.fill-green {
    fill: #B4CC05;
}

.mobile-button {
    display: none;
    float: left;
    height: 118px;
    line-height: 118px;
    width: 125px;
    text-align: center;
    background: #97c124;
}

.switch .mobile-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}

.mobile-menu {
    font-size: 60px;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.mobile-menu:before {
    font-family: 'ElegantIcons';
    content: "\61";
}

.mobile-menu.mobile-open:before {
    content: "\4d";
}

.main-menu {
    font-size: 0;

}

.main-menu > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    height: 142px;


}

.main-menu > li > a {
    color: #1d3764;
    text-transform: uppercase;
    display: block;
    padding: 34px 70px;
    line-height: 25px;
}

.main-menu > li > a:hover, .main-menu > li.current > a, .main-menu > li:hover > a {
  /*  -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.05);*/
}

.main-menu > li > a {
    text-decoration: none;
}

.popout-menu {
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    background: #fcc42b;
    font-size: 0;
    display: none;
}

.main-menu > li:hover .popout-menu {
    display: block;
}

.sub-menu {
    display: inline-block;
    vertical-align: top;
    width: 50%;

}

.submenu {
    padding: 70px 150px;
    text-align: left;
    font-size: 0;
}

.submenu ul {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.submenu li {
    display: block;
    width: 100%;
    position: relative;
    padding: 8px 0 8px 30px;
}

.submenu li:hover a, .submenu li:hover:before, .submenu li.current a, .submenu li.current:before {
    color: #fff;
}

.submenu li ul {
    display: none;
}

.submenu a {
    display: block;
    font-size: 16px;
    color: #1d3764;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.submenu li.item-1133 a, .submenu li.item-1134 a,
.submenu li.item-1135 a, .submenu li.item-1136 a, .submenu li.item-1569 a {
    color: #fff;
}

.submenu li.item-1133:before,
.submenu li.item-1134:before, .submenu li.item-1135:before,
.submenu li.item-1136:before, .submenu li.item-1569:before {
    color: #fff;
}

.submenu-title {
    text-transform: uppercase;
    padding: 0 0 45px 0;
}

.submenu-title br {
    display: none;
}

.submenu .submenu-title a {
    color: #1d3764;
    text-decoration: none;
    font-size: 27px;
}

.submenu-title a:before {
    font-family: 'ElegantIcons';
    margin: 0 8px 0 0;
}

.main-menu li:first-child .submenu-title a:before {
    content: "\e01d";
}

.main-menu li:nth-child(2) .submenu-title a:before {
    content: "\e009";
}

.main-menu li:nth-child(3) .submenu-title a:before {
    content: "\e01c";
}

.main-menu li:nth-child(4) .submenu-title a:before, .main-menu li:nth-child(5) .submenu-title a:before {
    content: "\e002";
}

.submenu-image {
    height: 100%;
    position: relative;
    z-index: 3;
}

.main-menu li.switchMenu .submenu-image {
    z-index: 9999;
}

.rotate-it .main-menu li.switchMenu .popout-menu:before {
    left: auto;
    right: -12px;
}

.main-menu li.switchMenu .popout-menu {
    left: -12px;
}

.cta-buttons, .header-language {
    float: right;
}

a.cta > span {
    transition: margin 200ms ease-out;
}

a.cta:hover > span {
    margin: 0 0 0 10px !important;
    transition: margin 200ms ease-out;
}

.animate .backstretch-item img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animate:hover .backstretch-item img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.cta-buttons {
    width: 250px;
    font-size: 0;
  /*  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);*/
}

.cta-buttons a {
    transition: padding 0.3s ease-in-out;
}

.cta-buttons a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 32px 0px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.cta-buttons a.cta-packages {
    background: #00bdff;
}

.cta-buttons a.lastminute {
    background: #1d3764;
}

.cta-buttons span {
    display: block;
    font-size: 28px;
    margin: 0 0 10px 0;
}

.cta-buttons a:hover {
    padding: 30px 0;
}

.header-language {
    width: 90px;
    background: #fcc42b;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.switch .header-language {
    z-index: 10 !important;
}

.header-language .current-language {
    padding: 45px 0;
    height: 118px;
    cursor: pointer;
}

.header-language .inline:after {
    font-family: 'ElegantIcons';
    content: "\33";
    display: block;
    line-height: inherit;
}

.header-language .language-active .inline:after {
    content: "\32";
}

.header-language .lang-inline {
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    background: #fff;
    font-size: 0;
    padding: 5px 0;
    display: none;
}
div.mod-languages li {
    margin: 0;
}
.header-language .lang-inline li {
    font-size: 16px;
    width:100%;
}

.header-language .lang-inline a {
    color: #1d3764;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

.ns_nerveSlider {
    display: block;
    overflow: hidden;

}

.slider .image-slider {
    display: none;
}

.slider .image-slide {
    position: relative !important;
    max-width: none !important;

}

.slogan {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 90;
}

.slogan p {
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 0px 10px rgb(0, 0, 0);
}

.content, .section, .aside, .footer {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 900;
}

.section-content {
    padding: 25px 10px;
}

.section-content .inner {
    max-width: 1170px;
    margin: -73px auto 0 auto;
}

.section-content .after-content-element .inner {
    margin: 0;
}

.homepage .section-content .inner {
    margin: 0 auto;
}

.homepage .sidebar .sub-navigation {
    display: none;
}

.breadcrumbs {
    width: 100%;
    max-width: 805px;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    color: #cccccc;
    position: relative;
    text-transform: uppercase;
    margin-top:70px;
}

.breadcrumbs > * {
    padding: 0 5px 10px;
}

.homepage .breadcrumbs {
    max-width: 810px;
    padding: 0px !important;
}

.startpage .breadcrumbs a {
    width: 80px;
    /*text-indent: -9999em;*/
}

.breadcrumbs a {
    text-decoration: none;
    color: #cccccc;
    padding: 0 5px 20px 5px;
    display: inline-block;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
}

.breadcrumbs a br {
    display: none;
}

.breadcrumbs > a:first-child:before {
    font-family: 'ElegantIcons';
    content: "\e01d";
    margin: 0 5px 0 0;
}

/*VARIABLES ICON*/
.breadcrumbs span a {
    border-color: #fcc42b;
    color: #292929;
}

.item-page.article .share-buttons {
    display: none;
}

.current-page-name {
    font-size: 40px;
    color: #1d3764;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 35px 0 25px 0;
    position: relative;
    text-align: left;
    line-height: 130%;
}

.current-page-name br {
    display: none;
}

.item-page.article .current-page-name .share-buttons {
    float: right;
    display: block;
}

.share-buttons {
    font-size: 0;
}

.share-buttons a {
    display: inline-block;
    text-decoration: none !important;
    font-size: 15px;
    color: #FFF !important;
}

.share-buttons .jssocials-shares {
    position: relative;
    font-size: 0;
}

.share-buttons .jssocials-share {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-left: 5px;
}

.share-buttons .jssocials-share a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 28px;
    margin: 0;
}

.item-page.article {
    font-size: 16px;
    color: #292929;
    line-height: 170%;
    margin: 0 365px 0 0;
    text-align: justify;
    max-width: 805px;
}

.homepage .item-page.article {
    margin: 0;
    max-width: inherit;
}

.item-page.article h1 {
    font-size: 26px;
    line-height: 150%;
    color: #2d8eb0;
    padding: 35px 0 30px 0;
    text-align: left;
}

.item-page.article h2 {
    font-size: 20px;
    line-height: 150%;
    color: #2d8eb0;
    padding: 0 0 0 0;
    margin-top: 1em;
    text-align: left;
}

.item-page.article h3 {
    font-size: 16px;
    line-height: 150%;
    color: #1d3764;
    padding: 0 0 0 0;
    margin-top: 1em;
    text-align: left;
}

.item-page.article h4 {
    font-size: 14px;
    line-height: 150%;
    color: #1d3764;
    padding: 0 0 0 0;
    margin-top: 1em;
    text-align: left;
}

.item-page.article h3:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-right: 5px;
}

.item-page.article h4:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da\f0da";
    margin-right: 5px;
}

.item-page.article p {
    padding: 0.5em 0;
}

.item-page.article h1 + p {
    padding: 0;
}

.item-page.article strong {
    font-weight: 600;
}

.item-page.article a {
    text-decoration: underline;
    color: #2d8eb0;
}

.item-page.article a.cta-hotel-button:before {
    font-family: 'ElegantIcons';
    content: "\55";
    display: inline-block;
    margin: 0 15px 0 0;
}

.item-page.article a.cta-hotel-button {
    background: #fcc42b;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    display: block;
}

.item-page.article em {
    font-style: italic;
}

.item-page.article .to-read-cta {
    display: none;
}

.item-page.article ul {
    padding: 25px 0 0 25px;
}

.item-page.article ul.sub-livello-5-m {
    padding: 25px 0 0 0;
}

.item-page.article ul.sub-livello-5-m li {
    border-bottom: 1px solid #cccccc;
}

.item-page.article ul.sub-livello-5-m li:after {
    font-family: 'ElegantIcons';
    content: "\33";
    position: absolute;
    right: 0;
    top: 0;
}

.item-page.article ul.sub-livello-5-m li a {
    text-decoration: none;
    display: block;
}

.item-page.article ul.sub-livello-5 {
    padding-left: 0;
}

.item-page.article ul.sub-livello-5 > li {
    padding: 20px 0 0 0;
}

.item-page.article ul.sub-livello-5 > li:before {
    content: "";
}

.item-page.article ul.sub-livello-5 li h2 {
    text-transform: uppercase;
    background: #2d8eb0;
    color: #fff;
    font-weight: 500;
    padding: 10px;
}

.item-page.article ul li, .sub-navigation-wrapper ul li li, .footer-locations ul li {
    position: relative;
    padding: 3px 0 3px 30px;
}

.item-page.article ul li:before, .sub-navigation-wrapper ul li:before, .footer-locations ul li:before, .submenu li:before, .live-search-result-box li:before {
    font-family: 'ElegantIcons';
    content: "\5e";
    color: #2d8eb0;
    position: absolute;
    left: 0;
}

.sub-navigation-wrapper ul li:before {
    left: 10px;
}

.submenu li:before {
    font-size: 16px;
    color: #1d3764;
}

.section-content > .inner > .sub-navigation {
    display: none;
}

.after-content {
    padding: 25px 0 0 0;
    margin: 0 365px 0 0;
}

.after-content-element.hotel-list {
    max-width: 805px;
}

.list-of-hotels {
    font-size: 16px;
}

.list-of-hotels .hotel-location-title {
    background: #00bdff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    margin: 15px 0;
}

.item-page.article .hotel-space {
    font-size: 0;
    position: relative;
}

.item-page.article .hotel-space.single {
    border-top: 1px solid #ececec;
    padding: 10px 0;
    margin: 20px 0 0 0;
    height: 196px;
}

.item-page.article .hotel-elm {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.item-page.article .hotel-img {
    width: 39.254658385093165%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.item-page.article .hotel-img a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.item-page.article .hotel-info {
    padding: 10px 0;
    white-space: nowrap;
}

.item-page.article .hotel-txt {
    width: 60.745341614906835%;
    color: #1d3764;
    line-height: 170%;
    padding: 0 0 0 50px;
}

.item-page.article .hotel-txt a, .item-page.article .hotel-txt a.tel {
    text-decoration: none;
    color: #1d3764;
}

.item-page.article .hotel-txt a.mail {
    text-decoration: underline;
}

.item-page.article .hotel-txt a.tel {
    cursor: text;
}

.item-page.article .hotel-txt .icon_mail_alt {
    margin: 0 5px 0 10px;
}

.item-page.article .hotel-name {
    font-size: 18px;
    white-space: nowrap;
}

.item-page.article .hotel-name strong {
    font-size: 24px;
}

.item-page.article .hotel-name a {
    color: #959595;
}

.item-page.article .hotel-region {
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #1d3764;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.item-page.article .hotel-region a {
    color: #FFF;
}

.item-page.article .hotel-txt .hotel-cta a, .item-page.article .highlight-txt .hotel-cta a {
    background: #fcc42b;
    font-size: 14px;
    color: #1d3764;
    text-transform: uppercase;
    font-weight: 600;
    width: 210px;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.item-page.article .hotel-cta a span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.item-page.article .space-wrapper .hotel-img {
    width: 39%;
}

.item-page.article .space-wrapper .hotel-txt {
    width: 61%;
}

.item-page.article .hotel-lastminute-item .hotel-txt {
    width: calc(100% - 300px);
}

.item-page.article .hotel-lastminute-item .hotel-img {
    width: 300px;
    max-width: 100%;
    height: 150px;
    background-color: #1d3764;
}

.item-page.article .hotel-lastminute-item .hotel-info {
    white-space: normal;
    height: 42px;
    overflow: hidden;
    font-size: 15px;
    line-height: 150%;
    padding: 0;
    margin: 14px 0;
    text-align: left;
}

.multiple-hotel-structure {
    padding: 50px 0;
}

.recommended-hotel {
    padding: 30px 0;
}

.recommended {
    font-size: 30px;
    color: #1d3764;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
}

.inner-title {
    margin: 0 0 45px 0;
}

.recommended-hotel ul {
    font-size: 0;
    position: relative;
}

.recommended-hotel li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.hotel-highlight {
    display: inline-block;
    vertical-align: top;
}

.highlight-hotel {
    width: 100%;
    height: 193px;
    position: relative;
    border-right: 1px solid #ececec;
    font-size: 0;
}

.highlight-hotel a {
    text-decoration: none;
}

.highlight-txt {
    font-size: 18px;
    line-height: 170%;
    color: #1d3764;
    padding: 0 0 0 40px;
}

.highlight-image {
    width: 53%;
    height: 100%;
}

.highlight-txt {
    width: 47%;
}

.hotel-info strong {
    font-size: 24px;
}

.owl-stage {
    padding: 0 0 2px 0;
}

.owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}

.owl-nav > div {
    height: 39px;
    width: 39px;
    background: #1d3764;
    line-height: 47px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 0;
}

.owl-nav .owl-prev {
    left: -15px;
}

.owl-nav .owl-next {
    right: -20px;
}

.owl-nav > div.disabled {
    background: #ececec;
    color: #1d3764;
    cursor: default !important;
}

#slider-counter {
    position: relative;
    margin: 30px 0 0 0;
    background: #f1f1f3;
    padding: 10px;
    font-size: 16px;
    color: #1d3764;
}

#slider-counter span {
    display: inline-block;
    width: 33px;
    text-align: right;
}

.owl-dot {
    cursor: pointer;
    font-weight: 600;
}

.owl-dot.active {
    cursor: default;
    font-weight: 700;
    color: #00bdff;
}

.owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.dotter:before {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.lang_it .dotter:before {
    content: "Pagina: ";
}

.lang_de .dotter:before {
    content: "Seite: ";
}

.dotter {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0;
    height: 36px;
    line-height: 36px;
    counter-reset: dots;
}

.dotter > div {
    font-size: 16px;
    color: #1d3764;
    display: inline-block;
    margin: 0 4px;
    width: 15px;
    text-align: right;
}

#slider-counter .dotter > div span {
    display: none;
}

.hotel-space-block {
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.hotel-space-block a {
    text-decoration: none;
    color: #fff;
}

.hotel-space-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #1f3862;
    height: 48px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 1px;
}

.hotel-space-title span {
    margin: 0 8px 0 0;
}

.hotel-space-info {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background: #f1f1f3;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #fff;
}

.hotel-space-info a {
    color: #1f3862;
}

.hotel-space-info span {
    font-size: 8px;
    vertical-align: super;
    letter-spacing: 3px;
    color: #ffc600;
}

.hotel-space-info span.break {
    display: none;
}

.hotel-space-location {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    background: #f1f1f3;
    text-transform: uppercase;
}

.hotel-space-location a {
    text-decoration: none;
    font-size: 13px;
    color: #1f3862;
    font-weight: 500;
}

.hotel-space-block .owl-nav {
    top: 30%;
}

.hotel-space-block .owl-nav > div {
    background: #fff;
    border-radius: 50%;
    color: #1f3862;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(173, 173, 173, 1);
    box-shadow: 0px 0px 5px 0px rgba(173, 173, 173, 1);
    line-height: 44px;
}

.hotel-space-block .owl-carousel .owl-item img {
    max-width: 100%;
    height: auto;
}

.sidebar {
    width: 315px;
    margin: 0 0 0 50px;
    float: right;
    position: relative;
    z-index: 20;
}

.sidebar + .breadcrumbs {
    padding-top: 73px;
}

.sidebar-item {
    width: 100%;
    position: relative;
}

.search-item {
    font-size: 12px;
    font-weight: 500;
    color: #1d3764; /*margin:-73px 0 0 0;*/
}

.homepage .hotel-space-block {
    margin: -148px 0 0 0;
}

.homepage .search-item {
    margin-top: 30px;
}

.search-item-title, .sub-navigation-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background: #ffc600;
    height: 48px;
    line-height: 48px;
}

.search-item-title span, .sub-navigation-title span {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.search-item-wrapper {
    padding: 18px 20px;
    background: #f1f1f3;
}

.search-item select, .search-item input {
    border: 0;
    background: #fff;
}

.search-item select {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.search-item-input {
    font-size: 0;
    padding: 13px 0 0 0;
}

.search-item-input label {
    position: relative;
    display: inline-block;
}

.search-item-input label.data-icon:before, label.search-label:before {
    font-family: 'ElegantIcons';
    content: "\e023";
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 15px;
    pointer-events: none;
}

.search-item input {
    width: 131px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
}

.search-item input[type="submit"] {
    display: block;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    background: #1d3764;
    color: #fff;
    font-weight: 500;
}

.search-item input.margin {
    margin: 0 12px 0 0;
}

.search-item input.data {
    cursor: pointer;
    padding: 0 0 0 15px;
}

.search-item hr {
    height: 12px;
    border: 0;
    background: #f1f1f3;
}

.search-item ::-webkit-input-placeholder, .search-item input, .package-legend-item ::-webkit-input-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.search-item ::-moz-placeholder, .package-legend-item :-moz-input-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.search-item :-ms-input-placeholder, .package-legend-item ::-ms-input-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.search-item :-moz-placeholder, .package-legend-item ::-moz-input-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

#filter-hotel {
    margin: 35px 0;
    background-color: #f1f1f3;
    padding-top: 7px;
}

#filter-hotel .form-row {
    padding: 4px 13px
}

#filter-hotel label {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin-right: 13px
}

#filter-hotel select, #filter-hotel input {
    border: 0;
    background: #fff;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
}

#filter-hotel input[type="submit"] {
    display: block;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    background: #1d3764;
    color: #fff;
    font-weight: 500;
    margin-top: 9px;
}


.before-content-section {
    max-width: 805px;
    margin: 0 0 30px 0;
}

.head-structure {
    display: inline-block;
    vertical-align: top;
    width: 397px;
    height: 92px;
    font-size: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.head-structure:first-child {
    margin: 0 10px 0 0;
}

.s-structure {
    display: inline-block;
    vertical-align: top;
}

.head-structure-image {
    width: 120px;
    height: 100%;
}

.head-structure-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.head-structure-text {
    width: 277px;
    padding: 20px 32px 20px 15px;
    font-size: 16px;
    color: #1d3764;
    position: relative;
}

.head-structure-text a {
    display: block;
    text-decoration: none;
    color: #959595;
}

.head-structure-text a.s-structure-location {
    color: #1d3764;
    padding: 10px 0 0 0;
}

.head-structure-text a.s-structure-cta {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 92px;
    line-height: 92px;
    background: #ffc600;
    text-align: center;
}

.head-structure-text strong, .hotel-name strong, .hotel-info strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #1d3764;
}

.head-structure-text span, .hotel-name span {
    font-size: 18px;
    margin: 0 8px 0 0;
    color: #1d3764;
}

.hotel-name span {
    font-size: 24px;
}

.head-structure-text a.s-structure-cta span {
    margin: 0;
}

.head-structure-text i, .hotel-name i {
    vertical-align: super;
    font-size: 9px;
    color: #ffc600;
    letter-spacing: 2px;
}

.hotel-name i {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.hotel-name i:after {
    color: #959595;
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
}

.hotel-name .icon_star-star5:before {
    content: "\e033\e033\e033\e033\e033";
}

.hotel-name .icon_star-star4:before {
    content: "\e033\e033\e033\e033";
}

.hotel-name .icon_star-star3:before {
    content: "\e033\e033\e033";
}

.hotel-name .icon_star-star2:before {
    content: "\e033\e033";
}

.hotel-name .icon_star-star1:before {
    content: "\e033";
}

.hotel-name .icon_star-star5l:before {
    content: "\e033\e033\e033\e033\e033";
}

.hotel-name .icon_star-star5s:before {
    content: "\e033\e033\e033\e033\e033";
}

.hotel-name .icon_star-star4s:before {
    content: "\e033\e033\e033\e033";
}

.hotel-name .icon_star-star3s:before {
    content: "\e033\e033\e033";
}

.hotel-name .icon_star-star2s:before {
    content: "\e033\e033";
}

.hotel-name .icon_star-star5l:after {
    content: "L";
    vertical-align: text-top;
}

.hotel-name .icon_star-star5s:after {
    content: "S";
    vertical-align: text-top;
}

.hotel-name .icon_star-star4s:after {
    content: "S";
    vertical-align: text-top;
}

.hotel-name .icon_star-star3s:after {
    content: "S";
    vertical-align: text-top;
}

.hotel-name .icon_star-star2s:after {
    content: "S";
    vertical-align: text-top;
}

.photoGalleryBox {
    font-size: 0;
    text-align: center;
}

.photoGalleryBox a, .photoGalleryBox img {
    display: inline-block;
    vertical-align: top;
}

.photoGalleryBox a {
    margin: 3px;
}

.foo-map ::-webkit-input-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.foo-map ::-moz-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.foo-map :-ms-input-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.foo-map :-moz-placeholder {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hotel-themes, .sub-navigation {
    margin: 30px 0 0 0;
}

.single-hotel-theme {
    width: 100%;
    height: 193px;
    line-height: 193px;
    position: relative;
}

.single-hotel-theme a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.single-hotel-theme a:before, .aside-elm-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.single-hotel-theme span {
    position: relative;
}

.single-hotel-theme span.ico {
    margin: 0 8px 0 0;
}

.single-hotel-theme.wellness {
    margin: 7px 0 0 0;
}

.sub-navigation-wrapper {
    padding: 40px 0 0 25px;
}

.section-content > .inner > .sub-navigation .sub-navigation-wrapper {
    padding: 25px 0 0 25px;
}

.sub-navigation-wrapper ul li a {
    display: none;
}

.sub-navigation-wrapper ul li li {
    padding: 8px 0 8px 35px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

.sub-navigation-wrapper ul li li a {
    display: block;
}


.sub-navigation-wrapper ul li li:hover {
    background-color: #ffc600;
}

.sub-navigation-wrapper ul li li.highlight-location {
    color: #00bdff;
}

.sub-navigation-wrapper ul li li.highlight-location:before {
    content: "\e01d";
    color: #00bdff;
    font-size: 12px;
    left: 12px;
    top: 11px;
}

.sub-navigation-wrapper ul li li.highlight-location a {
    color: #00bdff;
}

.sub-navigation-wrapper ul li li.highlight-location:hover a, .sub-navigation-wrapper ul li li.highlight-location:hover:before {
    color: #1d3764;
}

.sub-navigation-wrapper ul li:before, .footer-locations ul li:before, .live-search-result-box li:before {
    color: #1d3764;
}

.sub-navigation-wrapper a {
    color: #1d3764;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 140%;
    font-size: 14px;
}

.aside-content {
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

.aside-element {
    width: 50%;
    height: 550px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.aside-content.special-themes .aside-element {
    width: 49%;
}

.aside-element.theme-family {
    margin-right: 5px;
    width: calc(50% - 5px)
}

.aside-element.theme-wellness {
    margin-left: 5px;
    width: calc(50% - 5px)
}

.homepage .aside-content.special-themes .aside-element {
    margin: 80px 0;
}

.aside-content.special-themes .aside-element.offers {
    margin-left: 2%;
}

.aside-elm-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.aside-elm-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 50px 0 0 0;
}

.aside-elm-button a {
    display: block;
    margin: 0 auto;
    width: 150px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fcc42b;
    color: #1d3764;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 0;
}

.aside-elm-title {
    font-size: 28px;
    text-transform: uppercase;
    padding: 30px 0;
}

.aside-elm-title span {
    margin: 0 8px 0 0;
}

.aside-elm-shortdesc {
    line-height: 150%;
}

.themes .aside-element .aside-elm-button, .themes .aside-element .aside-elm-shortdesc {
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 0;
}

.themes .aside-element .aside-elm-shortdesc {
    display: none;
}

.themes .aside-element:hover .aside-elm-button, .aside-element:hover .aside-elm-shortdesc {
    visibility: visible;
    opacity: 1;
}

.themes .aside-element:hover .aside-elm-inner {
    vertical-align: middle;
    padding: 0 0 50px 0;
}

.aside-content.special-themes {
    background: #fff;
}

.homepage .aside-content.special-themes {
    background: #fff url("../images/decoration.png") repeat-x;
}

.aside-content.special-themes .aside-elm-inner {
    vertical-align: bottom;
}

.aside-content.special-themes .inner {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
}

.homepage .aside-content.special-themes .inner {
    border: 0;
}

.aside-content.special-themes .aside-elm-title {
    padding: 0;
}

.aside-content.special-themes .aside-elm-shortdesc, .aside-content.themes .aside-elm-shortdesc {
    padding: 30px 20px;
}

.aside-content.themes .aside-elm-shortdesc {
    padding-top: 0;
}

.aside-content.special-themes .aside-elm-button {
    padding: 0 0 30px 0;
}


.footer {
    overflow: hidden;
}

.footer-element .inner {
    max-width: 1170px;
    margin: 0 auto;
}

.footer-map {
    background: #fff;
    padding: 0 0 50px 0;
}

.footer-map .inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
    margin: 45px 0 0 0;
}

.info-map {
    padding: 0 10px;
}

.homepage .footer-map .inner:before {
    display: none;
}

.footer-item {
    background: #1d3764;
    padding: 30px 0;
}

.footer-map-title {
    font-size: 28px;
    color: #1d3764;
    text-transform: uppercase;
    padding: 50px 0;
}

.footer-map-title span {
    margin: 0 15px 0 0;
}

.footer-map-wrapper, .footer-locations {
    font-size: 0;
}

.foo-map {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    color: #1d3764;
}

.foo-map .live-search-result-box {
    display: none;
}

.foo-map.is_searching .live-search-result-box {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.scroll-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    font-size: 27px;
    background: #1d3764;
    color: #fff;
    text-decoration: none;
    height: 30px;
    line-height: 36px;
    width: 30px;
    text-align: center;
}

.location-map {
    position: relative;
    background-image: url('/static/map/assets/img/map.png');
    width: 406px;
    height: 336px;
    float: left;
    margin-left: 15px;
}

.location-map #WhiteMap {
    position: absolute;
    width: 406px;
    height: 336px;
    top: 0;
    left: 0;
    display: block;
    z-index: 10;
}

.location-map map area {
    z-index: 12;
    cursor: pointer;
}

.location-map .dMapZona {
    position: absolute;
    z-index: 2;
    display: none;
}

.location-map .dMapZona img {
    display: block;
}

.location-map #dMapBelluno {
    bottom: 86px;
    right: 36px;
}

.location-map #dMapAltaPusteria {
    right: 77px;
    top: 57px;
}

.location-map #dMapCortina {
    bottom: 178px;
    right: 115px;
}

.location-map #dMapAltaBadia {
    bottom: 181px;
    right: 139px;
}

.location-map #dMapFiemme {
    bottom: 130px;
    right: 188px;
}

.location-map #dMapValdiFassa {
    bottom: 151px;
    right: 170px;
}

.location-map #dMapLatemar {
    bottom: 150px;
    right: 212px;
}

.location-map #dMapAlpediSiusi {
    bottom: 170px;
    right: 199px;
}

.location-map #dMapValGardena {
    bottom: 185px;
    right: 179px;
}

.location-map #dMapValPusteria {
    bottom: 222px;
    right: 115px;
}

.location-map #dMapCampiglio {
    bottom: 79px;
    left: 20px;
}

.location-map #dMapOsttirol {
    bottom: 219px;
    right: 0;
}

.location-map #dMapOsttirol {
    bottom: 219px;
    right: 0;
}

.location-map #dMapPaganella {
    bottom: 89px;
    right: 298px;
}

.location-map #dMapTitel {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    bottom: 0px;
    right: 0;
    text-align: right;
    font-weight: bold;
}

.location-map .hova {
    display: block;
}

label.search-label {
    position: relative;
}

label.search-label:before {
    content: "\55";
    font-size: 19px;
    top: 0;
}

.input-search {
    width: 100%;
    border: 0;
    background: #f5f5f5;
    padding: 10px 30px 10px 50px;
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
}

input[type=search], input[type=submit] {
    -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
    display: none;
}

.footer-locations, .live-search-result-box {
    padding: 40px 0 0 0;
    position: relative;
}

.footer-locations ul, .live-search-result-box ul {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 15px;
}

.footer-locations ul li, .live-search-result-box ul li {
    padding: 6px 5px 6px 25px;
}

.footer-locations ul li.hover, .footer-locations ul li:hover, .live-search-result-box ul li:hover {
    background: #ffc600;
}

.footer-locations ul:first-child {
    margin-right: 4%;
}

.footer-locations a, .live-search-result-box a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #1d3764;
    display: block;
}

.footer-item .footer-block {
    display: inline-block;
    vertical-align: bottom;
    width: 27%;
    font-size: 16px;
    color: #fff;
}

.footer-logo svg {
    width: 250px;
}

.footer-item .footer-block.footer-credits {
    width: 46%;
}

.footer-credits ul {
    font-size: 0;
    text-align: center;
}

.footer-credits li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.footer-credits ul.social {
    padding: 0 0 30px 0;
}

.footer-credits ul.social li {
    font-size: 17px;
}

.footer-credits ul.social li:first-child {
    margin: 0 8px 0 0;
}

.footer-credits ul.social li a {
    color: #ffc600;
    border: 2px solid #ffc600;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 28px;
    display: block;
}

.footer-credits ul.social li span {
    display: inline-block;
    vertical-align: middle;
}

.footer-credits ul.credits li:before {
    content: "/";
    margin: 0 3px;
}

.footer-credits ul.credits li:first-child:before {
    content: "";
    margin: 0;
}

.footer-credits a {
    color: #fff;
    text-decoration: none;
}

.footer-credits a:hover {
    text-decoration: underline;
}

.altea {
    margin: 0 0 10px 0;
}

.footer-item .footer-copyright {
    font-size: 12px;
    color: #586c8d;
    line-height: 160%;
}

.mobile-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    z-index: 900;
    display: none;
}

.mobile-links a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #00bdff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

/*.mobile-links a:first-child {background:#ffc600;}*/
.mobile-links span {
    margin: 0 5px 0 0;
}

#xmap br {
    display: none;
}

.item-page.article #xmap ul {
    padding: 10px 0;
}

.item-page.article #xmap li {
    padding: 2px 0 2px 20px;
}

.item-page.article #xmap ul ul {
    font-size: 16px;
}

.item-page.article #xmap ul ul ul {
    font-size: 14px;
}

/* form */
.item-page.article p.privacyTextBox {
    font-size: 12px;
    max-height: 80px;
    overflow: auto;
    line-height: 150%;
    padding: 10px;
    background-color: #f5f5f5;
}

.item-page.article .boxRichiesta {
    margin-top: 1.5em;
    position: relative;
    overflow: hidden;
}

.item-page.article .boxRichiesta h3 {
    margin-bottom: 1em;
}

.boxRichiesta table {
    margin-top: 1em;
    font-size: 13px;
}

.boxRichiesta table td {
    padding: 5px;
}

.boxRichiesta.step_2 label {
    padding-right: 30px;
}

.boxRichiesta.step_3 input {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 150px;
    height: 30px;
    border: none;
    background-color: #f1f1f3;
    margin-right: 20px;
}

.boxRichiesta.step_3 label {
    padding-right: 5px;
}

.boxRichiesta.step_4 input {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 150px;
    height: 30px;
    border: none;
    background-color: #f1f1f3;
    margin-right: 0px;
}

.boxRichiesta.step_4 label {
    padding-right: 0px;
}

.boxRichiesta.step_4 input[maxlength="2"] {
    width: 30px;
}

.boxRichiesta.step_4 input[maxlength="4"] {
    width: 50px;
}

.boxRichiesta.step_4 .displayNone {
    display: none;
}

.boxRichiesta.step_5 input {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 150px;
    height: 30px;
    border: none;
    background-color: #f1f1f3;
    margin-right: 0px;
}

.boxRichiesta.step_5 label {
    padding-right: 0px;
}

.boxRichiesta.step_5 input[maxlength="2"] {
    width: 30px;
}

.boxRichiesta.step_5 .displayNone {
    display: none;
}

.boxRichiesta.step_6 table:first-child td:first-child {
    padding-right: 30px;
}

.boxRichiesta.step_6 input[type="text"] {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 150px;
    height: 30px;
    border: none;
    background-color: #f1f1f3;
    margin-right: 0px;
}

.boxRichiesta.step_6 table:last-child input[type="text"] {
    margin-right: 20px;
}

.boxRichiesta.step_6 input[maxlength="2"] {
    width: 30px;
}

.boxRichiesta.step_7 table {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.boxRichiesta.step_7 table td {
    padding: 1px;
}

.boxRichiesta.step_8 table {
    width: 100%;
    text-align: center;
}

.boxRichiesta.step_8 textarea {
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
    height: 100px;
    border: none;
    background-color: #f1f1f3;
    padding: 20px;
    box-sizing: border-box;
}

.locationFilterTable {
    background-color: #f5f5f5;
}

.boxRichiesta.step_9 {
    text-align: center;
}

.boxRichiesta.step_9 h3 {
    text-align: left;
}

.boxRichiesta.step_9 .captcha td {
    vertical-align: top;
}

.boxRichiesta.step_9 .captcha input {
    display: block;
    width: 100px;
    height: 40px;
    background-color: #f5f5f5;
    border: none;
    padding: 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    color: #1d3764;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

.boxRichiesta.step_9 .captcha img {
    display: block;
    width: 100px;
    height: 40px;
}

.boxRichiesta.step_9 table {
    margin: 0 auto;
}

.boxRichiesta.step_9 input[type="submit"] {
    border: none;
    background: none;
    font-family: 'Fira Sans', sans-serif;
    display: block;
    width: 140px;
    cursor: pointer;
    text-transform: uppercase;
    background: #1d3764;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    height: 40px;
    margin: 0 auto;
}

.boxRichiesta .ui-datepicker-trigger {
    background: none;
    border: none;
    cursor: pointer;
}

.boxRichiesta .locationFilterTable .highlight {
    background-color: #FFF;
}

#ris_form {
    position: relative;
    display: none;
    border: 1px solid #972421;
    text-align: left;
    padding: 20px;
    margin: 20px 0;
    background: rgba(151, 36, 33, 0.1);
}

#ris_form strong {
    font-weight: bold;
    color: #972421;
}

#ris_form .list {
    font-size: 12px;
}

#ris_form .list i {
    color: #972421;
}

@media screen and (max-width: 780px) {
    .boxRichiesta .ui-datepicker-trigger {
        margin-left: 5px;
    }

    .boxRichiesta table {
        margin: 0 auto;
    }

    .boxRichiesta.step_3 table, .boxRichiesta.step_3 tbody, .boxRichiesta.step_3 tr, .boxRichiesta.step_3 td {
        width: 100%;
        float: left;
        display: block;
        box-sizing: border-box;
        text-align: center;
    }

    .boxRichiesta.step_3 {
        position: relative;
        overflow: hidden;
    }

    .boxRichiesta.step_3 input {
        margin-right: 0;
    }

    .boxRichiesta.step_4 input[maxlength="2"], .boxRichiesta.step_4 input[maxlength="4"] {
        display: none;
    }

    .boxRichiesta.step_4 label {
        display: none;
    }

    .boxRichiesta.step_4 table {
        margin: 0 auto;
    }

    .boxRichiesta.step_4 td {
        padding: 5px 1px;
        text-indent: -9999em;
    }

    .boxRichiesta.step_4 td:first-child, .boxRichiesta.step_4 td:nth-of-type(8), .boxRichiesta.step_4 td:nth-of-type(10), .boxRichiesta.step_4 td:last-child {
        text-indent: 0;
    }

    .boxRichiesta.step_4 td:first-child label {
        display: inline;
    }

    .boxRichiesta.step_4 .displayNone {
        display: inline-block;
        width: 85px;
    }

    .boxRichiesta.step_4 td:nth-of-type(10) label {
        display: inline;
    }

    .boxRichiesta.step_5 table, .boxRichiesta.step_5 tbody, .boxRichiesta.step_5 tr, .boxRichiesta.step_5 td {
        width: 100%;
        float: left;
        display: block;
        box-sizing: border-box;
        text-align: center;
    }

    .boxRichiesta.step_6 table:last-child, .boxRichiesta.step_6 table:last-child tbody, .boxRichiesta.step_6 table:last-child tr, .boxRichiesta.step_6 table:last-child td {
        width: 100%;
        float: left;
        display: block;
        box-sizing: border-box;
        text-align: center;
    }

    .locationFilterTable, .locationFilterTable tbody, .locationFilterTable tr, .locationFilterTable td {
        width: 100%;
        float: left;
        display: block;
        box-sizing: border-box;
        text-align: center;
    }


}

/*pacchetti alpinebits */
.package {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid transparent;
}

.package:hover {
    background: #f1f1f3;
}

.package:hover .further-packages {
    background: #fff;
}

.package[data-image-status="0"] .pack-img {
    display: none;
}

.further-packages {
    padding: 0 10px;
}

.package ul, .package p, .package li {
    margin: 0;
    list-style-type: none;
}

.package.hidden {
    display: none;
}

.package .clear {
    position: relative;
    clear: both;
}

.package .pack-img {
    position: relative;
    float: right;
    width: 120px;
    height: auto;
    margin-left: 19px;
    z-index: 10;
}

.package .pack-img a {
    display: block;
}

.package .pack-img img {
    display: block;
    width: 100%;
    height: auto;
}

.package .pack-img .pack-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    display: block;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.package .pack-img:hover .pack-img-hover {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.package .pack-img .pack-img-share {
    margin: 130px 20px 20px;
    height: 30px;
    line-height: 30px;
}

.package .pack-img .pack-img-share .ico {
    display: block;
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #FFF;
    background-color: #1d3764;
    text-align: center;
    line-height: 30px;
}

.package .pack-img .pack-img-share a {
    color: #FFF;
}

.package .pack-txt {
    padding-bottom: 20px;
}

.package .pack-title {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 300;
    line-height: 130%;
}

.package .pack-title a {
    text-decoration: none;
}

.package .pack-title a:hover {
    text-decoration: underline;
}

.package .pack-location {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
}

.package .pack-location a {
    text-decoration: none;
    color: #1d3764;
}

.package .pack-float-box {
    float: right;
    margin-right: -18px;
    margin-bottom: 30px;
    z-index: 5;
    position: relative;
    margin-left: 10px;
    z-index: 6;
}

.package .pack-dates {
    position: relative;
    margin-bottom: 5px;
}

.package .pack-rates {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    display: block;
    background-color: #ffc600;
    padding: 12px 12px 7px 12px;
    line-height: 10px;
}

.package .pack-rates a {
    display: block;
    text-decoration: none;
    color: #1d3764;
}

.package .pack-rates strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.further-packages-title {
    position: absolute;
    left: 0;
    top: -23px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 13px;
}

.further-packages {
    position: relative;
    margin-top: 20px;
    font-size: 13px;
}

.further-packages ul {
    margin-bottom: -10px;
    display: block;
}

.further-packages li {
    border-top: 1px solid #DDD;
    padding: 8px;
    overflow: hidden;
    position: relative;
    margin: 0;
    list-style-type: none;
    display: block;
}

.further-packages li:before {
    content: "";
    padding: 0;
}

.further-packages li i {
    float: left;
    margin-right: 7px;
    margin-top: 3px;
    font-size: 15px;
    display: none;
}

.further-packages li a {
    text-decoration: none;
}

.further-package-title {
    display: block;
}

.further-package-title:hover {
    text-decoration: underline;
}

.further-package-date {
    display: block;
    float: right;
    color: #666;
    font-weight: 100;
    margin-right: 20px;
}

.further-package-rate {
    display: block;
    float: right;
    color: #666;
    font-weight: 100;
    margin-right: 20px;
}

.further-package-link {
    display: block;
    float: right;
    background-color: #00bdff;
    position: relative;
    padding: 1px 10px;
    font-size: 11px;
    font-weight: bolder;
    color: #FFF;
    margin-right: 10px;
    text-transform: uppercase;
}

.further-package-rate br {
    display: none;
}

.package .pack-details {
    margin: 1px 0 0 0;
}

.package .package {
    min-height: 200px;
}

.package .pack-details a {
    display: block;
    background-color: #1d3764;
    position: relative;
    padding: 18px 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bolder;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.package .pack-details a:hover {
    background-color: #00bdff;
}

.package .pack-details span {
    font-size: 10px;
}

.package .pack-rates span {
    font-size: 12px;
    display: block;
}

.package-legend {
    position: relative;
    z-index: 100;
    transition: all 0.4s ease-in-out;
    clear: both;
    margin: 20px 0 0 0;
}

.package-legend label {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
}

.package-legend .tit {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background-color: #ffc600;
    padding: 10px 20px 2px;
}

.package-legend input {
    width: 131px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    margin-right: 20px;
}

.package-legend select {
    width: 131px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    margin-right: 20px;
}

.package-legend select#filter-sort {
    margin-right: 0;
}

.package-legend select#filter-location {
    max-width: 140px;
}

.package-legend .hid {
    display: block;
    background-color: #ffc600;
    padding: 20px;
    font-size: 0;
}

.package-legend i {
    margin-right: 3px;
}

.sliderTitle {
    font-size: 40px;
    display: block;
    float: left;
    margin: -4px 30px 0 0;
    display: none;
}

.package-legend.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffc600;
    transition: all 0.4s ease-in-out;
}

.package-legend.fixed .tit {
    position: fixed;
    top: 70px;
    padding: 2px 20px 10px;
}

.package-legend.fixed .centerx {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
}

.package-legend-item {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.package .further-packages ul {
    margin: 0 !important;
    padding: 0 !important;
}

.package .further-packages li {
    padding: 3px 0 !important;
}

.package .further-packages li:before {
    display: none;
}

@media only screen and (max-width: 980px) and (min-width: 741px) {
    .package-legend-item {
        width: 50%;
        display: inline-block;
        margin-bottom: 5px;
    }

    .package-legend-item label {
        display: inline-block;
        width: 140px;
    }

    .package-legend select, .package-legend input {
        margin: 0;
        min-width: 140px;
        box-sizing: content-box;
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }
}

@media only screen and (max-width: 888px) {
    .package .pack-img {
        width: 120px;
        overflow: hidden;
    }

    .package .pack-img a {
        width: 120px;
        margin-left: 0;
    }

    .package .pack-img .pack-img-hover {
        opacity: 0 !important;
    }
}

@media only screen and (max-width: 800px) {
    .sliderTitle {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .further-package-rate, .further-package-date, .further-package-link, .pack-intro {
        display: none;
    }

    .further-packages li {
        padding: 1px 5px;
    }

    .package .pack-txt {
        position: relative;
        padding-bottom: 85px;
    }

    .package .pack-float-box {
        float: none;
        margin: 0;
        position: absolute;
        bottom: 0px;
    }

    .package .pack-rates strong {
        display: inline;
        font-size: 13px;
    }

    .package .pack-rates strong br {
        display: none;
    }

    .package .pack-rates span {
        display: inline;
    }

    .package .pack-rates {
        background: none;
        font-size: 13px;
        padding: 0;
        margin: 5px 0;
    }

    .package .pack-details a {
    }

    .package-legend.fixed, .package-legend.fixed .tit {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
    }

    .further-packages {
        background: #ececec;
        padding: 0 10px;
        margin-top: 30px;
    }

    .package {
        border-top: 1px solid #000;
    }

    .package {
        padding: 10px;
        margin-top: 10px;
    }

    .package .pack-dates {
        margin-bottom: 0;
    }

    .package .pack-title {
        font-size: 18px;
    }

    .package-legend-item {
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }

    .package-legend-item label {
        display: block;
        margin-bottom: 4px;
    }

    .package .pack-img {
        display: block;
        float: none;
        margin: 0 auto 20px auto;
    }

    .package-legend-item input, .package-legend-item select, .package-legend select#filter-location {
        max-width: none;
        width: 90%;
        margin: 0;
        box-sizing: content-box;
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }
}


/* perfect scrollbar */
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
    height: 11px
}

.ps-container > .ps-scrollbar-y-rail {
    z-index: 9999;
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    z-index: 9999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999
}


@media screen and (min-width: 2000px) {
    .submenu {
        padding: 150px;
    }

    .submenu .submenu-title a {
        font-size: 40px;
    }

    .submenu a {
        font-size: 20px;
    }

    .submenu li {
        padding: 12px 0 12px 30px;
    }
}

@media screen and (max-width: 1755px ) {
    .submenu {
        padding: 70px;
    }
}

@media screen and (min-width: 1456px) {
    body {
        padding-top: 0 !important;
    }
}


@media screen and (max-width: 1455px ) {
    .main-navigation {
        display: none;
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 800;
    }

    .main-menu {
        text-align: center;
        text-align: right;
    }

    .main-menu li {
        text-align: center;
    }

    .main-menu > li {
        height: 118px;
    }

    .main-menu > li > a {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .submenu li {
        text-align: left;
    }

    .sub-menu {
        display: block;
        width: 100%;
    }

    .main-menu > li:hover .popout-menu {
        display: none;
    }

    .main-menu > li.opensubnav .popout-menu {
        display: block !important;
    }

    .main-menu > li.opensubnav > a {
        color: #00bdff;
    }

    .submenu-image {
        display: none;
    }

    .mobile-button {
        display: inline-block;
    }

    .rotate-it .main-menu li.switchMenu .popout-menu:before {
        left: -40px;
        right: auto;
    }

    .main-menu li.switchMenu .popout-menu {
        left: 0px;
    }

}

@media screen and (max-width: 1455px) and (min-width: 746px) {
    .switch .cta-buttons, .switch .header-language {
        visibility: hidden;
    }

    .switch .main-menu {
        text-align: right !important;
    }

    .switch .header-language {
        visibility: visible !important;
        z-index: 5000 !important;
    }
}

@media screen and (max-width: 1455px) and (min-width: 981px) {
    .switch .main-menu {
        padding-right: 110px;
    }
}

@media screen and (max-width: 980px) and (min-width: 841px) {
    .switch .main-menu {
        padding-right: 80px;
    }
}

@media screen and (max-width: 840px) and (min-width: 746px) {
    .switch .header-language {
        visibility: hidden !important;
    }
}


@media screen and (max-width: 1230px ) {
    sidebar {
        margin-bottom: 30px;
    }

    .structure-list {
        max-width: 397px;
        margin: 0 auto 0 0;
    }

    .recommended {
        text-align: center;
    }

    .multiple-hotel-structure, .before-content-section .inner {
        max-width: 565px;
        margin: 0;
    }

    .multiple-hotel-structure {
        margin: 0 auto;
    }

    .before-content-section {
        margin: 0 0 30px 35px;
    }

    .item-page.article .hotel-txt {
        padding: 0 0 0 15px;
    }

    .owl-nav {
        top: 30%;
    }

    .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next {
        right: 0;
    }

    .structure-list .owl-nav .owl-prev {
        left: -39px;
    }

    .structure-list .owl-nav .owl-next {
        right: -39px;
    }
}

@media screen and (max-width: 1040px ) {
    .footer-location-map {
        display: none;
    }

    .foo-map {
        width: 100%;
    }
}

@media screen and (max-width: 990px ) {
    .header-logo {
        width: 280px;
    }

    .cta-buttons {
        width: 200px;
    }

    .header-language {
        width: 60px;
    }

    .slogan p {
        font-size: 26px;
    }

    .sidebar > * {
        display: none;
    }

    .sidebar > .sidebar-item.search-item {
        display: block;
    }

    .homepage .hotel-space-block {
        margin: -104px 0 0 0;
    }

    .before-content-section, .before-content-section .inner {
        margin: 0 auto;
    }

    .before-content-section {
        margin-bottom: 30px;
    }

    .item-page.article .current-page-name .share-buttons {
        display: none;
    }

    .after-content {
        width: 100%;
        margin: 0 auto;
    }

    .current-page-name {
        font-size: 33px;
    }

    .structure-list, .after-content-element.hotel-list {
        margin: 0 auto;
    }

    .section-content {
        padding: 25px 0;
        max-width: 92%;
        margin: 0 auto;
    }

    .info-map {
        padding: 0;
        max-width: 92%;
        margin: 0 auto;
    }

    .item-page.article {
        max-width: inherit;
        margin: 0;
    }

    .themes .aside-element .aside-elm-button, .themes .aside-element .aside-elm-shortdesc {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .themes .aside-element .aside-elm-shortdesc {
        display: none;
    }

    .themes .aside-element:hover .aside-elm-inner {
        vertical-align: middle;
        padding: 50px 0 0 0;
    }

    .item-page.article .hotel-txt {
        padding: 0 0 0 20px;
    }

    .section-content > .inner > .sub-navigation {
        display: block;
    }

    .hotel-space-block {
        display: block;
    }

    .hotel-space-info {
        height: auto;
        font-size: 13px;
        line-height: 23px;
        padding: 5px 10px;
    }

    .hotel-space-title {
        font-size: 12px;
    }

    .hotel-space-info span.break {
        display: block;
    }

    .hotel-space-location {
        line-height: 23px;
    }

    .hotel-space-block .owl-nav .owl-prev {
        left: -20px;
    }

    .hotel-space-block .owl-nav .owl-next {
        right: -20px;
    }

    .footer-element {
        padding: 0 10px;
    }

    .footer-map {
        padding: 0 0 50px 0;
    }

    .footer-element.footer-item {
        padding: 30px 10px;
    }

    .footer-item .footer-block.footer-logo, .footer-item .footer-block.footer-credits {
        width: 50%;
    }

    .footer-item .footer-block.footer-copyright {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px 0 0 0;
    }

    .item-page.article .share-buttons {
        display: block;
        text-align: center;
        padding: 25px 0 0 0;
    }

}

@media screen and (max-width: 990px) and (min-width: 746px) {
    .sidebar {
        width: 175px;
    }

    .rotate-it .search-item-title:before {
        border-width: 0 0 3px 175px !important;
        top: -3px !important;
        display: none;
    }

    .search-item-input label {
        display: block;
        margin-bottom: 10px;
    }

    .search-item-wrapper .selectric-wrapper, label[for="search-adults"], label[for="search-children"], .search-item-wrapper hr {
        display: none;
    }

    .search-item-wrapper .search-item-input {
        padding-top: 0;
    }

    .foo-map ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .foo-map ::-moz-placeholder {
        font-size: 14px;
    }

    .foo-map :-ms-input-placeholder {
        font-size: 14px;
    }

    .foo-map :-moz-placeholder {
        font-size: 14px;
    }


}

@media screen and (max-width: 745px ) {
    .sidebar > .sidebar-item.search-item {
        display: none;
    }

    body {
        padding-top: 0 !important;
    }

    .header {
        height: 85px;
    }

    .header-logo {
        width: 130px;
        height: 85px;
    }

    .header-logo svg {
        width: 100%;
        padding: 0 10px;
    }

    .header-language {
        width: 65px;
    }

    .header-language .lang-inline {
        top: 85px !important;
    }

    .header-language .current-language {
        height: 85px;
        padding: 30px 0;
    }

    .mobile-button {
        width: 60px;
        height: 85px;
        line-height: 90px;
    }

    .switch .mobile-button {
        position: relative;
    }

    .item-page.article .space-wrapper .hotel-img, .item-page.article .space-wrapper .hotel-txt {
        width: 100%;
    }

    .item-page.article .space-wrapper .hotel-img {
        max-width: 314px;
        margin: 0 auto;
    }

    .main-navigation {
        top: 85px;
    }

    .main-menu {
        padding: 15px 0;
        border-bottom: 1px solid #ececec;
    }

    .main-menu > li > a:hover, .main-menu > li.current > a, .main-menu > li:hover > a {
        -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.0);
    }

    .main-menu > li.active > a {
        color: #00bdff;
    }

    .main-menu > li {
        display: block;
        width: 100%;
        height: auto !important;
        text-align: left;
        padding: 5px 0;
        font-size: 16px;
    }

    .main-menu > li > a {
        padding: 0 20px !important;
    }

    .main-menu li a br {
        display: none !important;
    }

    .popout-menu {
        position: relative;
    !important;
        top: 0 !important;
        height: auto !important;
        max-height: none !important;
    }

    .submenu {
        padding: 20px;
        margin: 10px 0;
    }

    .submenu ul {
        display: block;
        width: 100%;
    }

    .submenu li {
        padding-left: 25px;
    }

    .cta-buttons {
        width: 75px;
        z-index: 800 !important;
    }

    .slider {
        margin-top: 87px;
    }

    .slider, .slider-container {
        height: auto !important;
    }

    .slider .image-slide {
        position: relative !important;
    }

    .cta-buttons a {
        width: 100%;
        padding: 10px 0;
        height: 85px;
        font-size: 11px;
        line-height: 16px;
    }

    .head-structure {
        width: 100%;
        height: auto;
        margin: 0px !important;
    }

    .breadcrumbs {
        font-size: 18px;
        white-space: nowrap;
    }

    .sidebar + .breadcrumbs {
        padding: 0;
    }

    .current-page-name {
        font-size: 25px;
        line-height: 140%;
        padding-bottom: 5px;
    }

    .homepage .current-page-name {
        padding-top: 0;
    }

    .s-structure {
        display: block;
        width: 100%;
    }

    .section-content .inner {
        margin: 0 auto;
    }

    .item-page.article {
        text-align: left;
    }

    .section-content > .inner > .sub-navigation .sub-navigation-wrapper {
        padding: 25px 0;
    }

    .search-item-title, .sub-navigation-title {
        font-size: 15px;
    }

    .list-of-hotels .hotel-location-title {
        padding: 20px 25px;
    }

    .item-page.article .hotel-space.single {
        height: auto;
    }

    .item-page.article .hotel-elm {
        display: block;
        width: 100%;
    }

    .item-page.article .hotel-img, .highlight-image {
        height: 150px;
    }

    .item-page.article .hotel-txt, .highlight-txt {
        padding: 20px 0 0 0;
    }

    .hotel-txt .hotel-cta a, .highlight-txt .hotel-cta a {
        width: 100%;
    }

    .item-page.article ul {
        padding-left: 0;
    }

    .section-content {
        padding: 20px 10px;
    }

    .scroll-to-top {
        bottom: 44px;
    }

    .recommended {
        font-size: 20px;
        line-height: 170%;
    }

    .multiple-hotel-structure {
        padding: 20px 0;
    }

    .dotter {
        position: relative;
        text-align: center;
        right: 0;
    }

    .hotel-highlight {
        width: 100% !important;
        display: block;
    }

    .highlight-hotel {
        height: auto;
        border: 0;
    }

    .item-page.article .hotel-name, .item-page.article .hotel-info {
        white-space: normal;
    }

    .aside-element {
        display: block;
        width: 100% !important;
        height: 330px;
        margin: 0 0 2px 0 !important
    }

    .aside-elm-title {
        font-size: 22px;
    }

    .recommended-hotel {
        padding: 0;
    }

    .homepage .aside-content.special-themes .aside-element {
        margin: 20px 0;
    }

    .aside-content.special-themes .aside-elm-title {
        padding: 0 0 20px 0;
    }

    .aside-content.special-themes .aside-element.offers {
        margin: 0;
    }

    .aside-content.special-themes .aside-elm-inner {
        vertical-align: middle;
    }

    .item-page.article .hotel-lastminute-item .hotel-txt {
        width: 100%;
    }

    .inner-title {
        margin: 20px 0;
    }

    .footer {
        padding-bottom: 40px;
    }

    .foo-map ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .foo-map ::-moz-placeholder {
        font-size: 14px;
    }

    .foo-map :-ms-input-placeholder {
        font-size: 14px;
    }

    .foo-map :-moz-placeholder {
        font-size: 14px;
    }

    .footer-map, .footer-element.footer-item {
        padding: 20px 10px;
    }

    .footer-map-title {
        font-size: 18px;
        text-align: center;
    }

    .footer-locations {
        padding-top: 20px;
    }

    .footer-locations ul, .live-search-result-box ul {
        display: block;
        width: 100%;
        margin: 0;
    }

    .footer-locations ul li, .live-search-result-box ul li {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .footer-item .footer-block {
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer-item .footer-block.footer-logo, .footer-item .footer-block.footer-credits {
        width: 100%;
    }

    .footer-credits ul.social {
        padding: 20px 0;
    }

    .footer-map .inner:before {
        margin: 0;
    }

    .footer-map-title {
        padding: 20px 0;
        font-size: 16px;
        text-align: left;
    }

    .footer-credits ul {
        margin: 15px auto 0 auto;
    }

    .cta-buttons a.cta-packages, .hotel-name a span.icon_house_alt, .navigation-info, .aside-elm-shortdesc, .head-structure-image, .structure-list .owl-nav div, .item-page.article .current-page-name .share-buttons, .main-menu li:first-child .submenu-title a:before, .submenu-title, .slogan {
        display: none;
    }

    .slogan p {
        font-size: 21px;
        line-height: 30px;
    }

    .slogan {
        padding: 0 10px;
    }

    .mobile-links, .homepage .slogan {
        display: block;
    }

    .homepage .breadcrumbs, .slogan, .footer-map-title {
        display: none !important;
    }

    #filter-hotel label {
        display: block;
        text-align: center;
    }

    #filter-hotel select {
        width: 100%;
    }
}

/*ROTATE + MARGIN TOP*/

.rotate-it .header {
 /*   transform: rotate(-1deg);
    -webkit-transform-origin: 50% 51%;*/
    margin-top: -17px;
    height: 132px;
}

.rotate-it .header-logo {
    margin: 0 0 0 -1px;
    z-index: 0;
    height: 157px;
    transform: rotate(-1deg);
    -webkit-transform-origin: 50% 51%;
}

.rotate-it .header-logo a {
    padding: 42px 0;
}

.rotate-it .header-logo a,  .rotate-it .cta-buttons, .rotate-it .header-language, .rotate-it .submenu {
    transform: rotate(1deg);
}

.rotate-it .main-menu > li > a:hover, .rotate-it .main-menu > li.active > a {
    color: #2589ac;
}

.rotate-it .cta-buttons {
    margin: 9px 0 0 0;
    position: relative;
    z-index: 20;
    height: 128px;
    padding: 0px 0px;
    transform: rotate(-1deg);
    -webkit-transform-origin: 50% 51%;
}

.rotate-it .header-language {
/*    margin: 30px 0 0 0;*/
    z-index: 900;
    transform: rotate(-1deg);
    -webkit-transform-origin: 50% 51%;
}

.rotate-it .header-language .current-language {
    height: 132px;
    padding: 62px 0;
}

.rotate-it .header-language .lang-inline {
    top: 110px;
    z-index: 9999;
}

.rotate-it .popout-menu {
    top: 141px;
    transform: rotate(-1deg);
    -webkit-transform-origin: 50% 51%;
}

.rotate-it .popout-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    width: 50px;
    height: 100%;
    background-color: #fcc42b;
    z-index: 1000;
}

.rotate-it .popout-menu .submenu {
    position: relative;
    z-index: 340;
}

.rotate-it .popout-menu:after {
    z-index: 1000;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 439px 9px 0 0;
    border-color: #fcc42b transparent transparent transparent;
    margin-left: -1px;
}

.rotate-it .cta-buttons a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 10px;
    width: 100%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 125px 0 0;
    border-color: #007bff transparent transparent transparent;
}

.rotate-it .cta-buttons a.cta-packages:after {
    border-top-color: #00bdff;
}

.rotate-it .cta-buttons a.lastminute:after {
    border-top-color: #1d3764;
}

.rotate-it .popout-menu:after {
}

.rotate-it .main-menu > li > a {
    line-height: 22px;
    padding: 57px 70px 37px 70px;
}

.rotate-it .main-menu > li > a {
    padding-top: 65px;
}

/*.rotate-it .main-menu > li + li > a {
    padding-top: 59px;
}

.rotate-it .main-menu > li + li + li > a {
    padding-top: 63px;
}

.rotate-it .main-menu > li + li + li + li > a {
    padding-top: 66px;
}

.rotate-it .main-menu > li + li + li + li + li > a {
    padding-top: 69px;
}*/

.rotate-it .mobile-button {
    height: 142px;
    line-height: 155px;
}

.rotate-it .mobile-menu {
    transform: rotate(1deg);
}

@media screen and (min-width: 746px ) {
    .rotate-it main.content:before {
        content: "";
        position: absolute;
        left: 0;
        top: -104px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 104px 6000px;
        border-color: transparent transparent #FFFFFF transparent;

    }



    .rotate-it .search-item-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 5px 315px;
        border-color: transparent transparent #ffc600 transparent;
        display: none;
    }

    .rotate-it .footer-map:before {
        content: "";
        position: absolute;
        left: 0;
        top: -104px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 104px 6000px;
        border-color: transparent transparent #FFFFFF transparent;
    }

    .rotate-it .footer-item {
        position: relative;
    }

    .rotate-it .footer-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: -103px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 104px 6000px;
        border-color: transparent transparent #1d3764 transparent;
    }

    .rotate-it .aside-content.themes:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 104px 6000px;
        border-color: transparent transparent #FFFFFF transparent;
    }
}

@media screen and (max-width: 1755px ) {
    .rotate-it .main-menu > li > a, .main-menu > li > a {
        padding-left: 40px;
        padding-right: 40px;
    }

    .rotate-it .cta-buttons {
        margin: 2px 0 0 0;
    }

    .rotate-it .header-language {
       /* margin: 16px 0 0 0;*/
       /* padding-top:20px;*/
    }

    .rotate-it .header-language .current-language {
        height: 117px;
        padding: 44px 0;
    }
}

@media screen and (min-width: 1255px ) {
    .rotate-it .header:before {
        content: "";
        background-color: #FFFFFF;
        width: 4000px;
        height: 500px;
        position: absolute;
        bottom: 0;
        top: -500px;
        display: block;
    }

    .rotate-it .header-logo:before {
        content: "";
        background-color: #1d3764;
        width: 800px;
        height: 800px;
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
    }
}

@media screen and (max-width: 1455px ) {
    .rotate-it .main-menu > li {
        height: 142px;
    }

    .rotate-it .popout-menu:after {
        display: none;
    }
}

@media screen and (max-width: 990px ) {
    .rotate-it .header-language {
        margin: 24px 0 0 0;
    }
}

@media screen and (max-width: 990px) and (min-width: 746px) {
    .rotate-it .cta-buttons a:after {
        border-width: 2px 100px 0 0;
        bottom: -1px;
    }
}

@media screen and (max-width: 745px ) {
    .sidebar {
        width: 100%;
        margin: 0;
    }

    .homepage .hotel-space-block {
        margin: 0;
    }

    .hotel-space-block {
        margin-bottom: 30px !important;
    }

    .hotel-space-title {
        cursor: pointer;
    }

    .hotel-space-title span {
        display: none;
    }

    .hotel-space-title:after {
        font-family: 'ElegantIcons';
        content: "\33";
        margin: 0 0 0 8px;
    }

    .owl-carousel.owl-loaded.hotel-slider {
        display: none;
    }

    .space-is-visible .owl-carousel.owl-loaded.hotel-slider {
        display: block !important;
    }

    /*.hotel-space-image, .hotel-space-location, .hotel-space-block .owl-nav {display:none;}*/
    .rotate-it .cta-buttons a:after {
        display: none;
    }

    .rotate-it .header {
        margin-top: 0;
    }

    .rotate-it .header-logo a, .rotate-it .main-menu > li > a, .rotate-it .cta-buttons, .rotate-it .header-language, .rotate-it .submenu, .rotate-it .header {
        transform: rotate(0deg);
    }

    .rotate-it .header-logo a {
        padding: 25px 0;
    }

    .rotate-it .header, .rotate-it .header-logo, .rotate-it .mobile-button {
        height: 85px;
    }

    .rotate-it .cta-buttons {
        height: auto;
        padding: 0;
    }

    .rotate-it .cta-buttons a {
        padding: 10px 0;
        height: 85px;
    }

    .rotate-it .mobile-button {
        line-height: 95px;
    }

    .rotate-it .header-language .current-language {
        height: 85px;
        padding: 30px 0;
    }

    .rotate-it .cta-buttons, .rotate-it .header-language, .rotate-it .header-logo {
        margin: 0;
    }

    .item-page.article .to-read-cta {
        display: block;
        text-align: center;
        margin-top: 13px;
    }

    .item-page.article .to-read-cta .btn-readmore {
        display: block;
        margin: 0 auto;
        width: 180px;
        text-decoration: none;
        text-transform: uppercase;
        background: #fcc42b;
        color: #1d3764;
        font-size: 14px;
        font-weight: 600;
        padding: 13px 0;
    }

    .item-page.article .to-read {
        display: none;
    }

    .sub-navigation-wrapper a {
        line-height: 2rem;
    }

    .sub-navigation-wrapper ul li li.highlight-location:before {
        top: 16px;
    }

    .footer-locations a, .live-search-result-box a {
        line-height: 2rem;
    }

    .footer-locations ul li:before {
        top: 17px;
    }
}

@media only print {
    * {
        font-family: Arial, Helvetica, sans-serif !important;
    }

    body {
        background: #fff none !important;
        color: #000;
        line-height: 1.2;
        padding: 0px !important;
    }

    p, table, ul, ol, dl, blockquote, pre, code, form {
        margin: 0 0 1em;
    }

    h1, h2 {
        font-weight: normal;
        margin: 0.5em 0 0.5em !important;
        font-size: 21px;
        padding: 0;
        margin: 0;
    }

    .item-page.article {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .item-page.article h1 {
        color: #000 !important;
        font-size: 21px !important;
    }

    .section-content .inner {
        margin: 0px !important;
    }

    .header, .slider, .sidebar, .breadcrumbs, #altea-cookiebox-wrapper, .current-page-name, .aside, .footer, .scroll-to-top, .rotate-it main.content:before {
        display: none !important;
    }
}


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
/*	padding: 10px;*/
}

.swiper-slide .hotel-details {

	width: 100%;
}

.swiper-slide .hotel-space-image {
	width: 100%;

}

.swiper-slide .hotel-space-image img {
	width: 100%;
	height: auto;
	display: block;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    background-color:#fff;
    border-radius:100px;
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.76);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.76);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.76);

}

.swiper-button-next:after, .swiper-button-prev:after {

    font-size: 16px;
    color:#1f3862;
}


.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -20px);
    right: auto;
}


.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -20px);
    left: auto;
}




@media only screen and (max-width: 700px) {  #form_portale h2, #form h2.form {
    font-size: 13px;
}

    #form_portale .textwrap_h2, #form_portale .textwrap_h3 {
        display: block;
    }

}





#form_portale button {
    background-color: #23365a;
    color: #fff;

    padding: 15px 10px;
    border: 1px solid #888888;
    border-radius: 5px;
    margin: 10px 0;
    min-width: 100px;
    text-align: center;
}


#form_portale input {

    background: #fafbfb;
    padding: 5px 10px;
    border: 1px solid #888888;
    border-radius: 5px;
    margin: 10px 0;
    /*min-width:100px;*/
}


.frazioni-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.frazioni-container label {
    font-size: 12px !important;
}

.comune-group {
    margin-bottom: 1.5rem;
}

.comune-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
}

.comune-group label {
    display: block;
    margin: 0.25rem 0;
}


@media (max-width: 1080px) {
    .frazioni-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .comune-group {
        margin-bottom: 1.5rem;

    }

    .comune-title {
        font-weight: bold;
        margin-bottom: 0.5rem;
        display: block;
    }

    .comune-group label {
        display: block;
        margin: 0.25rem 0;
    }
}


@media (max-width: 900px) {
    #form_portale #portali_telefono, #form_portale #portali_cellulare, #form_portale #portali_email {
        width: 100% !important;
    }
}




#form_portale .centrato {
    text-align: center;
}

#form_portale h2.form {
    font-size: 25px;
    margin: 24px 0 8px 0;
    color: #ffa800;
    /* Large devices such as laptops (979px and up) */
}

@media only screen and (min-width: 979px) {
    #form_portale h2.form {
        font-size: 25px;
    }
}

#form_portale .richiesta_portali {
    width: 100%;
}

#form_portale label, #form_portale .titoloform {
    min-width: 120px;
    display: block;
    font-weight: 700;
}

#form_portale .portali_red {
    color: #F59E00;
    font-weight: 400;
    font-size: 16px;
}

#form_portale input[type=text], #form_portale input[type=number], #form_portale input[type=tel], #form_portale input[type=email], #form_portale select {
    font-size: 18px;
    margin: 0 5px 0 0;
    border-radius: 8px;
    padding: 8px 8px;
    border: 1px solid #2C2928;
    width: 100%;
    min-width: 220px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    /* Medium devices such as tablets (768px and up) */
}

#form_portale input[type=text]#altea_privacy_1, #form_portale input[type=number]#altea_privacy_1, #form_portale input[type=tel]#altea_privacy_1, #form_portale input[type=email]#altea_privacy_1, #form_portale select#altea_privacy_1 {
    width: auto;
    min-width: unset;
    margin: 0 10px 0 0;
}

@media only screen and (min-width: 768px) {
    #form_portale input[type=text], #form_portale input[type=number], #form_portale input[type=tel], #form_portale input[type=email], #form_portale select {
        margin-right: 40px;
    }
}

#form_portale input[type=text].portali_small, #form_portale input[type=number].portali_small, #form_portale input[type=tel].portali_small, #form_portale input[type=email].portali_small, #form_portale select.portali_small {
    width: auto;
    min-width: unset;
    max-width: 60px;
    margin: 0 5px 0 0;
}

#form_portale .ts-control {
    border-radius: 8px;
    /*    border: 1px solid #2C2928;*/
    padding: 16px 8px;
    min-width: 200px;
}

#form_portale .ts-control .item {
    font-family: inherit;
    font-size: 18px;
}

#form_portale td {
    display: block;
    width: auto !important;
    padding: 5px 0;
    /* Medium devices such as tablets (768px and up) */
}

@media only screen and (min-width: 768px) {
    #form_portale td {
        display: inline-block;
        padding: 10px 5px;
    }
}

#form_portale .bg-gray {
    padding: 20px;
}

#form_portale .bg-gray td {
    display: inline-block;
}

#form_portale .bg-gray .titoloform {
    display: block !important;
}

#form_portale .optgroup-header {
    color: #707070;
    background: #FFEED2;
}

#form_portale .privacy_checkboxes label {
    display: inline;
}

#form_portale .privacyTextBox {
    position: relative;
    max-height: 80px;
    overflow: auto;
    font-size: 11px;
    line-height: 130%;
    padding: 5px;
    font-weight: normal;
    color: #2C2928;
    background-color: #FFEED2;
}

#form_portale textarea {
    width: 100%;
    min-width: 280px;
    padding: 16px 8px;
    border-radius: 8px;
    border: 1px solid #2C2928;
    font-size: 18px;
    margin: 0 5px 0 0;
    /* Medium devices such as tablets (768px and up) */
}

@media only screen and (min-width: 768px) {
    #form_portale textarea {
        width: auto;
    }
}

#form_portale button {
    display: flex;
    justify-content: center;
    font-size: 18px;
    min-width: 280px;
    border: 0;
    padding: 20px;
    background-color: #F59E00;
}


.portali_localita td {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem; /* spazio tra le coppie checkbox+label */
}

.portali_localita input[type="checkbox"],
.portali_localita label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.portali_localita input[type="checkbox"] + label {
    margin-right: 1.5rem; /* spazio dopo ogni coppia */
}


#select_location {
    display: none;
}


