﻿@charset "UTF-8";

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

body, html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased; font-family:"微软雅黑"；
}

    body.touch-screen, html.touch-screen {
        -webkit-tap-highlight-color: transparent;
    }

button {
    background: none;
    border: 0;
    outline: 0;
}

img, iframe {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

hr {
    border: 0;
    outline: 0;
}

ul {
    list-style: none;
}

input, textarea {
    background: none;
    border: 0;
    outline: 0;
    resize: none;
    border-radius: 0;
}

strong {
    font-weight: normal;
}

.clearfix:after, .lead:after, .plain:after, .dropdown__content:after, .product:after, .product__header:after, .cases:after, .contact .section:after, .highlight:after, .articles:after, .article:after, .register .form__step#Confirmation dl:after {
    content: '';
    clear: both;
    display: block;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    .no-padding > .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 730px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1086px;
    }
}
@media only screen and (min-width: 1440px) {
    .main .home__slider .container {
        width: 1300px;
    }
}

@media only screen and (min-width: 1920px) {
    .main .home__slider .container {
        width: 1800px;
    }
}

@media only screen and (min-width: 2560px) {
    .main .home__slider .container {
        width: 2200px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


p {
    font-size: 16px;
    line-height: 24px;
}

    p a {
        font-family: "微软雅黑";
    }

.headline--bold {
    font-family: "微软雅黑";
}

.headline--extrabold, .showcase .article__text h1, .leadership .person__name, .article__content h3, .article__content blockquote {
    font-family: "微软雅黑";
    text-transform: uppercase;
}

.headline--lead, .showcase .article__text h1, .headline--normal, .leadership .person__name, .article__content h3 {
    font-size: 24px;
    line-height: 32px;
}

.headline--small {
    font-size: 16px;
    line-height: 32px;
}

.headline--strong {
    font: 20px/28px "微软雅黑";
}

.headline span, .showcase .article__text h1 span, .leadership .person__name span, .article__content h3 span, .article__content blockquote span, .history .episode__date span {
    display: block;
    font-size: 16px;
    line-height: 18px;
}

@media only screen and (min-width: 768px) {
    .headline--lead, .showcase .article__text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .headline--strong {
        font-size: 24px;
        line-height: 32px;
    }

    .headline span, .showcase .article__text h1 span, .leadership .person__name span, .article__content h3 span, .article__content blockquote span, .history .episode__date span {
        font-size: inherit;
        line-height: inherit;
    }
}

@media only screen and (min-width: 1200px) {
    .headline--pull {
        margin-left: -40px;
    }
}

.text, .leadership .person__description, .contact__info .info, .article__header {
    line-height: 24px;
}

    .text strong, .leadership .person__description strong, .contact__info .info strong, .article__header strong {
        font-family: "微软雅黑";
    }

    .text p, .leadership .person__description p, .contact__info .info p, .article__header p, .text li, .leadership .person__description li, .contact__info .info li, .article__header li {
        font-family: "微软雅黑";
        font-size: 18px;
    }

        .text p a, .leadership .person__description p a, .contact__info .info p a, .article__header p a, .text li a, .leadership .person__description li a, .contact__info .info li a, .article__header li a {
            font-family: "微软雅黑";
        }

        .text p small, .leadership .person__description p small, .contact__info .info p small, .article__header p small, .text li small, .leadership .person__description li small, .contact__info .info li small, .article__header li small {
            font-size: 12px;
            line-height: 20px;
        }

        .text p:not(:last-of-type), .leadership .person__description p:not(:last-of-type), .contact__info .info p:not(:last-of-type), .article__header p:not(:last-of-type), .text ul, .leadership .person__description ul, .contact__info .info ul, .article__header ul {
            margin-bottom: 20px;
        }

.specifications .text p + ul, .specifications .leadership .person__description p + ul, .leadership .specifications .person__description p + ul, .specifications .contact__info .info p + ul, .contact__info .specifications .info p + ul, .specifications .article__header p + ul {
    margin-top: -20px;
}

.text ul li, .leadership .person__description ul li, .contact__info .info ul li, .article__header ul li, .article__content ul li {
    margin: 0.2em 0;
    list-style: none;
    padding-left: 1.25em;
    position: relative;
}

    .text ul li:before, .leadership .person__description ul li:before, .contact__info .info ul li:before, .article__header ul li:before, .article__content ul li:before {
        content: '';
        position: absolute;
        top: 0.5em;
        left: 0;
        margin: -2px 0 0 1px;
        width: 6px;
        height: 6px;
        background: currentColor;
        border-radius: 50%;
    }

.windows .text ul li:before, .windows .leadership .person__description ul li:before, .leadership .windows .person__description ul li:before, .windows .contact__info .info ul li:before, .contact__info .windows .info ul li:before, .windows .article__header ul li:before, .windows .article__content ul li:before {
    top: 0.67em;
}

.text ul.no-dots li, .leadership .person__description ul.no-dots li, .contact__info .info ul.no-dots li, .article__header ul.no-dots li, .text .pagination ul li, .pagination .text ul li, .leadership .person__description .pagination ul li, .pagination .leadership .person__description ul li, .contact__info .info .pagination ul li, .pagination .contact__info .info ul li, .article__header .pagination ul li, .pagination .article__header ul li, .article__content ul.no-dots li, .article__content .pagination ul li, .pagination .article__content ul li {
    padding-left: 0;
}

    .text ul.no-dots li:before, .leadership .person__description ul.no-dots li:before, .contact__info .info ul.no-dots li:before, .article__header ul.no-dots li:before, .text .pagination ul li:before, .pagination .text ul li:before, .leadership .person__description .pagination ul li:before, .pagination .leadership .person__description ul li:before, .contact__info .info .pagination ul li:before, .pagination .contact__info .info ul li:before, .article__header .pagination ul li:before, .pagination .article__header ul li:before, .article__content ul.no-dots li:before, .article__content .pagination ul li:before, .pagination .article__content ul li:before {
        display: none;
    }

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.list--simple li {
    padding-left: 0;
}

    .list--simple li:before {
        display: none;
    }

    .list--simple li a {
        font-family: inherit;
    }

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

body {
    font-family: "XOtext", Verdana;
    color: #272724;
    overflow: hidden;
}

    body:not(.page-loaded) * {
        -webkit-transition: none !important;
        transition: none !important;
    }

    body.history {
        background: #f2f2f2;
    }

        body.history .header {
            background: white;
        }

#page {
    overflow-x: hidden;
}

.main {
    position: relative;
    min-height: calc(100vh - 321px);
}

@media only screen and (min-width: 768px) {
    .main {
        min-height: calc(100vh - 329px);
    }
}

@media only screen and (min-width: 1200px) {
    .main {
        min-height: calc(100vh - 178px);
    }
}

.container-fluid--limited {
    max-width: 1400px;
}

.lead {
    display: none;
    padding: 26px 0 22px;
    background: #222222;
    color: #fff;
}

.lead--blue {
    background: #8799ba;
}

.lead .text, .lead .leadership .person__description, .leadership .lead .person__description, .lead .contact__info .info, .contact__info .lead .info, .lead .article__header {
    margin: 12px 0;
}

@media only screen and (min-width: 768px) {
    .lead {
        padding: 42px 0 38px;
    }

        .lead .text, .lead .leadership .person__description, .leadership .lead .person__description, .lead .contact__info .info, .contact__info .lead .info, .lead .article__header {
            font-size: 20px;
            line-height: 28px;
        }
}

@media only screen and (min-width: 1200px) {
    .lead {
        padding: 76px 0 60px;
    }

        .lead .text, .lead .leadership .person__description, .leadership .lead .person__description, .lead .contact__info .info, .contact__info .lead .info, .lead .article__header {
            margin: 12px 0 4px;
        }
}

.section--photo {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.section--grey {
    background-color: #ecebeb;
}

.plain {
    padding: 2em 0 3em 0;
}

    .plain h1, .plain h2, .plain h3, .plain h4, .plain h5 {
        margin: 1em 0 0.75em 0;
    }

.pagination {
    display: block;
    clear: both;
}

.pagination-data {
    display: none;
}

.pagination ul {
    margin-bottom: 0 !important;
}

.pagination li {
    display: inline-block;
    margin: 0 4px !important;
    text-align: center;
}

    .pagination li:first-child {
        margin-left: 0;
    }

    .pagination li:last-child {
        margin-right: 0;
    }

    .pagination li:first-child:last-child {
        display: none;
    }

    .pagination li a {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 36px;
        border-radius: 50%;
        font-family: "XOText" !important;
    }

@media screen\0 {
    .pagination li a {
        line-height: 32px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pagination li a {
        line-height: 32px;
    }
}

@supports (-ms-accelerator: true) {
    .pagination li a {
        line-height: 32px;
    }
}

@supports (-ms-ime-align: auto) {
    .pagination li a {
        line-height: 32px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .windows .pagination li a {
        line-height: 32px;
    }
}

@-moz-document url-prefix() {
    .windows .pagination li a {
        line-height: 32px;
    }
}

.pagination li.active a, .pagination li:hover a {
    background: #272724;
    color: white;
}

@media only screen and (min-width: 500px) {
    .pagination li {
        margin: 0 6px;
    }
}

.next-article {
    display: block;
    padding: 0 30px;
    margin: 35px auto;
    max-width: 385px;
}

    .next-article .headline, .next-article .showcase .article__text h1, .showcase .article__text .next-article h1, .next-article .leadership .person__name, .leadership .next-article .person__name, .next-article .article__content h3, .article__content .next-article h3, .next-article .article__content blockquote, .article__content .next-article blockquote, .next-article .history .episode__date, .history .next-article .episode__date {
        margin: 3px 0 13px 0;
    }

    .next-article .button {
        color: #272724;
    }

@media only screen and (min-width: 992px) {
    .next-article {
        margin: 120px auto;
    }
}

@media only screen and (min-width: 1200px) {
    .desktop-hide {
        display: none !important;
    }
}

#check-media-breakpoint {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    max-width: 767px;
}

@media only screen and (min-width: 768px) {
    #check-media-breakpoint {
        max-width: 1199px;
    }
}

.image-object-container.object-fit-fallback {
    background-size: cover;
    background-position: 50% 50%;
}

    .image-object-container.object-fit-fallback img {
        opacity: 0;
    }

@media print {
    .header, .area-header, .footer, .lead, .dropdown__header, .button, a[download] {
        display: none !important;
    }

    .dropdown__content {
        padding-top: 0 !important;
    }

    .dropdown__more {
        background: none !important;
    }
}

.main-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 5px solid #ecebeb;
    border-top-color: #f5822b;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

#loader-container {
    position: fixed;
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    background: white;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #loader-container.page-loaded {
        opacity: 0;
    }

        #loader-container.page-loaded .main-loader {
            display: none;
        }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.button {
    position: relative;
    display: inline-block;
    outline: 0;
    font: 16px/20px "XOTextBold";
    color: inherit;
    cursor: pointer;
}

.button__loader {
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 3.75px solid #ecebeb;
    border-top-color: #f5822b;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    top: 7px;
    right: -55px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.button.button--loading .button__loader {
    opacity: 1;
}

.button--arrow {
    line-height: 1.5; 
}

    .button--arrow span {
        display: inline-block;
    }

        .button--black span,.button--black1 span{
            position: relative;width:80px;
            top: 1px;
            content: '';
            display: inline-block;
            margin-left: 0px;            
            height: 30px;
            background: url("../images/arrow-right-black.png") no-repeat right 7px;
        }
          .button--arrow span:hover {
            display: inline-block;color:#6dc810;
            background: url("../images/arrow-right-hover.png") no-repeat right 7px ;
        }

         .button--white span{
            position: relative;width:80px;
            top: 1px;
            content: '';
            display: inline-block;
            margin-left: 0px;            
            height: 30px;
            background: url("../images/arrow-right.png") no-repeat right 7px;
        }

@media only screen and (min-resolution: 144), (-webkit-min-device-pixel-ratio: 1.5) {
    .button--arrow span:after, .button--arrow span:before {
        background-image: url("../images/arrow-right-black@2x.png");
    }
      .button--black span{
            position: relative;width:80px;
            top: 1px;
            content: '';
            display: inline-block;
            margin-left: 0px;            
            height: 30px;
            background: url("../images/arrow-right.png") no-repeat right 7px;
        }
}

@media only screen and (max-width:1024px) {
      .button--black1 span{
            position: relative;width:80px;
            top: 1px;
            content: '';
            display: inline-block;
            margin-left: 0px;            
            height: 30px;
            background: url("../images/arrow-right.png") no-repeat right 7px;
        }
}

.button--arrow span:before {
    display: none;
    margin-right: 15px;
    margin-left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.button--arrow.button--back span:before {
    display: inline-block;
}

.button--arrow.button--back span:after {
    display: none;
}

.button--triangle {
    font-family: "XOheadlines";
    text-transform: uppercase;
}

    .button--triangle:after, .button--triangle:before {
        position: relative;
        top: 2px;
        margin-top: -11px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
    }

    .button--triangle:before {
        display: none;
        margin-right: 21px;
        border-width: 8px 12px 8px 0;
        border-color: transparent white transparent transparent;
    }

    .button--triangle:after {
        display: inline-block;
        margin-left: 23px;
        border-width: 8px 0 8px 12px;
        border-color: transparent transparent transparent white;
    }

    .button--triangle.button--back:before {
        display: inline-block;
    }

    .button--triangle.button--back:after {
        display: none;
    }


@media only screen and (min-resolution: 144), (-webkit-min-device-pixel-ratio: 1.5) {
    .button--white.button--arrow span:after, .button--white.button--arrow span:before {
        background-image: url("../images/arrow-right@2x.png");
    }
}

.button--grey {
    background: #777;
    color: #fff;
    padding: 12px 25px 8px 24px;
}

@media screen\0 {
    .button--grey {
        padding: 10px 25px 10px 24px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .button--grey {
        padding: 10px 25px 10px 24px;
    }
}

@supports (-ms-accelerator: true) {
    .button--grey {
        padding: 10px 25px 10px 24px;
    }
}

@supports (-ms-ime-align: auto) {
    .button--grey {
        padding: 10px 25px 10px 24px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .windows .button--grey {
        padding: 10px 25px 10px 24px;
    }
}

@-moz-document url-prefix() {
    .windows .button--grey {
        padding: 9px 25px 11px 24px;
    }
}

.button--grey.button--arrow span:after, .button--grey.button--arrow span:before {
    background-image: url("../images/arrow-right.png");
    background-size: 8px 12px;
}

@media only screen and (min-resolution: 144), (-webkit-min-device-pixel-ratio: 1.5) {
    .button--grey.button--arrow span:after, .button--grey.button--arrow span:before {
        background-image: url("../images/arrow-right@2x.png");
    }
}

.button--transparent {
    padding-left: 0;
    background: none;
    color: #272724;
}

    .button--transparent:after {
        border-color: transparent transparent transparent #272724;
    }

.button--submit {
    position: relative;
}

    .button--submit input[type=button] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.button--search {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #777;
    margin-top: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    .button--search img {
        width: 24px;
        vertical-align: middle;
        margin-bottom: 0 !important;
    }

.button--close {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'XOText';
    cursor: pointer;
}

    .button--close:after {
        position: relative;
        display: inline-block;
        content: '';
        top: 4px;
        width: 19px;
        height: 19px;
        margin-left: 19px;
        background-size: 19px 19px;
        background-repeat: no-repeat;
        background-image: url("../images/close.png");
    }

@media only screen and (min-resolution: 144), (-webkit-min-device-pixel-ratio: 1.5) {
    .button--close:after {
        background-image: url("../images/close@2x.png");
    }
}

/*======================================
Selectric v1.10.1
======================================*/
.selectric {
    position: relative;
}

.selectric-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    cursor: pointer;
}

    .selectric-wrapper.selectric-disabled {
        opacity: 0.5;
        cursor: default !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }

.selectric-responsive {
    width: 100%;
}

.selectric-open {
    z-index: 9999;
}

    .selectric-open .selectric-items {
        display: block;
    }

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
        font-size: 16px;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .selectric-hide-select select:focus {
        font-size: 16px;
    }
}

.selectric-hide-select .selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

    .selectric-hide-select .selectric-is-native select {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border: none;
        z-index: 1;
        box-sizing: border-box;
        opacity: 0;
    }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: -5px;
    left: 17px;
    background: white;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.07);
    font-size: 16px;
}

    .selectric-items:before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 50%;
        width: 240px;
        margin-left: -120px;
        height: 40px;
        background: white;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.35);
    }

.selectric-items-captions {
    min-width: 300px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selectric-items li {
    display: block;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
    padding: 12px 20px 8px 20px;
    border-bottom: 1px solid #f2f2f2;
}

    .selectric-items li:nth-of-type(1) {
        display: none;
    }

    .selectric-items li:nth-of-type(2) {
        padding-top: 14px;
    }

    .selectric-items li:last-of-type {
        border-bottom: none;
        padding-bottom: 10px;
    }

    .selectric-items li:hover {
        background: #f2f2f2;
    }

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric .label {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #515151;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}

.form--search {
    position: relative;
    margin: 3px 0 0 0;
    padding-bottom: 48px;
}

    .form--search .no-results {
        position: absolute;
        top: 50px;
        left: 70px;
        color: red;
        visibility: hidden;
    }

.form.form--wide {
    width: 322px;
}

    .form.form--wide .field {
        max-width: none;
    }

.form .validation-summary-errors {
    max-width: 414px;
    margin-top: 12px;
    color: red;
}

    .form .validation-summary-errors li {
        margin-bottom: 3px;
        line-height: 1.33;
    }

.form .field {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
}

.form .field__underline {
    display: none;
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.form .field__placeholder {
    display: none;
    height: 15px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 15px;
    color: #515151;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .form .field__placeholder:after {
        content: attr(data-placeholder);
    }

.form .field__description {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #777;
}

.form .field__arrow {
    position: absolute;
    top: 5px;
    right: 12px;
}

    .form .field__arrow:after, .form .field__arrow:before {
        position: absolute;
        top: 2px;
        content: '';
        width: 8px;
        height: 2px;
        background: #515151;
    }

    .form .field__arrow:after {
        left: 5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .form .field__arrow:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.form .field__files {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.5;
}

.form .field__caption {
    display: block;
    font-size: 12px;
    color: #a6a6a6;
}

.form .field--text, .form .field--select {
    max-width: 244px;
    min-height: 44px;
}

.form .field--textarea {
    max-width: 408px;
}

    .form .field--textarea textarea {
        height: 5.1em;
        overflow: auto;
        font-family: inherit;
    }

    .form .field--textarea.field--error {
        margin-top: 30px;
    }

.form .field--file input[type=file] {
    display: none;
}

.form .field--file .button {
    margin-top: 17px;
}

.form .field--focus .field__underline {
    -webkit-transform: none;
    transform: none;
}

.form .field--long {
    max-width: 322px;
}

.form .field--select {
    overflow: visible;
}

    .form .field--select select {
        display: none;
    }

    .form .field--select [type=text] {
        padding-right: 20px;
    }

    .form .field--select.field--chosen .field__placeholder {
        opacity: 1;
        visibility: visible;
    }

.form .field--error .field__placeholder {
    display: block;
    opacity: 1;
    visibility: visible;
}

.form .field--error .input {
    border-bottom-color: #ff0000;
    color: #ff0000;
}

    .form .field--error .input.placeholder {
        color: #ff0000;
    }

    .form .field--error .input:-moz-placeholder {
        color: #ff0000;
    }

    .form .field--error .input::-moz-placeholder {
        color: #ff0000;
    }

    .form .field--error .input::-webkit-input-placeholder {
        color: #ff0000;
    }

.form .field--error .selectric .label {
    border-bottom-color: #ff0000;
    color: #ff0000;
}

.form .field--error .selectric .field__arrow:after, .form .field--error .selectric .field__arrow:before {
    background: #ff0000;
}

.form .field:not(.field--typing) .field__placeholder {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.form .field--error .field__placeholder:after {
    color: #ff0000;
}

.form .field--empty .field__placeholder:after {
    content: attr(data-empty);
}

.form .field--empty.field--typing .field__placeholder:after, .form .field--empty.field--chosen .field__placeholder:after {
    content: attr(data-placeholder);
    color: inherit;
}

.form .field--incorrect .field__placeholder:after {
    content: attr(data-incorrect);
}

.form .field--search {
    margin-bottom: 0;
}

    .form .field--search .input {
        position: relative;
        padding: 0 20px 0 55px;
        height: 40px;
        background: white;
        border-bottom: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .form .field--search .input.placeholder {
            color: #bababa;
        }

        .form .field--search .input:-moz-placeholder {
            color: #bababa;
        }

        .form .field--search .input::-moz-placeholder {
            color: #bababa;
        }

        .form .field--search .input::-webkit-input-placeholder {
            color: #bababa;
        }

.form .input {
    display: block;
    padding-bottom: 2px;
    width: 100%;
    border-bottom: 1px solid #515151;
    font-size: 16px;
    line-height: 24px;
    color: #272724;
}

    .form .input:disabled {
        opacity: 1 !important;
        color: #272724;
    }

    .form .input.placeholder {
        color: #515151;
    }

    .form .input:-moz-placeholder {
        color: #515151;
    }

    .form .input::-moz-placeholder {
        color: #515151;
    }

    .form .input::-webkit-input-placeholder {
        color: #515151;
    }

.form .input--checkbox {
    display: none;
}

    .form .input--checkbox + label {
        position: relative;
        display: block;
        margin-bottom: 9px;
        user-select: none;
    }

        .form .input--checkbox + label:after, .form .input--checkbox + label:before {
            display: inline-block;
            content: '';
            box-sizing: border-box;
        }

        .form .input--checkbox + label:before {
            position: relative;
            top: 1px;
            left: 1px;
            margin-right: 11px;
            display: inline-block;
            width: 14px;
            height: 14px;
            border: 1px solid #515151;
        }

        .philosophy__form .input--checkbox + label:before, .installation__form .input--checkbox + label:before {
            display: none;
        }

    .form .input--checkbox:checked + label:after {
        position: absolute;
        top: 5px;
        left: 4px;
        width: 8px;
        height: 6px;
        background-image: url("../images/tick.png");
        background-size: 8px 6px;
    }

    .philosophy__form .input--checkbox:checked + label:after, .installation__form .input--checkbox:checked + label:after {
        width: 0;
    }

    .philosophy__form .input--checkbox + label:before,  .installation__form .input--checkbox + label:before {
        border-width: 2px;
        border-radius: 50%;
        width: 12px;
        height: 12px;
    }

    .form .input--checkbox + label .dotmark {
            position: relative;
            margin-right: 9px;
            display: inline-block;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            border: 2px solid #515151;
        }

          .philosophy__form .input--checkbox + label .dotmark:after, .installation__form .input--checkbox + label .dotmark:after {
                position: absolute;
                content: '';
                top: 1px;
                left: 1px;
                width: 6px;
                height: 6px;
                background: #515151;
                visibility: hidden;
            }

          .philosophy__form .input--checkbox:checked + label .dotmark:after, .installation__form .input--checkbox:checked + label .dotmark:after {
            visibility: visible;
          }

          .philosophy__form .input--checkbox + label .dotmark:after,  .installation__form .input--checkbox + label .dotmark:after {
                display: inline-block;
                border-radius: 50%;
                box-sizing: border-box;
            }

@media only screen and (min-resolution: 144), (-webkit-min-device-pixel-ratio: 1.5) {
    .form .input--checkbox:checked + label:after {
        background-image: url("../images/tick@2x.png");
    }
}

.form .input--radio {
    display: none;
}

    .form .question.language .input--radio + label {
        display: block;
        margin-bottom: 5px;
    }

    .form .input--radio + label {
        position: relative;
        margin-right: 40px;
        user-select: none;
    }

        .form .input--radio + label .dotmark {
            position: relative;
            margin-right: 9px;
            display: inline-block;
            width: 12px;
            height: 12px;
            border: 2px solid #515151;
        }


            .form .input--radio + label .dotmark, .form .input--radio + label .dotmark:after {
                display: inline-block;
                border-radius: 50%;
                box-sizing: border-box;
            }

                .form .input--radio + label .dotmark:after {
                    position: absolute;
                    content: '';
                    top: 1px;
                    left: 1px;
                    width: 6px;
                    height: 6px;
                    background: #515151;
                    visibility: hidden;
                }

    .form .input--radio:checked + label .dotmark:after {
        visibility: visible;
    }

.form .question, .form__group {
    margin-bottom: 28px;
}

.form .question__text, .form__group__text {
    margin-bottom: 12px;
}

.form .optionalField {
    max-height: 0;
    margin-bottom: 0;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    overflow: hidden;
}

    .form .optionalField > * {
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

    .form .optionalField > :last-child {
        margin-bottom: 28px;
    }

.form .optionalField--active {
    max-height: 300px;
}

    .form .optionalField--active > * {
        opacity: 1;
    }

.form .optionalField:not(.optionalField--active) {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* CUSTOM BUTTONS */
.slick-arrow {
    position: absolute;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    background: #777;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: .25s background;
    transition: .25s background;
}

    .slick-arrow:after {
        position: absolute;
        top: 16px;
        right: 18px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 12px;
        border-color: transparent transparent transparent #ffffff;
    }

    .slick-arrow.slick-prev {
        left: 0;
    }

        .slick-arrow.slick-prev:after {
            border-width: 8px 12px 8px 0px;
            border-color: transparent #ffffff transparent transparent;
        }

    .slick-arrow.slick-next {
        right: 0;
    }

    .slick-arrow:not(.slick-disabled) {
        cursor: pointer;
    }

        .slick-arrow:not(.slick-disabled):hover {
            background: #f5822b;
        }

/* CUSTOM DOTS */
.slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 36px;
        text-indent: -9999px;
        cursor: pointer;
    }

        .slick-dots li:after {
            display: block;
            position: absolute;
            top: 12px;
            left: 12px;
            content: '';
            width: 70px;
            height: 8px;
            border-radius:0;
        }

.slick-slide {
    outline: 0;
}

.dropdown {
    width: 100vw;
    margin: 0 0 15px -15px;
}

.dropdown__offset {
    margin-bottom: 45px;
}

.dropdown__data {
    display: none;
}

.dropdown__header {
    display: table;
    position: relative;
    width: 100%;
    height: 96px;
    padding: 0 80px 0 15px;
    background-color: #515151;
    color: white;
    cursor: pointer;
}

@media print {
    .dropdown__header {
        display: none;
    }
}

.dropdown__header--disabled {
    cursor: default;
}

.dropdown__header .headline, .dropdown__header .showcase .article__text h1, .showcase .article__text .dropdown__header h1, .dropdown__header .leadership .person__name, .leadership .dropdown__header .person__name, .dropdown__header .article__content h3, .article__content .dropdown__header h3, .dropdown__header .article__content blockquote, .article__content .dropdown__header blockquote, .dropdown__header .history .episode__date, .history .dropdown__header .episode__date {
    display: table-cell;
    vertical-align: middle;
}

.dropdown__header:after {
    position: absolute;
    top: 42px;
    right: 15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.dropdown__dropdown.no-dots li, .pagination ul.dropdown__dropdown li {
    margin: 0;
    line-height: 1.33;
}

    .dropdown__dropdown.no-dots li:first-of-type span, .pagination ul.dropdown__dropdown li:first-of-type span {
        display: block;
        margin-bottom: 0.75em;
    }

.dropdown__content {
    display: none;
    padding: 30px 0 30px;
}

#supportProduct .dropdown__content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: inherit !important;
    height: inherit !important;
}

.dropdown__content > [class^="ezsearch"] {
    padding-right: 15px;
    padding-left: 15px;
}

    .dropdown__content > [class^="ezsearch"] .button {
        margin-top: 0;
    }

.dropdown__content .ezsearch-results ~ .headline--other {
    display: block;
}

.dropdown__content p:last-child {
    margin-bottom: 0;
}

.dropdown__content .headline--small {
    line-height: 1.33;
}

.dropdown__content .headline--normal, .dropdown__content .leadership .person__name, .leadership .dropdown__content .person__name, .dropdown__content .article__content h3, .article__content .dropdown__content h3 {
    margin: 13px 0 30px;
}

.dropdown__content .headline--other {
    margin: 45px 0 15px 0;
    display: none;
}

.dropdown__content .contact__form {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

    .dropdown__content .contact__form strong {
        font-family: 'XOTextBold';
    }

    .dropdown__content .contact__form .question__answer {
        display: block;
        margin-bottom: 15px;
    }

    .dropdown__content .contact__form .button--submit {
        margin-top: 26px;
    }

.dropdown__content a[download] {
    display: inline-block;
    max-width: 99%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown__content.distributors .row:not(:first-of-type) .headline--normal, .dropdown__content.distributors .row:not(:first-of-type) .leadership .person__name, .leadership .dropdown__content.distributors .row:not(:first-of-type) .person__name, .dropdown__content.distributors .row:not(:first-of-type) .article__content h3, .article__content .dropdown__content.distributors .row:not(:first-of-type) h3 {
    margin-top: 40px;
}

.dropdown__content img {
    margin-bottom: 20px;
}

.dropdown__content .detailed-list {
    margin-top: 20px;
}

    .dropdown__content .detailed-list .headline, .dropdown__content .detailed-list .showcase .article__text h1, .showcase .article__text .dropdown__content .detailed-list h1, .dropdown__content .detailed-list .leadership .person__name, .leadership .dropdown__content .detailed-list .person__name, .dropdown__content .detailed-list .article__content h3, .article__content .dropdown__content .detailed-list h3, .dropdown__content .detailed-list .article__content blockquote, .article__content .dropdown__content .detailed-list blockquote, .dropdown__content .detailed-list .history .episode__date, .history .dropdown__content .detailed-list .episode__date {
        margin: 15px 0 12px;
    }

    .dropdown__content .detailed-list .desc {
        margin-bottom: 25px;
        max-width: 350px;
    }

.dropdown__content .dropdown__time + .headline, .dropdown__content .showcase .article__text .dropdown__time + h1, .showcase .article__text .dropdown__content .dropdown__time + h1, .dropdown__content .leadership .dropdown__time + .person__name, .leadership .dropdown__content .dropdown__time + .person__name, .dropdown__content .article__content .dropdown__time + h3, .article__content .dropdown__content .dropdown__time + h3, .dropdown__content .article__content .dropdown__time + blockquote, .article__content .dropdown__content .dropdown__time + blockquote, .dropdown__content .history .dropdown__time + .episode__date, .history .dropdown__content .dropdown__time + .episode__date {
    margin: 0 0 5px;
}

    .dropdown__content .dropdown__time + .headline + img, .dropdown__content .showcase .article__text .dropdown__time + h1 + img, .showcase .article__text .dropdown__content .dropdown__time + h1 + img, .dropdown__content .leadership .dropdown__time + .person__name + img, .leadership .dropdown__content .dropdown__time + .person__name + img, .dropdown__content .article__content .dropdown__time + h3 + img, .article__content .dropdown__content .dropdown__time + h3 + img, .dropdown__content .article__content .dropdown__time + blockquote + img, .article__content .dropdown__content .dropdown__time + blockquote + img, .dropdown__content .history .dropdown__time + .episode__date + img, .history .dropdown__content .dropdown__time + .episode__date + img {
        margin-top: 9px;
    }

.dropdown__content .button--grey + .button--grey {
    margin-left: 30px;
}

.dropdown__content .pagination {
    margin-top: 48px;
    width: 100%;
    text-align: center;
}

.dropdown__more {
    margin: 15px 0 0 0;
    background-color: #ecebeb;
}

    .dropdown__more:first-of-type {
        margin-top: 0;
    }

    .dropdown__more:last-of-type {
        margin-bottom: 30px;
    }

    .dropdown__more--active .dropdown__header:after, .dropdown__more:first-of-type:last-of-type .dropdown__header:after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .dropdown__more:first-of-type:last-of-type .dropdown__header {
        pointer-events: none;
    }

    .dropdown__more:first-of-type:last-of-type .dropdown__content {
        display: block;
    }

.dropdown__article:not(:last-of-type) {
    margin-bottom: 48px;
}

.dropdown__article .button--back:last-of-type {
    margin-top: 34px;
}

@media only screen and (min-width: 768px) {
    .dropdown {
        width: 100%;
        margin: 0 auto 15px auto;
        max-width: 704px;
    }

    .dropdown__offset {
        padding-left: 55px;
    }

    .dropdown__more:last-of-type {
        margin-bottom: 50px;
    }

    .dropdown__header {
        padding: 0 80px 0 30px;
    }

        .dropdown__header:after {
            right: 30px;
        }

    .dropdown__content {
        padding: 30px 15px;
    }

        .dropdown__content .detailed-list li {
            clear: both;
            overflow: hidden;
            margin-bottom: 15px;
        }

        .dropdown__content .detailed-list .desc {
            float: left;
            margin-bottom: 0;
        }

        .dropdown__content .detailed-list img {
            float: right;
            max-width: calc(100% - 400px);
        }
}

#image-cropper {
    position: relative;
}

    #image-cropper .cropit-preview {
        background-color: #dbdbdb;
        border-radius: 50%;
        width: 114px;
        height: 114px;
    }

    #image-cropper .cropit-image-input {
        display: none;
    }

    #image-cropper [type=range] {
        position: absolute;
        top: 50px;
        left: 130px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

        #image-cropper [type=range].cropit-adjusting {
            opacity: 1;
        }

@media only screen and (min-width: 1200px) {
    #Profileedit #image-cropper [type=range] {
        top: 90px;
        left: 145px;
    }
}

#image-cropper .cropit-changed + [type=range] {
    display: block;
}

#image-cropper .cropit-preview-image-container {
    cursor: move;
}

    #image-cropper .cropit-preview-image-container:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 114px;
        height: 114px;
        box-shadow: 0px 0px 0px 2000px #fff;
    }

#image-cropper .cropit-preview-image {
    max-width: none;
}

#image-cropper .image-size-label {
    margin-top: 10px;
}

#image-cropper .button.upload-profile-picture {
    display: block;
    margin-top: 20px;
}

.popup {
    position: fixed;
    visibility: hidden;
    z-index: -1;
}

    .popup#popup-subscribe .contact__form {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .popup .popup__update, .popup .popup__update--email {
        display: none;
    }

.popup--update .popup__box > *:not(.popup__update), .popup--update--email .popup__box > *:not(.popup__update--email) {
    display: none;
}

.popup--update .popup__update, .popup--update--email .popup__update--email {
    display: block;
}


.popup__box {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 576px;
    padding: 45px 30px;
    background: white;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
    opacity: 0;
    -webkit-transition: 0.41s -webkit-transform ease-out;
    transition: 0.41s -webkit-transform ease-out;
    transition: 0.41s transform ease-out;
    transition: 0.41s transform ease-out, 0.41s -webkit-transform ease-out;
}

    .popup__box .headline, .popup__box .showcase .article__text h1, .showcase .article__text .popup__box h1, .popup__box .leadership .person__name, .leadership .popup__box .person__name, .popup__box .article__content h3, .article__content .popup__box h3, .popup__box .article__content blockquote, .article__content .popup__box blockquote, .popup__box .history .episode__date, .history .popup__box .episode__date {
        margin-bottom: 22px;
    }

    .contact .popup__box .button, .popup__box .button {
        margin-top: 35px;
    }

@media only screen and (min-width: 992px) {
    .popup__box {
        padding: 111px 120px 101px 80px;
    }

        .popup__box .text p, .popup__box .leadership .person__description p, .leadership .popup__box .person__description p, .popup__box .contact__info .info p, .contact__info .popup__box .info p, .popup__box .article__header p {
            font-size: 20px;
            line-height: 28px;
        }
}

.popup__shade {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.22s ease-out;
    transition: 0.22s ease-out;
}

.popup, .popup__shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup--active {
    z-index: 10001;
    visibility: visible;
}

    .popup--active .popup__box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .popup--active .popup__shade {
        opacity: 1;
    }

.popup:not(.popup--active) {
    -webkit-transition: 0.001s 0.21s ease;
    transition: 0.001s 0.21s ease;
}

    .popup:not(.popup--active) .popup__box {
        -webkit-transition: opacity 0.11s ease-in, 0.21s -webkit-transform ease-out;
        transition: opacity 0.11s ease-in, 0.21s -webkit-transform ease-out;
        transition: 0.21s transform ease-out, opacity 0.11s ease-in;
        transition: 0.21s transform ease-out, opacity 0.11s ease-in, 0.21s -webkit-transform ease-out;
    }

.cookie-bar {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 880px;
    padding: 17px 25px 14px 25px;
    background: #222222;
    color: white;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.page-loaded .cookie-bar {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .page-loaded .cookie-bar.cookie-bar--hidden {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

.cookie-bar__info {
    max-width: 691px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 20px;
}

.cookie-bar__close {
    margin-top: -5px;
}

@media (min-width: 881px) {
    .cookie-bar {
        left: 50%;
        margin-left: -440px;
    }
}

@media (max-width: 820px) {
    .cookie-bar {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .cookie-bar__info {
        padding-right: 10px;
    }

    .cookie-bar__close {
        padding: 9px 12px;
        margin: -9px -20px 0 0;
    }

        .cookie-bar__close span {
            display: none;
        }

        .cookie-bar__close:after {
            margin-left: 0;
        }
}

@media print {
    .header {
        display: none;
    }
}

.header__menu-btn {
    position: absolute;
    z-index: 10;
    top: 11px;
    right: 15px;
    width: 79px;
    height: 44px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

    .header__menu-btn small {
        position: absolute;
        top: 11px;
        right: 38px;
        display: block;
        float: left;
        -webkit-transition: 0.4s 0.2s ease-in-out;
        transition: 0.4s 0.2s ease-in-out;
        font: 12px/20px "XOtextBold";
    }

        .header__menu-btn small:nth-of-type(2) {
            opacity: 0;
        }

    .header__menu-btn span {
        display: block;
        position: absolute;
        left: 53px;
        width: 24px;
        height: 2px;
        background: #fff;
        -webkit-transition: 0.25s 0.4s ease-in-out;
        transition: 0.25s 0.4s ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

        .header__menu-btn span:nth-of-type(1) {
            top: 11px;
        }

        .header__menu-btn span:nth-of-type(2) {
            top: 19px;
            -webkit-transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
            transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
        }

        .header__menu-btn span:nth-of-type(3) {
            top: 27px;
        }

    .header__menu-btn.menuOpen {
        color: #272724;
    }

        .header__menu-btn.menuOpen small {
            opacity: 0;
        }

            .header__menu-btn.menuOpen small:nth-of-type(2) {
                opacity: 1;
            }

        .header__menu-btn.menuOpen span {
            background: #272724;
        }

            .header__menu-btn.menuOpen span:nth-of-type(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .header__menu-btn.menuOpen span:nth-of-type(2) {
                width: 0%;
                opacity: 0;
                -webkit-transition: 0.8s cubic-bezier(0.7, 0, 0.3, 1);
                transition: 0.8s cubic-bezier(0.7, 0, 0.3, 1);
            }

            .header__menu-btn.menuOpen span:nth-of-type(3) {
                top: 28px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

@media only screen and (min-width: 768px) {
    .header__menu-btn {
        top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__menu-btn {
        display: none;
    }
}

.header__menu {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 320px;
    height: auto;
    min-height: 100vh;
    padding: 50px 0 77px 57px;
    background: #f2f2f2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}

.header__menu--active {
    -webkit-transform: none;
    transform: none;
}

@media only screen and (min-width: 1200px) {
    .header__menu {
        z-index: 0;
        width: 100%;
        min-height: auto;
        height: 90px;
        padding: 12px 0 0 0;
        background: #000;
        -webkit-transform: none;
        transform: none;
    }
}

.menu {
    font-size: 14px;
    text-transform: uppercase;
}

.menu--main .menu__item.expanded > span, .menu--main .menu__item.expanded > a, .menu--main .menu__item.permanent > span, .menu--main .menu__item.permanent > a, .menu--main .menu__item.active > span, .menu--main .menu__item.active > a {
    color: #6dc810;
}

.menu__item {
    max-height: 20px;
    display: block;
    margin-top: 27px;
}

    .menu--main > .menu__item.language__menu {
        width: 52px;
        user-select: none;
        z-index: 1;
        margin-left: 0px;
    }

    .language__menu .language__selected {
        background-color: #f2f2f2;
        position: relative;
        z-index: -1;
    }

        .language__menu .language__selected:before {
            content: "";
            width: 80px;
            height: 100px;
            background-color: #f2f2f2;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

    .language__title {
        z-index: 3;
        position: relative;
    }

        .language__title .title {
            z-index: 3;
            position: relative;
        }

    .language__menu .caret {
        content: "";
        width: 0;
        height: 0;
        border-top: 4px solid #f5822b;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        vertical-align: middle;
        display: inline-block;
        z-index: 3;
        position: relative;
    }

    .language__dropdown {
        width: 42px;
        background-color: #f2f2f2;
        opacity: 0;
        position: absolute;
        z-index: 1;
        visibility: visible;
        transition: opacity .5s, transform .5s;
        transform: translateY(-80px);
        padding: 10px 10px 3px;
        margin-left: -10px;
    }

    .language__dropdown.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .language__menu__item {
        color: #000;
        position: relative;
        cursor: pointer;
        padding-bottom: 5px;
    }

    .language__menu__item .title {
        position: absolute;
        top: 0;
        left: 0px;
    }

    .language__menu__item:hover .title {
        border-bottom: 1px solid #000;
    }

    .menu__item span, .menu__item a {
        display: inline-block;
        cursor: pointer;
    }

    .menu__item[data-level="2"] > span {
        cursor: default;
    }

.menu__item--expandable {
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

    .menu__item--expandable > .menu {
        padding-left: 25px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-27px);
        transform: translateY(-27px);
        -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.4s;
        transition: opacity 0.5s 0.5s, -webkit-transform 0.4s;
        transition: opacity 0.5s 0.5s, transform 0.4s;
        transition: opacity 0.5s 0.5s, transform 0.4s, -webkit-transform 0.4s;
    }

    .menu__item--expandable > .menu > .portion{ float:left;  }

    .menu__item--expandable > .menu__item {
        max-height: 500px;
    }

.menu__item.expanded, .menu__item.permanent {
    max-height: 500px;
}

    .menu__item.expanded > .menu, .menu__item.permanent > .menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0); 
    }

.menu__item:not(.expanded) > .menu {
    -webkit-transition: opacity 0.25s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.25s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.25s, visibility 0.5s, transform 0.5s;
    transition: opacity 0.25s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s; 
}

.menu--third {
    text-transform: none;
}

.menu--profile {
    margin-top: 44px;
    margin-left: 44px;
}

.menu__picture {
    position: absolute;
    width: 40px;
}

.menu__divider {
    position: absolute;
    margin-top: -28px;
    left: 0;
    width: 320px;
    height: 1px;
    background: #dbdbdb;
}

@media only screen and (min-width: 1200px) {
    .menu__item {
        max-height: none;
    }

        .menu--main > .menu__item.language__menu {
            margin-left: 50px;
        }
       
        .language__menu .language__selected {
            background-color: #000;
            z-index: 3;
        }

            .language__menu .language__selected:before {
                background-color: #000;
            }

        .language__menu .caret {
            border-top: 4px solid #f5822b;
        }

        .language__dropdown {
            background-color: #000;
        }

        .language__menu__item {
            color: #FFF;
        }

        .language__menu__item:hover .title {
            border-bottom: 1px solid #FFF;
        }

    .menu--main {
        position: relative;
        float: right;
    }

        .menu--main > .menu__item > span, .menu--main > .menu__item > a {
            color: #fff;
        }
        .menu--main > .menu__item > span:hover,.menu--main > .menu__item > a:hover{
            color: #6dc810;
        }
          .menu--main > .menu__item > span, .menu--main > .menu__item > a img {vertical-align:middle; margin-right:10px;
        
        }

        .menu--main > .menu__item {
            display: inline-block;
            margin-left: 0; margin-right:70px;
        }
          .menu--main > .lang{
          margin-right: 100px;                 }
       .menu--main > .lang1{
          margin-right: 0px;                 }

        .menu--main > .menu__item--expandable > .menu {
            margin-top: 20px;
            padding-top: 19px;
        }

        .menu--main > .menu__item--expandable .menu {
            position: absolute;
            padding-left: 0;
        }

            .menu--main > .menu__item--expandable .menu .menu__item {
                display: block;
                overflow: auto;
                margin-top: 20px;
                margin-right:30px; font-weight:normal;
            }
             .menu--main > .menu__item--expandable .menu .menu__item a:hover {
                 color:#6dc810;
            }

            .menu--main > .menu__item--expandable .menu .menu__item--expandable {
                display: inline-block;
                vertical-align: top; font-size: 14px; font-weight: bold; padding-bottom:18px;
				width:180px;
            }

                .menu--main > .menu__item--expandable .menu .menu__item--expandable .menu {
                    position: relative;
                }

        .menu--main > .menu__item--expandable .menu--third {
            position: relative;
            -webkit-transform: none;
            transform: none;
        }

        .menu--main > .menu__item--expandable .menu--second {
            right: 0;
            width: 1086px;
            text-align: right;
        }

            .menu--main > .menu__item--expandable .menu--second .menu__item {
                display: inline-block;
                margin-left: 44px;
                margin-right: 0;
                font-size: 12px;
            }

        .menu--main > .menu__item--expandable.expanded .menu, .menu--main > .menu__item--expandable.permanent .menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: none;
            transform: none;
        }

        .menu--main > .menu__item--expandable.expanded .portion {
        position:absolute; left: 0px;        }
}

.area-header {
    display: none;
    padding: 21px 30px 0;
    background: #ecebeb;
}

.area-header {
    display: block;
}

    .area-header .menu__item > span, .area-header .menu__item {
        margin-top: 0;
        margin-bottom: 15px;
    }

        .area-header .menu__item > span {
            display: block;
            margin-left: 15px;
            cursor: default;
            font-weight: 600;
        }

        .area-header .menu__item[data-level="1"] {
            vertical-align: top;
            display: inline-block;
            margin-top: 0;
            margin-bottom: 5px;
        }

            .area-header .menu__item[data-level="1"]:last-of-type {
                float: right;
            }

    .area-header .menu__picture {
        display: inline-block;
        position: relative;
        top: -7px;
    }

    .area-header .menu--profile {
        display: inline-block;
        margin: 0 0 0 20px;
    }

    .area-header .menu--third, .area-header .menu--second {
        float: none;
        padding-left: 0;
    }

        .area-header .menu--third > .menu__item {
            display: inline-block;
            margin-left: 15px;
        }

            .area-header .menu--third > .menu__item .menu__item {
                margin-left: 0;
            }

            .area-header .menu--third > .menu__item.active {
                color: #f5822b;
            }

    .area-header .menu--profile > .menu__item .menu__item {
        margin-left: 0;
    }

        .area-header .menu--profile > .menu__item .menu__item:last-of-type {
            margin-bottom: 0;
        }

.footer {
    clear: both;
    padding: 5px 0 11px;
    width: 100%;
    background-color: #fff;
    text-align: center;  border-top:1px solid #dbdbdb; 
}

.footer__nav {
    font-size: 12px;
}

    .footer__nav a {
        display: inline-block;
    }

.footer__nav--desktop {
    display: none;
}

.footer__nav--lang {
    position: relative;
    line-height: 24px;
}

    .footer__nav--lang:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -10vw;
        width: 120vw;
        height: 1px;
        background: #dbdbdb;
    }

    .footer__nav--lang li {
        display: inline-block;
        margin: 0 4px;
    }

        .footer__nav--lang li a {
            padding: 10px 14px;
        }

.footer__nav--main {
    margin: 5px 0 0;
    line-height: 32px;
}

.footer__copyright {
    font-size: 16px;
    line-height: 32px;color:#20201f;
}

@media only screen and (min-width: 768px) {
    .footer {
        padding-bottom: 3px;
    }

    .footer__nav--desktop {
        display: block;
    }

    .footer__nav--mobile {
        display: none;
    }

    .footer__nav--lang:after {
        display: none;
    }

    .footer__nav--lang ul {
        display: inline-block;
        padding-bottom: 7px;
        border-bottom: 1px solid #dbdbdb;
    }

    .footer__nav--lang li {
        margin: 0 23px;
    }

        .footer__nav--lang li a {
            padding: 12px 14px 0px 14px;
        }

        .footer__nav--lang li:first-child {
            margin-left: 3px;
        }

            .footer__nav--lang li:first-child a {
                padding-left: 0;
            }

        .footer__nav--lang li:last-child {
            margin-right: 3px;
        }

            .footer__nav--lang li:last-child a {
                padding-right: 0;
            }
}

@media only screen and (min-width: 1200px) {
    .footer {
        padding: 24px 0 16px;
    }

    .footer__copyright {
        float: left;
        line-height: 24px;
    }

    .footer__nav {
        float: right;
        clear: right;
    }

    .footer__nav--lang ul {
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer__nav--lang li a {
        padding: 0;
    }

    .footer__nav--lang li, .footer__nav--lang li:first-child, .footer__nav--lang li:last-child {
        margin: 0 0 0 16px;
    }

    .footer__nav--main {
        margin: 0;
        line-height: 24px;
    }

        .footer__nav--main li {
            display: inline-block;
            margin: 0 0 0 16px;
        }
}

.showcase .article {
    display: block;
    position: relative;
    color: #fff;
    color: red;
    width: 100vw;
    height: 255px;
    overflow: visible;
}

    .showcase .article:not(.slick-slide) {
        min-height: 66vw;
    }

.showcase .article__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform-origin: center;
    transform-origin: center;
}

    .showcase .article__bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 36, 0.4);
    }

    .showcase .article__bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: initial;
        object-position: initial;
    }

.showcase .article__text {
    position: relative;
    z-index: 2;
    padding: 30px 15px 0 15px;
    width: 100%;
    height: 100%;
    color: #fff;
}

    .showcase .article__text h1 {
        margin-bottom: 5px;
    }

    .showcase .article__text p {
        padding-right: 15px;
        max-width: 500px;
        font-size: 16px;
        line-height: 24px;
    }

        .showcase .article__text p:last-of-type:first-of-type {
            margin-bottom: 0;
        }

    .showcase .article__text .button {
        margin-top: 17px;
    }

@media only screen and (min-width: 666px) {
    .showcase .article:not(.slick-slide) {
        min-height: 33vw;
    }

    .showcase .article__text {
        padding: 47px 30px 0 30px;
    }

        .showcase .article__text .button {
            margin-top: 7px;
        }

    .showcase .article .col-sm-push-6 {
        left: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .showcase .article__text p {
        font-size: 16px;
        line-height: 28px;padding-bottom:25px; 
    }
}

@media only screen and (min-width: 1200px) 
{
.showcase .article:not(.slick-slide) {
        min-height: 25vw;
    }

    .showcase .article__bg:before {
        display: none;
    }

    .showcase .article .col-lg-push-7 {
        left: 58.33333333%;
    }

    .showcase .article__text--black {
        color: #272724;
    }
}

@media only screen and (min-width: 1200px) and (min-resolution: 144), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .showcase .article__text--black .button span:after {
        background-image: url("../images/arrow-right-black@2x.png");
    }
}

@media only screen and (min-width: 666px) {
    .showcase__articles .article {
        width: 50%;
        max-height: 60vh;
        float: left; 
    }

        .showcase__articles .article:nth-of-type(odd) {
            clear: left;
        }

        .showcase__articles .article h1 {
            font-size: 22px;
            line-height: 20px;
        }
}

@media only screen and (min-width: 1200px) {
    .showcase__articles .article__text p {
        max-width: 313px;
    }

    .showcase__articles .article h1 {
        font-size: 22px;
        line-height: 20px;
    }
}

.product {
    position: relative;
    background: #222222;
}

    .product #chair-slider {
        position: absolute !important;
        top: 0;
    }

.product__photo img {
    vertical-align: middle;
    width: 100%;
}

.product__photo--multiple {
    background-color: #ededeb;
    overflow: auto;
}

    .product__photo--multiple img {
        height: auto !important;
    }

    .product__photo--multiple > img {
        visibility: hidden;
        top: 0;
    }

    .product__photo--multiple > [class^="fss"], .product__photo--multiple > [id^="fss"] {
        display: none;
    }

.product__header {
    position: relative;
    padding: 44px 0 40px 0;
    background-color: inherit;
    color: #fff;
}

    .product__header .headline, .product__header .showcase .article__text h1, .showcase .article__text .product__header h1, .product__header .leadership .person__name, .leadership .product__header .person__name, .product__header .article__content h3, .article__content .product__header h3, .product__header .article__content blockquote, .article__content .product__header blockquote, .product__header .history .episode__date, .history .product__header .episode__date {
        margin-bottom: 6px;
    }

    .product__header .button {
        margin-top: 18px;
    }

.product--split {
    background: #ecebeb;
}

    .product--split .product__header {
        color: #272724;
    }

.product--support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
}

    .product--support .product__header {
        padding-left: 15px;
    }

        .product--support .product__header .headline--normal, .product--support .product__header .leadership .person__name, .leadership .product--support .product__header .person__name, .product--support .product__header .article__content h3, .article__content .product--support .product__header h3 {
            margin-bottom: 12px;
        }

        .product--support .product__header ul {
            margin-bottom: 0;
        }

    .product--support .product__photo {
        position: relative;
    }

        .product--support .product__photo:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -16px;
            left: 50%;
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 24px 16px 0 16px;
            border-color: white transparent transparent transparent;
        }

    .product--support:nth-of-type(even) .product__header {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product--support:nth-of-type(even) .product__photo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

@media only screen and (min-width: 768px) {
    .product__header {
        padding: 61px 0 63px 0;
    }

        .product__header .headline, .product__header .showcase .article__text h1, .showcase .article__text .product__header h1, .product__header .leadership .person__name, .leadership .product__header .person__name, .product__header .article__content h3, .article__content .product__header h3, .product__header .article__content blockquote, .article__content .product__header blockquote, .product__header .history .episode__date, .history .product__header .episode__date {
            margin-bottom: 12px;
        }

    .product--split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .product--split .product__header, .product--split .product__photo {
            max-width: 50%;
        }

            .product--split .product__header .row {
                -webkit-box-align: center;
                -ms-flex-align: center;
                -ms-grid-row-align: center;
                align-items: center;
            }

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

        .product--support .product__header {
            padding: 0;
        }

            .product--support .product__header .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

        .product--support .product__photo:before {
            top: 50%;
            margin-top: -16px;
            margin-left: 0;
            left: 0;
            border-width: 16px 0 16px 24px;
            border-color: transparent transparent transparent white;
        }

        .product--support:nth-of-type(even) .product__header {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .product--support:nth-of-type(even) .product__photo {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

            .product--support:nth-of-type(even) .product__photo:before {
                left: auto;
                right: 0;
                border-width: 16px 24px 16px 0;
                border-color: transparent white transparent transparent;
            }
}

@media only screen and (min-width: 1200px) {
    .product:not(.product--split) {
        background: none !important;
    }

        .product:not(.product--split) .product__header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

    .product__header {
        height: 100%;
        padding: 32px 30px 22px 30px;
    }

        .product__header .container {
            width: 1400px;
            height: 100%;
            max-width: 100%;
        }

        .product__header .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
        }

        .product__header.top-right .row {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .product__header.bottom-left .row {
            -webkit-box-align: end;
            -ms-flex-align: end;
            -ms-grid-row-align: flex-end;
            align-items: flex-end;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .product__header.bottom-right .row {
            -webkit-box-align: end;
            -ms-flex-align: end;
            -ms-grid-row-align: flex-end;
            align-items: flex-end;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
}

.instruments .section .headline, .instruments .section .showcase .article__text h1, .showcase .article__text .instruments .section h1, .instruments .section .leadership .person__name, .leadership .instruments .section .person__name, .instruments .section .article__content h3, .article__content .instruments .section h3, .instruments .section .article__content blockquote, .article__content .instruments .section blockquote, .instruments .section .history .episode__date, .history .instruments .section .episode__date {
    margin-bottom: 21px;
}

.instruments__list li {
    margin: 50px 0 66px 0;
    list-style: none;
}

    .instruments__list li:before {
        display: none;
    }

.instruments__list p {
    margin-bottom: 0;
}
.instruments__list_border{ /*border-bottom: 1px solid #dbdbdb;*/ }

.instruments__list .headline, .instruments__list .showcase .article__text h1, .showcase .article__text .instruments__list h1, .instruments__list .leadership .person__name, .leadership .instruments__list .person__name, .instruments__list .article__content h3, .article__content .instruments__list h3, .instruments__list .article__content blockquote, .article__content .instruments__list blockquote, .instruments__list .history .episode__date, .history .instruments__list .episode__date {
    margin: 10px 0 10px 0;
}

@media only screen and (min-width: 768px) {
    .instruments__list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .instruments__description {
        width: 30%; padding-right: 0;
        }
    .instruments__description h3{font-size: 20px; font-weight: bold;margin-bottom: 20px; }

    .instruments__description p {font-size: 16px; line-height: 30px;color:#20201f;}
      .instruments__description a{ display: block; width:88px; height: 24px; line-height: 20px; background: #fff; border: 1px solid #787878; font-size: 12px; text-align:  center; color:#464545; margin-top: 20px; cursor: pointer;
         border-radius: 3px; }
      .instruments__description a:hover{background: #787878; border: 1px solid #787878; color:#fff;  }

    .instruments__image {margin-top: -10px;width: 60%;}

.contact__countries1 .bt{margin-top: 60px;height: 50px; line-height: 50px; color:#222; font-size: 20px;border-bottom: 1px solid #6f6f6f; font-weight:bold; display: block; clear: both; overflow: hidden;}
.contact__countries1 li{width:33%;line-height: 30px;margin-top: 20px;display: inline-block;}
.contact__countries1 li span{ font-weight:bold; }


.contact__countries2 .bt{margin-top: 60px; background: #707070; height: 50px; line-height: 50px; color:#fff !important; font-size: 20px;padding-left: 50px;font-weight:bold; display: block; clear: both; overflow: hidden;}
.contact__countries2 li{width:98%;line-height: 40px;display: inline-block;white-space:nowrap; margin:20px 20px 0 20px;}


.new li{width:100%;margin-top: 50px; overflow: hidden;}
.new .new-img{ float: left; width:30%; }
.new .new-text{ float: right; width:70%;padding-left: 100px;}
.new .new-text a{font-size: 20px; font-weight: bold;margin-bottom:10px;display: block;}
.new .new-text a:hover{ color: #6dc810; }
.new .new-text p {font-size: 14px; line-height: 30px; color: #414141;}
.new .new-text span{ font-size: 14px; color: #8e8e8e; display: block;  margin-top:15px;}

.about .bt{ font-size: 20px; font-weight: bold; color:#373737; border-bottom: 1px solid #000;height:50px; line-height:50px; margin-top: 50px;}
.about .bt1{ font-size: 16px; line-height: 36px;color: #414141; text-indent: 35px; margin:20px 0;}
.about li{width:100%;margin-top:30px; overflow: hidden;}
.about .new-img{ float: left; width:40%; text-align: center; }
.about .new-img1{ float: left; width:50%;text-align: center;  }
.about .new-img2{ float: left; width:24%;}
.about .new-text{ float: right; width:60%;padding-left: 20px;}
.about .new-text p {font-size: 16px; line-height: 36px;color: #414141; text-indent: 35px;}


.lxwm-box{ width:75%;margin:50px auto; }
.lxwm-box li{overflow: hidden;}
.lxwm-box .bt{ font-size: 20px; font-weight: bold; color:#373737; height:50px; line-height:50px; text-align: center;}
.lxwm-box .input{ float: left;width:48%; margin:1%; }
.lxwm-box .input input{ border: 1px solid #d9d9d9; line-height: 40px; font-size: 14px; color:#999; padding-left: 10px; width:100%; }
.lxwm-box .input1{ float: left;width:98%; margin:1%; }
.lxwm-box .input1 textarea{ border: 1px solid #d9d9d9; line-height:30px; font-size: 14px; color:#999; padding-left: 10px; width:100%;font-family:"微软雅黑";}

.lxwm-box .yzm input{border: 1px solid #d9d9d9;line-height: 40px;font-size: 14px;color:#999;margin-left: 1%;width:20%;text-indent: 5px;}
/* .lxwm-box .yzm span{ border: 1px solid #9eb2cd; width:78px; height: 34px; display:inline-block; vertical-align: middle; margin-left: 10px; } */

.lxwm-box .btn{ float: right; margin-right: 1%; }
.lxwm-box .btn a{width:160px;height: 46px;line-height:46px;background:url(../images/arrow-right@2x.png) no-repeat #707070 120px 10px; display: block;color:#fff; font-size: 16px; margin-left: 1%; text-indent:35px;}
.lxwm-box .btn a:hover{background:url(../images/arrow-right@2x.png) no-repeat #6dc810 120px 10px;  }
.lxwm-box .btn .submit{float: right; margin-right: 1%;width:160px;height: 46px;line-height:46px;background:url(../images/arrow-right@2x.png) no-repeat #707070 120px 10px; display: block;color:#fff; font-size: 16px; margin-left: 1%; text-indent:35px;}


.lxwm-box1{margin:50px auto; }
.lxwm-box1 li{overflow: hidden;}
.lxwm-box1 .bt{ font-size: 20px; font-weight: bold; color:#373737; line-height:40px; margin-top: 50px;  margin-left: 1%;}
.lxwm-box1 .bt span{ display: block;  font-size: 16px; color:#20201f;}
.lxwm-box1 .tel{ float: left;width:48%; margin:1%; background: #f2f2f2; height: 170px; padding: 32px; }
.lxwm-box1 .tel p{ font-size: 16px;line-height: 32px; color:#000;}

}

@media only screen and (max-width:768px) {
.instruments__description h3{font-size: 20px; font-weight: bold;margin-bottom: 20px; }
.instruments__description p {font-size: 16px; line-height: 30px; color：#20201f；    }
.instruments__description a{ display: block; width:88px; height: 24px; line-height: 20px; background: #fff; border: 1px solid #787878; font-size: 12px; text-align:  center; color:#464545; margin-top: 20px; cursor: pointer;
 border-radius: 3px;}
.instruments__description a:hover{background: #787878; border: 1px solid #787878; color:#fff;  }

.contact__countries1 .bt{ margin-bottom: 0px; margin-top: 60px;height: 50px; line-height: 50px; color:#222; font-size: 20px;border-bottom: 1px solid #6f6f6f; font-weight: bold;}
.contact__countries1 li{width:50%;line-height: 30px;margin-top: 20px;display: inline-block;}
.contact__countries1 li span{ font-weight:bold; }


.contact__countries2 .bt{margin-top: 60px; background: #707070; height: 50px; line-height: 50px; color:#fff !important; font-size: 20px;padding-left: 50px;font-weight:bold; display: block; clear: both; overflow: hidden;}
.contact__countries2 li{width:45%;line-height: 30px;display: inline-block;white-space:nowrap; margin:20px 20px 0 20px;}


.new li{width:100%;margin-top:30px; overflow: hidden;}
.new .new-text a{font-size: 16px; font-weight: bold;margin-bottom:10px;display: block;}
.new .new-text a:hover{ color: #6dc810; }
.new .new-text p {font-size: 14px; line-height: 30px; color: #414141;}
.new .new-text span{ font-size: 14px; color: #8e8e8e; display: block;  margin-top:15px;}

.about .bt{ font-size: 20px; font-weight: bold; color:#373737; border-bottom: 1px solid #000;height:30px; line-height:30px; margin-top: 30px;}
.about .bt1{ font-size: 16px; line-height: 36px;color: #414141; text-indent: 35px; margin:20px 0;}
.about li{width:100%;margin-top: 30px; overflow: hidden;}
.about .new-text p {font-size: 14px; line-height: 30px;color: #414141; text-indent: 35px;}

.lxwm-box{ width:98%;margin:30px auto; }
.lxwm-box li{overflow: hidden;}
.lxwm-box .bt{ font-size: 16px; font-weight: bold; color:#373737; height:50px; line-height:50px; text-align: center;}
.lxwm-box .input{ float: left;width:98%; margin:1%; }
.lxwm-box .input input{ border: 1px solid #d9d9d9; line-height: 40px; font-size: 14px; color:#999; padding-left: 10px; width:100%; }
.lxwm-box .input1{ float: left;width:98%; margin:1%; }
.lxwm-box .input1 textarea{ border: 1px solid #d9d9d9; line-height:30px; font-size: 14px; color:#999; padding-left: 10px; width:100%;font-family:"微软雅黑";}
.lxwm-box .btn a{width:160px;height: 46px;line-height:46px;background:url(../images/arrow-right@2x.png) no-repeat #707070 120px 10px; display: block;color:#fff; font-size: 16px; margin-left: 1%; text-indent:35px;}
.lxwm-box .btn a:hover{background:url(../images/arrow-right@2x.png) no-repeat #6dc810 120px 10px;}

.lxwm-box1{margin:30px auto; }
.lxwm-box1 li{overflow: hidden;}
.lxwm-box1 .bt{ font-size: 20px; font-weight: bold; color:#373737; line-height:40px; margin-top: 50px;  margin-left: 1%;}
.lxwm-box1 .bt span{ display: block;  font-size: 16px; color:#20201f;}
.lxwm-box1 .tel{ float: left;width:98%; margin:1%; background: #f2f2f2; height: 170px; padding: 32px; }
.lxwm-box1 .tel p{ font-size: 16px;line-height: 32px; color:#000;}

}



    .instruments__image1 { margin-top: -10px; margin-right:100px; }
    .instruments__image1 a{ width:300px;height:170px; display:  block; }
    .instruments__description1 a{font-size: 20px; font-weight: bold;margin-bottom:10px;display: block;}
    .instruments__description1 a:hover{ color: #6dc810; }
    .instruments__description1 p {font-size: 14px; line-height: 30px; color: #414141;}
    .instruments__description1 span{ font-size: 14px; color: #8e8e8e; display: block;  margin-top:15px;}

   .instruments__description2 { text-align: center;  margin-bottom: 50px;}
   .instruments__description2 .bt{ font-size: 22px; font-weight: bold; color: #20201f; line-height: 65px; margin-top: 50px; }
   .instruments__description2 .time{ font-size: 14px; color: #8e8e8e; margin-bottom: 50px;  }
   .instruments__description2 p {font-size: 16px; line-height: 36px;color: #414141; text-indent: 35px; text-align: left;}
   .instruments__description2 img{ text-align: center; padding:40px 0; }

  .instruments__image2{ margin-right: 70px; }
  .instruments__image2 a{ width:367px;height:423px;display: block; }
  .instruments__description3 p {font-size: 16px; line-height:40px;color: #414141; text-indent: 35px; text-align: left;}

    }



.cases {
    margin-top: 30px;
}

    .cases:last-of-type {
        margin-bottom: 38px;
    }

    .cases .headline, .cases .showcase .article__text h1, .showcase .article__text .cases h1, .cases .leadership .person__name, .leadership .cases .person__name, .cases .article__content h3, .article__content .cases h3, .cases .article__content blockquote, .article__content .cases blockquote, .cases .history .episode__date, .history .cases .episode__date {
        margin-bottom: 33px;
    }

.case {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 23px;
}

.case__bg {
    width: 100%;
    height: 50vw;
    background: #0000ff;
}

    .case__bg img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.case p {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 17px;
}

.case:nth-of-type(even) .case__bg {
    background: #f5989d;
}

@media only screen and (min-width: 768px) {
    .case__bg {
        height: 25vw;
    }
}

@media only screen and (min-width: 992px) {
    .case__bg {
        height: 22vw;
    }
}

@media only screen and (min-width: 1200px) {
    .case__bg {
        height: 18vw;
    }
}

.home__slider {
    width: 100vw;
    background: #222222;
}

    .home__slider .slick-arrow {
        bottom: 215px;
    }

    .home__slider .slick-dots {
        bottom: 20px;
    }

        .home__slider .slick-dots li:after {
            background: white;
        }

        .home__slider .slick-dots li.slick-active:after {
            background: #8adf4c;
        }

    .home__slider .article {
        height: auto;
        min-height: none;
    }

    .home__slider .article__bg {
        position: relative;
        width: 100%;
    }

        .home__slider .article__bg img {
            -o-object-fit: initial;
            object-fit: initial;
            width: 100%;
            height: auto;
        }

        .home__slider .article__bg:before {
            display: none;
        }

    .home__slider .article__bg--container {
        position: relative;
        width: 100%;
    }

    .home__slider .article__text {
        padding: 50px 0 20px 0;
        height: 277px;
        background: #222222;
    }

        .home__slider .article__text .button {
            margin-top: 5px;
        }

@media only screen and (max-width: 665px) {
    .home__slider .col-xs-12 {
        left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 666px) {
    .home__slider {
        margin-bottom: 0;
    }

        .home__slider .slick-dots {
            bottom: 12px;
        }

        .home__slider .article__text {
            background: none;
            position: absolute;
            top: 5%;
        }

        .home__slider .article__text--black {
            color: #272724;
        }

}

@media only screen and (min-width: 666px) and (min-resolution: 144), only screen and (min-width: 666px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .home__slider .article__text--black .button span:after {
        background-image: url("../images/arrow-right-black@2x.png");
    }
}

@media only screen and (min-width: 666px) {
    .home__slider .slick-arrow {
        visibility: hidden;
    }
}

@media only screen and (min-width: 768px) {
    .home__slider .article__text h1 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 992px) {
    .home__slider {
        max-height: 666px;
    }
}

@media only screen and (min-width: 1200px) {
    .home__slider {
        max-height: none;
    }

        .home__slider .article__text h1 {
            font-size: 26px;
            line-height: 40px;
			color: black;
        }
}

.specifications h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: "XOTextBold";
}

.specifications h5 {
    font-family: "XOTextBold";
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
}

.specifications .info > img {
    margin-bottom: 30px;
}

.specifications .info p:last-of-type {
    margin-bottom: 20px;
}

.specifications .table-container {
    width: 100%;
    overflow: auto;
}

.specifications table {
    margin: 30px 0;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
    overflow: scroll;
    max-width: 100%;
}

    .specifications table td, .specifications table th, .specifications table {
        border: 1px solid #272724;
    }

        .specifications table th, .specifications table td {
            padding: 8px 32px 8px 16px;
        }

        .specifications table th {
            vertical-align: top;
            font-weight: inherit;
        }

.specifications__colours figure {
    float: left;
    display: inline-block;
    width: 50%;
    max-width: 184px;
    margin-bottom: 31px;
}

@media only screen and (min-width: 1200px) {
    .specifications__colours figure {
        padding: 0;
        width: 25%;
    }
}

.specifications__colours figure img {
    max-width: 90%;
    margin: 0 auto;
}

.specifications__colours figure figcaption {
    margin-top: 7px;
    font-family: "XOTextBold";
}

    .specifications__colours figure figcaption small {
        display: block;
        font-family: "XOText";
        font-size: 14px;
    }

.support .article__text p, .support .article__text li {
    font-size: 20px;
    line-height: 28px;
}

.support .article__text li {
    margin-bottom: 11px;
    font-family: "XOTextBold";
}

.support .article__text .button {
    margin-bottom: 7px;
    font-size: 24px;
}

.tile {
    position: relative;
    height: 255px;
    min-height: 66vw;
    overflow: visible;
    padding: 0;
}

.tile__header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 35px 26px 26px 26px;
    color: #fff;
}

    .tile__header .headline, .tile__header .showcase .article__text h1, .showcase .article__text .tile__header h1, .tile__header .leadership .person__name, .leadership .tile__header .person__name, .tile__header .article__content h3, .article__content .tile__header h3, .tile__header .article__content blockquote, .article__content .tile__header blockquote, .tile__header .history .episode__date, .history .tile__header .episode__date {
        margin-bottom: 5px;
    }

    .tile__header p {
        margin-bottom: 0;
    }

    .tile__header .button {
        margin-top: 8px;
    }

.tile__photo {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform-origin: center;
    transform-origin: center;
}

    .tile__photo:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(39, 39, 36, 0.4);
    }

    .tile__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media only screen and (min-width: 768px) {
    .tile {
        min-height: 25vw;
    }
}

@media only screen and (min-width: 1200px) {
    .tile {
        height: 336px;
    }

    .tile__photo:before {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .desktop-black {
        color: #272724;
    }

        .desktop-black .button--white span:after {
            background-image: url("../images/arrow-right-black.png");
        }
}

@media only screen and (min-width: 1200px) and (min-resolution: 144), only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .desktop-black .button--white span:after {
        background-image: url("../images/arrow-right-black@2x.png");
    }
}

.leadership__before {
    display: none;
}

.leadership__slider {
    background: -webkit-linear-gradient(top, white 0%, white 451px, #ecebeb 451px, #ecebeb 100%);
    background: linear-gradient(to bottom, white 0%, white 451px, #ecebeb 451px, #ecebeb 100%);
}

    .leadership__slider .slick-arrow {
        top: 403px;
    }

    .leadership__slider .slick-dots {
        top: 474px;
    }

        .leadership__slider .slick-dots li:after {
            background: #bababa;
        }

        .leadership__slider .slick-dots li.slick-active:after {
            background: #f5822b;
        }

.leadership .person__name {
    position: absolute;
    margin: 27px 15px 0 15px;
}

.leadership .person__image {
    margin-top: 91px;
    height: 360px;
}

    .leadership .person__image img {
        display: block;
        max-height: 100%;
        margin: 15px auto 0 auto;
    }

.leadership .person__description {
    padding: 75px 15px 30px 15px;
}

@media only screen and (min-width: 768px) {
    .leadership__slider {
        background: white;
        opacity: 0;
        visibility: hidden;
    }

        .leadership__slider.slick-slider {
            opacity: 1;
            visibility: visible;
        }

        .leadership__slider .slick-dots {
            top: auto;
            bottom: 13px;
        }

        .leadership__slider .slick-arrow {
            top: 50%;
            margin-top: -24px;
        }

    .leadership .person {
        padding: 20px 50px 40px 50px;
    }

    .leadership .person__image {
        position: absolute;
        bottom: 0;
        right: 15px;
        width: 45%;
        height: 500px;
        margin-top: 0;
    }

    .leadership .person__description {
        margin-top: 30px;
        padding-bottom: 0;
        width: 53%;
        max-width: 555px;
    }
}

@media only screen and (min-width: 850px) {
    .leadership .person {
        padding: 20px 70px 40px 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .leadership .person {
        padding: 53px 90px;
    }

    .leadership .person__image {
        right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .leadership .person {
        height: auto;
        min-height: calc(100vh - 178px);
    }

    .leadership .person__image {
        width: 100%;
        height: 100%;
    }

        .leadership .person__image img {
            position: absolute;
            bottom: 0;
            right: 40px;
            height: 95%;
        }

    .leadership__slider {
        margin: 0 auto;
        max-width: 1050px;
        height: auto;
    }

        .leadership__slider .slick-arrow.slick-prev {
            left: -24px;
        }

        .leadership__slider .slick-arrow.slick-next {
            right: -24px;
        }

    .leadership__before {
        display: block;
        padding: 53px 0;
        position: absolute;
        z-index: 1;
        top: 0;
        width: calc((100vw - 1050px)/2);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }

        .leadership__before.initialized {
            opacity: 1;
            visibility: visible;
        }

        .leadership__before:before {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            background: rgba(39, 39, 36, 0.3);
        }

    .leadership__before--prev {
        left: 0;
    }

        .leadership__before--prev .person {
            right: 0;
        }

        .leadership__before--prev .person__image img {
            right: -160px;
        }

    .leadership__before--next {
        left: calc(100vw - (100vw - 1050px)/2);
    }

        .leadership__before--next .person {
            left: 0;
        }

        .leadership__before--next .person__image {
            right: 50px;
            left: 0;
        }

            .leadership__before--next .person__image img {
                right: auto;
                left: -160px;
            }

    .leadership__before .person {
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0;
    }

    .leadership__before .person--active {
        opacity: 1;
    }

    .leadership__before .person__image {
        width: 1050px;
    }
}

.event:not(:last-of-type) {
    margin-bottom: 30px;
}

.event img {
    margin-bottom: 15px;
}

.event dl {
    overflow: auto;
    margin-bottom: 15px;
}

    .event dl dt {
        font-family: "XOTextBold";
    }

    .event dl dd {
        margin-bottom: 7px;
    }

.event hr {
    width: 100%;
    height: 1px;
    background: #bababa;
}

@media only screen and (min-width: 666px) {
    .event dl dd, .event dl dt {
        float: left;
    }

    .event dl dt {
        clear: left;
        min-width: 235px;
    }
}

.dentistry .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 480px;
    padding-bottom: 20px;
}

    .dentistry .section:first-child {
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: 50% 25%;
    }

    .dentistry .section .text, .dentistry .section .leadership .person__description, .leadership .dentistry .section .person__description, .dentistry .section .contact__info .info, .contact__info .dentistry .section .info, .dentistry .section .article__header {
        margin-top: 5px;
    }

.contact .section {
    padding-top: 30px;
}

.contact .button {
    margin-top: 17px;
}

.contact__message {
    background-image: url("../images/map.png");
    background-size: 400px;
    background-position: 100% 69%;
    background-repeat: no-repeat;
}

.contact__header {
    margin-bottom: 30px;
}

.contact__form {
    margin: 0 0 32px;
    padding: 0 16px;
}

.contact__countries {
    margin: 0 0 0 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    line-height: 50px; font-size: 16px;
}
.contact__countries li{padding-left: 50px;}

.contact__countries li a:hover{ color:#6dc810; }

@media only screen and (min-width: 768px)
 {
    .contact__countries {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

.contact__info .info {
    margin: 15px 0 23px 0;
    max-width: 100%;
}

.contact__info .info__list li {
    line-height: 24px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .contact__info .info__list li a {
        font-family: "XOTextBold";
    }

    .contact__info .info__list li time {
        margin-right: 15px;
    }

.contact__info .info__image {
    margin: 25px 0;
}

    .contact__info .info__image a {
        margin-top: 10px;
        display: block;
        font-family: "XOTextBold";
    }

    .contact__info .info__image img {
        max-height: 100%;
        max-width: 130px;
        width: auto;
        height: auto;
    }

.contact__info .info__color {
    position: relative;
    padding-left: 30px;
}

.contact__info .info--address p a {
    font-family: inherit;
}

.contact__info .info .pagination {
    margin: 25px 0 30px;
}

.contact__info .headline--small, .contact__info .headline--normal, .contact__info .leadership .person__name, .leadership .contact__info .person__name, .contact__info .article__content h3, .article__content .contact__info h3 {
    margin-bottom: 20px; margin-top: 60px; background: #707070; height: 50px; line-height: 50px; color:#fff; font-size: 20px; padding-left: 50px;
}

.contact__info .bt{
    margin-bottom: 0px; margin-top: 60px;height: 50px; line-height: 50px; color:#222; font-size: 20px; border-bottom: 1px solid #6f6f6f;
}


.contact__info .dot {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.contact__info .color {
    display: block;
}

.contact__info .form {
    margin: 28px 0 12px;
}

.contact__map {
    width: 100%;
    height: 375px;
}

    .contact__map #map-canvas {
        width: 100%;
        height: 100%;
    }

@media only screen and (min-width: 768px) {
    .contact .section {
        padding-top: 50px;
    }

    .contact .headline--normal, .contact .leadership .person__name, .leadership .contact .person__name, .contact .article__content h3, .article__content .contact h3 {
        margin-bottom: 32px;
    }

    .contact .button--transparent {
        margin-top: 0;
    }

    .contact__map {
        height: 500px;
    }

    .contact__message {
        padding: 50px 0 0 0;
        background-size: 600px;
        background-position: 100% 0;
    }

    .contact__form {
        width: 100%;
        max-width: 705px;
        margin: 0 0 57px;
        padding: 0;
    }

        .contact__form .button {
            margin-top: 42px;
        }

    .contact__info {
        padding-bottom: 28px;
    }

        .contact__info .info {
            display: inline-block;
            padding-right: 0;
            margin: 0px 0 19px 0;
            float: left;
        }

            .contact__info .info:last-of-type {
                margin-right: 0;
            }

        .contact__info .info--address {
            margin: 0px 80px 19px 0;
        }

        .contact__info .info__image {
            margin: -20px 0 45px 0;
        }

            .contact__info .info__image .image {
                height: 155px;
                line-height: 155px;
            }

            .contact__info .info__image img {
                vertical-align: middle;
            }

            .contact__info .info__image a {
                margin-top: 0;
                line-height: 24px;
            }

        .contact__info .info .pagination {
            margin-bottom: 0;
        }

        .contact__info .info .color {
            display: inline;
        }
}

@media only screen and (min-width: 1200px) {
    .contact__message {
        background-size: 730px;
    }

    .contact__form {
        max-width: 760px;
        margin: 25px 0 57px 0;
    }

    .contact__info {
        padding-bottom: 0;
    }

        .contact__info .info {
            margin: 0px 0 47px 0;
        }

        .contact__info .info--address {
            margin: 0px 80px 47px 0;
        }
}

.distributors h4.headline, .distributors .leadership h4.person__name, .leadership .distributors h4.person__name, .distributors .history h4.episode__date, .history .distributors h4.episode__date {
    margin-top: 50px;
    margin-bottom: 21px;
}

.distributors div:nth-of-type(2) h4.headline, .distributors div:nth-of-type(2) .leadership h4.person__name, .leadership .distributors div:nth-of-type(2) h4.person__name, .distributors div:nth-of-type(2) .history h4.episode__date, .history .distributors div:nth-of-type(2) h4.episode__date {
    margin-top: 0;
    margin-bottom: 0;
}

.distributors:last-of-type {
    margin-bottom: 50px;
}

.distributors__divider {
    width: 100vw;
    margin-left: -15px;
    margin-top: 15px;
    height: 1px;
    background: #bababa;
}

.distributors__map {
    position: fixed;
    z-index: 1;
    top: 64px;
    width: 100vw;
    height: calc(100vh - 64px);
    -webkit-transform: translateY(-120vh);
    transform: translateY(-120vh);
}

    .distributors__map .info {
        position: relative;
        padding: 25px 5px 19px 32px;
    }

        .distributors__map .info p, .distributors__map .info a {
            font-family: 'XOText';
        }

    .distributors__map .gm-style .gm-style-iw {
        background: white;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    }

        .distributors__map .gm-style .gm-style-iw + div {
            display: none;
        }

.distributors__map--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0.5s ease-out;
    transition: -webkit-transform 0.5s 0.5s ease-out;
    transition: transform 0.5s 0.5s ease-out;
    transition: transform 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s ease-out;
}

.distributors__map:not(.distributors__map--active) {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.distributors__map #map-canvas {
    position: relative;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.distributors__map #map-close {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 131px;
    padding: 8px 0 7px 0;
    margin-top: 0;
    text-transform: uppercase;
}

.distributors .see-on-map {
    margin-bottom: 25px;
}

.distributors .info {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

    .distributors .info strong {
        font-family: 'XOTextBold';
    }

    .distributors .info p:not(:last-of-type) {
        margin-bottom: 20px;
    }

.distributors .consultant {
    margin: 20px 0 23px 0;
}

.distributors .consultant__image {
    margin-bottom: 10px;
    width: 104px;
}

.distributors .consultant p a {
    font-family: inherit;
}

@media only screen and (min-width: 420px) {
    .distributors .info.col-sm-5 {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
}

@media only screen and (min-width: 768px) {
    .distributors .info.col-sm-5 {
        width: 41.66666667%;
    }

        .distributors .info.col-sm-5.col-lg-6 {
            width: 50%;
        }

    .distributors .consultant {
        margin: 23px 0 0 0;
    }

    .distributors__divider {
        width: 100%;
        margin-left: 0;
    }

    .distributors__map {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .distributors__country {
        float: left;
        margin-top: 8px;
    }

    .distributors .see-on-map {
        margin: 0 0 0 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .distributors .info.col-lg-4 {
        width: 33.33333333%;
    }

    .distributors .consultant {
        margin: 23px 0 0 0;
    }

    .distributors__map {
        top: 90px;
        height: calc(100vh - 90px);
    }
}

.philosophy__order {
    position: relative;
    overflow-x: hidden;
}

.philosophy__header {
    margin: 40px 0 0 0;
}

    .philosophy__header .headline, .philosophy__header .showcase .article__text h1, .showcase .article__text .philosophy__header h1, .philosophy__header .leadership .person__name, .leadership .philosophy__header .person__name, .philosophy__header .article__content h3, .article__content .philosophy__header h3, .philosophy__header .article__content blockquote, .article__content .philosophy__header blockquote, .philosophy__header .history .episode__date, .history .philosophy__header .episode__date {
        max-width: 400px;
        margin-top: -15px;
    }

    .philosophy__header img {
        width: 100%;
        margin-bottom: 8vw;
    }

.philosophy__form {
    margin: 20px 0 32px;
    padding: 0 16px;
}

    .philosophy__form .field--textarea {
        margin-bottom: 35px;
    }

    .philosophy__form .button {
        margin-top: 40px;
    }

    .philosophy__form .hide-section {
        visibility: hidden;
        height: 0;
    }

    .form .hide-section .input--radio:checked + label .dotmark:after {
        visibility: hidden;
    }

    .subscribe-info-text {
        display: block;
        font-style: italic;
    }

@media only screen and (min-width: 768px) {
    .philosophy__header .headline, .philosophy__header .showcase .article__text h1, .showcase .article__text .philosophy__header h1, .philosophy__header .leadership .person__name, .leadership .philosophy__header .person__name, .philosophy__header .article__content h3, .article__content .philosophy__header h3, .philosophy__header .article__content blockquote, .article__content .philosophy__header blockquote, .philosophy__header .history .episode__date, .history .philosophy__header .episode__date {
        max-width: 450px;
        margin-top: 0;
    }

    .philosophy__header img {
        position: absolute;
        top: 262px;
        right: 0;
        width: 56%;
    }

    .philosophy__form {
        margin: 20px 0 64px;
    }
}

@media only screen and (min-width: 1200px) {
    .philosophy__header, .philosophy__form {
        margin: 77px 0 65px 0;
    }

    .philosophy__header {
        position: absolute;
    }

        .philosophy__header img {
            width: 510px;
            top: 225px;
        }

    .philosophy__form {
        padding: 0 16px 0 0;
    }
}

.highlight {
    width: 100%;
}

.highlight__image {
    display: block;
    width: 100%;
    height: auto;
}

    .highlight__image img {
        width: 100%;
    }

.articles {
    margin-bottom: 15px;
}

.article__thumb {
    display: block;
    margin-left: -15px;
    width: 100vw;
    height: 70vw;
    background-size: cover;
    background-position: 50%;
}

.article__header {
    margin: 31px 0 13px;
}

    .article__header .headline, .article__header .showcase .article__text h1, .showcase .article__text .article__header h1, .article__header .leadership .person__name, .leadership .article__header .person__name, .article__header .article__content h3, .article__content .article__header h3, .article__header .article__content blockquote, .article__content .article__header blockquote, .article__header .history .episode__date, .history .article__header .episode__date {
        margin: 4px 0;
    }

.article__time {
    font-size: 16px;
}

.article--thumb {
    margin-bottom: 16px;
}

    .article--thumb .article__header {
        margin: 28px 0 21px;
    }

@media only screen and (min-width: 500px) {
    .article__thumb {
        height: 65vw;
    }
}

@media only screen and (min-width: 768px) {
    .highlight {
        position: relative;
    }

        .highlight .article__header .headline, .highlight .article__header .showcase .article__text h1, .showcase .article__text .highlight .article__header h1, .highlight .article__header .leadership .person__name, .leadership .highlight .article__header .person__name, .highlight .article__header .article__content h3, .article__content .highlight .article__header h3, .highlight .article__header .article__content blockquote, .article__content .highlight .article__header blockquote, .highlight .article__header .history .episode__date, .history .highlight .article__header .episode__date {
            margin: 4px 0 6px;
        }

        .highlight .article__header time, .highlight .article__header p {
            font-size: 24px;
            line-height: 32px;
        }

    .article__thumb {
        margin-left: 0;
        width: 100%;
        height: 30vw;
    }

    .article--thumb {
        padding-left: 0;
        padding-right: 0;
    }

        .article--thumb .article__header {
            margin: 21px 0 8px;
        }

            .article--thumb .article__header .headline, .article--thumb .article__header .showcase .article__text h1, .showcase .article__text .article--thumb .article__header h1, .article--thumb .article__header .leadership .person__name, .leadership .article--thumb .article__header .person__name, .article--thumb .article__header .article__content h3, .article__content .article--thumb .article__header h3, .article--thumb .article__header .article__content blockquote, .article__content .article--thumb .article__header blockquote, .article--thumb .article__header .history .episode__date, .history .article--thumb .article__header .episode__date {
                font-size: 24px;
                line-height: 32px;
            }

        .article--thumb:nth-of-type(odd) .article__header {
            margin-left: 16px;
            margin-right: 8px;
        }

        .article--thumb:nth-of-type(even) .article__header {
            margin-left: 8px;
            margin-right: 16px;
        }
}

@media only screen and (min-width: 992px) {
    .articles {
        margin-bottom: 125px;
    }

    .article--thumb:nth-of-type(odd) .article__header {
        margin-left: 24px;
        margin-right: 24px;
    }

    .article--thumb:nth-of-type(even) .article__header {
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .articles {
        margin-top: 55px;
    }

        .articles .container-fluid {
            padding-left: 24px;
            padding-right: 24px;
        }

    .article__thumb {
        max-height: 400px;
    }

    .article--thumb {
        margin-top: 9px;
        margin-bottom: 15px;
    }
}

.article--single .article__header {
    margin-bottom: 48px;
}

.article__content {
    clear: both;
    width: 100vw;
    padding-bottom: 10px;
    text-align: center;
}

    .article__content > *:not(div) {
        padding: 0 15px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        text-align: left;
    }

    .article__content ul {
        line-height: 24px;
    }

    .article__content h3 {
        margin-bottom: 14px;
    }

    .article__content blockquote {
        margin-bottom: 25px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .article__content p {
        margin-bottom: 23px;
    }

        .article__content p + .article__image {
            clear: left;
            margin-bottom: 16px;
        }

    .article__content .article__image {
        display: inline-block;
        vertical-align: top;
        width: 100vw;
        float: left;
    }

        .article__content .article__image + .article__image, .article__content .article__image--full {
            margin-bottom: 26px;
        }

            .article__content .article__image--full img {
                width: 100%;
            }

    .article__content .article__image--vertical-two {
        max-width: 528px;
        float: none;
    }

        .article__content .article__image--vertical-two + .article__image {
            margin-left: -6px;
        }

@media (max-width: 1062px) {
    .article__content .article__image--vertical-two {
        max-width: none;
        float: left;
    }

        .article__content .article__image--vertical-two + .article__image {
            margin-left: 0;
        }
}

.article__content .article__image img {
    width: 100%;
}

.article__content .article__image p {
    max-width: 500px;
    float: right;
    margin: 0 15px;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    text-align: right;
}

.article__content strong, .article__content b {
    font-family: "XOtextBold";
}

.article__share {
    padding-bottom: 50px;
    text-align: center;
}

    .article__share .social {
        display: inline-block;
        padding: 6px 5px;
        width: 43px;
        height: 44px;
    }

        .article__share .social img {
            width: 32px;
            height: 32px;
        }

.article__disqus {
    margin-bottom: 30px;
    overflow: auto;
}

@media only screen and (min-width: 600px) {
    .article__content .article__image {
        width: 50vw;
    }

    .article__content .article__image--full {
        width: 100vw;
    }

    .article__content .article__image--vertical {
        display: block;
        float: none;
        width: 100%;
        max-width: 384px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 768px) {
    .article--single .article__header {
        margin-bottom: 54px;
    }

    .article__content h3 {
        margin-bottom: 16px;
    }

    .article__content p {
        clear: none;
    }

    .article__content blockquote {
        float: left;
        padding-top: 85px;
        padding-bottom: 50px;
        margin-right: 45px;
        display: inline-block;
        max-width: 175px;
        margin-left: calc(50vw - 279px);
        text-align: left;
    }

    .article__content .article__image {
        margin-top: 25px;
        margin-bottom: 59px !important;
    }

        .article__content .article__image p {
            margin: 0 25px;
        }
}

@media only screen and (min-width: 992px) {
    .article__content h3 {
        position: relative;
        left: -130px;
    }

    .article__content .article__image--vertical {
        max-width: 640px;
    }

    .article__content blockquote {
        margin-left: calc(50vw - 409px);
        margin-right: 100px;
        max-width: 207px;
    }

    .article__disqus {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .article__content h3 {
        position: relative;
        left: -80px;
    }

    .article__content blockquote {
        margin-left: calc(50vw - 359px);
        margin-right: 90px;
        padding-bottom: 85px;
    }
}

.article__content .iframe-container {
    position: relative;
    max-width: none;
    width: 50vw;
    height: 0;
    padding-bottom: 29%;
}

    .article__content .iframe-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }



.history {
    position: relative;
}

    .history .episode {
        position: relative;
        width: 100vw;
        overflow: auto;
        color: #272724;
    }

    .history .episode__bg, .history .episode__info {
        opacity: 0;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .history .episode__bg {
        width: 100%;
    }

        .history .episode__bg img {
            display: block;
            width: 100%;
        }

    .history .episode__info {
        padding-top: 27px;
        padding-bottom: 25px;
        max-width: 600px;
    }

    .history .episode__date {
        display: block;
        margin-bottom: 5px;
        line-height: 1.33;
    }

    .history .episode__next {
        display: none;
    }

    .history .episode.jscroll-loaded .episode__bg, .history .episode.jscroll-loaded .episode__info {
        opacity: 1;
    }

    .history .episode.jscroll-loaded:after {
        display: none;
    }

    .history .episode .jscroll-inner .jscroll-loaded {
        opacity: 1;
    }

@media only screen and (min-width: 768px) {
    .history__slider {
        background: #222222;
    }

        .history__slider .slick-arrow {
            bottom: -63px;
            background: none;
        }

            .history__slider .slick-arrow:hover:not(.slick-disabled) {
                background: none;
            }

    .history .episode {
        overflow: initial;
    }

        .history .episode:after {
            display: none;
        }

    .history .episode__bg {
        position: relative;
    }

    .history .episode__info {
        position: absolute;
        width: 55%;
        max-width: 333px;
        padding-top: 0;
        padding-bottom: 0;
        color: white;
    }

    .history .episode__info--black {
        color: #272724;
    }

    .history .episode__info--top-left {
        top: 10%;
        left: 10%;
    }

    .history .episode__info--top-right {
        top: 10%;
        right: 7%;
    }

    .history .episode__info--bottom-right {
        right: 7%;
        bottom: 15%;
    }

    .history .episode__info--bottom-left {
        left: 10%;
        bottom: 15%;
    }

    .history .episode__info--left {
        top: 37%;
        left: 10%;
    }

    .history .episode__info--right {
        top: 37%;
        right: 7%;
    }

    .history .episode__bg, .history .episode__info {
        opacity: 1;
    }

    .history .episode__date {
        font-size: 50px;
        margin-bottom: 0;
        line-height: 1;
    }

    .history .episode__description {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1200px) {
    .history .episode__date {
        font-size: 72px;
        margin-bottom: 0;
    }
}

.profile {
    position: relative;
}

.profile__nav {
    overflow-x: scroll;
}

    .profile__nav, .profile__nav ul {
        height: 64px;
        white-space: nowrap;
    }

        .profile__nav ul {
            padding: 11px 15px 0 15px;
            white-space: nowrap;
        }

        .profile__nav li {
            display: inline-block;
            margin-right: 60px;
        }

            .profile__nav li a:not(.button) {
                padding: 13px 0;
                color: #bababa;
            }

                .profile__nav li a:not(.button).active {
                    color: #272724;
                    font-weight: 600;
                }

            .profile__nav li a.button {
                margin-top: 0;
            }

.profile__section {
    display: none;
    overflow: auto;
    padding: 28px 30px 0 30px;
}

.profile__section--active {
    display: block;
}

.profile__section form .button {
    margin: 26px 0 36px 0;
}

.profile__info {
    background: #ecebeb;
}

.profile .profile-picture {
    width: 104px;
    margin-top: 7px;
}

@media only screen and (min-width: 600px) {
    .profile__container {
        margin: 0 auto;
        width: 100%;
        max-width: 560px;
    }

    .profile__nav {
        overflow: hidden;
        overflow-x: hidden;
        margin-bottom: 31px;
    }

        .profile__nav, .profile__nav ul {
            height: 91px;
        }

            .profile__nav ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                border-bottom: 1px solid #dbdbdb;
            }

            .profile__nav li {
                margin-right: 0;
            }

    .profile__section {
        padding: 50px 30px 7px 30px;
    }

    .profile.area dl {
        vertical-align: middle;
        margin-left: 20%;
    }

        .profile.area dl dt {
            width: 30%;
            margin-right: 32px;
            float: left;
            clear: left;
        }

            .profile.area dl dt.profile__image {
                line-height: 104px;
            }

        .profile.area dl dd {
            margin-bottom: 2em;
            padding-left: 166px;
        }
}

@media only screen and (min-width: 1200px) {
    .profile dl {
        position: relative;
    }

    .profile .form {
        margin-left: auto;
        margin-right: auto;
    }

    .profile #image-cropper {
        margin-bottom: 20px;
    }

        .profile #image-cropper .cropit-preview {
            float: left;
        }

        .profile #image-cropper .upload-profile-picture-container {
            float: right;
        }

            .profile #image-cropper .upload-profile-picture-container .upload-profile-picture {
                margin-top: 43px;
            }
}

.area dl {
    line-height: 1.5;
}

    .area dl dt {
        font-family: 'XOTextBold';
    }

    .area dl dd {
        margin-bottom: 1em;
        min-height: 24px;
    }

@media only screen and (min-width: 768px) {
    .area .contact__header .headline, .area .contact__header .showcase .article__text h1, .showcase .article__text .area .contact__header h1, .area .contact__header .leadership .person__name, .leadership .area .contact__header .person__name, .area .contact__header .article__content h3, .article__content .area .contact__header h3, .area .contact__header .article__content blockquote, .article__content .area .contact__header blockquote, .area .contact__header .history .episode__date, .history .area .contact__header .episode__date {
        text-align: center;
    }
}

.signin {
    margin-bottom: 20px;
}

.signin__links p {
    margin-bottom: 0.5em;
}

.signin__links .button {
    margin: 0 0 2em;
}

.register__nav {
    display: none;
}

.register__header {
    margin: 29px 0 30px;
}

    .register__header .headline span, .register__header .showcase .article__text h1 span, .showcase .article__text .register__header h1 span, .register__header .leadership .person__name span, .leadership .register__header .person__name span, .register__header .article__content h3 span, .article__content .register__header h3 span, .register__header .article__content blockquote span, .article__content .register__header blockquote span, .register__header .history .episode__date span, .history .register__header .episode__date span {
        display: inline;
        font: inherit;
    }

.register .g-recaptcha {
    width: 304px;
}

.register .form__step {
    display: none;
    margin-bottom: 65px;
}

.register .form__step--active {
    display: block;
}

.register .form__step#Confirmation dl {
    position: relative;
    padding: 20px 0 5px;
}

    .register .form__step#Confirmation dl:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        z-index: -1;
        display: block;
        width: 100vw;
        height: calc(100% + 123px);
        background: #ecebeb;
    }

.register .form__step#Confirmation .register__buttons {
    margin-top: 41px;
}

.register .form p {
    margin-bottom: 1em;
    color: #515151;
}

    .register .form p strong {
        font-family: 'XOTextBold';
    }

.register .form .field--file .button {
    margin-top: 0;
}

.register .form .profile-picture {
    margin: 5px 0 25px;
    width: 114px;
    height: 114px;
    background-size: cover;
    background-image: url("../images/profile-pic.png");
}

.register .button--back {
    margin-right: 40px;
}

@media only screen and (min-width: 768px) {
    .register .g-recaptcha {
        margin-left: auto;
        margin-right: auto;
    }

    .register__header {
        max-width: 720px;
        margin: 0 auto 67px auto;
    }

    .register__nav {
        display: block;
        width: 100%;
        padding-top: 6px;
    }

        .register__nav, .register__nav ul {
            height: 80px;
        }

            .register__nav ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                border-bottom: 1px solid #dbdbdb;
            }

            .register__nav a {
                cursor: default;
                pointer-events: none;
            }

                .register__nav a:not(.button) {
                    padding: 13px 0;
                    color: #bababa;
                }

                    .register__nav a:not(.button).active {
                        color: #272724;
                        font-family: 'XOTextBold';
                    }

                .register__nav a.button {
                    margin-top: 0;
                }

    .register__form .form__step {
        max-width: 322px;
    }

        .register__form .form__step#Confirmation {
            max-width: none;
        }

            .register__form .form__step#Confirmation .register__buttons {
                text-align: center;
            }

            .register__form .form__step#Confirmation > p {
                width: 50%;
                padding-right: 40px;
                text-align: right;
            }

                .register__form .form__step#Confirmation > p#validation-summary {
                    width: 100%;
                    text-align: center;
                    padding-right: 0;
                }

            .register__form .form__step#Confirmation dl:before {
                width: 200vw;
                height: calc(100% + 129px);
                left: -100vw;
            }

            .register__form .form__step#Confirmation .register__buttons {
                margin-top: 31px;
            }

    .register__form .form__step, .register__form {
        margin-left: auto;
        margin-right: auto;
    }

    .register .headline, .register .showcase .article__text h1, .showcase .article__text .register h1, .register .leadership .person__name, .leadership .register .person__name, .register .article__content h3, .article__content .register h3, .register .article__content blockquote, .article__content .register blockquote, .register .history .episode__date, .history .register .episode__date {
        display: none;
    }

    .register dl {
        vertical-align: middle;
    }

        .register dl dt, .register dl dd {
            width: 50%;
            float: left;
        }

        .register dl dt {
            padding-right: 40px;
            clear: left;
            text-align: right;
        }

            .register dl dt.profile__image {
                line-height: 104px;
            }

        .register dl dd {
            margin-bottom: 2em;
            width: 50%;
            text-align: left;
        }
}

@media only screen and (min-width: 1200px) {
    .register__form {
        margin-top: 0;
    }
}

.error404 {
    background-color: #ededed;
    min-height: calc(100vh - 184px);
}

.error404__headline {
    margin: 50px 0 42px;
    font-size: 112px;
}

.error404__image {
    display: block;
    margin: 25px auto 75px;
}

.error404 .button {
    margin: 55px 0 55px;
}

.configurator .headline, .configurator .showcase .article__text h1, .showcase .article__text .configurator h1, .configurator .leadership .person__name, .leadership .configurator .person__name, .configurator .article__content h3, .article__content .configurator h3, .configurator .article__content blockquote, .article__content .configurator blockquote, .configurator .history .episode__date, .history .configurator .episode__date {
    margin: 27px 0 21px 0;
    pointer-events: none;
}

.configurator strong {
    font-family: 'XOTextBold';
}

.configurator [type="radio"], .configurator #unit-base-front, .configurator #unit-base-side, .configurator #unit-base-back {
    display: none;
}

.configurator .canvases {
    padding: 5rem 0;
}

.configurator #canvas-merged {
    max-width: 100%;
    display: none;
}

    .configurator canvas.active:not(#canvas-merged) {
        display: block;
    }

.configurator .button {
    margin-bottom: 30px;
}

.configurator .switch-view {
    display: inline-block;
    position: relative;
    width: 96px;
    height: 96px;
    margin: 16px 13px 30px 13px;
    border: 1px solid #b7b7b7;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}

    .configurator .switch-view img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .configurator .switch-view.active {
        box-shadow: inset 3px 3px #f5822b, inset -3px -3px #f5822b;
    }

.configurator__views {
    margin-bottom: 30px;
}

    .configurator__views .thumbnails {
        text-align: center;
    }

.configurator__select {
    background-color: #f2f2f2;
    overflow: hidden;
}

.configurator__select--quote {
    background-color: #ecebeb;
}

.configurator__form .group {
    margin-bottom: 17px;
}

    .configurator__form .group p {
        margin: 0 0 5px 5px;
    }

.configurator__form .color {
    margin: 0 3px 12px 5px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.configurator__form .color.disabled {
    opacity: .5;
    pointer-events: none;
}

    .configurator__form .color img {
        display: none;
    }

    .configurator__form .color [type="radio"]:checked ~ .color__sample {
        box-shadow: inset 3px 3px #f5822b, inset -3px -3px #f5822b;
    }

.configurator__form .color__sample {
    margin: 1px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    display: block;
    -webkit-transition: box-shadow 0.22s ease;
    transition: box-shadow 0.22s ease;
}

/* linear gradients for the two color thumbnails for the base unit */
.configurator__form .color__sample.silver-white {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0f3fc+0,bbe6f9+50,9cd7ee+51,29afed+100 */
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(left, #ebebeb 0%, #ebebeb 50%, #FFF 51%, #FFF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ebebeb 0%,#ebebeb 50%,#FFF 51%,#FFF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ebebeb 0%,#ebebeb 50%,#FFF 51%,#FFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#FFF',GradientType=1 ); /* IE6-9 */
}

.configurator__form .color__sample.silver-black {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0f3fc+0,bbe6f9+50,9cd7ee+51,29afed+100 */
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(left, #ebebeb 0%, #ebebeb 50%, #000 51%, #000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ebebeb 0%,#ebebeb 50%,#000 51%,#000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ebebeb 0%,#ebebeb 50%,#000 51%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#000',GradientType=1 ); /* IE6-9 */
}

.configurator__form .color__name {
    font-size: 12px;
    text-transform: uppercase;
}

.configurator__form .color__description {
    font-size: 12px;
    display: block;
    line-height: 8px;
}

.configurator__form .color__description.extra {
    position: absolute;
    bottom: -9px;
    left: 6px;
}

p.color-choice-explanation {
    font-size: 12px;
    line-height: 18px;
}

p.color-choice-explanation.first-child {
    margin-top: 15px;
}

p.color-choice-explanation span {
    font-size: 16px;
}

.configurator__form .color:hover .color__sample {
    box-shadow: inset 3px 3px #f5822b, inset -3px -3px #f5822b;
}

.configurator__form .button {
    margin: 7px 0 30px 16px;
}

.configurator .contact__form {
    margin: 20px 0 32px;
}

    .configurator .contact__form > p {
        max-width: 333px;
        margin-left: -16px;
        margin-bottom: 20px;
    }

    .configurator .contact__form .form__message {
        display: none;
    }

@media only screen and (min-width: 768px) {
    .configurator {
        min-height: 744px;
    }

    .configurator__form .color {
        margin: 0 12px 12px 12px;
    }

        .configurator__form .color:first-of-type, .configurator__form .color:nth-child(10) {
            margin-left: 0;
        }

    .configurator__form .group p {
        margin-left: 0;
    }

    .configurator__form .button {
        margin-left: 2px;
    }
}

.configurator .contact__form > p {
    margin-left: 0;
}

@media only screen and (min-width: 992px) {
    .configurator {
        overflow: hidden;
        background: -webkit-linear-gradient(left, #ececec calc(100% - 390px), #f2f2f2 calc(100% - 390px));
        background: linear-gradient(90deg, #ececec calc(100% - 390px), #f2f2f2 calc(100% - 390px));
    }

        .configurator .headline, .configurator .showcase .article__text h1, .showcase .article__text .configurator h1, .configurator .leadership .person__name, .leadership .configurator .person__name, .configurator .article__content h3, .article__content .configurator h3, .configurator .article__content blockquote, .article__content .configurator blockquote, .configurator .history .episode__date, .history .configurator .episode__date {
            position: relative;
            margin-top: 0;
            cursor: pointer;
            pointer-events: auto;
        }

            .configurator .headline:after, .configurator .showcase .article__text h1:after, .showcase .article__text .configurator h1:after, .configurator .leadership .person__name:after, .leadership .configurator .person__name:after, .configurator .article__content h3:after, .article__content .configurator h3:after, .configurator .article__content blockquote:after, .article__content .configurator blockquote:after, .configurator .history .episode__date:after, .history .configurator .episode__date:after {
                content: '';
                position: absolute;
                top: 4px;
                right: 19px;
                width: 11px;
                height: 17px;
                background-image: url("../images/arrow-right-black@2x.png");
                background-size: 11px 17px;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-transition: -webkit-transform 0.3s ease-in-out;
                transition: -webkit-transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
            }

            .configurator .headline + form, .configurator .showcase .article__text h1 + form, .showcase .article__text .configurator h1 + form, .configurator .leadership .person__name + form, .leadership .configurator .person__name + form, .configurator .article__content h3 + form, .article__content .configurator h3 + form, .configurator .article__content blockquote + form, .article__content .configurator blockquote + form, .configurator .history .episode__date + form, .history .configurator .episode__date + form {
                display: none;
            }

            .configurator .headline.active:after, .configurator .showcase .article__text h1.active:after, .showcase .article__text .configurator h1.active:after, .configurator .leadership .active.person__name:after, .leadership .configurator .active.person__name:after, .configurator .article__content h3.active:after, .article__content .configurator h3.active:after, .configurator .article__content blockquote.active:after, .article__content .configurator blockquote.active:after, .configurator .history .active.episode__date:after, .history .configurator .active.episode__date:after {
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
            }

    .configurator__views {
        float: left;
        width: calc(100% - 390px);
        background: none;
    }

    .configurator__select {
        position: relative;
        float: right;
        padding: 27px 0px 27px 15px;
        width: 390px;
        /*background: none;*/
    }

    .configurator__select--colors {
        padding-bottom: 0;
    }

    .configurator__select--quote {
        padding-top: 0;
        clear: right;
        background: #f2f2f2;
    }

    .configurator__select:after {
        display: none;
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        width: 390px;
        height: 100vh;
        background: #f2f2f2;
    }

    .configurator__form .color:first-of-type, .configurator__form .color {
        margin: 0 20px 12px 0;
    }
}

@media (max-width: 991px) {
    .configurator form {
        display: block !important;
    }
}

/**右侧悬浮返回顶部样式*/
.actGotop{position:fixed;bottom:50px;right:10px;width:70px;height:70px;display:none; z-index: 999;}
.actGotop a,.actGotop a:link{width:70px;height:70px;display:block;background:url("../images/top.png") no-repeat;outline:none;}
.actGotop a:hover{width:70px;height:70px;background:url("../images/top-hover.png") no-repeat;outline:none;}

.popMask {position:fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;z-index:2;}
.popMain {position: fixed;overflow: hidden;display: none;z-index:2;}
.popContent{width:1366px;height:768px;}
.popTitle {display: none;}
.popTitle .text {text-indent:-9999px;display:none;} 
.popTitle .close{position: absolute;top:30px;right:20px;text-indent:-9999px;cursor:pointer; width:50px; height:50px;background:url(../images/close.png) no-repeat;}
.popTitle .close:hover{background:url(../images/close-hover.png) no-repeat;}
.popContent .layer_msg { width:485px;max-width:485px;text-align: center;}
 #simplePopBtnSure{display:none;}
 
 .page{
	 clear:both;
	 height:30px;
 }