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

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

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

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

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

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

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

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

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

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

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

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

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

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

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

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

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

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

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

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

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

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

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

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-last {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999
}

.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media only screen and (min-width: 960px) {
    .flex--desk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .inline-flex--desk {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .flex-auto--desk {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }

    .flex-none--desk {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

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

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

    .flex-wrap--desk {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .flex-wrap-reverse--desk {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

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

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

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

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

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

    .items-baseline--desk {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

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

    .self-start--desk {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .self-end--desk {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .self-center--desk {
        -ms-flex-item-align: center;
        align-self: center
    }

    .self-baseline--desk {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .self-stretch--desk {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .justify-start--desk {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .justify-end--desk {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .justify-center--desk {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

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

    .content-start--desk {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .content-end--desk {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .content-center--desk {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .content-between--desk {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .content-around--desk {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .content-stretch--desk {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

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

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

    .order-2--desk {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-3--desk {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-4--desk {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-5--desk {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-6--desk {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-7--desk {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-8--desk {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-last--desk {
        -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
        order: 99999
    }

    .flex-grow-0--desk {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .flex-grow-1--desk {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flex-shrink-0--desk {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flex-shrink-1--desk {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media only screen and (max-width: 959px) {
    .flex--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .inline-flex--mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .flex-auto--mobile {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }

    .flex-none--mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

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

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

    .flex-wrap--mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .flex-wrap-reverse--mobile {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

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

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

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

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

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

    .items-baseline--mobile {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

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

    .self-start--mobile {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .self-end--mobile {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .self-center--mobile {
        -ms-flex-item-align: center;
        align-self: center
    }

    .self-baseline--mobile {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .self-stretch--mobile {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .justify-start--mobile {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .justify-end--mobile {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .justify-center--mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

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

    .content-start--mobile {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .content-end--mobile {
        -ms-flex-line-pack: end;
        align-content: flex-end
    }

    .content-center--mobile {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .content-between--mobile {
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .content-around--mobile {
        -ms-flex-line-pack: distribute;
        align-content: space-around
    }

    .content-stretch--mobile {
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

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

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

    .order-2--mobile {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-3--mobile {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-4--mobile {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-5--mobile {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-6--mobile {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-7--mobile {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-8--mobile {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-last--mobile {
        -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
        order: 99999
    }

    .flex-grow-0--mobile {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .flex-grow-1--mobile {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flex-shrink-0--mobile {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flex-shrink-1--mobile {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px
}

.sectionCenter {
    clear: both;
    max-width: 960px;
    padding: 0px;
    margin: 0px auto
}

.group:before, .group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.col {
    display: block;
    float: left;
    margin: 0
}

.col:first-child {
    margin-left: 0
}

.span_1_of_1 {
    width: 100%
}

.span_2_of_2 {
    width: 100%
}

.span_1_of_2 {
    width: 50%
}

.span_1_of_4_press {
    width: 25%
}

.span_1_of_6 {
    width: 16.66%
}

.span_4_of_4 {
    width: 100%
}

.span_3_of_4 {
    width: 75%
}

.span_3_of_4_75 {
    width: 75%
}

.span_2_of_4 {
    width: 50%
}

.span_1_of_4 {
    width: 25%
}

.span_1_of_4_item {
    width: 25%
}

.span_1_of_4_press {
    width: 25%
}

.span_1_of_4_home {
    width: 25%
}

.span_2_of_3 {
    width: 640px
}

.span_1_of_3_design {
    width: 320px
}

.span_2_of_3_elastic {
    width: 66.66%
}

.span_1_of_3_elastic {
    width: 33.33%
}

@media only screen and (max-width: 480px) {
    .span_1_of_4_item {
        width: 50% !important
    }

    .span_1_of_4_press {
        width: 100% !important
    }

    .span_1_of_4_home {
        width: 100% !important
    }

    .span_2_of_3_elastic {
        width: 100%
    }

    .span_1_of_3_elastic {
        width: 100%
    }
}

@media only screen and (max-width: 959px) {
    .span_2_of_2 {
        width: 100%
    }

    .span_1_of_2 {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%
    }

    .span_1_of_2.footer_span {
        width: 50%
    }

    .span_1_of_4_press {
        width: 100%
    }

    .span_1_of_4_home {
        width: 25%
    }

    .span_4_of_4 {
        width: 100%
    }

    .span_3_of_4 {
        width: 100%
    }

    .span_3_of_4_75 {
        width: 100%
    }

    .span_2_of_4 {
        width: 100%
    }

    .span_1_of_4 {
        width: 100%
    }

    .span_1_of_4_item {
        width: 33%
    }

    .span_2_of_3 {
        width: 100%
    }
}

@font-face {
    font-family: 'ApexNewBold';
    src: url("../fonts/apexnew-bold/apexnew-bold-webfont.eot");
    src: url("../fonts/apexnew-bold/apexnew-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apexnew-bold/apexnew-bold-webfont.ttf") format("truetype"), url("../fonts/apexnew-bold/apexnew-bold-webfont.woff") format("woff"), url("../fonts/apexnew-bold/apexnew-bold-webfont.svg#ApexNewBold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ApexNewBook';
    src: url("../fonts/apexnew-book/apexnew-book-webfont.eot");
    src: url("../fonts/apexnew-book/apexnew-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apexnew-book/apexnew-book-webfont.ttf") format("truetype"), url("../fonts/apexnew-book/apexnew-book-webfont.woff") format("woff"), url("../fonts/apexnew-book/apexnew-book-webfont.svg#ApexNewBook") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ApexNewLight';
    src: url("../fonts/apexnew-light/apexnew-light-webfont.eot");
    src: url("../fonts/apexnew-light/apexnew-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apexnew-light/apexnew-light-webfont.ttf") format("truetype"), url("../fonts/apexnew-light/apexnew-light-webfont.woff") format("woff"), url("../fonts/apexnew-light/apexnew-light-webfont.svg#ApexNewLight") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ApexNewMedium';
    src: url("../fonts/apexnew-medium/apexnew-medium-webfont.eot");
    src: url("../fonts/apexnew-medium/apexnew-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apexnew-medium/apexnew-medium-webfont.ttf") format("truetype"), url("../fonts/apexnew-medium/apexnew-medium-webfont.woff") format("woff"), url("../fonts/apexnew-medium/apexnew-medium-webfont.svg#ApexNewMedium") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ApexNewThin';
    src: url("../fonts/apexnew-thin/apexnew-thin-webfont.eot");
    src: url("../fonts/apexnew-thin/apexnew-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apexnew-thin/apexnew-thin-webfont.ttf") format("truetype"), url("../fonts/apexnew-thin/apexnew-thin-webfont.woff") format("woff"), url("../fonts/apexnew-thin/apexnew-thin-webfont.svg#ApexNewThin") format("svg");
    font-weight: normal;
    font-style: normal
}

span.ApexThin {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'ApexNewThin', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important
}

span.ApexBold {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'ApexNewBold', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important
}

span.ApexMedium {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important
}

span.ApexBook {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'ApexNewBook', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important
}

span.ApexLight {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'ApexNewLight', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    letter-spacing: 1px
}

span.ApexThinCal {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'ApexNewThin', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    width: 220px;
    height: 25px;
    display: block
}

span.ApexBoldCal {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'ApexNewBold', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    width: 220px;
    display: block
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%
}

body {
    background: #ecece8;
    color: #797c7f;
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    height: 100%;
    margin: 0pt;
    font-family: 'Arial';
    min-width: 320px;
    -webkit-overflow-scrolling: touch
}

.site-content {
    overflow: hidden
}

img {
    border: 0;
    padding: 0
}

span.white {
    color: #fff
}

span.darkBrown {
    color: #3b3a36
}

span.darkBrown a {
    color: #757470;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

span.darkBrown a:hover {
    color: #3b3a36;
    text-decoration: underline
}

span.mediumBrown {
    color: #757470
}

span.lightBrown {
    color: #d6d3c9
}

span.green {
    color: #9fa8a3
}

span.blue {
    color: #0a2b47
}

span.azure {
    color: #75b4d5
}

span.copper {
    color: #eb6648
}

span.brass {
    color: #d3964f
}

span.aluminum {
    color: #3d6eaf
}

span.inox {
    color: #929a9e
}

span.size_55 {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1em
}

span.size_35 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1em
}

span.size_20 {
    font-size: 20px;
    font-size: 2rem
}

span.size_16 {
    font-size: 16px;
    font-size: 1.6rem
}

span.size_30 {
    font-size: 30px;
    font-size: 3rem
}

span.size_40 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1em
}

span.size_45 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1em
}

span.size_24 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1em
}

span.maiuscolo {
    text-transform: uppercase
}

span.testoStandard h6 {
    font-family: 'ApexNewBold', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase
}

span ul, span ol {
    margin: 0 0 0 20px
}

span.testoBold {
    font-family: 'ApexNewBold', Arial, sans-serif
}

span.interlineaNormale {
    line-height: 1em
}

span.bold {
    font-family: 'ApexNewBook', Arial, sans-serif;
    line-height: inherit
}

.testoLight {
    font-family: 'ApexNewLight', Arial, sans-serif
}

.ghost {
    background: #ecece8;
    color: #ecece8
}

.ghostWhite {
    background: #fff;
    color: #fff
}

.bg_white {
    background: #fff
}

.bg_darkBrown {
    background: #3b3a36
}

.bg_mediumBrown {
    background: #757470
}

.bg_lightBrown {
    background: #d6d3c9
}

.bg_green {
    background: #9fa8a3
}

.bg_blue {
    background: #0a2b47
}

.bg_azure {
    background: #75b4d5
}

.bg_copper {
    background: #eb6648
}

.bg_brass {
    background: #d3964f
}

.bg_aluminum {
    background: #3d6eaf
}

.bg_inox {
    background: #929a9e
}

.footer {
    background: #3b3a36;
    color: #a9a9a7;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem
}

.footer a {
    color: #a9a9a7;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.facebook {
    background: url("../images/social/facebook.jpg") -34px 0 no-repeat
}

.twitter {
    background: url("../images/social/twitter.jpg") -34px 0 no-repeat
}

.youtube {
    background: url("../images/social/youtube.jpg") -34px 0 no-repeat
}

.noDecoration {
    text-decoration: none
}

.invisible {
    visibility: hidden
}

.noTopPad {
    padding-top: 0 !important
}

.noBottomPad {
    padding-bottom: 0 !important
}

#map_canvas {
    float: left;
    width: 100%;
    height: 500px
}

.riga3px {
    margin-bottom: 3px
}

.noDecorationLight {
    text-decoration: none !important;
    color: #d6d3c9
}

.noDecorationLight a {
    text-decoration: none !important;
    color: #d6d3c9
}

.noDecorationLight a:hover {
    text-decoration: none !important;
    color: #fff
}

.standardHeaderImg {
    background: #ffcc00
}

.standardHeaderImg img {
    display: block
}

.noDecoration {
    text-decoration: none !important
}

#loginPopup {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: url("../images/login/bg.png") 0 0 repeat
}

.boxLoginContainer {
    width: 480px;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -240px;
    background: #fff
}

.boxLogin {
    padding: 40px
}

.boxLoginTop {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.titoloLogin {
    float: left;
    width: 70%
}

.btnCloseLogin {
    float: right;
    width: 23px;
    height: 23px;
    background: url("../images/common/close.png") 0 0 no-repeat;
    cursor: pointer
}

.btnCloseLogin:hover {
    background: url("../images/common/close.png") -23px 0 no-repeat
}

.form_login_check {
    display: block;
    width: 100%;
    margin-top: 10px
}

.form_login_check label {
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem
}

.form_login_check input[type='checkbox'] {
    position: relative;
    margin-top: -3px
}

.home_intro_link {
    width: 90px;
    height: 9px;
    background: url("../images/home/link_freccia.png") 0 0 no-repeat;
    margin-top: 15px
}

.home_intro_link:hover {
    background: url("../images/home/link_freccia.png") -90px 0 no-repeat
}

.home-factory-link {
    background: url("../images/home/link_freccia.png") -90px 0 no-repeat;
    height: 9px;
    margin-top: 15px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 90px
}

a:hover .home-factory-link {
    opacity: .6
}

.nav {
    float: right;
    margin-top: 250px;
    margin-right: 30px
}

.nav_dot {
    float: left;
    width: 30px;
    height: 30px;
    background: url("../images/home/dot.png") -30px 0 no-repeat;
    cursor: pointer
}

.nav_dot:hover {
    background: url("../images/home/dot.png") 0 0 no-repeat
}

.nav_dot.active {
    background: url("../images/home/dot.png") 0 0 no-repeat
}

.catalogoColl {
    height: 80px;
    background: #cbd050;
    color: #fff;
    cursor: pointer;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase
}

.catalogoColl_inside {
    opacity: .6;
    background: url("../images/common/freccia_download.png") right no-repeat;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.catalogoColl_inside:hover {
    opacity: 1
}

span.catalogoColl_text {
    padding-left: 35px;
    line-height: 85px
}

.titoloSezColl {
    padding-top: 80px;
    padding-left: 20px;
    padding-bottom: 20px
}

.collDesigner_img {
    overflow: hidden
}

.collDesigner_img img {
    width: 100%;
    display: block
}

.scheda_itemColore {
    padding: 0;
    border: 0;
    float: left;
    width: 100%;
    line-height: 1.2;
    padding-bottom: 6px
}

.scheda_itemColore .scheda_itemColore_image {
    float: left;
    padding-right: 10px;
    vertical-align: top;
    width: 52px;
    height: 52px;
    overflow: hidden
}

.scheda_itemColore img {
    float: left;
    margin-right: 5px
}

.scheda_separatore {
    padding: 40px;
    color: #fff
}

.ambiente_nomeColl {
    height: 80px;
    background: #757470;
    color: #fff;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    text-transform: uppercase
}

span.ambiente_nomeColl_text {
    padding-left: 35px;
    line-height: 85px
}

.span_1_of_3_icoColl {
    position: relative
}

.span_1_of_3_icoCat .ambiente_icoColl_shadow, .span_1_of_3_icoColl .ambiente_icoColl_shadow {
    background-image: url(../images/common/sfumatura_thumb.png);
    background-position: 50% 50%;
    background-size: 100% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.span_1_of_3_icoColl .ambiente_icoColl_text {
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: 280px;
    word-wrap: break-word
}

.designer_btn {
    width: 100%
}

.designer_btn:hover {
    color: #fff
}

.designer_btn.first {
    padding-top: 20px
}

.designer_img {
    padding: 0;
    margin: 0
}

.designer_img img {
    display: block
}

.bloccoPress {
    margin-top: 30px;
    opacity: 1
}

.press_nav {
    margin-top: 30px
}

.press_txt {
    display: inline-block;
    height: 24px;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    color: #757470;
    vertical-align: middle;
    line-height: 10px
}

.press_prev {
    display: inline-block;
    width: 14px;
    height: 24px;
    margin-right: 20px;
    background: url("../images/press/freccia_sx.png") top left no-repeat;
    opacity: .6
}

.press_next {
    display: inline-block;
    width: 14px;
    height: 24px;
    margin-left: 20px;
    background: url("../images/press/freccia_dx.png") top left no-repeat;
    opacity: .6
}

.press_prev:hover, .press_next:hover {
    opacity: 1
}

.press_img {
    padding: 0;
    margin: 0
}

.press_img img {
    display: block
}

span.testoStandardSmall {
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem
}

#form_job {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #aaa7a0;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden
}

#form_job input {
    background: #d6d3c9;
    color: #aaa7a0;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    margin: 5px 0;
    border: 0;
    height: 32px;
    font-size: 14px;
    font-size: 1.4rem
}

#form_job textarea {
    background: #d6d3c9;
    color: #aaa7a0;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    margin: 5px 0;
    border: 0;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem
}

#form_job input[type=radio] {
    display: none
}

#form_job input[type=submit] {
    float: right;
    margin-top: 30px;
    width: 100px;
    height: 100px;
    background: url("../images/job/btn_send.jpg") no-repeat 0 0;
    cursor: pointer
}

#form_job input[type=submit]:hover {
    background: url("../images/job/btn_send.jpg") no-repeat -100px 0
}

.radio {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px
}

label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px
}

.radio label:before {
    border-radius: 8px
}

#form_job input[type=radio]:checked+label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 20px;
    text-align: center;
    line-height: 18px
}

.job_NOselect {
    margin-bottom: 5px
}

.job_select select {
    background: #d6d3c9 url("../images/job/dropdown_arrow.png") no-repeat bottom right;
    color: #aaa7a0;
    width: 100%;
    padding: 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer
}

.job_select select:hover {
    background: #d6d3c9 url("../images/job/dropdown_arrow.png") no-repeat top right
}

.job_select {
    margin-bottom: 5px
}

.jobMargin {
    overflow: hidden
}

.jobBreak {
    width: 100%;
    height: 30px
}

.job_upload:hover {
    background: #d6d3c4 url("../images/job/more.png") no-repeat bottom right
}

.btn {
    float: left;
    width: 90%;
    margin-top: -32px;
    height: 32px !important
}

.btn::before {
    display: none
}

.job_upload input {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 90% !important;
    margin-left: 10px !important
}

::-webkit-input-placeholder {
    color: #aaa7a0
}

::-moz-placeholder {
    color: #aaa7a0
}

:-ms-input-placeholder {
    color: #aaa7a0
}

:-moz-placeholder {
    color: #aaa7a0
}

.job_nota {
    width: 100%;
    margin-top: 10px;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #757470
}

#form_info {
    width: 100%;
    margin-top: 10px;
    color: #aaa7a0;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden
}

#form_info input {
    background: #fff;
    color: #aaa7a0;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    margin: 5px 0;
    border: 0;
    height: 32px;
    font-size: 14px;
    font-size: 1.4rem
}

#form_info textarea {
    background: #fff;
    color: #aaa7a0;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    margin: 5px 0;
    border: 0;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem
}

#form_info input[type=radio] {
    display: none
}

#form_info input[type=submit] {
    float: right;
    margin-top: 30px;
    width: 100px;
    height: 100px;
    background: url("../images/contact/btn_send.jpg") no-repeat 0 0;
    cursor: pointer
}

#form_info input[type=submit]:hover {
    background: url("../images/contact/btn_send.jpg") no-repeat -100px 0
}

#form_info label {
    position: absolute;
    margin-left: 0px;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff !important
}

.info_select select {
    background: #fff url("../images/contact/dropdown_arrow.png") no-repeat bottom right;
    color: #aaa7a0;
    width: 100%;
    padding: 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer
}

.info_select select:hover {
    background: #fff url("../images/contact/dropdown_arrow.png") no-repeat top right
}

.info_select {
    margin-bottom: 5px
}

.info_nota {
    width: 100%;
    margin-top: 10px;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff
}

#form_newsletter {
    width: 100%;
    margin-top: 60px;
    color: #aaa7a0;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden
}

#form_newsletter input {
    background: #fff;
    color: #aaa7a0;
    float: left;
    width: 70%;
    padding-left: 10px;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    margin: 5px 0;
    border: 0;
    height: 32px;
    font-size: 14px;
    font-size: 1.4rem
}

#form_newsletter input[type=submit] {
    float: left;
    width: 25%;
    height: 34px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #757470;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.form_newsletter_check {
    display: block;
    width: 100%;
    margin-bottom: 60px
}

.form_newsletter_check input[type='checkbox'] {
    position: relative
}

.form_newsletter_check label a {
    color: #d6d3c9 !important
}

.form_newsletter_check label a:hover {
    color: #fff !important
}

.contact_imgNewsletter {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    background: url("../images/contact/img_newsletter.jpg") no-repeat bottom right
}

.form_register_check {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.form_register_check input[type='checkbox'] {
    position: relative
}

.form_register_check label a {
    color: #757470 !important
}

.form_register_check label a:hover {
    color: #3b3a36 !important
}

.campo_area {
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    color: #d6d3c9;
    padding: 10px;
    padding-left: 0 !important
}

.campo_modifica {
    height: 15px;
    padding: 10px;
    opacity: .4;
    color: #757470;
    background: #d6d3c9 url("../images/area_personale/ico_modifica.jpg") no-repeat top right;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden
}

.campo_modifica:hover {
    opacity: 1;
    background: #efede9 url("../images/area_personale/ico_modifica.jpg") no-repeat top right;
    cursor: pointer
}

#form_info input[type='checkbox'] {
    position: absolute;
    margin-top: 0px
}

.form_newsletter_check label {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-top: -20px;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff !important
}

.form_register_check label {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-top: -23px;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #3b3a36 !important
}

.footer_text {
    padding: 20px
}

.menu_mobile {
    position: fixed;
    top: 65px;
    z-index: 1000;
    background: #fff;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
    display: none
}

.menu_mobile ul li a {
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #757470;
    list-style: none;
    display: block;
    position: relative;
    z-index: 1000;
    color: #757470;
    text-decoration: none;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem
}

.menu_mobile ul ul {
    padding-left: 20px;
    margin-bottom: 20px;
    display: none;
    border-bottom: 1px solid #757470;
    background: #f9faf5
}

.menu_mobile>ul>li.active>a {
    color: #3b3a36;
    font-family: 'ApexNewBook', Arial, sans-serif
}

.menu_mobile ul ul li, .menu_mobile ul ul li a {
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    z-index: 1000;
    color: #757470;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.menu_mobile ul ul li a:hover {
    color: #3b3a36;
    font-family: 'ApexNewBook', Arial, sans-serif
}

.menu_mobile>ul>ul>li.active>a {
    color: #3b3a36;
    font-family: 'ApexNewBook', Arial, sans-serif
}

.btnMenu_mobile_lang {
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #757470;
    display: block;
    position: relative;
    z-index: 1000;
    color: #757470;
    text-decoration: none;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem
}

.btnMenu_mobile_lang a {
    color: #d6d3c9;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.btnMenu_mobile_lang a:hover {
    color: #3b3a36;
    text-decoration: none
}

.btnMenu_mobile_lang a.active {
    color: #3b3a36;
    text-decoration: none
}

.logo_desk {
    display: none
}

.logo_mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    float: left
}

.btnMenu_mobile {
    padding-top: 25px;
    padding-right: 20px;
    display: block;
    float: right
}

.btnMenu_desk {
    display: none
}

.desk_only {
    display: none
}

.mobile_only {
    display: block
}

.socialIcon {
    float: left;
    height: 34px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: -5px;
    opacity: 0.6;
    width: 34px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.socialIcon:hover {
    opacity: 1.0
}

.homeImg {
    position: relative;
    z-index: 0;
    width: 100%
}

.homeIntro {
    position: relative;
    z-index: 11;
    width: 100%;
    margin-top: 30px
}

.homeIntroContainer {
    position: relative
}

.homeIntroContainer .homeIntroContent {
    height: 100%;
    position: absolute;
    width: 100%
}

.bloccoHome {
    padding: 20px
}

.bloccoHomeBath {
    padding: 20px
}

.bloccoHomeIstituzionale {
    padding: 20px
}

.home_titoloSlider {
    opacity: 1;
    padding: 20px;
    padding-top: 0;
    margin-top: -10px
}

.home_bath {
    position: relative;
    z-index: 12;
    width: 100%;
    margin-top: 0 !important
}

.span_1_of_4_icoHome {
    cursor: pointer;
    overflow: hidden;
    color: #d6d3c9;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.span_1_of_4_icoHome:hover {
    color: #fff
}

.home_icoColl_img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%
}

.home_icoColl_shadow {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: -100%;
    background: #fff
}

.home_icoColl_txt_container {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin-top: -100%;
    background: url("../images/home/sfumatura_thumb.png") bottom left no-repeat
}

.home_icoColl_txt {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    padding: 20px;
    line-height: 16px
}

.span_1_of_4_search {
    width: 25%;
    background: #757470 url(../images/home/search.png) 50% 24px no-repeat;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    min-height: 149px;
    position: relative
}

.span_1_of_4_search .label {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px
}

a .span_1_of_4_search .label {
    color: #d6d3c9;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

a:hover .span_1_of_4_search .label {
    color: #fff
}

.h250 {
    height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.schedaMenu_holder {
    padding: 20px
}

.schedaMenu_link {
    padding-left: 100px;
    text-decoration: none;
    opacity: 0.6;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    background: url("../images/scheda/link_freccia.png") -90px 0 no-repeat;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.schedaMenu_link:hover {
    opacity: 1
}

.schedaMenu_nome {
    color: #fff;
    text-transform: uppercase;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em
}

.schedaMenu_codice {
    color: #fff;
    text-transform: uppercase;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 40px
}

.schedaMenu_holder ul {
    padding: 0
}

.schedaMenu_holder>ul>li.first {
    border-left: none;
    padding-left: 0
}

.schedaMenu_holder ul li, .schedaMenu_holder ul li a {
    border: 0;
    list-style: none;
    line-height: 2;
    display: block;
    position: relative;
    z-index: 800;
    color: #d6d3c9;
    text-decoration: none;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem
}

.schedaMenu_holder ul li a {
    color: #d6d3c9;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.schedaMenu_holder ul li a:hover {
    color: #fff;
    font-family: 'ApexNewLight', Arial, sans-serif
}

.schedaMenu_holder>ul>li.active>a {
    color: #fff;
    font-family: 'ApexNewLight', Arial, sans-serif
}

.schedaMenu_holder ul.collectionDivider {
    border-top: 1px solid #d6d3c9;
    display: inline-block;
    padding-bottom: 0
}

.bottonieraScheda {
    background: #757470;
    float: left;
    width: 100%;
    border-top: 1px solid #fff
}

.bottonieraScheda_interno {
    float: left;
    width: 100%
}

.bottonieraScheda_btn {
    float: left;
    width: 25%;
    text-align: left;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    line-height: 12px;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    background: url("../images/scheda/ico_download.png") center right no-repeat;
    opacity: .6;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-sizing: border-box;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.bottonieraScheda_btn:hover {
    opacity: 1
}

.bottonieraScheda_btn_interno {
    color: #fff;
    padding: 8px;
    padding-right: 26px
}

.bottonieraScheda_btn.edge {
    border: 0
}

.bottonieraScheda_btn.noActive {
    cursor: initial;
    background: #bab9b7 url("../images/scheda/ico_download_noActive.png") center right no-repeat;
    opacity: 1;
    color: #d6d3c9
}

.schedaTitoloSez {
    padding: 20px;
    color: #9fa8a3;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 30px;
    font-size: 3rem
}

.schedaTitolettoSez {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    color: #757470;
    font-family: 'ApexNewBold', Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase
}

.schedaTestoSez {
    padding: 0 0 40px 20px;
    color: #757470;
    float: left;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem
}

.schedaTitoloSez.white, .schedaTitolettoSez.white, .schedaTestoSez.white {
    color: #fff;
    padding-left: 0;
    padding-right: 20px
}

.schedaContenuto {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.schedaContenuto .schedaContenuto_container {
    float: left;
    clear: both
}

.scheda_ricambiDownload {
    background: #cbd050;
    text-align: left;
    padding: 20px
}

.scheda_ricambiDownload_interno {
    background: url("../images/scheda/freccia_download.png") center right no-repeat;
    opacity: .7;
    text-transform: uppercase;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.scheda_ricambiDownload_interno:hover {
    opacity: 1
}

.scheda_ricambiLink {
    background: #333;
    text-align: left;
    padding: 20px
}

.scheda_ricambiLink_interno {
    background: url("../images/scheda/freccia_linkRicambi_mobile.png") center right no-repeat;
    opacity: .7;
    text-transform: uppercase;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.scheda_ricambiLink_interno:hover {
    opacity: 1
}

.ambienteCollImg {
    background: #333;
    height: 350px
}

.span_1_of_3_icoColl {
    overflow: hidden;
    color: #d6d3c9;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.span_1_of_3_icoColl:hover {
    color: #fff
}

.ambiente_icoColl_img {
    display: block;
    float: left;
    margin: 0
}

.ambiente_icoColl_txt {
    display: block;
    float: left;
    margin: 0;
    padding: 20px;
    margin-top: -70px
}

.contenutoDesigners {
    padding: 20px
}

span.testoStandard {
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem
}

.designer_nomiContainer {
    padding: 20px
}

.designer_btn {
    float: left;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #cac9c8;
    cursor: pointer
}

.designer_btn.active {
    font-family: 'ApexNewBold', Arial, sans-serif;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.designer_nome {
    padding: 20px;
    background: #909c9d;
    color: #fff;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 25px;
    font-size: 2.5rem
}

.bloccoDesigner {
    margin-top: 0px
}

.designer_btn.last {
    padding-bottom: 30px
}

.contenutoPress {
    padding: 20px
}

.bloccoPress_interno {
    opacity: 1
}

.press_link {
    padding: 20px;
    padding-right: 80px;
    text-align: left;
    text-transform: uppercase;
    background: url("../images/press/download_480.png") right center no-repeat;
    min-height: 0 !important
}

.bloccoJob {
    padding: 20px
}

.titoloJob_container {
    float: right;
    width: 100%
}

.titoloJob {
    padding: 40px;
    padding-left: 20px
}

.job_corpo {
    margin-top: 0
}

.job_half {
    width: 100%
}

.job_noMarginBottom {
    margin-bottom: 5px
}

.job_noVeryMarginBottom {
    margin-bottom: 0
}

.job_upload {
    width: 100%;
    background: #d6d3c4 url("../images/job/more.png") no-repeat top right;
    height: 32px;
    margin-bottom: 5px
}

.bloccoCompany {
    padding: 20px
}

.introCompany {
    margin-top: 0 !important
}

.ecoCompany {
    margin-top: 0 !important
}

.facResearch {
    margin-top: 0 !important
}

.bloccoProfilo_design {
    margin-top: 0 !important
}

.company_icoColl_img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%
}

.company_icoColl_txt_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: -100%
}

.company_icoColl_txt {
    position: absolute;
    bottom: 0;
    padding: 20px;
    line-height: 16px
}

.titoloCataloghi {
    padding: 30px
}

.span_1_of_3_icoCat {
    overflow: hidden;
    color: #d6d3c9;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.span_1_of_3_icoCat:hover {
    color: #fff
}

.bloccoFactory {
    padding: 20px
}

@media screen and (min-width: 960px) {
    #form_info input[type='checkbox'] {
        position: absolute;
        margin-top: -8px
    }

    .form_newsletter_check label {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: -15px;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff !important
    }

    .form_register_check label {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-top: -28px;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        color: #3b3a36 !important
    }

    .footer_text {
        padding: 40px
    }

    .menu_desk {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1200;
        background: #fff;
        width: 50%;
        height: 100%;
        display: none;
        overflow: auto
    }

    .menu_desk_holder {
        float: left;
        width: 100%;
        padding: 40px 40px 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .menu_desk_social {
        bottom: 0;
        left: 40px;
        padding: 20px;
        position: absolute
    }

    .menu_desk_social .social-icon:hover svg path {
        fill: #3b3a36
    }

    .menu_container {
        float: left;
        min-height: 100%;
        position: relative;
        width: 100%
    }

    .menu_desk ul ul {
        margin: 0
    }

    .menu_desk ul li, .menu_desk ul li a {
        padding-left: 10px;
        border: 0;
        list-style: none;
        line-height: 2;
        display: block;
        position: relative;
        z-index: 1000;
        color: #757470;
        text-decoration: none;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        -webkit-transition: color 0.3s, font-family 0.3s;
        transition: color 0.3s, font-family 0.3s
    }

    .menu_desk ul li.bold>a {
        font-family: 'ApexNewBook', Arial, sans-serif
    }

    .menu_desk ul li.bold>ul li a {
        font-family: 'ApexNewLight', Arial, sans-serif
    }

    .menu_desk ul li a:hover, .menu_desk ul li.bold>ul li a:hover {
        color: #3b3a36;
        font-family: 'ApexNewBook', Arial, sans-serif
    }

    .menu_desk>ul>li.active>a {
        color: #3b3a36;
        font-family: 'ApexNewBook', Arial, sans-serif
    }

    .menu_desk ul ul {
        margin-left: 20px;
        margin-bottom: 40px;
        display: none
    }

    .menu_desk ul ul li, .menu_desk ul ul li a {
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1.5;
        display: block;
        position: relative;
        z-index: 1000;
        color: #757470;
        text-decoration: none;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .menu_desk ul ul li a:hover {
        color: #3b3a36;
        font-family: 'ApexNewBook', Arial, sans-serif
    }

    .menu_desk>ul>ul>li.active>a {
        color: #3b3a36;
        font-family: 'ApexNewBook', Arial, sans-serif
    }

    .logo_desk {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 150px;
        display: block;
        height: 89px;
        overflow: hidden
    }

    .logo_mobile {
        display: none
    }

    .btnMenu_desk {
        margin-top: 70px;
        margin-left: 20px;
        display: block;
        float: left;
        width: 30px;
        height: 35px;
        background: url("../images/common/btn_menu_desk.png") 0 0 no-repeat;
        cursor: pointer
    }

    .btnMenu_desk:hover {
        background: url("../images/common/btn_menu_desk.png") -30px 0 no-repeat
    }

    .btnMenu_desk_close {
        margin-top: 85px;
        margin-left: 20px;
        float: left;
        width: 23px;
        height: 23px;
        background: url("../images/common/close.png") 0 0 no-repeat;
        cursor: pointer
    }

    .btnMenu_desk_close:hover {
        background: url("../images/common/close.png") -23px 0 no-repeat
    }

    .btnMenu_desk_lang {
        margin-top: 85px;
        margin-right: 20px;
        float: right;
        color: #d6d3c9;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem
    }

    .btnMenu_desk_lang a {
        color: #d6d3c9;
        text-decoration: none;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .btnMenu_desk_lang a:hover {
        color: #3b3a36;
        text-decoration: none
    }

    .btnMenu_desk_lang a.active {
        color: #3b3a36;
        text-decoration: none
    }

    .btnMenu_mobile {
        display: none
    }

    .desk_only {
        display: block
    }

    .mobile_only {
        display: none
    }

    .socialIcon {
        float: right;
        height: 34px;
        margin-left: 5px;
        margin-top: -5px;
        opacity: 0.6;
        width: 34px;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }

    .socialIcon:hover {
        opacity: 1.0
    }

    .image_half {
        height: 350px;
        overflow: hidden
    }

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

    .homeIntro {
        position: relative;
        z-index: 11;
        width: 100%;
        margin-top: -220px !important
    }

    .homeIntro.half-margin {
        margin-top: -150px !important
    }

    .bloccoHome {
        padding: 60px;
        padding-bottom: 200px;
        padding-top: 25px
    }

    .bloccoHomeBath {
        padding: 60px
    }

    .bloccoHomeIstituzionale {
        padding: 60px;
        padding-right: 280px
    }

    .home_titoloSlider {
        opacity: 1;
        height: 140px;
        padding-left: 0;
        position: relative
    }

    .home_titoloSlider .home_titoloSlider_content {
        position: absolute;
        bottom: 10px;
        left: 0
    }

    .home_bath {
        position: relative;
        z-index: 12;
        width: 100%;
        margin-top: -120px !important
    }

    .span_1_of_4_icoHome {
        cursor: pointer;
        overflow: hidden;
        color: #d6d3c9;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .span_1_of_4_icoHome:hover {
        color: #fff
    }

    .home_factory_title {
        min-height: 120px;
        overflow: hidden
    }

    .homeImgIstituzionale {
        position: relative;
        z-index: 1;
        width: 100%;
        margin-top: -300px
    }

    #home_bg01 {
        left: 0;
        max-width: 1050px;
        position: absolute;
        top: 550px;
        width: 80%;
        z-index: -1
    }

    #home_bg02 {
        max-width: 600px;
        position: absolute;
        right: 0;
        top: 1300px;
        width: 60%;
        z-index: -1
    }

    .footerScheda {
        background: url("../images/common/bgFooter.jpg") top center repeat-y
    }

    .schedaFissa {
        position: fixed;
        z-index: 800;
        width: 50%
    }

    .schedaMenu {
        float: right;
        width: 480px
    }

    .schedaMenu_holder {
        padding-top: 10px
    }

    .schedaMenu_link {
        text-decoration: none;
        opacity: 0.6;
        padding-left: 100px;
        padding-bottom: 3px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        background: url("../images/scheda/link_freccia.png") -90px 4px no-repeat;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }

    .schedaMenu_link:hover {
        opacity: 1
    }

    .schedaMenu_nome {
        color: #fff;
        text-transform: uppercase;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 40px;
        font-size: 4rem;
        line-height: 1em;
        padding-top: 10px
    }

    .schedaMenu_codice {
        color: #fff;
        text-transform: uppercase;
        font-family: 'ApexNewMedium', Arial, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 40px
    }

    .schedaMenu_holder ul {
        padding-bottom: 100px
    }

    .schedaMenu_holder ul li, .schedaMenu_holder ul li a {
        border: 0;
        list-style: none;
        line-height: 2;
        display: block;
        position: relative;
        z-index: 800;
        color: #d6d3c9;
        text-decoration: none;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .schedaMenu_holder ul li a:hover {
        color: #fff;
        font-family: 'ApexNewLight', Arial, sans-serif
    }

    .schedaMenu_holder>ul>li.active>a {
        color: #fff;
        font-family: 'ApexNewLight', Arial, sans-serif
    }

    .bottonieraScheda {
        background: #757470;
        position: fixed;
        z-index: 999;
        right: 0;
        width: 50%
    }

    .bottonieraScheda_interno {
        float: left;
        width: 479px;
        border-left: 1px solid #fff
    }

    .bottonieraScheda_btn {
        float: left;
        width: 25%;
        text-align: left;
        border-right: 1px solid #fff;
        text-transform: uppercase;
        line-height: 12px;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        background: url("../images/scheda/ico_download.png") center right no-repeat;
        opacity: .6;
        cursor: pointer;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }

    .bottonieraScheda_btn:hover {
        opacity: 1
    }

    .bottonieraScheda_btn_interno {
        padding: 8px;
        padding-right: 26px;
        height: 24px
    }

    .bottonieraScheda_btn.edge {
        border-right: 1px solid #fff
    }

    .bottonieraScheda_btn.noActive {
        cursor: initial;
        background: #bab9b7 url("../images/scheda/ico_download_noActive.png") center right no-repeat;
        opacity: 1;
        color: #d6d3c9
    }

    .schedaContenuto {
        float: left;
        width: 480px;
        margin-top: 40px
    }

    .schedaTitoloSez {
        padding: 15px 0 40px 40px;
        color: #9fa8a3;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 35px;
        font-size: 3.5rem
    }

    .schedaTitolettoSez {
        padding-left: 40px;
        color: #757470;
        font-family: 'ApexNewBold', Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase
    }

    .schedaTestoSez {
        padding-left: 40px;
        color: #757470;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        width: 90%
    }

    .scheda_ricambiDownload {
        background: #cbd050;
        text-align: center;
        width: 120px;
        height: 80px;
        padding: 60px;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .scheda_ricambiDownload_interno {
        opacity: .7;
        height: 100%;
        width: 100%;
        text-transform: uppercase;
        line-height: 14px;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        background: url("../images/scheda/freccia_download.png") center bottom no-repeat;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }

    .scheda_ricambiDownload_interno:hover {
        opacity: 1
    }

    .scheda_ricambiLink {
        background: url("../images/scheda/bg_linkRicambi.jpg") top left no-repeat;
        text-align: left;
        width: 200px;
        height: 85px;
        padding-top: 80px;
        padding-bottom: 75px;
        padding-left: 40px
    }

    .scheda_ricambiLink_interno {
        opacity: .7;
        height: 100%;
        width: 100%;
        font-family: 'ApexNewLight', Arial, sans-serif;
        line-height: 35px;
        font-size: 35px;
        font-size: 3.5rem;
        color: #fff;
        background: url("../images/scheda/freccia_linkRicambi.png") bottom left no-repeat;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s
    }

    .scheda_ricambiLink_interno:hover {
        opacity: 1
    }

    .ambienteCollImg {
        background: #333;
        min-height: 400px;
        max-height: 550px
    }

    .ambiente_ico {
        position: relative;
        padding: 0;
        border: 0;
        overflow: hidden
    }

    .ambiente_ico img {
        border: 0;
        margin: 0
    }

    .span_1_of_3_icoColl {
        overflow: hidden;
        color: #d6d3c9;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .span_1_of_3_icoColl:hover {
        color: #fff
    }

    .ambiente_icoColl_img {
        display: block;
        float: left;
        margin: 0
    }

    .ambiente_icoColl_txt {
        display: block;
        float: left;
        margin: 0;
        padding: 20px;
        margin-top: -70px
    }

    .contenutoDesigners {
        min-height: 300px;
        padding: 40px;
        padding-bottom: 70px !important
    }

    span.testoStandard {
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem
    }

    .designer_nomiContainer {
        padding: 40px
    }

    .designer_btn {
        padding-bottom: 20px;
        text-transform: uppercase;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        color: #cac9c8;
        cursor: pointer
    }

    .designer_btn.active {
        font-family: 'ApexNewBold', Arial, sans-serif;
        color: #fff;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .designer_nome {
        padding: 40px;
        background: #909c9d;
        color: #fff;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 35px;
        font-size: 3.5rem
    }

    .bloccoDesigner {
        margin-top: 60px
    }

    .designer_btn.last {
        padding-bottom: 20px
    }

    .contenutoPress {
        padding: 40px;
        padding-bottom: 0
    }

    .bloccoPress_interno {
        opacity: .6;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .bloccoPress_interno:hover {
        opacity: 1
    }

    .press_link {
        padding: 40px;
        text-align: center;
        text-transform: uppercase;
        background: url("../images/press/download.png") bottom center no-repeat;
        min-height: 160px !important
    }

    .bloccoJob {
        padding: 60px
    }

    .titoloJob_container {
        float: right;
        width: 50%;
        min-width: 480px
    }

    .titoloJob {
        padding: 40px;
        padding-left: 0
    }

    .job_corpo {
        margin-top: -160px
    }

    .job_half {
        width: 49.5%
    }

    .job_noMarginBottom {
        margin-bottom: 0
    }

    .job_upload {
        width: 49.5%;
        background: #d6d3c4 url("../images/job/more.png") no-repeat top right;
        height: 32px;
        overflow: hidden
    }

    .bloccoCompany {
        padding: 60px
    }

    .introCompany {
        margin-top: -300px !important
    }

    .ecoCompany {
        margin-top: -100px !important
    }

    .facResearch {
        margin-top: -250px !important
    }

    .company_design_divider {
        height: 80px;
        width: 100%
    }

    .bloccoProfilo_design {
        margin-top: -320px !important
    }

    .company_icoColl_img {
        position: relative;
        z-index: 0;
        width: 100%;
        height: 100%
    }

    .company_icoColl_txt_container {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin-top: -100%
    }

    .company_icoColl_txt {
        position: absolute;
        bottom: 0;
        padding: 20px;
        line-height: 16px
    }

    .titoloCataloghi {
        padding: 60px
    }

    .span_1_of_3_icoCat {
        overflow: hidden;
        color: #d6d3c9;
        font-family: 'ApexNewLight', Arial, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .span_1_of_3_icoCat:hover {
        color: #fff
    }

    .bloccoFactory {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 60px 50px
    }

    .bloccoFactory.hero {
        min-height: 425px
    }

    .bloccoFactory.right {
        text-align: right
    }

    .bg_grey {
        background-color: #ddded8
    }
}

.hidden {
    display: none
}

.paragraphs p {
    margin-bottom: 1em
}

@-moz-document url-prefix() {
    .job_select select {
        background: #d6d3c9 url("../images/job/dropdown_arrow.png") no-repeat bottom right;
        color: #aaa7a0;
        width: 100%;
        padding: 5px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
        font-family: 'ApexNewMedium', Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        cursor: pointer
    }

    select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ''
    }

    input::-moz-placeholder {
        color: #aaa7a0;
        opacity: 1
    }

    #form_job textarea::-moz-placeholder {
        color: #aaa7a0;
        opacity: 1
    }

    #form_info textarea::-moz-placeholder {
        color: #aaa7a0;
        opacity: 1
    }

    .form_newsletter_check {
        display: block;
        width: 100%;
        margin-bottom: 60px;
        margin-left: -5px !important
    }

    .form_register_check {
        display: block !important;
        width: 100% !important;
        margin-bottom: 60px !important;
        background: #ccc !important
    }

    .form_register_check input[type='checkbox'] {
        width: 30px !important;
        float: left !important;
        background: #000 !important
    }

    .form_register_check label {
        float: left;
        width: 100%;
        margin-left: 5px;
        margin-top: -27px
    }
}

@media screen and (-moz-windows-theme) {
    .job_select select {
        background: #d6d3c9;
        color: #aaa7a0;
        width: 100%;
        padding: 5px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
        font-family: 'ApexNewMedium', Arial, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        cursor: pointer
    }

    #form_job select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ''
    }

    input::-moz-placeholder {
        color: #aaa7a0;
        opacity: 1
    }

    #form_job textarea::-moz-placeholder {
        color: #aaa7a0;
        opacity: 1
    }

    #form_info textarea::-moz-placeholder {
        color: #aaa7a0;
        opacity: 1
    }

    .form_newsletter_check {
        display: block;
        width: 100%;
        margin-bottom: 60px;
        margin-left: -5px !important
    }

    .form_register_check {
        display: block !important;
        width: 100% !important;
        margin-bottom: 60px !important;
        background: #ccc !important
    }

    .form_register_check input[type='checkbox'] {
        width: 10px !important;
        float: left !important;
        background: #000 !important
    }

    .form_register_check label {
        float: left;
        width: 100%;
        margin-left: 5px;
        margin-top: -27px
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .form_register_check {
        display: block !important;
        width: 100% !important;
        margin-bottom: 60px !important;
        background: #ccc !important
    }

    .form_register_check input[type='checkbox'] {
        width: 10px !important;
        float: left !important
    }

    .form_register_check label {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-top: -27px
    }
}

@media screen and (max-width: 959px) {
    .span_1_of_4_search {
        width: 100%
    }

    .span_1_of_4_search .label {
        text-align: center
    }

    .schedaTestoSez {
        float: none
    }
}

.footer_text.right {
    text-align: right
}

.social-icon {
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    position: relative;
    width: 24px
}

.social-icon .icon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social-icon svg path {
    fill: #a9a9a7;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.social-icon:hover svg path {
    fill: #fff
}

a.font-0 {
    font-size: 0
}

.no-overflow {
    overflow: hidden
}

.introCollImg {
    background: transparent;
    position: relative
}

.introCollImg.introCollMargin {
    margin-bottom: 40px
}

.introCollImg .coll-img-container {
    overflow: hidden;
    position: absolute;
    width: 100%
}

.introCollImg .coll-img-container img {
    display: block;
    height: auto
}

.titoloColl {
    padding-left: 20px;
    padding-top: 55px;
    word-wrap: break-word
}

.titoloColl .collMenu_link {
    background: url(../images/scheda/link_freccia_black.png) 0 4px no-repeat;
    color: #757470;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    opacity: 1.0;
    padding-bottom: 10px;
    padding-left: 100px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.titoloColl .collMenu_link:hover {
    opacity: 0.6
}

.bottonieraColl {
    background: #757470;
    border-bottom: 1px solid #fff;
    position: fixed;
    width: 100%;
    z-index: 999
}

.bottonieraColl_btn {
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #cac9c8;
    cursor: pointer;
    float: left;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.bottonieraColl_btn:hover {
    color: #fff
}

.bottonieraColl_btn.active {
    color: #fff;
    font-family: 'ApexNewBold', Arial, sans-serif
}

.bottonieraColl_btn.edge {
    border: none
}

.bottonieraColl_btn.catalogue_button {
    background: #909c9d;
    color: #fff
}

.bottonieraSezColl_btn {
    color: #cac9c8;
    cursor: pointer;
    float: left;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    text-transform: uppercase
}

.bottonieraSezColl_btn.active {
    color: #fff;
    font-family: 'ApexNewBold', Arial, sans-serif;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.bottonieraSezColl_btn:hover {
    color: #fff
}

.searchContainer {
    margin-top: 80px;
    min-height: 250px;
    position: relative
}

.itemColl_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    padding-top: 0;
    width: 100%
}

.itemColl_container .itemColl_products {
    float: left;
    font-size: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.8s;
    transition: height 0.8s;
    width: 100%
}

.itemColl_container .itemColl_products .itemCollButton {
    background: #ecece8;
    cursor: pointer;
    display: none;
    min-width: 140px;
    position: relative
}

.itemColl_container .itemColl_products .itemCollButton .collButtonAbs {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0
}

.itemColl_container .itemColl_products .itemCollButton .collButtonAbs .collButton_txt {
    color: #7c7b74;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.itemColl_container .itemColl_products .itemCollButton .collButtonAbs .collButton_img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 29px
}

.itemColl_container .itemColl_products .itemCollButton.close {
    float: left
}

.itemColl_container .itemColl_products .itemCollButton.close .collButtonAbs .collButton_img {
    background-image: url(../images/ricerca/square-minus.png)
}

.itemColl_container .itemColl_products .itemCollButton.open {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden
}

.itemColl_container .itemColl_products .itemCollButton.open .collButtonAbs .collButton_img {
    background-image: url(../images/ricerca/square-plus.png)
}

.itemColl_container .itemColl_products.active .itemCollButton {
    display: block
}

.itemColl_container .itemColl_products.close .itemCollButton.open {
    opacity: 1;
    visibility: visible
}

.itemColl_btn_titolo {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

.itemColl_btn_titolo_search {
    background: #3b3a36;
    color: white;
    display: inline-block;
    margin: 0 0 20px -60px;
    padding: 20px 40px 20px 60px
}

.itemColl_img {
    margin-bottom: 10px;
    text-align: center
}

.itemColl_txt {
    max-width: 145px
}

.itemColl_img, .itemColl_txt {
    overflow: hidden
}

.itemColl {
    color: #3b3a36;
    cursor: pointer;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    min-width: 140px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.itemColl:hover {
    opacity: 1
}

.itemColl_btn {
    border: 1px solid #757470;
    color: #757470;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    padding-bottom: 8px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 90%
}

.itemColl_arrow {
    background: url(../images/scheda/freccina_approfondisci.jpg) 0 0 no-repeat;
    height: 32px;
    margin-top: 10px;
    width: 32px
}

.collDesigner_nome {
    background: #909c9d;
    font-family: 'ApexNewLight', Arial, sans-serif;
    padding: 20px
}

.collDesigner_text {
    background: #fff;
    font-family: 'ApexNewBook', Arial, sans-serif;
    padding: 20px
}

.collDesigner_text p {
    margin-bottom: 2rem
}

.coll-title-contaner {
    background-color: #757470;
    color: #fff;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    height: 80px;
    text-transform: uppercase;
    z-index: 10
}

.coll-title-contaner.with-margin {
    height: 120px
}

.introCollArrow {
    bottom: 0;
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 20%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 9
}

.introCollArrow.arrowPrev {
    background: url(../images/home/arrow-prev.png) 15% 50% no-repeat;
    left: 0
}

.introCollArrow.arrowNext {
    background: url(../images/home/arrow-next.png) 85% 50% no-repeat;
    right: 0
}

.introCollArrow:hover {
    opacity: 1.0
}

.bottonieraSezColl_title_search {
    color: #ffffff;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    padding: 20px 0 0 40px;
}

.bottonieraSezColl_title_filter {
    color: #ffffff;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 40px 40px 0 40px;
}

.bottonieraSezColl_btn_search {
    border-bottom: 1px solid #757470;
    color: #757470;
    cursor: pointer;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 40px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 160px
}

.bottonieraSezColl_btn_search label {
    font-size: inherit;
    margin-right: 0;
    padding-left: 0
}

.bottonieraSezColl_btn_search.last {
    border-bottom: none;
    padding-bottom: 30px
}

.bottonieraSezColl_btn_filter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    /* height: 35px; */
    margin-left: 40px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 160px
}

.bottonieraSezColl_btn_filter .filter-button {
    cursor: pointer
}

.bottonieraSezColl_btn_filter .filter-button:hover {
    text-decoration: underline
}

.bottonieraSezColl_btn_filter .filter-button > .filter-button-image {
    display: block;
    width: 70px;
    margin-bottom: 10px;
}

.bottonieraSezColl_btn_filter .hide {
    display: none
}

.searchMenu_container.hide {
    display: none
}

.bottonieraSezColl_btn_filter.last {
    border-top: 1px solid #fff;
    margin-bottom: 10px;
    margin-top: 50px;
}

@media screen and (min-width: 960px) {
    #titoloFixed.sectionCenter {
        position: fixed;
        max-width: 100%;
        width: 100%;
        z-index: 999
    }

    .introCollImg {
        background: transparent;
        height: 700px;
        max-height: 700px;
        min-height: 400px;
        margin: 0 auto;
        width: 960px
    }

    .titoloColl {
        padding-left: 20px;
        padding-top: 10px;
        position: absolute;
        right: 50%;
        width: 450px
    }

    .bottonieraColl {
        background: #757470;
        right: 0;
        width: 50%
    }

    .bottonieraColl .bottonieraContainer {
        max-width: 480px;
        position: relative
    }

    .bottonieraColl_btn {
        border-right: 1px solid #fff;
        color: #cac9c8;
        cursor: pointer;
        float: left;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        width: 25%
    }

    .bottonieraColl_btn.edge {
        border-right: 1px solid #fff
    }

    .titoloSezColl {
        padding-bottom: 40px;
        padding-left: 40px;
        padding-top: 120px
    }

    .introCollImg .coll-img-container .alone {
        background-position: 50% 0;
        background-repeat: no-repeat;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-position 0.3s;
        transition: background-position 0.3s
    }

    .introCollImg .coll-img-container .alone.black {
        background-image: url(../images/common/alone_dark.png)
    }

    .introCollImg .coll-img-container .alone.white {
        background-image: url(../images/common/alone_white.png)
    }

    .introCollImg .coll-img-container .alone.test {
        background-image: url(../images/common/alone_test.png)
    }

    .introCollImg .nav-container.family-nav {
        bottom: 10px;
        left: 50%;
        margin-right: auto;
        right: auto;
        top: auto
    }

    .introCollImg .nav-container.collection-nav {
        bottom: 10px;
        top: auto
    }

    .bottonieraSezColl_btn {
        color: #cac9c8;
        cursor: pointer;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        min-width: 120px;
        padding-bottom: 10px;
        padding-left: 40px;
        text-transform: uppercase
    }

    .bottonieraSezColl_btn.first {
        padding-top: 40px
    }

    .bottonieraSezColl_btn.last {
        padding-bottom: 40px
    }

    .bottonieraSezColl_btn.active {
        color: #fff;
        font-family: 'ApexNewBold', Arial, sans-serif;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }

    .bottonieraSezColl_btn:hover {
        color: #fff
    }

    .bottonieraSezColl_header {
        overflow: auto
    }

    .bottonieraSezColl_footer {
        background: #757470;
        height: 70px;
        position: relative;
        text-align: center;
        z-index: 1
    }

    .bottonieraSezColl_footer .shadow {
        background: url(../images/ricerca/shadow.png) 0 0 repeat-x;
        height: 11px;
        left: 0;
        position: absolute;
        top: -11px;
        width: 100%
    }

    .bottonieraSezColl_footer .table-container {
        width: 100%
    }

    .bottonieraSezColl_footer .filter-button {
        background: #fff;
        border: 1px solid #8e8e8e;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #3b3a36;
        cursor: pointer;
        display: inline-block;
        font-family: 'ApexNewBook';
        font-size: 12px;
        height: 24px;
        line-height: 0;
        margin: 2px;
        padding: 12px;
        text-align: left;
        width: 107px;
        -webkit-transition: color .2s;
        transition: color .2s
    }

    .bottonieraSezColl_footer .filter-button:hover {
        color: #000
    }

    .bottonieraSezColl_footer .filter-button.cleanFilter {
        background: #fff url(../images/ricerca/remove-btn.png) 4px 50% no-repeat;
        padding: 12px 0 12px 22px
    }

    .bottonieraSezColl_footer .filter-button.applyFilter {
        background: #fff url(../images/ricerca/apply-btn.png) 88px 50% no-repeat;
        padding: 12px 0 12px 6px
    }

    #models-menu {
        overflow: hidden
    }

    .itemColl_container {
        float: left;
        padding: 60px;
        padding-right: 30px;
        padding-top: 0
    }

    .itemColl_btn_titolo {
        padding-bottom: 20px;
        padding-top: 40px;
        width: 100%
    }

    .itemColl {
        color: #3b3a36;
        cursor: pointer;
        font-family: 'ApexNewBook', Arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 30px;
        min-width: 140px;
        opacity: 0.8;
        padding-bottom: 10px
    }

    .collDesigner_nome {
        background: #909c9d;
        font-family: 'ApexNewLight', Arial, sans-serif;
        padding: 40px
    }

    .collDesigner_text {
        background: #fff;
        font-family: 'ApexNewBook', Arial, sans-serif;
        padding: 40px
    }

    .coll-section-container {
        height: 156px;
        position: relative
    }

    .coll-section-container .coll-section {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 501
    }

    .coll-section-white {
        background-color: #ecece8;
        height: 156px
    }

    .coll-title-contaner {
        bottom: 0;
        left: 50%;
        position: absolute;
        width: 480px
    }

    .catalogoColl {
        bottom: 0;
        left: 50%;
        position: absolute;
        width: 480px
    }
}

@media screen and (max-width: 959px) {
    .bottonieraColl {
        top: 64px
    }

    .introCollImg {
        max-height: 400px;
        min-height: 100px
    }

    .titoloColl {
        background-color: #000;
        padding-bottom: 20px
    }

    .titoloSezColl {
        padding-top: 20px
    }

    .coll-title-contaner {
        width: 100%
    }

    .catalogoColl {
        width: 100%
    }

    .searchMenu_container {
        height: 100%
    }
}

#filter-content-container {
    display: none
}

.filter-background {
    background: rgba(59, 58, 54, 0.7);
    height: 100%;
    opacity: 0;
    position: fixed;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    width: 100%;
    z-index: 10001
}

.filter-background.show {
    opacity: 1;
    visibility: visible
}

.filter-content-box {
    float: left;
    padding: 50px 0;
    position: relative;
    width: 100%
}

.filter-container {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    width: 864px;
    z-index: 10002
}

.filter-container .filter-content {
    float: left
}

.filter-container .filter-content .filter-type {
    float: left;
    padding-bottom: 15px;
    width: 100%
}

.filter-container .filter-content .filter-type .filter-type-title {
    float: left;
    padding: 0 0 5px 60px;
    width: 100%
}

.filter-container .filter-content .filter-type.column {
    width: 50%
}

.filter-container .filter-content .filter-type.divider {
    background: url(../images/ricerca/divider.png) 100% 0 repeat-y
}

.filter-container .filter-content .filter-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    min-height: 70px;
    padding: 10px 20px 0 26px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 216px
}

.filter-container .filter-content .filter-item .item-checkbox {
    border: 1px solid #3b3a36;
    border-radius: 2px;
    height: 14px;
    float: left;
    margin-right: 4px;
    width: 14px
}

.filter-container .filter-content .filter-item .item-image {
    float: left;
    margin-right: 12px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.filter-container .filter-content .filter-item .item-image img {
    display: block;
    height: 45px;
    width: 45px
}

.filter-container .filter-content .filter-item .item-label {
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    width: 92px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.filter-container .filter-content .filter-item.checked .item-checkbox {
    background: url(../images/ricerca/checked.png) 50% 50% no-repeat
}

.filter-container .filter-content .filter-item.disabled {
    cursor: auto;
    opacity: .25
}

.filter-container .filter-content .filter-item:hover .item-image, .filter-container .filter-content .filter-item:hover .item-label {
    opacity: 0.8
}

.filter-container .filter-content .filter-item.disabled:hover .item-image, .filter-container .filter-content .filter-item.disabled:hover .item-label {
    opacity: 1
}

.filter-container .filter-box-button {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.filter-container .filter-box-button:hover {
    opacity: 1.0
}

.filter-container .filter-box-close {
    background: url(../images/common/close.png);
    height: 23px;
    right: 20px;
    top: 20px;
    width: 23px
}

.filter-container .filter-box-apply {
    background: url(../images/ricerca/apply-btn.png) 110px 50% no-repeat;
    border: 1px solid #3b3a36;
    bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3b3a36;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    height: 23px;
    padding: 4px 0 0 8px;
    right: 20px;
    text-transform: uppercase;
    width: 126px
}

.filter-container.show {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 959px) {
    .filter-container {
        max-width: 90%
    }

    .filter-container .filter-content .filter-type.column {
        width: 100%
    }

    .filter-container .filter-content .filter-type.divider {
        background: none
    }
}

html {
    overflow-y: scroll
}

html.no-js, html.loaded {
    overflow-y: auto
}

#wrapper {
    position: fixed;
    width: 100%
}

.no-js #wrapper, #wrapper.loaded {
    position: static
}

.loading-container {
    background: url(../images/login/bg.png) 0 0 repeat;
    background: rgba(59, 58, 54, 0.5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1009
}

.no-js .loading-container {
    display: none
}

.no-js img.unveil-img {
    display: none
}

img.unveil-img {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

img.unveil-img.loaded {
    opacity: 1
}

.popup-container {
    background: url(../images/login/bg.png) 0 0 repeat;
    background: rgba(59, 58, 54, 0.7);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10001
}

.popup-container .popup-close {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%
}

.login-container {
    background-color: #fff;
    height: 550px;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 10px;
    position: absolute;
    width: 480px
}

.loader {
    background-color: #757470;
    border-radius: 50%;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px
}

.loader:after {
    -webkit-animation: loading 1000ms ease-out forwards infinite;
    animation: loading 1000ms ease-out forwards infinite;
    border: 0 solid white;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.login-container .login-box-container {
    opacity: 0;
    padding: 40px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.login-container .login-box-container.show {
    opacity: 1
}

.login-container .login-box-container .login-box-top {
    float: left;
    margin-bottom: 30px;
    width: 100%
}

.login-container .login-box-container .login-box-top .box-title {
    float: left;
    width: 80%
}

.login-container .login-box-container .login-box-top .box-close {
    background: url(../images/common/close.png) -23px 0 no-repeat;
    float: right;
    height: 23px;
    opacity: 0.6;
    width: 23px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.login-container .login-box-container .login-box-top .box-close:hover {
    opacity: 1.0
}

.login-container .login-box-container .login-form-container {
    color: #aaa7a0;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%
}

.login-container .login-box-container .login-form-container input[type="text"], .login-container .login-box-container .login-form-container input[type="password"] {
    background: #d6d3c9;
    border: 0;
    color: #aaa7a0;
    display: block;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    height: 32px;
    margin: 5px 0;
    padding-left: 10px;
    width: 100%
}

.login-container .login-box-container .login-form-container input[type="submit"] {
    background: url(../images/job/btn_send.jpg) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 100px;
    margin-top: 30px;
    width: 100px
}

.login-container .login-box-container .login-form-container input[type="submit"]:hover {
    background: url(../images/job/btn_send.jpg) -100px 0 no-repeat
}

.login-container .login-box-container .login-form-container label {
    padding-left: 0
}

.login-container .login-box-container img {
    height: auto;
    max-width: 100%
}

@-webkit-keyframes loading {
    0% {
        border: 0 solid white
    }

    20% {
        border: 8px solid white;
        height: 0%;
        width: 0%
    }

    100% {
        border: 8px solid white;
        height: 100%;
        width: 100%
    }
}

@keyframes loading {
    0% {
        border: 0 solid white
    }

    20% {
        border: 8px solid white;
        height: 0%;
        width: 0%
    }

    100% {
        border: 8px solid white;
        height: 100%;
        width: 100%
    }
}

p.message span.notice {
    color: #999
}

p.message span.error {
    color: #f00
}

p.message span.hide {
    display: none
}

.schedaContenuto #immagini.schedaContenuto_container {
    padding: 20px
}

.bottonieraSezColl_btn {
    max-width: 150px
}

#form_info input[type='checkbox'] {
    width: auto
}

.btnMenu_desk_rightTop {
    position: relative;
    right: 0;
    height: 50px
}

.btnMenu_desk_rightBottom {
    position: relative;
    right: 0;
    margin-top: 25px
}

.btnMenu_desk_right {
    color: #d6d3c9;
    float: right;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 3px !important
}

.btnMenu_desk_right .btnMenu_desk_inner {
    display: inline-block
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_user {
    float: right;
    color: #757470;
    margin-right: 20px
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_user a {
    color: #757470;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_user a.active, .btnMenu_desk_right .btnMenu_desk_inner.menu_user a:hover {
    color: #3b3a36
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_eCommerce {
    float: right;
    color: #d6d3c9;
    margin-right: 20px;
    padding: 20px;
    padding-bottom: 15px;
    border-right: 1px solid #d6d3c9;
    text-transform: uppercase
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_eCommerce a {
    color: #d6d3c9;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_eCommerce a:hover {
    color: #757470
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_lang {
    float: right;
    color: #d6d3c9;
    margin-right: 20px;
    margin-top: 20px
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_lang a {
    color: #d6d3c9;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.btnMenu_desk_right .btnMenu_desk_inner.menu_lang a.active, .btnMenu_desk_right .btnMenu_desk_inner.menu_lang a:hover {
    color: #3b3a36
}

.menu_desk ul li.active, .menu_desk ul li.active a {
    color: #3b3a36
}

.menu_desk ul ul li.active, .menu_desk ul ul li.active a {
    color: #3b3a36;
    font-weight: 500
}

.menu_desk ul li.b2b-login a {
    font-size: 2.2rem
}

.icon-container {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 6px;
    padding-right: 6px;
    position: relative
}

.icon-container .icon-baloon {
    bottom: 100%;
    display: none;
    left: 0;
    margin-bottom: -1px;
    margin-bottom: 6px;
    position: absolute;
    width: 200px
}

.icon-container .icon-baloon .icon-baloon-text {
    background: #fff;
    color: #757470;
    padding: 5px;
    text-align: center
}

.icon-container .icon-baloon .icon-baloon-footer {
    background: url(../images/scheda/baloon_white.png) 50% 0 no-repeat;
    bottom: -5px;
    height: 5px;
    position: absolute;
    width: 100%
}

.no-js .icon-container:hover .icon-baloon, .no-js .icon-container:focus .icon-baloon {
    display: block
}

.icon-container .icon-img {
    border: 1px solid #757470
}

.slide-container {
    position: relative;
    overflow: hidden
}

.slide-container .slide {
    width: 100%
}

.nav-container {
    position: absolute;
    z-index: 10
}

.nav-container .nav-dot {
    background: url(../images/home/dot.png) 0 0 no-repeat;
    float: left;
    height: 30px;
    opacity: 0.6;
    width: 30px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.nav-container .nav-dot.pointer {
    cursor: pointer
}

.nav-container .nav-dot.pointer:hover, .nav-container .nav-dot.active {
    opacity: 1.0
}

.campo_area {
    color: #757470
}

.edit-container {
    height: 35px;
    overflow: hidden;
    position: relative
}

.edit-container .edit-field {
    background-color: #efede9;
    border: 0;
    color: #757470;
    display: block;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    height: 15px;
    padding: 10px;
    vertical-align: top;
    width: 100%
}

.edit-container select.edit-field {
    height: 35px
}

.edit-container .edit-button-container {
    background-color: #fff;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px
}

.edit-container .edit-button-container .edit-button {
    background: #d6d3c9 url(../images/area_personale/ico_modifica.jpg) no-repeat top right;
    cursor: pointer;
    height: 35px;
    margin-left: 3px;
    opacity: 0.4;
    position: absolute;
    width: 35px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.edit-container .edit-button-container .edit-button:hover {
    opacity: 1.0
}

.edit-container .edit-button-container .edit-wait {
    display: none;
    height: 25px;
    left: -14px;
    position: absolute;
    top: 18px;
    width: 25px
}

.col p {
    margin-bottom: 14px;
    margin-bottom: 1.4rem
}

.job_upload input {
    width: auto !important
}

.btn_standardContainer {
    float: left;
    margin-bottom: 40px;
    margin-top: 30px;
    width: 100%
}

.btn_standardContainer .btn_standard {
    background: transparent;
    border: 1px solid #757470;
    color: #757470;
    cursor: pointer;
    display: block;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s
}

.btn_standardContainer .btn_standard:hover {
    border: 1px solid #3b3a36;
    color: #3b3a36
}

.absolute-slide {
    left: 0;
    position: absolute;
    top: 0
}

.absolute-slide.prev {
    left: -100%
}

.absolute-slide.next {
    left: 100%
}

.homeNavigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.homeNavigation .img-button-prev, .homeNavigation .img-button-next {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 20%
}

.homeNavigation .img-button-prev {
    background: url(../images/home/arrow-prev.png) 10% 50% no-repeat;
    left: 0
}

.homeNavigation .img-button-next {
    background: url(../images/home/arrow-next.png) 90% 50% no-repeat;
    right: 0
}

input.error, select.error {
    border: 1px solid red !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a.homepage_brochure {
    background: url(../images/home/link_freccia_2.png) right 18px no-repeat;
    display: block;
    height: 30px;
    text-decoration: none
}

a.homepage_brochure span.green {
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

a.homepage_brochure:hover span.green {
    color: #fff
}

.introCollWait {
    background: url(../images/login/bg.png) 0 0 repeat;
    background: rgba(59, 58, 54, 0.7);
    bottom: 0;
    left: -100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 10
}

textarea {
    overflow: hidden !important
}

select::-ms-expand {
    display: none
}

select {
    -moz-appearance: none
}

input[type='checkbox'] {
    background: transparent !important;
    width: auto !important
}

#form_newsletter input {
    background: #fff;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #aaa7a0;
    float: left;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    height: 34px;
    margin: 5px 0;
    padding: 0 0 0 10px;
    width: 75%
}

#form_newsletter input[type=submit] {
    background: #757470;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 34px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    width: 25%
}

a .schedaDownloadImg, .schedaDownloadImg {
    color: #757470;
    font-family: 'ApexNewBold', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

a:hover .schedaDownloadImg {
    color: #000;
    text-decoration: none
}

.bg_lightBrown {
    background: #c3c1bb
}

.news_btn {
    background: url("../images/common/link-arrow.png") right center no-repeat;
    color: #000;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 7px 0;
    text-transform: uppercase
}

.news_btn:hover {
    color: #757470
}

.news_btn.light {
    background: url("../images/common/link-arrow-light.png") right center no-repeat;
    color: #cac9c8
}

.news_btn.light:hover {
    color: #fff
}

.contenutoNews {
    color: #fff;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    padding: 40px;
    text-transform: uppercase
}

.contenutoNews .collMenu_link {
    background: url(../images/scheda/link_freccia_black.png) 0 4px no-repeat;
    color: #757470;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    opacity: 1.0;
    padding-bottom: 10px;
    padding-left: 100px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.contenutoNews .collMenu_link:hover {
    opacity: 0.6
}

.contenutoNews.small {
    padding: 20px 40px
}

.newsGallery {
    overflow: hidden;
    position: relative;
    width: auto
}

.newsShare {
    text-align: right
}

.newsShare .button {
    display: inline-block;
    margin: 10px 0 6px 10px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.newsShare .button:hover {
    opacity: .6
}

.news-content {
    color: #9fa8a3;
    min-height: 160px;
    padding: 40px;
    text-align: center;
    text-transform: uppercase
}

.news-content .news-subtitle {
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px
}

.news-content .news-title {
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px
}

.news-content .news-arrow {
    background: url(../images/home/link_freccia.png) 0 0 no-repeat;
    height: 9px;
    margin: 0 auto;
    width: 90px
}

.titoloNews {
    padding-left: 20px;
    padding-top: 16px
}

.titoloNews .collMenu_link {
    background: url(../images/scheda/link_freccia_black.png) 0 4px no-repeat;
    color: #757470;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    opacity: 1.0;
    padding-bottom: 10px;
    padding-left: 100px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.titoloNews .collMenu_link:hover {
    opacity: 0.6
}

.news-span {
    color: #6a6a6a;
    width: 250px
}

.news-span.span-date {
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
    margin-bottom: 1.0rem
}

.news-span.span-title {
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 28px;
    font-size: 2.8rem
}

.bloccoCompany h2 {
    display: block;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem
}

.bloccoCompany h2 strong {
    font-family: 'ApexNewMedium', Arial, sans-serif
}

.ref-content {
    color: #9fa8a3;
    min-height: 160px;
    text-align: center;
    width: 100%
}

.ref-content .ref-title {
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase
}

.ref-content .ref-subtitle {
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-transform: uppercase
}

.ref-content .ref-text {
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px
}

.ref-content .ref-text strong {
    font-family: 'ApexNewMedium', Arial, sans-serif
}

.ref-content .ref-arrow {
    background: url(../images/home/link_freccia.png) 0 0 no-repeat;
    height: 9px;
    margin: 0 auto;
    width: 90px
}

.more-link {
    color: #9fa8a3;
    height: 50px !important;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s;
    transition: color .2s;
    width: 100%
}

a:hover .more-link {
    color: #3b3a36
}

.more-link .more-label {
    display: inline-block;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 3px
}

.more-link .more-arrow {
    background: url(../images/home/link_freccia.png) 0 0 no-repeat;
    display: inline-block;
    height: 9px;
    margin: 0 auto;
    width: 90px
}

a:hover .more-link .more-arrow {
    background-position: -90px 0
}

.bloccoRef .size_35 {
    line-height: 1.2em
}

.bloccoRef .testoRef {
    color: #9fa8a3;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem
}

.bloccoRef .testoRef strong {
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase
}

.block {
    margin-bottom: 60px
}

.block:last-child {
    margin-bottom: 0
}

.block .block-image {
    min-height: 320px
}

.block .block-text {
    color: #3b3a36;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    height: 320px
}

.block .block-text strong {
    color: #9fa8a3;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal
}

.block .block-text .table-container {
    width: 100%
}

.block .block-text .table-content {
    padding: 60px
}

.table-container {
    display: table;
    height: 100%
}

.table-container .table-content {
    display: table-cell;
    vertical-align: middle
}

p.qtranxs-available-languages-message {
    display: none
}

.search-div {
    height: 34px;
    position: relative;
    width: 100%
}

.search-div form {
    height: 100%;
    width: 100%
}

.search-div input[type="text"] {
    background: #3a3b36 url(../images/ricerca/submit.png) 100% 50% no-repeat;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    padding: 10px;
    width: 100%
}

.search-div input[type="submit"] {
    background: transparent;
    border: 0;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px
}

.search-div.header-search {
    bottom: 15px;
    margin-top: 0;
    position: absolute;
    right: 40px;
    width: auto
}

.search-div.header-search input[type="text"] {
    background: #fff url(../images/ricerca/submit-header.png) 100% 50% no-repeat;
    color: #3a3b36
}

.search-div.header-search .header-search-button {
    background: #fff url(../images/ricerca/submit-header.png) 100% 50% no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3a3b36;
    display: inline-block;
    height: 34px;
    line-height: 0;
    opacity: 0.8;
    padding: 17px 34px 17px 6px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.search-div.header-search .header-search-button span {
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase
}

.search-div.header-search .header-search-button:hover {
    opacity: 1.0
}

div#family-parti-da-incasso {
    margin-bottom: 5rem;
}

.incasso #product-menu {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
}

.incasso #product-menu > div {
    width: 100% !important;
}

.parte_incasso_link span {
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.parte_incasso_link .schedaMenu_codice_incasso {
    text-transform: uppercase;
    font-family: 'ApexNewMedium', Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 40px;
}

.parte_incasso_link h2 {
    line-height: 1;
}

.partiinterne_separator  {
    float: left;
    padding: 0 60px 60px 0;
}

.span_1_of_4_series {
    position: relative;
    width: 25%
}

.span_1_of_4_series .series-bg {
    display: block;
    height: auto;
    width: 100%
}

.span_1_of_4_series .series-icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.span_1_of_4_series .series-name {
    bottom: 10%;
    left: 10%;
    position: absolute;
    right: 10%;
    text-align: center
}

.span_1_of_4_series:hover .series-icon {
    opacity: .5
}

.span_1_of_3_series {
    position: relative;
    width: 33.33%
}

.span_1_of_3_series .series-bg {
    display: block;
    height: auto;
    width: 100%
}

.span_1_of_3_series .series-icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.span_1_of_3_series .series-name {
    bottom: 10%;
    left: 10%;
    position: absolute;
    right: 10%;
    text-align: center
}

.span_1_of_3_series:hover .series-icon {
    opacity: .5
}

.contenutoSearch {
    padding: 40px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase
}

.contenutoSearch .collMenu_link {
    background: url(../images/scheda/link_freccia_black.png) 0 4px no-repeat;
    color: #757470;
    font-family: 'ApexNewBook', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    left: 0;
    opacity: 1.0;
    padding-left: 100px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 10px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.contenutoSearch .collMenu_link:hover {
    opacity: .6
}

.titoloSearch {
    color: #fff;
    padding: 20px 0 20px 60px
}

.titoloSearch strong {
    font-family: 'ApexNewBold'
}

.autocomplete-suggestions {
    background: #3a3b36;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a3b36), to(rgba(58, 59, 54, 0)));
    background: linear-gradient(#3a3b36, rgba(58, 59, 54, 0))
}

.autocomplete-suggestions .autocomplete-suggestion {
    color: #fff;
    padding: 5px 10px
}

.autocomplete-suggestions .autocomplete-suggestion:nth-child(3) {
    opacity: .75
}

.autocomplete-suggestions .autocomplete-suggestion:nth-child(4) {
    opacity: .5
}

.autocomplete-suggestions .autocomplete-suggestion:nth-child(5) {
    opacity: .25
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background: #757470
}

#no_products_filter_container.hide {
    display: none;
}

#no_products_filter_container .hide {
    display: none;
}

#select-filters-cta {
    cursor: pointer;
    font-size: 18px;
}

.title_notFound {
    color: #3b3a36;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    padding: 20px 40px 20px 60px;
    text-transform: uppercase
}

.filter_notFound {
    color: #3b3a36;
    font-family: 'ApexNewLight', Arial, sans-serif;
    padding: 20px 40px 20px 60px;
}

.filter_notFound .single-filter_notFound {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.filter_notFound .single-filter_notFound .no_product_no_filter_text {
    display: inline-block;
    color: #ff0000;
    margin-left: 10px;
}

.filter_notFound .single-filter_notFound .no_product_no_filter_text > .no_product_no_filter_img {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

.filter_notFound .single-filter_notFound .item-image {
    width: 25px;
    margin-right: 5px;
}

.filter_notFound .single-filter_notFound .item-image > img{
    width: 100%;
}

.cta_notFound {
    color: #3b3a36;
    font-family: 'ApexNewLight', Arial, sans-serif;
    padding: 20px 40px 20px 60px;
}

.filter-item[data-code='000'] {
    display: none;
}

.arrow {
    width: 90px;
    height: 9px;
    background: url("../images/home/link_freccia.png") 0 0 no-repeat
}

.nowrap {
    white-space: nowrap
}

.bottonieraFactory {
    background: #757470;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 999
}

.par-15 {
    padding-bottom: 15px
}

.par-25 {
    padding-bottom: 25px
}

.par-35 {
    padding-bottom: 35px
}

.factory-menu a {
    background: url("../images/common/link-arrow.png") right center no-repeat;
    display: inline-block;
    font-family: 'ApexNewLight', Arial, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 7px 0;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 100%
}

.colors-container {
    clear: both;
    float: left;
    padding: 25px 0
}

.colors-container .color-item {
    float: left;
    margin: 0 50px 15px 0;
    text-align: center
}

.colors-container .color-item:last-child {
    margin-right: 0
}

@media screen and (min-width: 960px) {
    .titoloSezColl {
        height: 35px;
        padding: 81px 0 40px 40px
    }

    .titoloSezColl.auto-height {
        height: auto
    }

    .nav-container {
        margin-right: 30px;
        right: 50%;
        bottom: 15px;
        z-index: 1005
    }

    .menu_desk_bg {
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1150
    }

    a .schedaDownloadImg, .schedaDownloadImg {
        padding-left: 40px
    }

    .marginTop {
        margin-top: -130px
    }

    .front {
        position: relative;
        z-index: 1
    }

    .back {
        position: relative;
        z-index: 0
    }

    .bloccoRef {
        padding: 40px 40px 80px
    }

    .bloccoVal {
        padding: 40px
    }

    .half-width {
        width: 480px
    }

    .half-width.left {
        margin: 0 0 0 auto
    }

    .half-width.right {
        margin: 0
    }

    .half-width.table-container {
        width: 400px
    }

    .bloccoCompany.half-width {
        width: 360px
    }

    .bloccoRef.half-width {
        width: 400px
    }

    .designer_nomiContainer.half-width {
        width: 400px
    }

    .contenutoNews.left {
        text-align: right
    }

    .contenutoNews.alignRight {
        text-align: left
    }

    .nowrap_desk {
        white-space: nowrap
    }

    .relative {
        position: relative
    }

    .center-height {
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .center-height.w-240 {
        width: 240px
    }

    .center-height.w-360 {
        width: 360px
    }

    .center-height.w-480 {
        width: 480px
    }
}

@media screen and (max-width: 959px) {
    .nav-container {
        left: 50%;
        margin-left: -30px
    }

    .introCollImg .nav-container {
        bottom: 10px
    }

    .form_newsletter_check label {
        width: auto
    }

    .custom-file-upload {
        display: none
    }

    .form_register_check {
        margin-bottom: 90px !important
    }

    .bottonieraScheda_interno {
        display: table-row
    }

    .bottonieraScheda_interno .bottonieraScheda_btn {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        float: none;
        vertical-align: middle;
        width: 25%
    }

    #form_info input[type='checkbox'] {
        height: auto
    }

    .menu_desk_bg {
        display: none
    }

    .homeNavigation .img-button-prev, .homeNavigation .img-button-next {
        width: 40%
    }

    .icon-container .icon-baloon {
        width: 90px
    }

    .news-content {
        padding: 0;
        width: 100%
    }

    .bloccoRef {
        padding: 20px
    }

    .bloccoVal {
        padding: 20px
    }

    .block {
        margin: 25px 0
    }

    .block .block-image {
        min-height: auto
    }

    .block .block-text {
        height: auto
    }

    .block .block-text .table-content {
        padding: 20px
    }

    .newsShare {
        text-align: center
    }

    .newsShare .button {
        margin: 6px 3px
    }

    .span_1_of_4_series {
        width: 50%
    }

    .span_1_of_3_series {
        width: 50%
    }

    .search-div.header-search {
        display: none
    }

    .nowrap_mobile {
        white-space: nowrap
    }
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1010
}

.header .alignRight {
    text-align: right
}

@media screen and (min-width: 960px) {
    header {
        height: 139px
    }

    header.reduced {
        height: 90px
    }

    header .header .logo {
        background-image: url(../images/common/logo_desktop-2.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 20px 150px 20px 0;
        height: 95px;
        width: 195px;
        -webkit-transition: height 0.3s, background-position 0.3s;
        transition: height 0.3s, background-position 0.3s
    }

    header .header .btnMenu_desk {
        background: url(../images/common/btn_menu_desk-2.png) 10px 10px no-repeat;
        cursor: pointer;
        display: block;
        float: left;
        height: 55px;
        margin-left: 10px;
        margin-top: 60px;
        opacity: 0.6;
        width: 50px;
        -webkit-transition: margin-top 0.3s, opacity 0.2s;
        transition: margin-top 0.3s, opacity 0.2s
    }

    header .header .btnMenu_desk:hover {
        opacity: 1.0
    }

    header .header.reduced .logo {
        background-position: 0 -95px;
        height: 46px
    }

    header .header.reduced .btnMenu_desk {
        margin-top: 15px
    }

    .menu_desk .btnMenu_desk_close {
        background: url(../images/common/close.png) -23px 0 no-repeat;
        cursor: pointer;
        float: left;
        height: 23px;
        margin-left: 20px;
        margin-top: 85px;
        opacity: 0.6;
        width: 23px;
        -webkit-transition: margin-top 0.3s, opacity 0.2s;
        transition: margin-top 0.3s, opacity 0.2s
    }

    .menu_desk .btnMenu_desk_close:hover {
        opacity: 1.0
    }

    .menu_desk .btnMenu_desk_right {
        margin-top: 85px;
        -webkit-transition: margin-top 0.3s;
        transition: margin-top 0.3s
    }

    .menu_desk.reduced .btnMenu_desk_close, .menu_desk.reduced .btnMenu_desk_right {
        margin-top: 40px
    }

    #titoloFixed, #colBrown {
        top: 139px;
        -webkit-transition: top 0.3s;
        transition: top 0.3s
    }

    #titoloFixed.reduced, #colBrown.reduced {
        top: 90px
    }
}

@media screen and (max-width: 959px) {
    header {
        height: 64px
    }

    header .header .logo {
        background: url(../images/common/logo_mobile-2.png) 0 0 no-repeat;
        float: left;
        margin: 0 0 0 22px;
        height: 64px;
        width: 122px
    }

    #titoloFixed, #colBrown {
        top: 64px
    }
}

.cc_container {
    font-family: "ApexNewBook", Arial, sans-serif !important;
    font-size: 1.1em !important
}

.cc_container .cc_btn, .cc_container .cc_container .cc_btn:visited {
    background-color: #757470 !important;
    color: #fff !important
}

.cc_container .cc_btn:hover {
    background-color: #fff !important;
    color: #000 !important
}

.cc_container a, .cc_container a:visited {
    color: #9fa8a3 !important
}

.cc_container a:hover {
    color: #fff !important
}

.slide-container {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.nav-container {
    z-index: 8
}

.slide-center {
    z-index: 5
}

.slide-right, .slide-left {
    z-index: 3
}

.slide-right-right, .slide-left-left {
    z-index: 1
}

.no-direction {
    -webkit-animation-duration: .001s;
    animation-duration: .001s
}

.no-direction.slide-left-left {
    -webkit-animation-name: 'slide-left-left';
    animation-name: 'slide-left-left'
}

.no-direction.slide-left {
    -webkit-animation-name: 'slide-left';
    animation-name: 'slide-left'
}

.no-direction.slide-center {
    -webkit-animation-name: 'slide-center';
    animation-name: 'slide-center'
}

.no-direction.slide-right {
    -webkit-animation-name: 'slide-right';
    animation-name: 'slide-right'
}

.no-direction.slide-right-right {
    -webkit-animation-name: 'slide-right-right';
    animation-name: 'slide-right-right'
}

.slide-to-left.slide-left-left {
    -webkit-animation-name: 'slide-left-left-to-left';
    animation-name: 'slide-left-left-to-left'
}

.slide-to-left.slide-left {
    -webkit-animation-name: 'slide-left-to-left';
    animation-name: 'slide-left-to-left'
}

.slide-to-left.slide-center {
    -webkit-animation-name: 'slide-center-to-left';
    animation-name: 'slide-center-to-left'
}

.slide-to-left.slide-right {
    -webkit-animation-name: 'slide-right-to-left';
    animation-name: 'slide-right-to-left'
}

.slide-to-left.slide-right-right {
    -webkit-animation-name: 'slide-right-right-to-left';
    animation-name: 'slide-right-right-to-left'
}

.slide-to-right.slide-left-left {
    -webkit-animation-name: 'slide-left-left-to-right';
    animation-name: 'slide-left-left-to-right'
}

.slide-to-right.slide-left {
    -webkit-animation-name: 'slide-left-to-right';
    animation-name: 'slide-left-to-right'
}

.slide-to-right.slide-center {
    -webkit-animation-name: 'slide-center-to-right';
    animation-name: 'slide-center-to-right'
}

.slide-to-right.slide-right {
    -webkit-animation-name: 'slide-right-to-right';
    animation-name: 'slide-right-to-right'
}

.slide-to-right.slide-right-right {
    -webkit-animation-name: 'slide-right-right-to-right';
    animation-name: 'slide-right-right-to-right'
}

.not-active {
    cursor: pointer;
    opacity: .4;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.not-active:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@-webkit-keyframes slide-left-left {
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes slide-left-left {
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@-webkit-keyframes slide-left {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-left {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-center {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slide-center {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slide-right {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slide-right {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slide-right-right {
    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
}

@keyframes slide-right-right {
    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
}

@-webkit-keyframes slide-left-left-to-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes slide-left-left-to-left {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@-webkit-keyframes slide-left-to-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-left-to-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-center-to-left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slide-center-to-left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slide-right-to-left {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slide-right-to-left {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slide-right-right-to-left {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }

    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
}

@keyframes slide-right-right-to-left {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }

    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
}

@-webkit-keyframes slide-left-left-to-right {
    0% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes slide-left-left-to-right {
    0% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@-webkit-keyframes slide-left-to-right {
    0% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-left-to-right {
    0% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-center-to-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slide-center-to-right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slide-right-to-right {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slide-right-to-right {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slide-right-right-to-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
}

@keyframes slide-right-right-to-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
}

.no-animation.no-direction {
    -webkit-transition: left 0s, opacity .3s;
    transition: left 0s, opacity .3s
}

.no-animation.slide-to-left, .no-animation.slide-to-right {
    -webkit-transition: left .5s, opacity .3s;
    transition: left .5s, opacity .3s
}

.no-animation.no-direction.slide-left-left, .no-animation.slide-to-left.slide-left-left, .no-animation.slide-to-right.slide-left-left {
    -webkit-animation-name: none;
    animation-name: none;
    left: -200%
}

.no-animation.no-direction.slide-left, .no-animation.slide-to-left.slide-left, .no-animation.slide-to-right.slide-left {
    -webkit-animation-name: none;
    animation-name: none;
    left: -100%
}

.no-animation.no-direction.slide-center, .no-animation.slide-to-left.slide-center, .no-animation.slide-to-right.slide-center {
    -webkit-animation-name: none;
    animation-name: none;
    left: 0
}

.no-animation.no-direction.slide-right, .no-animation.slide-to-left.slide-right, .no-animation.slide-to-right.slide-right {
    -webkit-animation-name: none;
    animation-name: none;
    left: 100%
}

.no-animation.no-direction.slide-right-right, .no-animation.slide-to-left.slide-right-right, .no-animation.slide-to-right.slide-right-right {
    -webkit-animation-name: none;
    animation-name: none;
    left: 200%
}

/*
 * form iscrizione newsletter nascosto momentaneamente per trasferimento sito
 * frase: Iscriviti per rimanere aggiornato sulle nostre novità.
 * phrase: Please fill the form below to be informed about our activities.
 * Neder: Vul het formulier in om op de hoogte te blijven van onze activiteiten.
 * */
#newsletter-form {
/* 	display: none !important; */
}
