.main {
    background-color: #fff;
}

.section {
    position: relative;
    background-color: #FFF;
}

.section a.button, .menu-booking-button a.button {
    display: inline-block;
    border: 1px solid #2c2f36;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 25px;
    text-decoration: none;
    color: #2c2f36;
    font-weight: 400;
}

.section a.button.red, .menu-booking-button a.button.red {
    background-color: #e50051;
    border-color: #e50051;
    color: #FFF;
}

.menu-booking-button a.button.red {
    padding: 13px 15px;
}

.menu-booking-button {
    text-align: right;
    padding: 10px 0 0 0;
}

.section a.button.green {
    background-color: #72d6ce;
    border-color: #72d6ce;
    color: #FFF;
}

.static-div {
    position: static;
}

.static-div > * {
    position: absolute;
    z-index: 135;
}

.static-div .wine-ambassador {
    top: 55vh !important;
    right: 66px !important;
    width: 120px;
}

.static-div .wine-ambassador img {
    display: block;
    width: 100%;
    height: auto;
}

iframe {
    border: none;
}

.scroll-to-top {
    bottom: 8%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 28px;
    position: fixed;
    left: 15px;
    z-index: 999;
    display: none;
    background-color: #e50051;
    background-color: rgba(198, 18, 50, 0.85);
    font-size: 26px;
    text-align: center;
    color: #FFF;
    display: none;
}

.foot {
    min-height: 20px;
}

.layout-three + .layout-two, .layout-two + .layout-two {
    margin-top: 30px;
}

.item-image, .item-image img {
    display: none;
    height: 100%;
}

.item-image .desc img {
    display: block;
    margin-top: 15px;
}

.item-image .desc img.rfloater {
    float: right;
    margin: 0 0 0 20px;
}

.item-image.ns_nerveSlider {
    position: absolute !important;
}

.item-text {
    position: relative;
    z-index: 105;
}

.item-slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.item-slider .ns_nerveSlider {
    position: absolute !important;
}

.item-slider .ns_nerveSlider .ns_caption {
    overflow: visible;
    max-height: none;
    height: auto;
    font-family: 'Fira Sans', Arial;
    font-weight: 200;
    bottom: 15%;
    left: 0;
}

.item-slider .ns_nerveSlider .ns_caption > div {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #2c2f36;
    font-size: 14px;
    line-height: 140%;
    overflow: visible;
    font-family: 'Fira Sans', Arial;
    text-shadow: none;
    margin: 0 400px 0px 100px;
}

.item-slider .slogan {
    position: relative;
    font-size: 14px;
}

.item-slider .slogan .title {
    font-size: 3em;
    line-height: 140%;
}

.item-slider .slogan .title h1, .item-slider .slogan .title .h1 {
    font-size: 1em;
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 10px;
}

.item-slider .slogan .title strong {
    font-weight: 600;
}

.item-slider .slogan .before, .item-page-father .before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    opacity: 0.6;
}

.item-slider .slogan .desc {
    font-weight: 500;
    line-height: 140%;
}

.item-slider .slogan .links {
    margin-top: 20px;
}

.item-slider .slogan .links a {
    margin-right: 5px;
}

.item-slider .ns_nerveSlider .ns_dots {
    bottom: 40px;
    left: 10%;
    right: auto;
    top: auto;
    margin: 0;
    padding: 0;
}

.ns_nerveSlider .ns_dots .ns_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.ns_nerveSlider.light .ns_dots .ns_dot {
    border-color: #6de1da;
}

.ns_nerveSlider.light .ns_dots .ns_dot.ns_selected {
    background-color: #6de1da;
    border-color: #6de1da;
}

.item-slider .ns_nerveSlider .ns_caption > div {
    margin: 0px 650px 0px 100px;
}

.section.text-section[data-section-name="Locations"] {
    display: table;
    width: 100%;
}

.section.text-section[data-section-name="Locations"] > div {
    display: table-cell;
    vertical-align: middle;
}

.schools {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5rem;
    max-width: 1200px;
    height: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;

    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.school-ct {
    display: flex;
    justify-content: center;
}

.school {
    position: relative;
    display: inline-block;
    /*width: 21%;*/
    max-width: 80%;
    height: auto !important;
    vertical-align: top;
    background-color: #FFF;
    /*margin: 0 1%;*/
    padding: 1%;
    color: #2c2f36;
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    flex: 3;
}

.school .thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.school h1, .school .h1 {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
}

.school .desc {
    padding: 0 10px 90px 10px;
    font-size: 16px;
    line-height: 140%;
}

.school .desc a {
    color: #21b9ad;
}

.school .links {
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.school .links .button svg {
    height: 10px;
    transition: transform 0.2s ease-in-out;
}

.school .links .button.clicked svg {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}


.more-info {
    padding: 2.5rem;
    /*display: none;*/
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 400px;
    background: #E50151;
    flex: 1;

    transition: visibility 0s, opacity 0.5s linear;
}

.more-info.show {
    visibility: visible;
    position: static;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.more-info * {
    color: white;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    vertical-align: middle;
}

.more-info svg {
    position: absolute;
    left: 10px;
}

.lightbox-hidden {
    display: none;
}

.footer-condizioni-noleggio {
    max-width: 500px;
}

.thumb-box * {
    display: block;
}

.thumb-box .thumb {
    margin-bottom: 10px;
}

.juicer-feed h1, .juicer-feed .h1 {
    font-size: 12px !important;
}

#be-social .juicer-feed .j-paginate {
    text-align: center !important;
}

#iframeskiworkweb, #iframeskiworkwebprivate {
    width: 110% !important;
    margin: 0 -5%;
}

.offer {
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    color: #2c2f36;
    font-size: 14px;
    line-height: 140%;
    overflow: hidden;
}

.offer-image {
    float: left;
    margin-right: 30px;
}

.offer-text {
    padding: 20px;
    text-align: left;
}

.offer-title {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 150%;
}

.offer-intro {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.header-sponsoredby {
    position: absolute;
    top: 50px;
    left: 350px;
    z-index: 200;
    width: 221px;
    display: none;
}

.header-sponsoredby.scrolling {
    display: none;
}

.header-sponsoredby p {
    height: 26px;
    line-height: 26px;
    padding-right: 36px;
    margin-bottom: 6px;
    background-color: #0e0e10;
    background: rgba(14, 14, 16, 0.5);
    color: #fff;
    text-transform: uppercase;
}

.header-sponsoredby ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-sponsoredby li {
    width: 100%;
    list-style-type: none;
    margin: 0 0 6px 0;
    padding: 0;
}

.header-sponsoredby a {
    display: block;
    width: 100%;
}

.header-sponsoredby img {
    display: block;
    width: 100%;
    height: auto;
}

body.onepage .header-sponsoredby {
    display: block;
}

@media screen and (max-width: 1150px) {
    .item-slider .ns_nerveSlider .ns_caption > div {
        margin: 0px 400px 0px 100px;
    }
}

@media screen and (max-width: 1050px) {
    .schools {
        max-width: 600px;
    }

    .school-ct {
        flex-direction: column;
    }
    .school {
        max-width: 100%;
    }
    .more-info {
        width: auto;
        padding: 3.5rem;
    }
    .more-info svg {
        left: 1rem;
    }

    .section.text-section[data-section-name="Locations"] > div {
        vertical-align: top;
    }

    .offer-image img {
        width: 212px;
        height: auto;
    }

    .offer-title {
        font-size: 22px;
        line-height: 150%;
    }

    .header-sponsoredby {
        left: 400px;
    }
}

@media screen and (max-width: 600px) {
    .schools {
        /*max-width: 250px;*/
        max-width: 90%;
    }

/*    .school {
        width: 90%;
        padding: 5%;
        margin: 1% 0;
        height: auto !important;
    }*/

    .school .desc {
        /*display: none;*/
        padding: 1rem;
    }

    .school .links {
        position: relative !important;
        margin-top: 30px;
    }

    #locations {
    }

    .offer-image {
        float: none;
        margin: 0 0 20px 0;
    }

    .offer-title {
        font-size: 16px;
        line-height: 150%;
    }

    .slogan a.button {
        background-color: #FFF;
    }
}

@media screen and (max-width: 950px) {
    .item-slider .slogan .title {
        white-space: nowrap;
    }

    .item-slider .slogan {
        font-size: 12px;
    }

    .item-slider .ns_nerveSlider .ns_caption > div {
        margin-right: 270px;
    }

    .rounded-shadow {
        width: 150px;
        height: 150px;
    }

    .homepagemessage {
        padding: 20px;
    }

    .static-div .wine-ambassador {
        display: none;
    }

    .periodo-natalizio {
        display: none;
    }

    .header-sponsoredby {
        left: auto;
        right: 140px;
        width: 144px;
        top: 51px;
    }

    .header-sponsoredby p {
        height: 17px;
        line-height: 17px;
        padding-right: 23px;
        margin-bottom: 4px;
        font-size: 12px;
    }

    .header-sponsoredby li {
        margin: 0 0 4px 0
    }
}

@media screen and (max-width: 600px) {
    .item-slider .ns_nerveSlider .ns_caption > div {
        margin: 0 20px;
    }

    .item-slider .ns_nerveSlider .ns_caption {
        max-width: none;
    }

    .item-slider .slogan .title {
        font-size: 2em;
    }

    .ns_nerveSlider.light .ns_dots {
        display: none;
    }

    .item-slider .ns_nerveSlider .ns_caption {
        bottom: 10%;
    }

    .item-slider .slogan .links a.button {
        padding: 5px 10px;
        font-size: 12px;
    }

    .header-section .item-slider .slogan .desc {
        display: none;
    }

    .homepagemessage, .scroll-down-icon {
        display: none;
    }

    .section.header-section {
        max-height: 100vw;
        min-height: 60vw;
    }
}

.item-page {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    line-height: 150%;
    padding: 70px 0;
    color: #2c2f36;
    text-align: center;
}

.item-page h1, .head h1, .item-page .h1, .head .h1 {
    font-size: 54px;
   /* font-weight: 200;*/
    font-weight: 300;
    text-transform: uppercase;
    line-height: 140%;
    margin: 1.3em 0 0.5em;
    margin-top: 130px !important;
}

.noonepage .item-page h1, .noonepage .head h1 {
    margin-top: 0.3em !important;
}

.noonepage .item-page .h1, .noonepage .head .h1 {
    margin-top: 0.3em !important;
}

.location-slider .item-page h1, .article-locations .head > *:first-child, .location-slider .item-page .h1 {
    margin-top: 0 !important;
}



.article-locations .head img {
    max-width: 100%;
    height: auto;
}

.item-page h2, .item-page-header-h2 h2 {
    font-size: 38px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 140%;
    margin: 1.3em 0 0.5em;
}

.item-page h3 {
    font-size: 26px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 140%;
    margin: 1.3em 0 0.5em;
}

.item-page h1 strong, .item-page .h1 strong {
    font-weight: 600;
}

.item-page ul, .item-page ol {
    text-align: left;
}

.item-page strong {
    font-weight: 600;
}

.item-page a {
    color: #e50051;
}

.item-page a:hover {
    text-decoration: none;
}

.item-page em {
    font-style: italic;
}

.item-page .table {
    font-size: 13px;
    color: #383b43;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.item-page table {
    margin: 0 auto 20px;
}

.item-page .table th {
    font-weight: 500;
    padding: 10px 15px;
    background-color: #72d6ce;
    color: #383b43;
    vertical-align: top;
    font-size: 15px;
}

.item-page .table th.left, .item-page .table td.left {
    text-align: left;
    white-space: nowrap;
}

.item-page .table th span {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    margin-top: 5px;
}

.item-page .table td {
    background-color: #e3e3e3;
    padding: 10px 15px;
}

.item-page .table tr:nth-child(even) td {
    background-color: #ffffff;
}

.item-page .table {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align: center;
}

.item-page .table td.empty {
    background: none;
    border-top: 4px solid #72d6ce;
}

.item-page hr {
    -webkit-column-break-before: always;
    break-before: column;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.item-page .table hr {
    border-bottom: 1px dotted #383b43;
    margin: 3px 0;
}

.item-page .table th p {
    margin: 0;
}

.columnbreaker {
    -webkit-column-break-before: always;
    break-before: column;
}

.item-page td.rate_td {
    min-width: 40px;
}

.item-page > .item-page-father > h2 {
    margin-top: 10px;
}

.item-page > .item-page-father > * {
    z-index: 50;
    position: relative;
}

.item-page > .item-page-father > .before {
    z-index: 10;
    position: absolute;
}

.item-page-header-h2 h2 {
    margin-top: 0;
}

@media screen and (max-width: 850px) {
    .item-page h1, .facebook-social-stream .head h1, .head h1,
	.item-page .h1, .facebook-social-stream .head .h1, .head .h1 {
        font-size: 30px;
    }

    .item-page h2, .facebook-social-stream .head h2, .head h2, .item-page-header-h2 h2 {
        font-size: 24px;
    }

    .item-page h3, .facebook-social-stream .head h3, .head h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 650px) {
    .item-page {
        padding: 40px 0;
    }

    table {
        overflow: auto;
    }

    .article-locations .head {
        padding: 40px 10px 0;
    }

    .header-sponsoredby {
        left: auto;
        left: auto;
        right: 20px;
        width: 128px;
        top: 195px;
    }

    .header-sponsoredby p {
        height: 17px;
        line-height: 17px;
        padding-right: 23px;
        margin-bottom: 2px;
        font-size: 12px;
    }

    .header-sponsoredby li {
        margin: 0 0 2px 0
    }
}

@media screen and (max-width: 450px) {
    .item-page h1, .facebook-social-stream .head h1, .head h1 {
        font-size: 22px;
    }

    .item-page .h1, .facebook-social-stream .head .h1, .head .h1 {
        font-size: 22px;
    }

    .item-page h2, .facebook-social-stream .head h2, .head h2, .item-page-header-h2 h2 {
        font-size: 19px;
    }

    .item-page h3, .facebook-social-stream .head h3, .head h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 504px) {
    .header-sponsoredby {
        right: 18px;
        width: 128px;
        top: 160px;
    }
}

.team-members ul, .team-members li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.team-members li {
    float: left;
    width: 25%;
    overflow: hidden;
    background-color: #162f51;
}

.team-members li .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.team-members li:before {
    content: "";
    display: block;
    padding-top: 100%;
    box-sizing: border-box;
    background-color: #162f51;
}

.team-members ul:after {
    content: "";
    clear: both;
    display: block;
    float: none;
}

.team-members li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #72d6ce;
    line-height: 140%;
    padding: 8px 15px;
    z-index: 20;
}

.team-members li .txt strong {
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
}

.team-members li .txt a {
    position: absolute;
    top: -40px;
    left: 15px;
    font-size: 34px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    color: #FFF;
}

.team-members li .backstretch {
    opacity: 0.65;
    transition: all 0.2s;
    z-index: 10 !important;
}

.team-members li:hover .backstretch {
    opacity: 1;
    transition: all 0.2s;
}

.team-members li:hover .txt {
    background-color: #72d6ce;
    color: #FFF;
}

@media screen and (max-width: 750px) {
    .team-members li {
        width: 33.333333%;
    }
}

@media screen and (max-width: 600px) {
    .team-members li {
        width: 50%;
    }

    .item-page h1, .head h1 {
        margin-top: 0 !important
    }

    .item-page .h1, .head .h1 {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 450px) {
    .team-members li {
        width: 100%;
    }
}


.stoereraktive .header {
    top: 60px;
}

.stoereraktive .mobile-menu-button {
    top: 108px;
}

.stoerer-item {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 60px;
    z-index: 9999;
    background: rgb(48, 139, 141);
    background: linear-gradient(90deg, rgba(48, 139, 141, 1) 0%, rgba(122, 188, 189, 1) 100%);
}

.stoerer-item * {
    padding: 0;
    margin: 0;
}

.stoerer-item p, .stoerer-item a {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}

.stoerer-item p:first-child {
    margin-left: 10%;
}

.stoerer-item a {
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .stoerer-item p {
        font-size: 12px;
    }

    .stoerer-item a {
        font-size: 12px;
    }

    .stoerer-item p:first-child {
        margin-left: 1%;
    }

    .stoerer-item img {
        display: none;
    }

    .stoerer-item {
        justify-content: space-around;
    }
}

.fakeFullLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: block;
}

.section.layout {
    position: relative;
    overflow: hidden;
}

.section-sub-nav-menu {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.section-sub-nav-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.section-sub-nav-menu li {
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    border-left: 1px solid #72d6ce;
    position: relative;
}

.section-sub-nav-menu li:first-child {
    border-left: none;
}

.section-sub-nav-menu a {
    font-size: 15px;
    color: #2c2f36;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    padding: 5px 0;
}

.section-sub-nav-menu li.active a {
    font-weight: 500;
}

.section-sub-nav-menu li.active:after {
    content: "";
    display: block;
    left: 50%;
    bottom: -30px;
    margin: 0 0 0 -15px;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #72d6ce;
}

.section-sub-nav-content {
    position: relative;
    border-top: 5px solid #72d6ce;
    border-bottom: 5px solid #72d6ce;
    margin: 0 auto;
    width: 86%;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

.section-sub-content {
    position: relative;
    padding: 40px;
    background-color: #383b43;
    color: #FFF;
    display: none;
}

.section-sub-content.active {
    display: block;
}

.section-sub-content .item-page {
    color: #FFF;
    text-align: left;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
}

.section-sub-content .item-page > *:first-child {
    margin-top: 0;
}

.section.layout.two-col .section-sub-content .item-page {
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
}

.section-sub-mobile-menu {
    display: none;
    background-color: #2c2f36;
    font-size: 15px;
    height: 50px;
    text-transform: uppercase;
}

.section-sub-mobile-menu:hover {
    text-decoration: underline;
}

.section-sub-mobile-menu a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
    height: 50px;
    line-height: 50px;
}

.section-sub-mobile-menu br {
    display: none;
}

.section-sub-mobile-menu a.button {
    float: right;
    padding: 0px 10px;
    height: 34px;
    line-height: 34px;
    margin: 8px;
    border: none;
}

.section-sub-content .item-actions {
    margin-top: 10px;
    text-align: right;
}

.item-page-header-h2 .item-actions {
    float: right;
}

.section-sub-content .item-actions .pdf-link {
    display: none;
}

.section-sub-content .item-page > .item-page-father > .before {
    display: none;
}

.section.layout-two .foot {
    display: none;
}

.section.layout-two .head {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.section.layout-two .button {
    padding: 10px 15px;
    margin: 0 5px;
}

.section.layout-two .head .before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    opacity: 0.75;
    z-index: -1;
}

.section.layout-three {
    display: table;
    width: 100%;
    height: 100%;
}

.section.layout-three .table-parent {
    display: table;
    width: 100%;
    height: 100%;
}

.section.layout-three .head {
    min-height: 1%;
    width: 100%;
}

.section.layout-three .foot {
    height: 40%;
    width: 100%;
    min-height: 400px;
}

.section.mobile-section h1 {
    color: #6de1da;
}

.section.mobile-section .h1 {
    color: #6de1da;
}

.book-link-after-h2 {
    display: inline-block;
    float: right;
}

.book-link-after-h2 span {
    display: none;
}

body.hideMobileScrollingLogos .header-sponsoredby, body.onepage:not(.fp-viewing-0) .header-sponsoredby {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .section-sub-mobile-menu {
        border-top: 2px solid #72d6ce;
        white-space: nowrap;
    }

    .section-sub-mobile-menu:first-child {
        border-top: none;
    }

    .section-sub-mobile-menu {
        display: block;
    }

    .section-sub-nav-menu {
        display: none;
    }

    .section-sub-content {
        padding: 30px;
        border-top: 6px solid #72d6ce;
    }

    .section-sub-nav-content {
        border: none;
    }

    .section.layout.two-col .section-sub-content .item-page {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .section-sub-content .item-actions {
        text-align: left;
    }

    .section-sub-content .item-actions a.button {
        font-weight: 300;
        padding: 10px 20px;
    }

    .section-sub-content .item-actions a.button i {
        margin-right: 5px;
    }

    .section-sub-content .item-actions .pdf-link {
        display: inline-block;
    }

    .section-sub-content .item-actions .book-link {
        display: none;
    }

    .section-sub-mobile-menu a.button span {
        display: none;
    }

    .section-sub-mobile-menu a.btn-toggle {
        margin-left: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
    }

    .section-sub-mobile-menu a.btn-toggle:before {
        content: "\f107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-right: 5px;
    }

    .section-sub-mobile-menu.active a.btn-toggle:before {
        content: "\f106";
    }

    .item-page hr {
        display: none;
    }

    .section.layout-one .foot {
        min-height: 40px;
    }
}

@media screen and (max-width: 700px) {
    .section.layout-three .head {
        min-height: 1%;
    }

    .section.layout-three .foot {
        height: 20%;
        min-height: 200px;
    }

    .section.layout-two .head {
        position: relative;
        bottom: auto;
    }

    .section.layout-two .backstretch {
        position: relative !important;
        height: auto !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !Important;
    }

    .section.layout-two .backstretch img {
        width: 100% !important;
        position: relative !Important;
        left: 0 !important;
        top: auto !Important;
        height: auto !Important;
    }

    .section-sub-nav-content .section-sub-content > .item-page > * {
        display: none;
    }

    .section-sub-nav-content .section-sub-content > .item-page .item-page-father {
        display: block;
    }

    .layout {
        border-bottom: 3px solid #72d6ce;
        padding-bottom: 10px;
    }

    .section.layout-one .foot {
        min-height: 10px;
    }
}

@media screen and (max-width: 500px) {
    .section.layout-three .head {
        min-height: 1%;
    }

    .section.layout-three .foot {
        height: 10%;
        min-height: 150px;
    }
}

@media screen and (max-width: 600px) {
    .homepage .item-slider .slogan .desc, .item-slider .slogan .desc {
        display: none;
    }

    .onepage .item-slider .slogan .title strong {
        display: block;
    }

    .onepage .item-slider .slogan .title h1, #be-social h1, #offerte-a-promozioni h1, #angebote-a-gelegenheiten h1, #offers-a-deals h1 {
        font-size: 11vw;
        line-height: 120%;
    }
	.onepage .item-slider .slogan .title .h1, #be-social .h1, #offerte-a-promozioni .h1, #angebote-a-gelegenheiten .h1, #offers-a-deals .h1 {
		font-size: 11vw;
		line-height: 120%;
	}


	.facebook-social-stream > * {
        background: none !important;
    }

    .facebook-social-stream .head {
        padding: 0 !important;
    }

    #section-ski-schule-far-kinder img,
    #section-leidenschaft-in-aktion img,
    #section-passione-in-azione img,
    #section-scuola-sci-per-bambini img,
    #section-passion-in-action img,
    #section-kids-ski-school img,
    .header-sponsoredby, #logo img + img {
        display: none !important;
    }

    #section-ski-schule-far-kinder,
    #section-leidenschaft-in-aktion,
    #section-passione-in-azione,
    #section-scuola-sci-per-bambini,
    #section-passion-in-action,
    #section-kids-ski-school,
    #be-social,
    #offerte-a-promozioni, #angebote-a-gelegenheiten, #offers-a-deals {
        height: auto !important;
        padding: 20px !important;
    }

    #section-ski-schule-far-kinder *,
    #section-leidenschaft-in-aktion *,
    #section-passione-in-azione *,
    #section-scuola-sci-per-bambini *,
    #section-passion-in-action *,
    #section-kids-ski-school *,
    #be-social *,
    #offerte-a-promozioni *,
    #angebote-a-gelegenheiten *,
    #offers-a-deals * {
        position: relative !important;
        height: auto !important;
        bottom: auto !important;
        left: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        text-align: left !important;
    }

    #logo {
        width: 52px !important;
    }

    #logo img {
        width: 80px !important;
        height: auto;
    }

    #section-ski-schule-far-kinder .item-slider .ns_nerveSlider,
    #section-leidenschaft-in-aktion .item-slider .ns_nerveSlider,
    #section-passione-in-azione .item-slider .ns_nerveSlider,
    #section-passion-in-action .item-slider .ns_nerveSlider,
    #section-kids-ski-school .item-slider .ns_nerveSlider,
    #section-scuola-sci-per-bambini .item-slider .ns_nerveSlider {
        position: relative !important;
        height: auto !important;
    }

    #section-ski-schule-far-kinder img,
    #section-leidenschaft-in-aktion img,
    #section-passione-in-azione img,
    #section-scuola-sci-per-bambini img,
    #section-passion-in-action img,
    #section-kids-ski-school img,
    .header-sponsoredby {
        display: none !important;
    }

    #section-passion-in-action, #section-leidenschaft-in-aktion, #section-passione-in-azione {
        background-color: #72d6ce !important;
    }

    #section-passion-in-action .item-slider .slogan .links a.button, #section-leidenschaft-in-aktion .item-slider .slogan .links a.button, #section-passione-in-azione .item-slider .slogan .links a.button {
        border: none;
        padding: 8px 16px;
        margin-top: 10px !important;
    }

    #section-kids-ski-school, #section-ski-schule-far-kinder, #section-scuola-sci-per-bambini {
        background-color: #383b43 !important;
        color: #FFF;
    }

    #section-kids-ski-school .item-slider .ns_nerveSlider .ns_caption > div, #section-ski-schule-far-kinder .item-slider .ns_nerveSlider .ns_caption > div, #section-scuola-sci-per-bambini .item-slider .ns_nerveSlider .ns_caption > div {
        color: #FFF;
    }

    #section-kids-ski-school .item-slider .slogan .links a.button, #section-ski-schule-far-kinder .item-slider .slogan .links a.button, #section-scuola-sci-per-bambini .item-slider .slogan .links a.button {
        border: none;
        padding: 8px 16px;
        margin-top: 10px !important;
        background-color: #72d6ce;
        color: #383b43;
    }

    .website-scroll-assistant-box, .scroll-to-top, .facebook-social-stream > .foot {
        display: none !important;
    }

    #be-social {
        border-bottom: 1px solid #383b43 !important;
    }

    #be-social .links a, #offerte-a-promozioni a, #angebote-a-gelegenheiten a, #offers-a-deals a {
        font-size: 12px;
        background-color: #383b43 !important;
        padding: 8px 16px;
        margin-top: 20px !important;
        color: #FFF !important;
    }

    #offerte-a-promozioni, #angebote-a-gelegenheiten, #offers-a-deals {
        background-color: #d8d8d8;
    }
}

@media screen and (min-width: 601px) {
    .homepage .section.mobile-section {
        display: none;
    }
}

/*gallery*/
.jg_gallerystats, .jg_rmsm_legend, .jg_poweredbydiv {
    display: none;
}

.stacktable {
    width: 100%;
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
    display: none;
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
    text-align: left;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

@media screen and (max-width: 766px) {
    .stacktable.large-only {
        display: none;
    }

    .stacktable.small-only {
        display: table;
    }
}

