.container.full,
.container-fluid,
.container {
    margin-right: auto;
    margin-left: auto;

}

.container{
    max-width: 1080px;
    padding-left: 64px;
    padding-right: 64px;
}

.container.full,
.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: unset;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row.as-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.centered,
.row.center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.column,
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.column,
.xs,
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.xs-1,
.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.xs-2,
.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.xs-3,
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.xs-4,
.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.xs-5,
.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.xs-6,
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.xs-7,
.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.xs-8,
.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.xs-9,
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.xs-10,
.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.xs-11,
.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.xs-12,
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.xs-offset-0,
.col-xs-offset-0 {
    margin-left: 0;
}

.xs-offset-1,
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.xs-offset-2,
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.xs-offset-3,
.col-xs-offset-3 {
    margin-left: 25%;
}

.xs-offset-4,
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.xs-offset-5,
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.xs-offset-6,
.col-xs-offset-6 {
    margin-left: 50%;
}

.xs-offset-7,
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.xs-offset-8,
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.xs-offset-9,
.col-xs-offset-9 {
    margin-left: 75%;
}

.xs-offset-10,
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.xs-offset-11,
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.start-,
.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center,
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end,
.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.strech{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.top,
.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle,
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom,
.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around,
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between,
.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first,
.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last,
.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}



@media only screen and (min-width:48em) {
    .container {
        width: 49rem;
        padding-left: 32px;
        padding-right: 32px;
    }

    .sm,
    .sm-1,
    .sm-2,
    .sm-3,
    .sm-4,
    .sm-5,
    .sm-6,
    .sm-7,
    .sm-8,
    .sm-9,
    .sm-10,
    .sm-11,
    .sm-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .sm-1,
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .sm-2,
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .sm-3,
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .sm-4,
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .sm-5,
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .sm-6,
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .sm-7,
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .sm-8,
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .sm-9,
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .sm-10,
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .sm-11,
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .sm-12,
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .sm-offset-0,
    .col-sm-offset-0 {
        margin-left: 0;
    }

    .sm-offset-1,
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .sm-offset-2,
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .sm-offset-3,
    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .sm-offset-4,
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .sm-offset-5,
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .sm-offset-6,
    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .sm-offset-7,
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .sm-offset-8,
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .sm-offset-9,
    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .sm-offset-10,
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .sm-offset-11,
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 65rem;
        padding-left: 48px;
        padding-right: 48px;
    }
    .md,
    .md-1,
    .md-2,
    .md-3,
    .md-4,
    .md-5,
    .md-6,
    .md-7,
    .md-8,
    .md-9,
    .md-10,
    .md-11,
    .md-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .md,
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .md-1,
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .md-2,
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .md-3,
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .md-4,
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .md-5,
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .md-6,
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .md-7,
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .md-8,
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .md-9,
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .md-10,
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .md-11,
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .md-12,
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .md-offset-0,
    .col-md-offset-0 {
        margin-left: 0;
    }

    .md-offset-1,
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .md-offset-2,
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .md-offset-3,
    .col-md-offset-3 {
        margin-left: 25%;
    }

    .md-offset-4,
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .md-offset-5,
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .md-offset-6,
    .col-md-offset-6 {
        margin-left: 50%;
    }

    .md-offset-7,
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .md-offset-8,
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .md-offset-9,
    .col-md-offset-9 {
        margin-left: 75%;
    }

    .md-offset-10,
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .md-offset-11,
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 78em) {
    .container {
        width: 76rem;
        padding-left: 64px;
        padding-right: 64px;
    }

    .lg,
    .lg-1,
    .lg-2,
    .lg-3,
    .lg-4,
    .lg-5,
    .lg-6,
    .lg-7,
    .lg-8,
    .lg-9,
    .lg-10,
    .lg-11,
    .lg-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .lg,
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .lg-1,
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .lg-2,
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .lg-3,
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .lg-4,
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .lg-5,
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .lg-6,
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .lg-7,
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .lg-8,
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .lg-9,
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .lg-10,
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .lg-11,
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .lg-12,
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .lg-offset-0,
    .col-lg-offset-0 {
        margin-left: 0;
    }

    .lg-offset-1,
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .lg-offset-2,
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .lg-offset-3,
    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .lg-offset-4,
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .lg-offset-5,
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .lg-offset-6,
    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .lg-offset-7,
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .lg-offset-8,
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .lg-offset-9,
    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .lg-offset-10,
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .lg-offset-11,
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}







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

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='datetime'],
input[type='datetime-local'],
input:not([type]), textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: .6rem 1.0rem;
    width: 100%;
}


.success {
    background: #3abf6b;
    border: 0.1rem solid #3abf6b;
    display: inline-block;
    padding: 16px;
    color: #fff;
    border-radius: 5px;
    margin-top: 32px;
    font-size: 1.2rem;
}

.success.blue{

}

.toastify strong{
    display: inline-block;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.toastify.toastify-bottom{
    margin-bottom: 80px;
}

.toastify.success{
    background: #3abf6b;
    border: 0.1rem solid #3abf6b;
    font-size: 1.2rem;
}

.toastify.error{
    background: #F44336;
    border: 0.1rem solid #F44336;
    font-size: 1.2rem;
}

.warning{
    background-color: #FFC107;
    border: 0.1rem solid #FFC107;
    color: #fff;
    display: inline-block;
    padding: 16px;
    border-radius: 5px;
    margin-top: 32px;
}

html .button-clear,
.button.button-clear{
    color: #606c76;
}

html .button-clear:hover,
.button-clear:hover{
    color: #333;
}

.button-outline.warning{
    color: #f4a324;
}

.button-outline.success{
    color: #3abf6b;
}

.error{
    background-color: #f44336;
    border: 0.1rem solid #f44336;
}

.button-outline.error{
    color: #f44336;
}

input:focus, textarea:focus, .select select:focus {
    border: 1px solid #0074d9!important;
    outline: 0;
}

/**
* STACK
**/

.stack, .stack .toggle {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
}

input.stack, textarea.stack, select.stack {
    border-bottom-width: 0;
    border-radius: 0;
}

.stack:first-child, .stack:first-child .toggle {
    border-top-left-radius: .2em;
    border-top-right-radius: .2em;
}

input.stack:last-child, textarea.stack:last-child, select.stack:last-child {
    border-bottom-width: 1px;
}

.stack:last-child, .stack:last-child .toggle {
    border-bottom-left-radius: .2em;
    border-bottom-right-radius: .2em;
}

/**
* MIX
**/

body > section {
    margin-bottom: 2rem;
    border-top: 1px solid #f0f0f0;
    padding: 4rem 0;
}

body.body_document > section{
    padding: 120px 0 4rem;
}

body.body_document header .logo{
    background: url(/assets/images/newinterhouse/new-interhouse-logo.svg) 0 50% no-repeat!important;
}

.centered {
    text-align: center;
}

.aligh-right{
    text-align: right;
}

.justify{
    text-align: justify;
}

.shadowed{
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

button.shadowed:hover, .button.shadowed:hover{
    -webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 14px rgba(0,0,0,0.3);
    box-shadow: 0 2px 14px rgba(0,0,0,0.3);
}

.outlined{
    outline: 1px solid #e1e1e1;
}

.bordered{
    border: 1px solid #e1e1e1;
}

.rounded{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

img.rounded{
    -webkit-border-radius: 200%;
    -moz-border-radius: 200%;
    border-radius: 200%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

img.bordered {
    border: 2px solid #e1e1e1;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
    padding: 1rem;
    box-sizing: content-box;
}

.icon-wrapper.rounded{
    -webkit-border-radius: 200%;
    -moz-border-radius: 200%;
    border-radius: 200%;
}

.bordered tr:last-child td,
.outlined tr:last-child td{
    border-bottom: 0;
}

td:first-child, th:first-child{
    padding-left: 1.5rem;
}

.alternate tr:nth-child(even) {
    background: rgba(0,0,0,0.05);
}

.full-height{
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

.full-width{
    min-width: 100%;
    padding: 0;
}

.carousel{
    min-width: 100%;
    position: relative;
    flex-wrap: nowrap;
    overflow: hidden;
    display: flex;
    flex: auto;
    max-width: 100%;
    margin: 0;
}

.carousel > .covers > .cover,
.carousel > .covers{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    padding: 0;
    margin: 0;
}

.carousel > .covers.updating{
    -webkit-transition: margin-left 0.5s;
    -moz-transition:  margin-left 0.5s;
    -ms-transition:  margin-left 0.5s;
    -o-transition:  margin-left 0.5s;
    transition: margin-left 0.5s;
}


.carousel .waiting-bar {
    position: absolute;
    top: 0;
    height: 4px;
    width: 0;
    left: 0;
    background-color: #FFC107;
}

.carousel > .covers > .cover{
    justify-content: center;
    height: 100%;
}

.carousel > .covers{
    pointer-events: all;
}

.full-height > .carousel,
.full-height > .carousel > .covers,
.full-height > .carousel > .covers > .cover{
    min-height: 100vh;
    width: 100vw;
}





.keen-slider{
    width: 100%;
    height: 100%;
}

.keen-slider__slide{
    height: 100%;

}

.glide__slide,
.keen-slider__slide{
    height: 100%;
    background: #f0c66a;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 320px;
    font-weight: bold;
    /*background: url('assets/images/slide-1.jpg') 50% 50% no-repeat;*/
    background-size: cover;
}



.slider_wrapper_2,
.slider_wrapper{
    height: 50vh;
}




.slider_wrapper nav .dot.active{
    background: #00f;
}

.arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #fff;
    cursor: pointer;
}

.arrow--left {
    left: 5px;
}

.arrow--right {
    left: auto;
    right: 5px;
}

.arrow--disabled {
    fill: rgba(255, 255, 255, 0.5);
}




/**
* TABS
**/

.tabs {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
}

.tabs > .row{
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 2rem 0;
    position: relative;
    margin: 0;
    left: 0;
    width: auto;
    height: fit-content;
}

.tabs > .row > .column{
    flex: 0 0 100%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s, height 2s;
    width: 100%;
    height: 0;
}

.tabs > input[type="radio"]{
    display: none;
}

.tabs > input[type="radio"]:checked + label,
.tabs > input[type="radio"]:checked + .tab{
    border-bottom: 2px solid #0074d9;
    color: #0074d9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs > input:nth-of-type(1):checked ~ .row > .column:nth-of-type(1) {
    opacity: 1;
    height: auto;
}

.tabs > input:nth-of-type(2):checked ~ .row {
   left: calc(-100%);
}

.tabs > input:nth-of-type(2):checked ~ .row > .column:nth-of-type(2) {
    opacity: 1;
    height: auto;
}

.tabs > input:nth-of-type(3):checked ~ .row {
    left: calc(-200%);
}

.tabs > input:nth-of-type(3):checked ~ .row > .column:nth-of-type(3) {
    opacity: 1;
    height: auto;
}

.tabs > input:nth-of-type(4):checked ~ .row {
    left: calc(-300%);
}

.tabs > input:nth-of-type(4):checked ~ .row > .column:nth-of-type(4) {
    opacity: 1;
    height: auto;
}

.tabs > input:nth-of-type(5):checked ~ .row {
    left: calc(-400%);
}

.tabs > input:nth-of-type(5):checked ~ .row > .column:nth-of-type(5) {
    opacity: 1;
    height: auto;
}

.tabs > input:nth-of-type(6):checked ~ .row {
    left: calc(-500%);
}

.tabs > input:nth-of-type(6):checked ~ .row > .column:nth-of-type(6) {
    opacity: 1;
    height: auto;
}

.tabs > input:nth-of-type(7):checked ~ .row {
    left: calc(-600%);
}

.tabs > input:nth-of-type(8):checked ~ .row {
    left: calc(-700%);
}

.tabs > input:nth-of-type(9):checked ~ .row {
    left: calc(-800%);
}

.tabs > input:nth-of-type(10):checked ~ .row {
    left: calc(-900%);
}

/**
* CARDS
**/

.card > *{
    max-width: 100%;
    display: block;
}

.card {
    position: relative;
    border-radius: .2em;
    overflow: hidden;
    text-align: left;
    background: #fff;
    margin-bottom: .6em;
    padding: 0;
    transition: all .3s ease;
}

.card .footer,
.card .container{
    padding: 2rem;
}
.site-menu [data-level="0"] li.root > a{
    display: none;
}

.site-menu ul,
.site-menu li{
    font-size: 100%;
    list-style: none;
    font-size: 2rem;
}

.site-menu [data-level="0"]{
    margin: 0;
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    padding-right: 1.5rem;
    min-width: 320px;
    font-size: 1.8rem;
    box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
    font-size: 100%;
    width: 100%;
    height: 100%;
    right: 0;

    /*right: 146px;
    left: 146px;
    position: fixed;*/
    position: relative;
    display: block;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
    max-height: calc(100vh - 68px);
    width: calc(100% + 32px);
}

.site-menu [data-level="0"] > li {
    margin-right: 16px!important;
}

.main-menu-wrapper{
    position: absolute;
    /*max-height: calc(100vh - 68px);*/
    max-height: 90vh;
    max-height: calc(100vh - 68px);
    overflow: hidden;
    overflow-y: auto;
    display: none;
    right: 0;
    min-width: 320px;
    overflow: hidden;
    z-index: 3;
}

.main-menu-wrapper:before{
    content: '';
    width: 100vw;
    height: 100vh;
    background: #fff;
    opacity: 0.5;
    left: 0;
    top: 0;
}

/*.main-menu-wrapper::-webkit-scrollbar {
    display: none;
}*/

.site-menu [data-level="0"],
.site-menu [data-level="1"]{
    margin: 0;
    padding: 0;
}

.site-menu [data-level="0"] li,
.site-menu [data-level="0"] ul{
    padding: 0;
    margin: 0;
    display: inline-block;
    outline: none;
}

.site-menu [data-level="0"] li.active > a,
.site-menu [data-level="0"] li.active > a:hover{
    /*background-color: #ffc107;
    color: #fff;*/
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-bottom: 2px solid transparent;
}

.site-menu [data-level="1"] .active a:after,
.site-menu [data-level="1"] a.active:after {
    opacity: 1;
}

.site-menu [data-level="0"] a,
.site-menu [data-level="1"] a{
    display: inline-block;
    width: 100%;
    line-height: 1em;
    padding: 4px 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.site-menu [data-level="1"] a{
    padding: 4px 16px;
    padding: 4px 8px;
}

.site-menu [data-level="2"] a{
    padding-left: 48px;
    padding-right: 16px;
}

.site-menu [data-level="2"] a:before {
    content: "-  ";
}

.site-menu [data-level="3"] a{
    padding-left: 72px;
    padding-right: 16px;
}

.site-menu [data-level="3"] a:before {
    content: " ";
}

.site-menu [data-level="0"] a:focus,
.site-menu [data-level="1"] a:focus,
.site-menu [data-level="0"] a:hover,
.site-menu [data-level="1"] a:hover{
    border-bottom: 2px solid #ffcc00;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
}

.site-menu [data-level="0"].active a:hover,
.site-menu [data-level="1"].active a:hover{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.site-menu [data-level="1"] a:active{
    /*background-color: #333;
    color: #fff;*/
    border-bottom: 2px solid transparent;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.site-menu [data-level="1"] a:active:after{
    opacity: 1;
}


.site-menu [data-level="0"] > li >  a {
    position: absolute;
    top: 0;
    /*background-color: #2da99e;
    color: #fff;*/
    background-color: #fff;
    color: #666;
    text-decoration: none;
    padding-left: 12px;
    text-align: right;
    /* margin-right: 12px; */
    font-weight: 500;
    text-transform: uppercase;


}

.site-menu [data-level="0"] > li >  a > span{
    visibility: hidden;
}

.site-menu [data-level="0"] > li >  a:before{
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 2rem;
    visibility: visible;
    display: block;
    margin-right: 12px;
    position: absolute;
    color: #666;
    right: 32px;
    color: #c1bfb8;
}

.site-menu [data-level="0"] > li.active >  a{
    color: #fff;
    visibility: visible;
    position: absolute;
}

.site-menu [data-level="0"] > li.active >  a:before{
    color: #fff;
}

.site-menu [data-level="1"] li > a{
    text-transform: uppercase;
    color: #604c43;
}

.site-menu [data-level="1"]{
    padding-top: 32px!important;
}

/*
#
# LOGO
#
*/
[data-type="toolbar-menu"] .logoOLD{
    width: 620px;
    min-height: 68px;
    /*height: 100px;*/
    position: absolute;
    left: 50%;
    /*margin-left: -148px;*/
    z-index: 3;
    /*background: url(../../images/fattoriadidatticafriuli.it/logo-campingfriuli.png) 50% 0% no-repeat;*/
    cursor: pointer;
    -webkit-transform: translate(-55%, 0);
    -moz-transform: translate(-55%, 0);
    -ms-transform: translate(-55%, 0);
    -o-transform: translate(-55%, 0);
    transform: translate(-55%, 0);


}

[data-type="toolbar-menu"] .logo{
    position: absolute;
    min-height: 68px;
    background: url(../../images/campingfriuli.bio/logo-header-scritta.png) 50% 0 no-repeat;
    background-size: 500px auto;
    left: 146px;
    right: 146px;
    width: auto;
    z-index: 2;
}

[data-type="toolbar-menu"] .logo .rec-logo{
    background: url(../../images/campingfriuli.bio/logo-header-pittogramma.png) 50% 0 no-repeat;
    height: 140px;
    width: 160px;
    background-size: 100% auto;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translate(-83%, 0);
    -moz-transform: translate(-83%, 0);
    -ms-transform: translate(-83%, 0);
    -o-transform: translate(-83%, 0);
    transform: translate(-83%, 0);
}

[data-type="toolbar-menu"] .logo svg{
    overflow: visible;
    width: 106%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    pointer-events: none;
}

[data-type="toolbar-menu"] .logo svg,
[data-type="toolbar-menu"] .logo object{
    overflow: visible;
    pointer-events: none;
}

[data-type="toolbar-menu"] .logo object{
    position: relative;
    width: 80%;
    margin-left: 10%;
}

[data-type="toolbar-menu"] .logo #scritta path{
    fill: #E7049E
}

/*
#
# GELINDO MENU
#
*/
.gelindo-menu label{
    width: auto;
    text-align: center;
    height: 68px;
    padding-left: 0px;
    background-color: #f4f7f6;
    border-right: 1px solid #ccc;
    border-right: 1px solid #f0f0f0;
    line-height: 68px;
    color: #c1bfb8;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #f0f0f0;
    font-size: 2rem;

    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1em;
    text-align: left;
    padding-left: 42%;
    padding-top: 15px;
    cursor: pointer;

}

.gelindo-menu label > svg{
    position: absolute;
    height: 32px;
    width: 32px;
    top: 16px;
    left: 18px;
}

.gelindo-menu label .icon {

    background: transparent url(../../images/campingfriuli.bio/footer_icon.png) 50% 50% no-repeat;
    display: inline-block;
    width: 20px;
    height: 100%;
    background-size: 120%;
    margin-right: 6px;
    position: absolute;
    margin-left: -30px;
    display: none;
}

[type="checkbox"]#gelindo-menu-toggler{
    display: none;
}

[type="checkbox"]#gelindo-menu-toggler:checked ~ .gelindo-menu label > .icon:before,
.gelindo-menu [type="checkbox"]:checked + label > .icon:before{
    content: "\f00d";
}

.gelindo-menu-wrapper{
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: #607D8B;
    overflow: hidden;
    z-index: 2;
    /*background-color: rgba(140,44,81,0.95);*/
}

.gelindo-menu-wrapper .company-quick-navigation{
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 5vh auto 120px;
    padding: 0;
    color: #fff;
    text-align: center;
    list-style: none;
    height: 100%;

    width: 80%;
    max-width: 600px;
    position: relative;
    margin: 5vh auto;
    height: auto;

}
.outer-container{
    width: 80%;
    max-width: 600px;
    position: fixed!important;
    margin: 0px auto;
    padding-top: 12px;
    bottom: 32px;
    height: auto;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    overflow: hidden;
    box-sizing: content-box;
}

.company-quick-navigation a {
    text-decoration: none;
}

.company-quick-navigation a:hover h6{
    border-bottom: 1px solid #d7e8f1;
    color: #fff;
}

.company-quick-navigation h6{
    border-bottom: 1px solid transparent;
    color: #d7e8f1;
    font-weight: 600;
    font-size: 3rem;

}

.company-quick-navigation-intro,
.company-quick-navigation p{
    color: #b3cfdc;
    font-weight: 300;
    font-size: 2rem;
}

.company-quick-navigation-intro{
    padding-top: 32px;
    font-weight: 300;
    font-size: 2.4rem;
    text-align: center;
}
.gelindo-menu-wrapper .outer-container:before,
.gelindo-menu-wrapper .outer-container:after{
    pointer-events: none;
    position: absolute;
    height: 32px;
    width: 100%;
    background-color: #c00;
    content: '';
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#607d8b+0,607d8b+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(96,125,139,0) 0%, rgba(96,125,139,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(96,125,139,0) 0%,rgba(96,125,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(96,125,139,0) 0%,rgba(96,125,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00607d8b', endColorstr='#607d8b',GradientType=0 ); /* IE6-9 */
}

.gelindo-menu-wrapper .outer-container:before{
    bottom: auto;
    height: 36px;
    top: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#607d8b+0,607d8b+100&1+0,0+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#607d8b+0,607d8b+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(96,125,139,1) 0%, rgba(96,125,139,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(96,125,139,1) 0%,rgba(96,125,139,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(96,125,139,1) 0%,rgba(96,125,139,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607d8b', endColorstr='#00607d8b',GradientType=0 ); /* IE6-9 */
}


.outer-container {
    /*border: 5px solid purple;*/
    position: relative;
    overflow: hidden;
}

.inner-container {
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    /*right: -30px;*/
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    right: 30px;
    padding-right: 30px;
    box-sizing: content-box;
}

[type="checkbox"]#gelindo-menu-toggler:checked ~ .gelindo-menu label,
.gelindo-menu [type="checkbox"]:checked + label{
    background-color: #607D8B;
    border-bottom: 1px solid #607D8B;
    color: #fff;
}

[type="checkbox"]#gelindo-menu-toggler ~ .gelindo-menu label:before,
.gelindo-menu [type="checkbox"] + label:before {
    content: '';
    display: none;
}

[type="checkbox"]#gelindo-menu-toggler:checked ~ .gelindo-menu label:before,
.gelindo-menu [type="checkbox"]:checked + label:before{
    content: "\f00d";
    display: block;
    color: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: 50%;
    top: 50%;
    /* margin-left: -12px; */
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 20;
    position: absolute;;
}

[type="checkbox"]#gelindo-menu-toggler:checked ~ .gelindo-menu label svg,
.gelindo-menu [type="checkbox"]:checked + label svg{
    display: none;
}

[type="checkbox"]#gelindo-menu-toggler:checked ~ .gelindo-menu label span,
.gelindo-menu [type="checkbox"]:checked + label span{
    display: none;
}


[type="checkbox"]#gelindo-menu-toggler:checked ~ .gelindo-menu .gelindo-menu-wrapper,
.gelindo-menu [type="checkbox"]:checked ~ .gelindo-menu-wrapper{
    display: block;

}

.gelindo-menu .hamburger{
    right: auto;
    left: 28px;
    width: 15px;
    display: none;
}

.gelindo-menu .hamburger li{
    background-color: #999;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    height: 4px;
}

.gelindo-menu .hamburger li.first{
    width: 60%;
}

.gelindo-menu .hamburger li.second{
    width: 100%;
}

.gelindo-menu .hamburger li.third{
    width: 80%;
}

/*
#
# SITE MENU
#
*/

.site-menu{
    width: 42px;
    z-index: 3;
}

.site-menu > label {
    width: auto;
    height: 60px;
    text-align: center;
    color: #666;
    background-color: transparent;
    line-height: 68px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    font-size: 1.6rem;
    z-index: 20;
}

.site-menu [data-level="0"]{
    overflow: unset;
}

.site-menu [data-level="0"]:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 66px;
    top: 0;
    transform: translate(0, -100%);
}

.site-menu > label > span{
    display: none;
}

.hamburger {
    list-style: none;
    float: left;
    margin: 0;
    position: relative;
    -moz-transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    position: relative;
    line-height: 60px;
    display: inline-block;
    width: 24px;
    text-align: center;
    margin-right: 9px;
    position: absolute;
    margin-top: 26px;
    top: 0;
    right: 0;
}

.hamburger li {
    width: 24px;
    height: 2px;
    background: #777;
    margin: 3px 0 0;
    padding: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
}

.body_contacts header .hamburger li{
    background: #000;
}

.body_hp header .hamburger li,
.body_annuncio header .hamburger li{
    background: #fff;
}


[name="site-menu-toggler"]:checked ~ header .main-menu-wrapper,
.site-menu [type="checkbox"]:checked ~ .main-menu-wrapper,
.site-menu [type="checkbox"]:checked ~ [data-level="0"]{
    display: none;
    top: 73px;
    padding-top: 0;
    /*-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.31);
    -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.31);
    box-shadow: 0 6px 6px rgba(0,0,0,0.31);*/
    overflow: unset;
    padding-bottom: 32px;
    border-top: 1px solid #f0f0f0;
    z-index: 1;
}



.site-menu [data-level="0"]{
    padding-bottom: 32px;
    top: 0;
}

.site-menu .main-menu-wrapper:before{
    content: '';
    position: absolute;
    background: #fff;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    z-index: 2;
    pointer-events: all;
    opacity: 0;
    top: 0;
    display: none;
}


[name="site-menu-toggler"]:checked ~ header label .hamburger li.first,
[name="site-menu-toggler"]:checked ~ .header label .hamburger li.first,
.site-menu [type="checkbox"]:checked ~ label .hamburger li.first {
    -moz-transform: rotate(-135deg) translateY(-7.5px);
    -ms-transform: rotate(-135deg) translateY(-7.5px);
    -webkit-transform: rotate(-135deg) translateY(-7.5px);
    transform: rotate(-135deg) translateY(-7.5px);
    /*background-color: #000;*/
}

[name="site-menu-toggler"]:checked ~ header label .hamburger li.second,
[name="site-menu-toggler"]:checked ~ .header label .hamburger li.second,
.site-menu [type="checkbox"]:checked ~ label .hamburger li.second {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

[name="site-menu-toggler"]:checked ~ header label .hamburger li.third,
[name="site-menu-toggler"]:checked ~ .header label .hamburger li.third,
.site-menu [type="checkbox"]:checked ~ label .hamburger li.third {
    -moz-transform: rotate(135deg) translateY(7.5px);
    -ms-transform: rotate(135deg) translateY(7.5px);
    -webkit-transform: rotate(135deg) translateY(7.5px);
    transform: rotate(135deg) translateY(7.5px);
    /*background-color: #000;*/
}
/*
#
# NEWSLETTER
#
*/

.newsletter-menu > label {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #ffcc00;
    line-height: 68px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #2da99e;*/
    /*border-bottom: 1px solid #f0f0f0;*/
    font-size: 1.6rem;
    cursor: pointer;
    text-align: left;
    padding-left: 16px;
}

.body_hp .newsletter-menu > label{
    border-bottom: none;
}

.newsletter-menu > label > .icon {
    margin-right: 0.6em;
    display: inline-block;
}

.newsletter-menu [type="checkbox"]:checked + label > .icon:before{
    content: "\f00d";
}

.newsletter-subscription-wrapper{
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: #8b2c51;
    /*background-color: rgba(140,44,81,0.95);*/
}

.newsletter-menu [type="checkbox"]:checked + label{
    background-color: #8b2c51;
    border-bottom: 1px solid #8b2c51;
}

.newsletter-menu [type="checkbox"]:checked ~ .newsletter-subscription-wrapper{
    display: block;

}

[data-level="1"] > li > a{
    font-weight: bold;
}


/******************
** LANGUAGE SWITCH
*******************/
.header .switch-lang,
header .switch-lang {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 0;
    transform: translate(12px, 3px);

}

.header .switch-lang{
    right: 32px;
    top: 22px;
}

.switch-lang .current-lang-arrow {
    position: absolute;
    margin-top: 12px;
    margin-left: 6px;
    color: #000;
    font-size: 8px;
    height: 30px;
    display: inline-block;
    /* outline: 1px solid #c00; */
    vertical-align: text-bottom;
    line-height: 26px;
    cursor: pointer;
    text-shadow: 0 2px 3px rgba(0,0,0,0.2);
    text-shadow: 1px 0 rgba(255,255,255,0.2), -1px 0 rgba(255,255,255,0.2), 0 1px rgba(255,255,255,0.2), 0 -1px rgba(255,255,255,0.2), 1px 1px rgba(255,255,255,0.2), -1px -1px rgba(255,255,255,0.2), 1px -1px rgba(255,255,255,0.2), -1px 1px rgba(255,255,255,0.2);
    text-shadow: 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.7), -1px 0 rgba(255,255,255,0.3), 0 -1px 0 rgba(255,255,255,0.7);

}

.switch-lang .close-language-switch {
    position: fixed;
    background: transparent;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}

.switch-lang .current-lang,
.switch-lang .lang-dropdown .selecting-lang {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 50%;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    margin: 0 0 8px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0 2px 4px #000;
    -moz-box-shadow: 0 2px 4px #000;
    box-shadow: 0 2px 4px #000;
    cursor: pointer;
}

.switch-lang .current-lang:before{
    content: '';
    height: 32px;
    width: 1px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: -10px;
    top: 6px;
    display: none;
}

.switch-lang [type="checkbox"] {
    position: absolute;
    display: none;
}

.switch-lang .current-lang {
    width: 24px;
    height: 24px;
    border: 2px solid #f0f0f0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-size: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    margin-bottom: 0;
    margin-top: 12px;
}

.switch-lang .lang-dropdown {
    display: none;
    width: 36px;
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,0.8);;
    padding: 16px 4px 8px;
    margin-left: -5px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.switch-lang .lang-dropdown:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: rgba(0,0,0,0.8) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -10px;
    left: 13px;
    margin-left: -5px;
}

.switch-lang [type="checkbox"]:checked ~ .close-language-switch,
.switch-lang [type="checkbox"]:checked ~ .lang-dropdown {
    display: block;
}

.switch-lang .lang-dropdown .selecting-lang:hover {
    border-color: #f0f0f0;
}

/*****************
** NEW MENU STYLE
******************/

body > header{
    position: absolute;
    z-index: 1001;
}

.main-menu-wrapper-desktop [data-level="0"]{

}

.site-menu [data-level="1"] li > a{
    margin-top: 4px;
    display: inline-block;
}

.site-menu [data-level="0"] li,
.site-menu [data-level="0"] {
    font-size: 1em;
}

.site-menu [data-level="0"] > li{
    margin-right: 46px!important;
}

header .logo{
    border: 0!important;
    /*background-image: url(/assets/images/newinterhouse/new-interhouse-logo-white.svg)!important;*/
    background-image: url(/assets/images/newinterhouse/new-interhouse-compact-logo-white.svg)!important;
}

header .switch-lang{
    transform: translate(0, 6px);
    right: 20px;
}

.site-menu [data-level="0"] a:hover{
    border: none;
}

.site-menu [data-level="1"] a{
    border-bottom: 2px solid transparent;
    position: relative;
}

.site-menu [data-level="1"] a:after{
    content: '';
    height: 4px;
    width: 60%;
    left: 50%;
    bottom: 0;
    border-radius: 10em;
    background: #ffcc00;
    opacity: 0;
    transform: translate(-50%,0);
    position: absolute;
}

.site-menu [data-level="1"] a:hover:after {
    opacity: 1;
}

@media all and (max-width: 900px){
    [name="site-menu-toggler"]:checked ~ header .main-menu-wrapper,
    .site-menu [type="checkbox"]:checked ~ .main-menu-wrapper,
    .site-menu [type="checkbox"]:checked ~ [data-level="0"]{
        display: block;
    }
    .site-menu [data-level="0"]{
        overflow: unset!important;
    }

    .header .switch-lang{
        right: 28px;
        top: 24px;
    }
}


@media all and (max-width: 640px){

    [name="site-menu-toggler"]:checked ~ header .main-menu-wrapper,
    .site-menu [type="checkbox"]:checked ~ .main-menu-wrapper,
    .site-menu [type="checkbox"]:checked ~ [data-level="0"]{
        top: 63px;
        position: absolute;
    }

    .header .switch-lang{
        right: 0;
    }

    body.scrolled [name="site-menu-toggler"]:checked ~ header .main-menu-wrapper {
        position: fixed;
    }

    .main-menu-wrapper:before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(255,255,255,0.2);
        display: none;
    }

    .header .logo, header .logo {
        background-size: contain !important;
    }

    .site-menu [data-level="0"]{
        overflow: unset!important;
    }

    header nav.main,
    .header nav.main{
        float: right;
        margin-right: 48px;
        margin-top: 0;
    }

    .site-menu [data-level="0"] > li {
        margin-right: 0 !important;
    }

    header .switch-lang,
    .header .switch-lang{
        top: 0;
        transform: translate(-10px, 9px);
    }

    header .switch-lang{
        transform: translate(10px, 9px);
    }

    [name="site-menu-toggler"]:checked ~ header .main-menu-wrapper,
    [name="site-menu-toggler"]:checked ~ header [data-level="0"],
    .site-menu [type="checkbox"]:checked ~ .main-menu-wrapper,
    .site-menu [type="checkbox"]:checked ~ [data-level="0"]{
        position: absolute;
        height: auto;

    }

    [name="site-menu-toggler"]:checked  ~ header .main-menu-wrapper:before,
    .site-menu [type="checkbox"]:checked ~ .main-menu-wrapper:before{
        /*display: block;*/
    }


}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('/assets/css/newinterhouse/fonts/bebasneue-bold-webfont.woff2') format('woff2'),
    url('/assets/css/newinterhouse/fonts/bebasneue-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bebas_neuelight';
    src: url('/assets/css/newinterhouse/fonts/bebasneue-light-webfont.woff2') format('woff2'),
    url('/assets/css/newinterhouse/fonts/bebasneue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('/assets/css/newinterhouse/fonts/bebasneue-regular-webfont.woff2') format('woff2'),
    url('/assets/css/newinterhouse/fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bebas_neuethin';
    src: url('/assets/css/newinterhouse/fonts/bebasneue-thin-webfont.woff2') format('woff2'),
    url('/assets/css/newinterhouse/fonts/bebasneue-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bebas_neuelight';
    src: url('/assets/css/newinterhouse/fonts/bebasneue-light-webfont.woff2') format('woff2'),
    url('/assets/css/newinterhouse/fonts/bebasneue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'fontello';
    src: url('/assets/css/newinterhouse/fonts/fontello.eot?87219475');
    src: url('/assets/css/newinterhouse/fonts/fontello.eot?87219475#iefix') format('embedded-opentype'),
    url('/assets/css/newinterhouse/fonts/fontello.woff?87219475') format('woff'),
    url('/assets/css/newinterhouse/fonts/fontello.ttf?87219475') format('truetype'),
    url('/assets/css/newinterhouse/fonts/fontello.svg?87219475#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.icon-ape{
    background: url(/assets/images/newinterhouse/energy-class.svg) 50% 0 no-repeat;
    background-size: 0.84em;
}

.ape .icon-ape{
    /*background-size: 24px;*/
    background-size: 19px;
    /*display: inline-block;*/
    background-position: 50% 0%;
}

.icon-ape:before{
    visibility: hidden;
}


[data-aos=slide-up]{
    opacity: 0;
    -webkit-transform:translate3d(0,20%,0)!important;
    -moz-transform:translate3d(0,20%,0)!important;
    transform:translate3d(0,20%,0)!important;
}

[data-aos=slide-up].aos-animate{
    opacity: 1;
    -webkit-transform:translate3d(0,0,0)!important;
    -moz-transform:translate3d(0,0,0)!important;
    transform:translate3d(0,0,0)!important;
}

html{
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

body{
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.underline{
    /*text-decoration: underline;*/
    display: inline-block;
    border-bottom: 4px solid #ffcc00;
}

.ui-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    color: #666666;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}



svg.svg-sprites {
    display: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'bebas_neuebold', 'Bebas Neue', 'Yanone Kaffeesatz', sans-serif;
}

h1{
    font-size: 3.4rem;
}

h2{
    font-size: 2.6rem;
}

h3{
    font-size: 2rem;
}

h4{
    font-size: 1.6rem;
}

h5{
    font-size: 1.3rem;
}


.body_document .payoff h3,
.body_document .payoff h4,
.body_document .payoff h5{
    margin-bottom: 0.5em;
    line-height: normal;
}

.body_document .payoff h3 {
    color: #1c1e5e;
}

.body_document .payoff strong{
    color: #ffcd00;
}

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

a.privacy_policy:hover{
    text-decoration: underline;
}

header + .header.fixed{
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    display: block;
    pointer-events: all;
    background: #fff;
    opacity: 0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

body.scrolled .main-menu-wrapper{
    position: fixed;
}

.header .logo,
header .logo{
    background: url(/assets/images/newinterhouse/new-interhouse-compact-logo.svg) 50% 50% no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-top: 4px;
    background-size: 90%;
    border-bottom: 2px solid transparent;
}

.header .logo:focus,
header .logo:focus{
    outline: 0;
    border-bottom: 2px solid #ffcc00;
}

.header .logo:active,
header .logo:active{
    transform: scale(0.9);
}

.header nav.main,
header nav.main{
    float: right;
}

#site-menu-toggler {
    display: none;
}

.site-menu > label[for="site-menu-toggler"]{
    display: none;
}

.main-menu-wrapper-desktop{
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    width: auto;
    right: 0;
    top: 32px;
    height: 40px;

}

.main-menu-wrapper-desktop [data-level="0"] {
    display: inline-block;
    box-shadow: none;
    display: inline-block;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 0;
    width: auto;
    border-radius: 3px;
}

.main-menu-wrapper-desktop .site-menu [data-level="0"] > li{
    margin-right: 0!important;
}

.main-menu-wrapper-desktop [data-level="1"] {
    display: inline-block;
    padding-top: 0!important;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;

}

.main-menu-wrapper-desktop li{
    display: inline-block;
}

.site-menu [data-level="0"] > li.active > a{
    display: none;
}

.site-menu [data-level="1"] li > a{
    font-family: 'bebas_neueregular', 'Bebas Neue', 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.4rem;
    text-decoration: none;
}


.site-menu [type="checkbox"]:checked ~ .main-menu-wrapper,
.site-menu [type="checkbox"]:checked ~ [data-level="0"]{
    display: none;
}

.header,
header{
    height: 90px;
    width: 100%;
}

body > section{
    border-top: 0;
    width: 100%;
}

section.row{
    margin: 0;
}

.row.cover {
    margin: 0;
    padding: 0;
    /*height: calc(100vh - 90px);*/
    height: 100vh;
}

.carousel > .covers > .cover{
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;

}

.cover .slide{
    width: 80%;
    max-width: 1080px;
}

.slide.left{
    text-align: left;

}

.cover .slide h2{
    font-size: 3rem;
    margin-bottom: 16px;
    font-family: 'bebas_neuebold', 'Bebas Neue', 'Yanone Kaffeesatz', sans-serif;
    -webkit-text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.cover .slide p{
    margin: 16px 0;
    max-width: 260px;
    color: #604c43;
    background-color: #fff;
    display: inline;
    padding: 8px 8px;
    line-height: 2.4rem;
    font-size: 2rem;
    white-space: pre-wrap;
    font-family: 'bebas_neueregular', 'Bebas Neue', 'Yanone Kaffeesatz', sans-serif;
}

.cover .slide .btn{
    position: absolute;
    margin: 16px 0 0;
    font-size: 1.6rem;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.cover .slide .btn:hover{
    background-color: #ffcd00;
}

.cover .slide.right .btn{
    right: 0;
}

.cover .slide.center .btn{
    left: 50%;
    transform: translate(-50%, 0);
}


.btn{
    background: #72bf44;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    display: inline-block;
    width: auto;
    position: relative;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;

}

.btn:hover{
    background-color: #1c1d5f;

}

.btn:active{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}

.btn.light{
    border: 1px solid #72bf44;
    background: transparent;
    color: #72bf44;
}

.row.payoff{
    /*background-color: #1c1d5f;*/
    /*background-color: #72bf44;
    background-color: #72bf44;
    color: #fff;*/

    background-color: #fff;
    color: #604c43;
    text-align: center;
    margin: 0;
    padding: 0;
}

.row.payoff+[data-type="search-bar"]{
    border-top: 0;
}

.row.payoff+[data-type="search-bar"] .tabs-bar button{
    display: none;
}
.row.payoff+[data-type="search-bar"] [name="operation"][value="affitto"]:checked ~ .row [for="ope-affitto"],
.row.payoff+[data-type="search-bar"] [name="operation"][value="vendita"]:checked ~ .row [for="ope-vendita"] {
    background: #72bf44;
    border: 1px solid #72bf44;
    color: #fff;
}

.row.payoff .row-content{
    width: 80%;
    max-width: 1080px;
    padding: 32px 0;
    margin: 0 auto;
}

.row.payoff .title{
    font-size: 2.6rem;
    font-family: 'bebas_neuebold', 'Bebas Neue', 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 0.3em;
}

.row.payoff .content{
    font-size: 1.4rem;
}

.row.quicklinks.results {
    padding-top: 1rem;
    padding-bottom: 4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.row.quicklinks.results h1 {
    text-align: center;
    color: #604c43;
    font-size: 3rem;
    margin-bottom: 0.5em;
}

.row.quicklinks.results p.no-results{
    text-align: center;
}

.row.quicklinks.results .btn{
    border: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.row.quicklinks.results .btn:hover{

}


.row.quicklinks.results .badge.not-available{
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 1em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    background-color: #ff5722;
    visibility: visible;
    font-size: 0.8rem;
    line-height: 1;
    height: auto;
    width: 130px;
    margin: 4px auto;
}

.row.quicklinks .pre-links{
    text-align: center;
}

.row.quicklinks h2{
    color: #fff;
    margin-bottom: 0.6em;
}

.row.quicklinks ul.row > li.column{
    margin-bottom: 2em;
}

.row.quicklinks ul.row > li:only-child{
    flex-basis: 50%;
    max-width: 50%;
}

.row.quicklinks .container{
    position: relative;
    color: #999;

}

.row.quicklinks .sale-icon{
    background: url(/assets/images/newinterhouse/sale-icon.png) 50% 50% no-repeat;
    width: 80px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -50px;
    z-index: 2;
    background-size: 70px;
}

.row.quicklinks h2 span{
    display: inline-block;
    background: #1c1d5f;
    background: #72bf44;
    padding: 0 0.5em;
    display: block;
}

.row.quicklinks h2 span.mt{
    transform: rotate(1deg);
}

.row.quicklinks .content{
    margin-top: 0.6em;
}

.row.quicklinks .price,
.row.quicklinks .info{
    margin: 16px 0;
    text-align: left;
}

.row.quicklinks .price{
    margin: 32px 0 0;
}

.row.quicklinks .info h6{
    color: #666;
    margin-bottom: 1em;
}

.row.quicklinks .price{
    font-size: 24px;
    color: #604c43;
    font-weight: 600;
    text-align: center;
}

.row.quicklinks .price span{
    display: inline-block;
    font-size: 25px;
    background: #FFC107;
    border-radius: 20em;
    color: #fff;
    margin: 0 0 8px;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    visibility: hidden;
    display: none;
}

.row.quicklinks .price span.operation{
    visibility: visible;
    background: transparent;
    display: inline-block;
    color: #1c1d5f;
    width: auto;
    text-transform: lowercase;
}

.row.quicklinks .info > span{
    display: inline-block;
    text-align: center;
    color: #8c8c8c;
    font-weight: 400;
}

.row.quicklinks .info [class*=" icon-"]{
    font-size: 24px;
    color: #999;
}

.row.quicklinks p{
    font-size: 1.4rem;

}

.quicklinks ul.row{
    margin-top: 32px;
}

.quicklinks ul.row.reverse{
    flex-direction: row-reverse;
}

.quicklinks .icon{
    width: 100%;
    height: 208px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #d95070;
    border: 0;
}

.row.quicklinks .icon .location{
    position: absolute;
    color: #fff;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    padding: 6px 4px;
    font-size: 1rem;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.row.quicklinks .icon .location span{
    margin-right: 0.4em;
}

.quicklinks .icon .type{
    position: absolute;
    color: #fff;
    padding: 4px 12px;
    background: #72bf44;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    left: 50%;
    /* top: 8px; */
    -webkit-transform: translate(-50%, 8px);
    -moz-transform: translate(-50%, 8px);
    -ms-transform: translate(-50%, 8px);
    -o-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
    white-space: nowrap;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.quicklinks .icon .type.terreno_edificabile,
.quicklinks .icon .type.terreno_agricolo,
.quicklinks .icon .type.terreno_boschivo{
    background: #a96206;
}

.quicklinks .icon .type.studio,
.quicklinks .icon .type.bar{
    background: #FFC107;
}

.quicklinks{
    margin-bottom: 0;
    padding-bottom: 1em;
    background: #fafafa;
}


.card{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-decoration: none;
    margin-bottom: 0;
    height: 100%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 -1px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 -1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 -1px 4px rgba(0, 0, 0, 0.08);
    overflow: visible;
}

.card input[type="submit"]{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
   border: 0;
    cursor: pointer;
    background: transparent;
}

.card .btn{
    letter-spacing: 1px;
}

.card .title{
    color: #604c43;
    line-height: 1;
    font-size: 1.8rem;
}

.card .container{
    padding: 1rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 3px solid #8a1c28;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.card .ribbon-top-left {
    top: -6px;
    left: -6px;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}



.ribbon-top-left span {
    right: -36px;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 144px;
    padding: 4px 0;
    background-color: #e04e5e;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    /* font: 700 18px/1 "Lato", sans-serif; */
    -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); */
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 17px;
}



.card .ribbon {
    width: 59px;
    height: 59px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    display: none;
}

.as_new .ribbon{
    display: block;
}

.card .footer{
    padding: 0 1rem;
    margin: 0 0 2rem;
    text-align: center;
}


.challenge .numbers{
    color: #72bf44;
    font-weight: bold;
    font-size: 1.4rem;
    padding-left: 12px;

    margin-top: -2px;
}

.plus:before{
    content: "+";
    display: inline-block;
    padding: 0 4px;
}

[data-type="info-request-modal"] .challenge > .column:first-child p{
    font-size: 1rem;
    padding: 0 6px;
}

[data-type="info-request-modal"] .challenge .numbers{
    display: block;
}


.row.contactus{
    text-align: center;
    /*background: #a4dbd9 url(/assets/images/newinterhouse/contact-us.jpg) 50% 100% repeat-x*/;
    /*background: #a4dbd9 url(/assets/images/newinterhouse/contact-us-small-min.png) 50% 100% repeat-x;*/
    background: rgba(114, 191, 68,1);
    background-image: url(/assets/images/newinterhouse/contact-us-small-min.png);
    background-image: url(/assets/images/newinterhouse/contact-us-small-min.png) , linear-gradient(180deg, rgba(114, 191, 68,1) 0%, rgba(155, 214, 255,1) 100%);
    background-image: url(/assets/images/newinterhouse/contact-us-small-min.png) , linear-gradient(180deg, rgba(114, 191, 68,1) 0%, rgba(155, 214, 255,1) 100%);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 180px;
    width: 100%;
    margin: 0;
    position: relative;
    min-height: 950px;
}

.row.contactus:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 64px 0 64px;
    border-color: #fafafa transparent transparent transparent;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.row.contactus svg{
    position: relative;
    width: 120px;
    height: 120px;
    color: #fff;
}

.row.contactus .title{
    color: #1c1d5f;
    color: #fff;
    font-size: 2.4rem;
}

.row.contactus .description{
    color: #1c1d5f;
    color: #fff;
    font-size: 1.4rem;
}

.row.contactus form{
    padding-bottom: 32px;
    margin-top: 32px;
}

.row.contactus form .column{
    position: relative;
    margin-bottom: 16px;
}

.row.contactus .error{
    position: absolute;
    left: 0.5em;
    bottom: 0;
    display: none;
}

.row.contactus input,
.row.contactus select{
    background: #fff;
    height: auto;
    padding: 1.6em 1em;
}

.row.contactus input.invalid + .error,
.row.contactus select.invalid + .error{
    display: block;
}

.row.contactus .challenge{
    text-align: left;
    color: #1c1d5f;
    color: #fff;
}


.row.contactus .numbers{
    color: #1c1d5f;
    color: #fff;
}

.row.contactus .challenge label,
.row.contactus .privacy{
    color: #1c1d5f;
    color: #fff;
    font-size: 1.4rem;
    margin: 1em auto 3em;
}

.row.contactus .challenge label{
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.row.contactus .challenge p{
    font-size: 1.2rem;
}

.row.contactus .submit,
.row.contactus input[type="submit"] {
    background-color: #1c1d5f;
    background-color: #fff;
    color: #5c7d7f;
    border: 0;
    font-family: 'bebas_neuebold', 'Bebas Neue', 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.4rem;
    padding: 0.5em 1em;
}


.row.contactus .submit:disabled{
    opacity: 0.5;
}

.row.contactus .error{
    display: none;
    position: absolute;
    color: #fff;
    padding: 0.5em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    z-index: 22;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.row.contactus .error:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #f44336 transparent;
    top: -12px;
    left: 12px;

}
/*span.select-arrow:before{
    content: '\e81b';
    font-family: "fontello";
    position: absolute;
    color: #1c1d5f;
    font-size: 1em;
    height: 48px;
    display: inline-block;
    right: 1.6em;
    line-height: 50px;
}*/

span.select-arrow:before{
    content: '\e81b';
    font-family: "fontello";
    position: absolute;
    color: #1c1d5f;
    font-size: 1em;
    padding: 1.5em 0;
    display: inline-block;
    right: 1.6em;
    pointer-events: none;
    line-height: 0;
}

::placeholder {
    color: #1c1d5f;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
    color: pink;
}
:-moz-placeholder { /* Firefox 18- */
    color: pink;
}

::placeholder {
    color: #999;
}



input[type="number"]::-ms-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="number"]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
}



/**************
** ANNUNCIO
***************/



.body_annuncio .row.cover{
    height: 75vh;
}

.body_annuncio .cover-image-bg{
    height: 100%;
    width: 75vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.body_annuncio .cover-image-bg + .map{
    width: 25vw;
    height: 100%;
    background-color: #ccc;
}



/***********
** SEARCH BAR
************/

[data-type="search-bar"]{
    background: #fff;
    margin-bottom: 0;
    padding: 4rem 0 2rem;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

[data-type="search-bar"] .row.tabs-bar button{
    border: 0;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font: inherit;
    background: transparent;
}

optgroup[label]{
    color:#999;
    background-color: #fff;
}

[data-type="search-bar"] .row.tabs-bar button:active,
[data-type="search-bar"] .row.tabs-bar button:focus{
    border: none;
    outline: none;
}

[data-type="search-bar"] .select-arrow{
    pointer-events: none;
}

[data-type="search-bar"] label {
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 8px;
    display: block;
}

[data-type="search-bar"] .bar{
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 0 8px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    position: relative;
}

[data-type="search-bar"] .bar  .more-block{
    flex-basis: 100%;
    position: absolute;
    bottom: -48px;
    width: 100%;
}

[data-type="search-bar"] .bar .row{
    margin: 0;
}

[data-type="search-bar"] .bar label{
    position: absolute;
    -webkit-transform: translate(0, -32px);
    -moz-transform: translate(0, -32px);
    -ms-transform: translate(0, -32px);
    -o-transform: translate(0, -32px);
    transform: translate(0, -32px);
}

[data-type="search-bar"] .bar .column{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border-right: 1px solid #f0f0f0;
}

[data-type="search-bar"] .bar > .column.search-btn{
    border: 0;
    background-color: #72bf44;
    cursor: pointer;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-align: center;
}

[data-type="search-bar"] .search-btn-mobile{
    display: none;
}

[data-type="search-bar"] .search-btn-mobile .btn{
    width: 100%;
    height: 3rem;
}

[data-type="search-bar"] .search-btn-mobile:hover .btn,
[data-type="search-bar"] .search-btn-mobile .btn:hover,
[data-type="search-bar"] .bar  .search-btn:hover{
    background: #1c1d5f;
    overflow: hidden;

}

[data-type="search-bar"] .bar .column:last-child .btn:hover,
[data-type="search-bar"] .bar .column:last-child .btn{
    border: none;
    height: 48px;
    width: 100%;
    background: transparent;
    cursor: pointer;
}

[data-type="search-bar"] .bar select{
    border: 0;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*[data-type="search-bar"] .bar .column:hover,
[data-type="search-bar"] .bar .column:focus{
    background: #fff9e0;
    border: 0!important;
    outline: 0;
}*/

[data-type="search-bar"] .bar input:focus,
[data-type="search-bar"] .bar select:focus{
    background: #fff9e0;
    border: 0!important;
    outline: 0;
}

[data-type="search-bar"] .bar select:active option{
    background: #c00;
}

[data-type="search-bar"] .column{
    position: relative;
}

[data-type="search-bar"] .bar input {
    height: 3rem;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

[data-type="search-bar"] select {
    height: 3rem;
    /*background: #fff;*/

}

[data-type="search-bar"] [name="more-filters"],
[data-type="search-bar"] [name="operation"]{
    display: none;
}

[data-type="search-bar"] .more-filters > .column .row > .column{
    margin-bottom: 8px;
}

[data-type="search-bar"] .more-filters input[name="mq_min"],
[data-type="search-bar"] .more-filters input[name="mq_max"],
[data-type="search-bar"] .more-filters input[name="mq"],
[data-type="search-bar"] .more-filters input[name="bagni"],
[data-type="search-bar"] .more-filters input[name="camere"],
[data-type="search-bar"] .more-filters select[name="stato"],
[data-type="search-bar"] .more-filters select[name="ape"]{
    height: 2.2rem;
}

[data-type="search-bar"] .more-filters span.select-arrow:before{
    height: 2.2rem;
    line-height: 2.2rem;
    top: 0;
}

[data-type="search-bar"] .more-filters label sup {
    position: absolute;
    margin-top: -2px;
    margin-left: 1px;
}

[data-type="search-bar"] .more-filters select[name="ape"] + .select-arrow:before{
    line-height: 2.3rem;
}

[data-type="search-bar"] .row.more{
    margin-top: 1em;
}

[data-type="search-bar"] .row.more-filters{
    display: none;
}

[data-type="search-bar"] .row.more label[for="more-filters"]{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 24px;
}

[data-type="search-bar"] .row.more label[for="more-filters"] .ui-icon{
    left: 0;
    line-height: 26px;
}


[data-type="search-bar"] .row.more label[for="more-filters"] .arrow:before {
    content: '\e802';
    color: inherit;
    left: 0;
}

[data-type="search-bar"] [name="more-filters"]:checked ~ .row.more label[for="more-filters"] .arrow:before {
    content: '\e800';
}

[data-type="search-bar"] [name="more-filters"]:checked ~ .row.more-filters{
    display: block;
    margin-top: 12px;
}

[data-type="search-bar"] .as-tab{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0.5em 1em;
    color: #999;
    margin: 0 0.2em 1em;
    letter-spacing: 0;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    -webkit-transform: translate(0, -42px);
    -moz-transform: translate(0, -42px);
    -ms-transform: translate(0, -42px);
    -o-transform: translate(0, -42px);
    transform: translate(0, -42px);
    border: 1px solid #d0d0d0;
}

[data-type="search-bar"] [name="operation"][value="vendita"] ~ .row .pricerange-vendita,
[data-type="search-bar"] [name="operation"][value="affitto"] ~ .row .pricerange-affitto{
    visibility: hidden;
    pointer-events: none;
    display: none;
}

[data-type="search-bar"] .as-tab:hover{
    background: #fff;
}

[data-type="search-bar"]  .row [for="ope-affitto"]:hover,
[data-type="search-bar"] .row [for="ope-vendita"]:hover{
    background: #f0f0f0;
}

[data-type="search-bar"] [name="operation"][value="affitto"]:checked ~ .row [for="ope-affitto"],
[data-type="search-bar"] [name="operation"][value="vendita"]:checked ~ .row [for="ope-vendita"]{
    background: #FFC107;
    border: 1px solid #FFC107;
    color: #fff;
}

[data-type="search-bar"] [name="operation"][value="vendita"]:checked ~ .row .pricerange-vendita,
[data-type="search-bar"] [name="operation"][value="affitto"]:checked ~ .row .pricerange-affitto{
    visibility: visible;
    pointer-events: all;
    display: flex;
}


footer{
    padding: 32px 0 180px;
    background: #4f3f37;
    color: #fff;
    letter-spacing: 0;
    text-shadow: none;
    line-height: 1.2;
    position: relative;
}

footer a.numero-verde{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 60px;
    background: url('../../images/newinterhouse/numero-verde.svg') 50% 50% no-repeat;
    background-size: contain;
    margin-top: 1em;
}

footer a.credits {
    display: block;
    position: absolute;
    width: 100%;
    text-decoration: none;
    margin-top: 0;
    left: 0;
    bottom: 16px;
    text-align: center;
    z-index: 2;
    color: #fff;
}

a.credits .heart{
    color: #f00;
    -webkit-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    -moz-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    -ms-text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.privacy-cookie-settings{
    display: inline-block;
    background: transparent;
    -webkit-border: 1px solid #fff;
    -moz-border: 1px solid #fff;
    border: 1px solid #fff;
    border-radius: 10em;
    color: #fff;
    padding: 0.3em 1em;
    opacity: 0.6;
    font-family: inherit;
    cursor: pointer;
    margin-top: -2px;
    margin-left: 1em;
    position: absolute;
}

.privacy-cookie-settings:hover{
    opacity: 1;
}

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

footer .container{
    position: relative;
}

footer h5,
footer h4{
    margin-bottom: 0.5em;
}

footer .orari{
    position: absolute;
    right: 0;
    top: 0
}

footer .orari > span {
    display: block;
}

footer .numbers{
    margin-top: 0.5em;
    opacity: 0.6;
}

header + .header.fixed .container,
header  .container{
    padding-left: 0;
    padding-right: 0;
    position: relative;
}


body [data-as="cv-uploader"] .preview{
    right: 32px;
    top: auto;
    bottom: 32px;
    z-index: 20000;
}


/***********
** REVIEWS
************/


section.reviews {
    background-color: #fdf9ed;
    margin: 0;
    border-top: 1px dashed #ebdfba;
    position: relative;
    min-height: 650px;
}

section.reviews + a + .row.contactus:before{
    border-color: #fdf9ed transparent transparent transparent;
}

section.reviews + [data-name="Sponsors"]{
    position: relative;
    border-top: 1px solid #f0f0f0;
}

section.reviews + [data-name="Sponsors"]:after,
section.reviews + [data-name="Sponsors"]:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 64px 0 64px;
    border-color: #f0f0f0 transparent transparent transparent;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.reviews + [data-name="Sponsors"]:after{
    border-width: 48px 64px 0 64px;
    border-color: #fefaed transparent transparent transparent;
    top: -1px;
}

/*section.reviews:after,
section.reviews:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 64px 0 64px;
    border-color: #ebdfba transparent transparent transparent;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.reviews:after{

    border-width: 48px 64px 0 64px;
    border-color: #fafafa transparent transparent transparent;
    top: -1px;
}*/

google-reviews .info:before{
    content: '';
    width: 64px;
    height: 64px;
    background: url(../../images/newinterhouse/reviews-2.svg) 50% 50% no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 16px;
}

section.reviews google-reviews .icon-and-name figure{
    border: 1px solid #fdbd88;
    background-color: #fedec3;
}

[data-name="Sponsors"] + a + .row.contactus:before{
    border-color: #fff transparent transparent transparent;
}


[data-name="Sponsors"] .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{
    min-width: 25%;
}

body.default_page .payoff{
    margin-top: 90px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}



body.default_page > header{
    border-bottom: 1px solid #f0f0f0;
}

body.default_page.with_cover > header{
    border-bottom: none;
}

body.default_page.with_cover .payoff{
    margin-top: 0;
}

body.default_page header .logo{
    background-image: url(/assets/images/newinterhouse/new-interhouse-compact-logo.svg) !important;
}

body.default_page.with_cover header .logo{
    background-image: url(/assets/images/newinterhouse/new-interhouse-compact-logo-white.svg) !important;
}


body .payoff table {
    width: 100%;
    height: 100px;
    text-align: left;
    border-collapse: collapse;
    margin: 32px auto;
    border: 1px solid #f0f0f0;
}

body .payoff table tr {
    margin-bottom: 2px;
}

body .payoff table td {
    border-bottom: 1px solid #f0f0f0;
    padding-left: 1em;
    padding-top: 1em;
}

body .payoff table tr td:first-child {
    border-right: 1px solid #f0f0f0;
    background: #fcfcfc;
}

@media all and (max-width: 960px){


    .container{
        padding-left: 32px;
        padding-right: 32px;
    }


    .row.quicklinks .sale-icon{
        top: -54px;
    }
    .row.payoff .title,
    .row.quicklinks h2{
        font-size: 2.2rem;
    }

    .row.quicklinks p {
        font-size: 1.4rem;
        line-height: 1.2em;
    }
}

@media all and (max-width: 900px){
    header nav.main, .header nav.main {
        float: right;
        margin-right: 48px;
        margin-top: 18px;
    }

    header .switch-lang {
        transform: translate(10px, 9px);
    }

    [name="site-menu-toggler"]:checked ~ header .main-menu-wrapper,
    [name="site-menu-toggler"]:checked ~ header [data-level="0"],
    .site-menu [type="checkbox"]:checked ~ .main-menu-wrapper,
    .site-menu [type="checkbox"]:checked ~ [data-level="0"]{
        display: block;
        width: auto;
    }

    .site-menu > label[for="site-menu-toggler"]{
        display: block;
        border: 0;
    }

    .main-menu-wrapper-desktop{
        display: none;
    }

    .site-menu [data-level="0"]{
        z-index: 2;
        width: 100vw;
        overflow: hidden;
        text-align: center;
    }

    .site-menu [data-level="0"] li,
    .site-menu [data-level="0"] {
        display: block;
    }

    .site-menu [data-level="0"] > li {
        margin-right: 0 !important;
    }
}

@media all and (max-width: 800px){

    .main-menu-wrapper-desktop{
        right: 0;
        width: auto;
    }


    .row.quicklinks .sale-icon{
        top: -54px;
    }

    .carousel > .covers > .cover{
        align-items: flex-end;
    }


    .cover .slide.left article{
        position: relative;
    }


    .cover .slide.left .btn{
        left: 0;
    }

    .row.quicklinks h2{
        font-size: 2rem;
    }

    .row.quicklinks p {
        font-size: 1.4rem;
        line-height: 1.2em;
    }

    .row.contactus .privacy{
        font-size: 1.2rem;
    }

    .row.quicklinks ul.row > li:only-child {
        flex-basis: 80%;
        max-width: 80%;
    }
}

@media all and (max-width: 640px){

    body [data-as="cv-uploader"] .preview{
        top: auto!important;
        bottom: 16px!important;
        width: 90vw;
        max-width: 280px;
        padding: 8px;
        z-index: 2;
    }

    .header,
    header{
        height: 64px;
    }

    header nav.main,
    .header nav.main{
        margin-top: 0;
    }

    .site-menu [data-level="0"] li{
        display: block;
    }

    .header .logo,
    header .logo{
        /*background: url(/assets/images/newinterhouse/new-interhouse-logo.svg) 0 50% no-repeat;*/
        height: 56px;
        margin-top: 5px;
    }



    [data-type="search-bar"] .bar,
    [data-type="search-bar"] .bar .column{
        padding: 0;
        margin: 0;
    }

    [data-type="search-bar"] .bar .column:nth-child(1),
    [data-type="search-bar"] .bar .column:nth-child(2){
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
    }

    [data-type="search-bar"] .bar .search-btn{
        display: none;
    }

    [data-type="search-bar"] .search-btn-mobile{
        display: block;
    }

    [data-type="search-bar"] .bar .column:nth-child(1){
        border: 0;
    }

    [data-type="search-bar"] .bar .column:nth-child(2){
        border-right: 0;
        border-left: 1px solid #f0f0f0;
    }

    [data-type="search-bar"] .row.tabs-bar{
        text-align: center;
        display: inline-block;
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: relative;
        overflow: visible;
    }



    [data-type="search-bar"] .bar > .column:nth-child(3),
    [data-type="search-bar"] .bar > .column:nth-child(4){
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;

        border-right: 0;
    }

    [data-type="search-bar"] .bar > .column:nth-child(3){
        border-top: 1px solid #f0f0f0;
    }

    [data-type="search-bar"] .bar > .column:nth-child(4){
        border-radius: 0 0 5px 5px;
    }

    [data-type="search-bar"] .bar > .column .row,
    [data-type="search-bar"] .bar > .column .column{
        margin: 0;
    }

    [data-type="search-bar"] .bar .column:nth-child(3) > label{
        display: none;
    }



    .row.cover{
        height: calc(100vh - 64px)
    }

    .row.quicklinks .sale-icon{
        top: -54px;
    }

    .row.quicklinks h2{
        font-size: 1.6rem;
    }

    .row.quicklinks p {
        font-size: 1.2rem;
        line-height: 1.2em;
    }

    .cover .slide p{
        font-size: 1.6rem;
    }

    .cover .slide .btn{
        font-size: 1.2rem;
    }

    .row.quicklinks ul.row > li:only-child {
        flex-basis: 90%;
        max-width: 90%;
    }
}

@media all and (max-width: 500px){




    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cover .slide{
        width: 90%;
    }

    .row.quicklinks ul.row > li:only-child {
        flex-basis: 100%;
        max-width: 100%;
    }


    .row.payoff .title{
        font-size: 1.6rem;
    }

    .row.quicklinks h2 {
        font-size: 1.8rem;
        line-height: 1;
    }

    .card .title{
        font-size: 1.8rem;
    }

    .row.contactus .xs-4{
        flex-basis: 100%;
        max-width: 100%;
    }

    .xs-6{
        flex-basis: 100%;
        max-width: 100%;
    }

    [data-type="search-bar"] .more-filters .column .row .column .xs-6{
        flex-basis: 50%;
        max-width: 50%;
    }

    .row.contactus form .row{
        flex-direction: column;

    }

    .row.quicklinks ul.row > li:only-child {
        flex-basis: 90%;
        max-width: 90%;
    }

    footer{
        padding-bottom: 360px;
    }
}

@media all and (max-width: 400px){
    .site-menu [data-level="0"] li {
        display: block;
    }

    .row.quicklinks h2 {
        font-size: 1.3rem;
    }

    .row.quicklinks h2 span{
        padding: 0;
    }

}

@media all and (max-width: 340px){
    .cover .slide article {
        -webkit-transform: translateX(-1em);
        -moz-transform: translateX(-1em);
        transform: translateX(-1em);
    }
}

.body_annuncio.modal .next-previous-block,
.body_annuncio.modal > footer,
.body_annuncio.modal > .header,
.body_annuncio.modal > header{
    display: none!important;
}

section.reviews:after{
    border-color: #fff transparent transparent transparent;
}
@font-face {
  font-family: 'search';
  src: url('/assets/css/newinterhouse/fonts/search.eot?77718845');
  src: url('/assets/css/newinterhouse/fonts/search.eot?77718845#iefix') format('embedded-opentype'),
       url('/assets/css/newinterhouse/fonts/search.woff2?77718845') format('woff2'),
       url('/assets/css/newinterhouse/fonts/search.woff?77718845') format('woff'),
       url('/assets/css/newinterhouse/fonts/search.ttf?77718845') format('truetype'),
       url('/assets/css/newinterhouse/fonts/search.svg?77718845#search') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'search';
    src: url('../font/search.svg?77718845#search') format('svg');
  }
}
*/


body.body_search > header{
    top: 0;
}

body.body_search > header .logo{
    background-image: url(/assets/images/newinterhouse/new-interhouse-compact-logo.svg) !important;
}

body.body_search > [data-type="search-bar"]{
    margin-top: 90px;
}


.toast-close{
    position: absolute;
    right: 0;
}

.body_search .toastify {
    padding: 12px 30px 12px 12px;
}

.body_search .toastify.success {
    background: #72bf44;
    border: 0.1rem solid #72bf44;
    font-size: 1.2rem;
}

.body_search .toastify.toastify-bottom {
    margin-bottom: unset;
}

@media all and (max-width: 600px){
    .body_search .toastify {
        max-width: 100%;
        right: 15px;
    }
}

input[type="submit"]{
    -webkit-appearance: none;
    border: 0;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "search";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-down-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-right-open:before { content: '\e802'; } /* '' */
.icon-up-open:before { content: '\e803'; } /* '' */
.icon-cw:before { content: '\e804'; } /* '' */
.icon-ccw:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-ok:before { content: '\e807'; } /* '' */
.icon-ok-circle:before { content: '\e808'; } /* '' */
.icon-heart-empty:before { content: '\e809'; } /* '' */
.icon-heart-circled:before { content: '\e80a'; } /* '' */
.icon-heart:before { content: '\e80b'; } /* '' */
.icon-arrows-cw:before { content: '\e80c'; } /* '' */
.icon-cog-circled:before { content: '\e80d'; } /* '' */
.icon-download:before { content: '\e80e'; } /* '' */
.icon-thumbs-up-1:before { content: '\e80f'; } /* '' */
.icon-thumbs-up:before { content: '\e810'; } /* '' */
.icon-search-1:before { content: '\e811'; } /* '' */
.icon-thumbs-down:before { content: '\e812'; } /* '' */
.icon-tag:before { content: '\e813'; } /* '' */
.icon-location-1:before { content: '\e814'; } /* '' */
.icon-location-2:before { content: '\e815'; } /* '' */
.icon-phone:before { content: '\e816'; } /* '' */
.icon-down-open-mini:before { content: '\e817'; } /* '' */
.icon-up-open-1:before { content: '\e818'; } /* '' */
.icon-right-open-1:before { content: '\e819'; } /* '' */
.icon-left-open-1:before { content: '\e81a'; } /* '' */
.icon-down-open-1:before { content: '\e81b'; } /* '' */
.icon-up-open-mini:before { content: '\e81c'; } /* '' */
.icon-right-open-mini:before { content: '\e81d'; } /* '' */
.icon-left-open-mini:before { content: '\e81e'; } /* '' */
.icon-twitter-1:before { content: '\e81f'; } /* '' */
.icon-accessibility:before { content: '\e820'; } /* '' */
.icon-agriculture:before { content: '\e821'; } /* '' */
.icon-air-conditioner:before { content: '\e822'; } /* '' */
.icon-apartment:before { content: '\e823'; } /* '' */
.icon-apartment-1:before { content: '\e824'; } /* '' */
.icon-arrow:before { content: '\e825'; } /* '' */
.icon-bagni:before { content: '\e826'; } /* '' */
.icon-car:before { content: '\e827'; } /* '' */
.icon-car-1:before { content: '\e828'; } /* '' */
.icon-car-7:before { content: '\e829'; } /* '' */
.icon-car-3:before { content: '\e82a'; } /* '' */
.icon-car-4:before { content: '\e82b'; } /* '' */
.icon-car-5:before { content: '\e82c'; } /* '' */
.icon-living:before { content: '\e82d'; } /* '' */
.icon-room-1:before { content: '\e82e'; } /* '' */
.icon-room:before { content: '\e82f'; } /* '' */
.icon-wc-2:before { content: '\e830'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-spin3:before { content: '\e832'; } /* '' */
.icon-wc-1:before { content: '\e833'; } /* '' */
.icon-wc:before { content: '\e834'; } /* '' */
.icon-washing-machine:before { content: '\e835'; } /* '' */
.icon-villette:before { content: '\e836'; } /* '' */
.icon-vani:before { content: '\e837'; } /* '' */
.icon-spin5:before { content: '\e838'; } /* '' */
.icon-urban:before { content: '\e839'; } /* '' */
.icon-tree-1:before { content: '\e83a'; } /* '' */
.icon-tree:before { content: '\e83b'; } /* '' */
.icon-terrace-1:before { content: '\e83c'; } /* '' */
.icon-terrace:before { content: '\e83d'; } /* '' */
.icon-living-room:before { content: '\e83e'; } /* '' */
.icon-map:before { content: '\e83f'; } /* '' */
.icon-search:before { content: '\e840'; } /* '' */
.icon-elevator:before { content: '\e841'; } /* '' */
.icon-city:before { content: '\e842'; } /* '' */
.icon-email:before { content: '\e843'; } /* '' */
.icon-marker:before { content: '\e844'; } /* '' */
.icon-mq:before { content: '\e845'; } /* '' */
.icon-fiori:before { content: '\e846'; } /* '' */
.icon-garden:before { content: '\e847'; } /* '' */
.icon-mq2:before { content: '\e848'; } /* '' */
.icon-park:before { content: '\e849'; } /* '' */
.icon-garden-1:before { content: '\e84a'; } /* '' */
.icon-giardino:before { content: '\e84b'; } /* '' */
.icon-parking:before { content: '\e84c'; } /* '' */
.icon-pool:before { content: '\e84d'; } /* '' */
.icon-hc:before { content: '\e84e'; } /* '' */
.icon-house:before { content: '\e84f'; } /* '' */
.icon-pool-1:before { content: '\e850'; } /* '' */
.icon-real-estate:before { content: '\e851'; } /* '' */
.icon-insurance:before { content: '\e852'; } /* '' */
.icon-lift:before { content: '\e853'; } /* '' */
.icon-real-estate-1:before { content: '\e854'; } /* '' */
.icon-list-2:before { content: '\e855'; } /* '' */
.icon-beeathy-com:before { content: '\e856'; } /* '' */
.icon-beeathy-com-1:before { content: '\e857'; } /* '' */
.icon-beeathy-com-2:before { content: '\e858'; } /* '' */
.icon-beeathy-com-3:before { content: '\e859'; } /* '' */
.icon-beeathy-com-4:before { content: '\e85a'; } /* '' */
.icon-beeathy-com-5:before { content: '\e85b'; } /* '' */
.icon-beeathy-com-6:before { content: '\e85c'; } /* '' */
.icon-socials:before { content: '\e85d'; } /* '' */
.icon-socials-1:before { content: '\e85e'; } /* '' */
.icon-socials-2:before { content: '\e85f'; } /* '' */
.icon-socials-3:before { content: '\e860'; } /* '' */
.icon-socials-4:before { content: '\e861'; } /* '' */
.icon-beeathy-com-7:before { content: '\e862'; } /* '' */
.icon-beeathy-com-9:before { content: '\e863'; } /* '' */
.icon-beeathy-com-8:before { content: '\e864'; } /* '' */
.icon-beeathy-com-11:before { content: '\e865'; } /* '' */
.icon-beeathy-com-10:before { content: '\e866'; } /* '' */
.icon-beeathy-com-12:before { content: '\e867'; } /* '' */
.icon-beeathy-com-13:before { content: '\e868'; } /* '' */
.icon-beeathy-com-14:before { content: '\e869'; } /* '' */
.icon-beeathy-com-15:before { content: '\e86a'; } /* '' */
.icon-beeathy-com-16:before { content: '\e86b'; } /* '' */
.icon-beeathy-com-17:before { content: '\e86c'; } /* '' */
.icon-beeathy-com-18:before { content: '\e86d'; } /* '' */
.icon-beeathy-com-19:before { content: '\e86e'; } /* '' */
.icon-beeathy-com-20:before { content: '\e86f'; } /* '' */
.icon-beeathy-com-21:before { content: '\e870'; } /* '' */
.icon-beeathy-com-22:before { content: '\e871'; } /* '' */
.icon-beeathy-com-23:before { content: '\e872'; } /* '' */
.icon-ape:before { content: '\e873'; } /* '' */
.icon-bed-2:before { content: '\e874'; } /* '' */
.icon-bed:before { content: '\e875'; } /* '' */
.icon-wc-3:before { content: '\e876'; } /* '' */
.icon-car-2:before { content: '\e877'; } /* '' */
.icon-car-6:before { content: '\e878'; } /* '' */
.icon-ventilation:before { content: '\e879'; } /* '' */
.icon-heat:before { content: '\e87a'; } /* '' */
.icon-air-conditioning:before { content: '\e87b'; } /* '' */
.icon-price:before { content: '\e87c'; } /* '' */
.icon-txt:before { content: '\e87d'; } /* '' */
.icon-fiile:before { content: '\e87e'; } /* '' */
.icon-zip:before { content: '\e87f'; } /* '' */
.icon-pdf:before { content: '\e880'; } /* '' */
.icon-facebook-circled:before { content: '\f051'; } /* '' */
.icon-facebook:before { content: '\f052'; } /* '' */
.icon-twitter-circled:before { content: '\f057'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */


sl-dropdown{
    visibility: hidden;
    height: 32px;
    overflow: hidden;
}
sl-dropdown:defined{
    display: block;
    visibility: visible;
    height: 48px;
}

sl-dropdown:hover{

}

sl-dropdown sl-menu{
    display: none;
}

sl-dropdown sl-menu:defined{
    display: block;
}

sl-dropdown sl-button{
    width: 100%;
    line-height: 48px;
    --sl-input-heigh: 48px;
    --sl-input-border-width: 0;
    display: flex;
}

sl-dropdown sl-button::part(base){
    height: 48px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;

}

sl-dropdown sl-button::part(base):hover{
    background: #fff9e0;
    color: inherit;
}

sl-dropdown sl-button::part(label){
    width: 88%;
    text-align: left;
    text-transform: unset;
}
sl-dropdown sl-button::part(caret){
    font-weight: bold;
}

sl-menu-item::part(submenu-icon){
    font-size: 10px;
}

sl-menu-item[selected]::part(base),
sl-menu-item::part(base):hover{
    background: #fff9e0;
    color: inherit;
}

sl-menu-item::part(submenu):empty{
    display: none;
}
