﻿
@font-face {
    font-family: 'NotoSansCJK';
    font-weight: 300;
    src: url(../fonts/NotoSansCJK-Light-3.otf);
}
@font-face {
    font-family: 'NotoSansCJK';
    font-weight: 500;
    src: url(../fonts/NotoSansCJK-Medium-5.otf);
}
@font-face {
    font-family: 'NotoSansCJK';
    font-weight: 600;
    src: url(../fonts/NotoSansCJK-Bold-6.otf);
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

body {
    line-height: 1;
    color: #1a1a1b;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body:after {
    content: 'desktop';
    display: none;
}

@media only screen and (max-width: 1024px) {
    body:after {
        content: 'tablet';
    }
}

@media only screen and (max-width: 750px) {
    body:after {
        content: 'mobile';
    }
}


* {
    box-sizing: border-box;

}
p{
    text-align: left;
    /*text-align: left!important;*/
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

#lang_sel a,
#lang_sel a.lang_sel_sel {
    color: #444444;
}

#lang_sel a:hover,
#lang_sel a.lang_sel_sel:hover {
    color: #000000;
}

#lang_sel a.lang_sel_sel,
#lang_sel a.lang_sel_sel:visited {
    background-color: #ffffff;
}

#lang_sel a.lang_sel_sel:hover {
    background-color: #eeeeee;
}

#lang_sel li ul a,
#lang_sel li ul a:visited {
    color: #444444;
}

#lang_sel li ul a:hover {
    color: #000000;
}

#lang_sel li ul a,
#lang_sel li ul a:link,
#lang_sel li ul a:visited {
    background-color: #ffffff;
}

#lang_sel li ul a:hover {
    background-color: #eeeeee;
}

#lang_sel a,
#lang_sel a:visited {
    border-color: #cdcdcd;
}

#lang_sel ul ul {
    border-top: 1px solid #cdcdcd;
}

body {
    font-family: 'NotoSansCJK';
}
body.moblie{
    overflow: hidden;
}
body.active {
    overflow-y: auto;
}


li {
    list-style: none;
}

/* slick */

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

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

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

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30px;
    left: 0;
    z-index: 999999;
}

.container.home .additional .grid .slick-dots {
    bottom: -30px;
}

.slick-dots li.slick-active {
    background: #fff;
}

.container.home .additional .grid .slick-dots li.slick-active {
    background: #000;
}

.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 8px;
}

.container.home .additional .grid .slick-dots li {
    border: 2px solid #000;
    width: 8px;
    height: 8px;
}

.banner_box .banner_list {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner_box .banner_list:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

/* slick  end */

/* load */
.g-loading {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: block;
}

.TOP .g-loading {
    display: none;
}

.g-loading__top,
.g-loading__btm,
.g-loading__bar {
    position: absolute;
    left: 0;
    width: 100%;
}

.g-loading__top,
.g-loading__btm {
    height: 50%;
    background: #fff;
}

.g-loading__top {
    top: 0;
}

.g-loading__btm {
    bottom: 0;
}

.g-loading__bar {
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #e7e7e7;
}

.g-loading__bar span {
    display: block;
    width: 0;
    height: 100%;
    background: #000;
    -webkit-animation: width_bar 3s 1s linear forwards;
    animation: width_bar 3s 1s linear forwards;
}

@-webkit-keyframes width_bar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes width_bar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.g-loading__lead img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 49px;
    margin: auto;
    transform: translateY(-65px);
}

.g-loading__ttl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 22px;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    transform: translateY(56px);
}

@media screen and (max-width: 768px) {
    .g-loading__lead {
        height: 20px;
        transform: translateY(-30px);
    }

    .g-loading__ttl {
        height: 12px;
        transform: translateY(26px);
    }
}

/* load  end */

/* search */
#search_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.search_popup_close {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 30px;
    right: 30px;
    background: #000;
    border-radius: 25px;
    transition: width 500ms;
    transition-delay: 100ms;
}

.search_popup_close_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.search_close_icon {
    float: right;
    width: 45px;
    height: 100%;
    position: relative;
    transition: transform 1s cubic-bezier(.075, .82, .165, 1);
}

.search_close_icon:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '×';
    font-size: 26px;
    line-height: 41px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.search_popup_inner {
    width: 1200px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -32.5px;
}

.search_form {
    width: 100%;
    height: 100%;
    padding-bottom: 3px;
    position: relative;
}

.search_form:before,
.search_form:after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.search_form:before {
    width: 100%;
    left: 0;
    background: #000000;
}

.search_label,
.search_field {
    font-size: 26px;
    line-height: 1;
    color: #000;
}

.search_label {
    position: absolute;
    left: 0;
    top: 18.5px;
    
    transition: font 300ms, top 300ms, opacity 150ms;
}

.search_form input.search_field {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 0;
    
    position: relative;
    border: none;
    background: transparent;
    outline: none;
}

.search_submit {
    height: 100%;
    width: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.search_submit img {
    width: 32px;
}

.header_search {
    position: relative;
    margin-right: 10px;
}

.search_input {
    width: 140px;
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    border-radius: 16px;
    position: absolute;
    top: 1px;
    left: -100px;
}

.header1_right li .search_input {
    border-color: #bdbdbd;
    color: #bdbdbd;
}

/* search  end */

.header {
    color: #1a1a1b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding-top: 25px;
    z-index: 9999;
    transition: top 0.3s;
}

.header_container {
    width: calc(100% - 60px);
    max-width: 1386px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
}

.logo {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 6px 0 0 0;
    float: left;
}

.logo a {
    display: block;
    width: 210px;
    height: 80px;
}

.logo a img {
    display: block;
    width: 100%;
}

.logo a h3 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin-top: 6px;
}

.logo1 a h3 {
    
    color: #000;
    font-size: 27px;
    margin-top: 6px;
}

.header_left {
    display: inline-block;
    /* border-bottom: 1px solid #fff; */
    padding: 0;
    top: -20px;
    line-height: 49px;
    float: left;
    margin-left: 30px;
}

.header_left li {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 130px;
    text-align: center;
}

.header_left li a,
.header_right li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
}

.header_left li a label,
.header_right li a label {
    font-size: 13px;
    letter-spacing: 0.155em;
    
    text-transform: uppercase;
}

.header_right li a p img,
.header1_right li a p img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-top: -6px;
}
.header1_right li a p img{
    margin-left: 9px;
}
.header_right {
    display: inline-block;
    /* border-bottom: 1px solid #fff; */
    padding: 0;
    margin: 0;
    line-height: 90px;
    position: relative;
    top: -20px;
    left: 60px;
}

.header_right li {
    display: inline-block;
    text-align: left;
    width: 37px;
    text-align: center;
}

.header_right li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    
}

.header_left li a i {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #ffffff;
    width: 0;
    left: 50%;
    z-index: 1;
    transition: 0.3s;
    transform: translateY(0.5px) translateZ(0);
}

.header_right li a i {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #ffffff;
    width: 0;
    left: 50%;
    z-index: 1;
    transition: 0.3s;
    transform: translateY(0.5px) translateZ(0);
}

.header_left li a:hover i {
    width: 100%;
    left: 0;
}

.header_right li a:hover i {
    width: 100%;
    left: 0;
}

.header1 {
    color: #1a1a1b;
    position: fixed;
    top: -92px;
    left: 0;
    width: 100%;
    height: 92px;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ccc;
    transition: top 0.3s;
}

.header1_container {
    width: calc(100% - 30px);
    max-width: 1386px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
}

.header1_con {
    margin: 0 auto;
    position: relative;
}

.logo1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 26px 0 0;
    float: left;
}

.logo1 a {
    display: block;
    width: 190px;
}

.logo1 a img {
    display: block;
    width: 100%;
}

.header1_left {
    display: inline-block;
    /* border-bottom: 1px solid #fff; */
    padding: 0;
    line-height: 90px;
    float: left;
    margin-left: 40px;
}

.header1_left li {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 130px;
    text-align: center;
}
.header1_left li a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    position: relative;
    width: 100%;
    /*  */
}

.header1_right {
    display: inline-block;
    /* border-bottom: 1px solid #fff; */
    padding: 0;
    margin: 0;
    left: 70px;
    line-height: 90px;
    position: relative;
}

.header1_right li {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 50px;
    text-align: center;
}

.header1_right li a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    position: relative;
    
}

.header1_left li a label,
.header1_right li a label {
    
    text-transform: uppercase;
}

.header1_left li a label img,
.header1_right li a label img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

.header1_left li a i {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #1a1a1b;
    width: 0;
    left: 50%;
    z-index: 1;
    transition: 0.3s;
    transform: translateY(0.5px) translateZ(0);
}

.header1_right li a i {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    bottom: 0;
    height: 2px;
    background: #1a1a1b;
    width: 0;
    left: 50%;
    z-index: 1;
    transition: 0.3s;
    transform: translateY(0.5px) translateZ(0);
}

.header1_left li a:hover i {
    width: 100%;
    left: 0;
}
.header-nav{
    position: absolute;
    background: #fff;
    /* top: 100px; */
    top: 55px;
    left: 0;
    width: 100%;
    padding: 10px 14px;
    transition: all .5s;
    opacity: 0;
    visibility: collapse;
}
.header-w{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.header_left li a:before{
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -3.5px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0;
    border-bottom-color: #fff;
    transition: all .3s;
    opacity: 0;
}
.header_left li:hover a:before{
    opacity: 1;
}
.header_left li:hover .header-nav{
    top: 55px;
    opacity: 1;
    visibility: inherit;
}
.header_left .header-nav a{
    color: #333;
    /* float: left; */
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 3;
    /*text-transform: uppercase;*/
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all .3s;
}
.header_left .header-nav:hover a{
    opacity: 0.5;
}
.header_left .header-nav:hover a:hover{
    opacity: 1;
}
.header1-nav{
    position: absolute;
    background: #fff;
    /* top: 120px; */
    top: 80px;
    left: 0;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all .5s;
    opacity: 0;
    visibility: collapse;
    z-index: 9;
}
.header1_left li a:before{
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0;
    border-bottom-color: #ddd;
    transition: all .3s;
    opacity: 0;
}
.header1_left li:hover a:before {
    opacity: 1;
}
.header1_left li:hover .header1-nav{
    /* top: 80px; */
    opacity: 1;
    visibility: inherit;
}
.header1_left .header1-nav a{
    /* float: left; */
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 3;
    
    /*text-transform: capitalize;*/
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all .3s;
}
.header1_left .header1-nav:hover a{
    opacity: 0.5;
}
.header1_left .header1-nav:hover a:hover{
    opacity: 1;
}

.header1_right li a:hover i {
    width: 100%;
    left: 0;
}

.nav-class .header-nav,.nav-class .header1-nav{
    width: 1100px;
    padding: 29px 30px;
    left: -300px;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
}
.nav-class-2 .header-nav,.nav-class-2 .header1-nav{
    width: 470px;
    left: 0;
}
.nav-class-3 .header-nav,.nav-class-3 .header1-nav{
    width: 283px;
}
.nav-class .header-w{
    float: left;
    width: auto !important;
    /* width: 16.666%; */
    /* padding-left: 4%; */
}
.nav-class-2 .header-w{
    width: 50%;
    padding-left: 10%;
}
.nav-class-3 .header-w{
    width: 50%;
    padding-left: 10%;
    float: left;
    text-align: left;
}
.header-sj{
    position: relative;
    width: 50%;
    float: right;
    color: #737373;
    font-size: 13px;
    line-height: 3;
    text-align: left;
    padding-left: 10%;
    text-transform: capitalize;
}
.social-media{
    padding-left: 20px;
    cursor: pointer;
}
.social-media img{
    display: none;
    width: 130px;
    position: absolute;
    right: -155px;
    top: 0;
    box-shadow: 0 0 7px 1px #b9b9b9;
    background: #fff;
}
.social-media:hover img{
    display: block;
}
.wechat{
    background: url(../images/wx.png) no-repeat left;
    background-size: 13px;
}
.weibo{
    background: url(../images/wb.png) no-repeat left;
    background-size: 13px;
}
.nav-class .header-w a{
    text-align: left;
}
.nav-class .header-w a h3{
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.nav-class .header-w a{
    color: #808080;
    line-height: 2;
}
.nav-class-2 .header-w a{
    color: #333;
}

.header-mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 9999;
    background: #ffffff;
    display: none;
}
.menueBtn1 {
    display: block;
    width: 27px;
    height: 23.5px;
    position: fixed;
    top: 18px;
    right: 5%;
    margin-top: -3px;
    z-index: 99999;
    cursor: pointer;
}
.menueBtn1 > span {
    width: 21.5px;
    height: 2px;
    display: block;
    margin: 5px auto;
    background-color: #333333;
    transition: all 0.5s ease 0s;
}
.menueBtn1.open span:nth-child(1) {
    transform: rotate(40deg);
    transform-origin: left;
}
.menueBtn1.open span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}
.menueBtn1.open span:nth-child(3) {
    transform: rotate(-42deg);
    transform-origin: left;
}
.logo-mobile{
    position: absolute;
    left: 5%;
    top: 8px;
}
.logo-mobile h3{
    
    font-size: 24px;
    margin-top: 7px;
}
.logo-mobile img{
    width: 180px;
}
.nav-mobile{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    height: 100vh;
    padding: 50px 10% 0;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: scroll;
    display: none;
}
.nav-mobile .item-mobile>a{
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 55px;
    text-align: left !important;
    display: block;
    height: initial;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-transform: uppercase;
    z-index: 333330000;
}
.nav-mobile .item-mobile>a.item-mobile-a:after {
    content: "+";
    font-size: 19px;
    font-weight: bolder;
    position: absolute;
    color: #999999;
    top: 0;
    right: 0px;
    transform: rotate(0);
    transition: all 0.5s ease 0s;
    font-weight: 900;
    transform-origin: inherit;
}
.nav-mobile .item-mobile>a.item-mobile-a.selecteds:after{
    transform: rotate(135deg);
}
.nav-mobile .item-mobile .subcolumn{
    width: 95%;
    margin: 0 auto;
    display: none;
}
.nav-mobile .item-mobile .subcolumn li{
    /* height: 40px; */
}
.nav-mobile .item-mobile .subcolumn li>a{
    position: relative;
    padding-left: 18px;
    color: #666;
    width: 100%;
    font-size: 15px;
    line-height: 42px;
    text-transform: capitalize;
    background: none;
    display: block;
}
.nav-mobile .item-mobile .subcolumn li>a.subcolumn-item:after{
    content: "+";
    font-size: 19px;
    font-weight: bolder;
    position: absolute;
    color: #999999;
    top: 11px;
    left: 0px;
    transform: rotate(0);
    transition: all 0.5s ease 0s;
    font-weight: 900;
    transform-origin: inherit;
    line-height: 1;
}
.nav-mobile .item-mobile .subcolumn li .subcolumn-nav{
    display: none;
}
.nav-mobile .item-mobile .subcolumn li .subcolumn-nav a{
    display: block;
    color: #666;
    line-height: 2;
    padding-left: 30px;
    font-size: 15px;
}
.language-link{
    margin: 22px 0;
}
.language-link a{
    font-size: 15px;
    color: #737373;
    cursor: pointer;
}
.language-link img{
    width: 15px;
}
.language-link a+a{
    border-left: 1px solid #acacac;
    padding-left: 8px;
}


.footer_right_zhe {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: black;
}

.footer_right_zhe.active {
    left: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footerlogo {
    height: 32px;
    margin: 0 0 54px;
    background: #000;
    background: url(../images/cyc02.png);
    background-size: 5px 5px;
}

.footer .container {
    margin: 0 auto;
    padding: 0;
}

.footer .row {
    margin: 0px;
}

.footerlogo a {
    width: 144px;
    height: 39px;
    margin: 0 0 0 -15px;
    padding: 0 15px;
    background: #f3f4f4;
    display: block;
}

.footernavwarp {}

.footernavwarp .col-lg-3 {
    padding-left: 0px;
}

.footernavwarp ul li {
    margin: 0 0 8px;
    text-transform: capitalize;
}

.footernavwarp ul li a {
    color: #808080;
    font-size: 13px;
}

.footernavwarp ul li a:hover {
    color: #005DA0;
}

.footernav .first {
    font-size: 15px;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #005DA0;
}

.footer_copy {
    font-size: 12px;
    line-height: 40px;
    color: #eee;
    margin: 0 25px 0 0;
    
}

.unohacha_logo {
    float: right;
}

.footercopy .col-lg-6 {
    padding: 0px;
}

.footercopy {
    margin-top: 0px;
}

.footer-pass {
    width: calc(100% - 398px);
    max-width: 1006px;
    margin: 0 auto;
}

.footer-pass {
    position: relative;
}

.footer-pass .logo-container {
    width: 120px;
    margin: 0 auto;
    padding: 10px 0;
}

.footer-pass .logo-container img {
    display: block;
    width: 100%;
}

#footer_unohacha {
    position: absolute;
    top: 13px;
    right: 0;
}

.footer_copy {
    position: absolute;
    width: 300px;
    top: -2px;
    left: 0;
}

/*footer*/


.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-color {
    color: #ffffff
}

.custom-bg-color {
    background-color: #ffffff !important;
}

.custom-border-color {
    border-color: #ffffff !important;
}

/* .custom-pseudo-bg-color:before,
.custom-pseudo-bg-color:after {
    background-color: #ffffff !important;
} */

.custom-pseudo-border-color:before,
.custom-pseudo-border-color:after {
    border-color: #ffffff !important;
}

.custom-svg-fill svg path,
.custom-svg-fill svg line,
.custom-svg-fill svg polyline,
.custom-svg-fill svg polygon,
.custom-svg-fill svg circle,
.custom-svg-fill svg ellipse,
.custom-svg-fill svg rect {
    fill: #ffffff !important;
}

.custom-svg-stroke svg path,
.custom-svg-stroke svg line,
.custom-svg-stroke svg polyline,
.custom-svg-stroke svg polygon,
.custom-svg-stroke svg circle,
.custom-svg-stroke svg ellipse,
.custom-svg-stroke svg rect {
    stroke: #ffffff !important;
}


/*.top-spaced {
    margin-top: 80px;
}*/

.header_left span,
.header_right span,
.header1_left span,
.header1_right span {
    display: none;
    
    font-size: 14px;
    width: 100%;
    width: 100%;
    text-transform: uppercase;
    /*transition: all 2s;*/
}

.header_left a:hover span,
.header_right a:hover span,
.header1_left a:hover span,
.header1_right a:hover span {
    display: inline-block;
}

.header_left a:hover label,
.header_right a:hover label,
.header1_left a:hover label,
.header1_right a:hover label {
    display: none;
}


/*轮播*/


/*tup*/
/* Basic style
 * -------------------------------------------------------------------------- */

/* Header */

.docs-header {
    margin-bottom: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    border-color: #337ab7;
}

.navbar-toggle .icon-bar {
    background-color: #337ab7;
}

.docs-jumbotron {
    background-color: #3f51b5;
    color: #fff;
}

.docs-jumbotron .version {
    font-size: 14px;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.docs-header {
    position: relative;
}

.docs-header>small {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.docs-pictures {
    margin: 0;
    padding: 0;
    list-style: none;
}

.docs-pictures li {
    float: left;
    width: 33.3%;
    height: 33.3%;
    margin: 0 -1px -1px 0;
    border: 1px solid transparent;
    overflow: hidden;
}

.docs-pictures li img {
    width: 100%;
}

.docs-toggles>.btn,
.docs-toggles>.btn-group {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .docs-collapse {
        display: block;
    }
}

.docs-buttons>.btn-group,
.docs-buttons>.input-group {
    width: 100%;
    margin-bottom: 5px;
}

.docs-buttons .input-group-btn {
    width: 50%;
}

.docs-buttons .input-group-btn .btn {
    width: 100%;
}


/* Footer */

.docs-footer {
    overflow: hidden;
}

.hearts {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ddd;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.hearts:hover {
    color: #ff4136;
}

.hearts:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    height: 0;
    border-top: 1px solid #eee;
    content: " ";
}

.hearts:after {
    position: relative;
    z-index: 1;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    content: "♥";
}


/* Google Code Prettify
 * -------------------------------------------------------------------------- */

.prettyprint {
    margin-bottom: 0;
    padding: 15px !important;
    border: 1px solid #ddd !important;
}

/*service*/
.indexMain {
    width: 100%;
    background: #fff;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.product {
    width: 1244px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;

}

.product .bigtitle {
    padding-top: 60px;
    padding-bottom: 40px;
}

.product .h2 {
    width: 100%;
    height: 1px;
    background: #b7b7b7;

    margin: 0px 0px 0px;
    position: relative;
}

.product .h2 span {
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: absolute;
    left: 50%;
    /* margin-left: -120px; */
    top: -30px;
    text-align: center;
    display: inline-block;
    padding: 0px 45px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.baoyang {
    width: 1156px;
    margin: 0 auto;
}

.product .tabbox .h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.product .baoyang p {
    
    text-indent: 0px;
    margin-bottom: 25px;
    font-size: 12px;
}

.product .baoyang strong {
    
    font-size: 16px;
    display: block;
    color: #000;
    margin-bottom: 20px;
}

.product .baoyang dl dt {
    width: 88px;
    
    float: left;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.product .baoyang dl dd {
    width: 1068px;
    
    float: right;
    font-size: 12px;
}

.product .baoyang dl {
    margin-bottom: 20px;
    overflow: hidden;
}

.product .baoyang ul {
    margin-bottom: 20px;
}

.product .baoyang ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 30px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    background: #ededed;
}

.product .baoyang ul li .hideBox {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 20px 40px 20px;
    display: none;
}

.baoyang ul li .hideBox .pic {
    margin-bottom: 20px;
    overflow: hidden;
}

.baoyang ul li .hideBox strong {
    margin-bottom: 10px;
    font-weight: bold;
}

.product .baoyang .hideBox p {
    margin-bottom: 15px;
}

.baoyang ul li .hideBox .p1 {
    padding-left: 15px;
    line-height: 24px;
    background: url(../images/fangkuai.jpg) no-repeat left 10px;
}

/*wenhua*/
.culture {
    width: 1200px;
    margin: 50px auto 0;
    position: relative;
}

.services-li li a:hover {
    background: #902730;
    color: #fff;
}

.services-li:hover .s-li {
    background: #272727;
}

.service-track {
    height: 365px;
    border-bottom: 1px solid #eee;
}

.service-track li {
    width: 148px;
    height: 170px;
    float: left;
}

.service-track li i {
    display: block;
    width: 65px;
    height: 65px;
    margin: 35px auto 20px;
}

.service-track li span {
    text-align: center;
    font-size: 16px;
    color: #686868;
    display: block;
    height: 20px;
    line-height: 20px;
}

.service-track li.service-track1 i {
    background: url('../images/service-1.png') no-repeat 50% 50%;
}

.service-track li.service-track2 i {
    background: url('../images/service-2.png') no-repeat 50% 50%;
}

.service-track li.service-track3 i {
    background: url('../images/service-3.png') no-repeat 50% 50%;
}

.service-track li.service-track4 i {
    background: url('../images/service-4.png') no-repeat 50% 50%;
}

.service-track li.service-track5 i {
    background: url('../images/service-5.png') no-repeat 50% 50%;
}

.service-track li.service-track6 i {
    background: url('../images/service-6.png') no-repeat 50% 50%;
}



.service-track li.service-track7 i {
    background: url('../images/service-7.png') no-repeat 50% 50%;
}


.service-track li.service-track8 i {
    background: url('../images/service-8.png') no-repeat 50% 50%;
}


.service-track-f {
    width: 147px;
    height: 369px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.service-track-f ul {
    display: block;
    width: 1200px;
    background: #272727;
    position: relative;
}

.service-track-f li {
    width: 148px;
    height: 170px;
    float: left;
    background: #272727;
}

.service-track-f li i {
    display: block;
    width: 65px;
    height: 65px;
    margin: 35px auto 20px;
}

.service-track-f li span {
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    height: 20px;
    line-height: 20px;
}

.service-track-f li.service-track1f i {
    background: url('../images/service-1h.png') no-repeat 50% 50%;
}

.service-track-f li.service-track2f i {
    background: url('../images/service-2h.png') no-repeat 50% 50%;
}

.service-track-f li.service-track3f i {
    background: url('../images/service-3h.png') no-repeat 50% 50%;
}

.service-track-f li.service-track4f i {
    background: url('../images/service-4h.png') no-repeat 50% 50%;
}


.service-track-f li.service-track5f i {
    background: url('../images/service-5h.png') no-repeat 50% 50%;
}


.service-track-f li.service-track6f i {
    background: url('../images/service-6h.png') no-repeat 50% 50%;
}


.service-track-f li.service-track7f i {
    background: url('../images/service-7h.png') no-repeat 50% 50%;
}


.service-track-f li.service-track8f i {
    background: url('../images/service-8h.png') no-repeat 50% 50%;
}

.service-track-g {
    background: url('../images/service-g.png');
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.service-ct {
    height: 195px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.service-ct li {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-ct-r {
    width: 175px;
    float: right;
    height: 100%;
    display: table;
}

.service-ct-l {
    margin-right: 175px;
    height: 100%;
    display: table;
}

.service-ct-l .p {
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
}

.service-ct-r .p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'heliosextthinregular';
}

.service-ct-r h4 {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 60px;
    position: relative;
}

.service-ct-r h4 i {
    display: block;
    width: 21px;
    height: 21px;
    background: url('../images/plus.png');
    position: absolute;
    top: -10px;
    right: 20px;
}

.service-ct-r h5 {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    color: #b9b9b9;
}

.service-ct li.visible {
    opacity: 1;
    visibility: visible;
}

.site {
    transition: opacity 0.9s, visibility 0.9s;
    overflow: hidden;
}

.site.hidden {
    visibility: hidden;
    opacity: 0;
}

a,
a:hover,
a:active,
a:visited {
    color: inherit;
    text-decoration: none;
}

ol.menu,
ul.menu {
    list-style: none;
}

li {
    list-style-position: inside;
}

blockquote,
q {
    quotes: none;
}

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

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

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

input,
button {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    width: 100%;
}

input:active,
input:focus,
button:active,
button:focus {
    outline: none;
}

video {
    position: relative;
}

@media only screen and (max-width: 750px) {
    video {
        display: none !important;
    }
}

h1 {
    
    font-size: 35px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

h2 {
    font-size: 61px;
}

h4,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.container.specialservices .post-content h6 {
    font-size: 27px;
    letter-spacing: .04em;
}

h4.quote,
.post-content h1.quote,
.post-content h2.quote,
.post-content h3.quote,
.post-content h5.quote,
.post-content h6.quote,
.container.specialservices .post-content h6.quote {
    font-size: 24px;
    line-height: 46px;
    letter-spacing: .04em;
}

h6,
.container.specialservices .post-content h6 {

    font-size: 16px;
    letter-spacing: .04em;
}
p,span{
    /* font-size: 15px !important; */
    line-height: 30px;
    /* color: #000 !important; */
    letter-spacing: 0.1em !important;
    hyphens: auto !important;
}

.wysiwyg ul {
    
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .04em;
    hyphens: auto;
}

p.l-text,
.wysiwyg ul.l-text,
.intro-copy p,
.intro-copy .wysiwyg ul,
.wysiwyg .intro-copy ul {
    font-size: 18px;
    line-height: 36px;
}

p.m-text,
.wysiwyg ul.m-text {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: .06em;
}

p.s-text,
.wysiwyg ul.s-text,
.maps-list-item .openhours p,
.maps-list-item .openhours .wysiwyg ul,
.wysiwyg .maps-list-item .openhours ul {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .02em;
}

b,
strong {
}

i,
em {
    font-style: italic;
}

.block-headline,
.container.about .post-content h1,
.container.about .post-content h2,
.container.about .post-content h3,
.container.about .post-content h4,
.container.about .post-content h5,
.container.about .post-content h6 {
    font-size: 44px;
}

.home .block-headline,
.home .container.about .post-content h1,
.container.about .post-content .home h1,
.home .container.about .post-content h2,
.container.about .post-content .home h2,
.home .container.about .post-content h3,
.container.about .post-content .home h3,
.home .container.about .post-content h4,
.container.about .post-content .home h4,
.home .container.about .post-content h5,
.container.about .post-content .home h5,
.home .container.about .post-content h6,
.container.about .post-content .home h6 {
    
    font-size: 61px;
}

@media only screen and (max-width: 750px) {

    .block-headline,
    .container.about .post-content h1,
    .container.about .post-content h2,
    .container.about .post-content h3,
    .container.about .post-content h4,
    .container.about .post-content h5,
    .container.about .post-content h6 {
        font-size: 38px;
        font-size: 11.8vW;
        word-break: break-word;
    }

    .home .block-headline,
    .home .container.about .post-content h1,
    .container.about .post-content .home h1,
    .home .container.about .post-content h2,
    .container.about .post-content .home h2,
    .home .container.about .post-content h3,
    .container.about .post-content .home h3,
    .home .container.about .post-content h4,
    .container.about .post-content .home h4,
    .home .container.about .post-content h5,
    .container.about .post-content .home h5,
    .home .container.about .post-content h6,
    .container.about .post-content .home h6 {
        font-size: 48px;
        font-size: 15vW;
    }
}

.rotate-headline {
    position: relative;
    display: inline-block;
    transform-origin: left bottom;
    transform: rotate(-90deg) translateY(-15px);
    left: 44px;
    white-space: nowrap;
}

.rotate-headline.rotate-right {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: bottom left;
    left: calc(100% - 29px);
    bottom: 100%;
}

.rotate-headline.rotate-right:before {
    padding: 0;
}

.rotate-headline.double-line {
    left: 88px;
}

.rotate-headline.double-line:before {
    padding-top: calc(100% - 88px);
}

.rotate-headline:before {
    content: '';
    display: block;
    padding-top: calc(100% - 44px);
    height: 0;
}

.bg-num {
    
    font-size: 420px;
    color: #848484;
    letter-spacing: -.01em;
    opacity: .1;
    position: absolute;
    left: -215px;
    top: -160px;
}

@media only screen and (max-width: 750px) {
    .bg-num {
        display: none;
    }
}

.medium {}

.small-emphasis {

    font-size: 14px;
    letter-spacing: .04em;
}

p.chapter-copy {
    line-height: 24px !important;
    letter-spacing: .06em !important;
    font-size: 14px !important;
    color: #666;
}

.disclaimer {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #a0a0a4;
}

@media only screen and (max-width: 750px) {
    .disclaimer.padded.full-padded {
        padding: 53px;
    }
}


.info,
.container.specialservices .post-content h6 {
    font-size: 14px;
    letter-spacing: .04em;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.imgfill {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.img {
    width: 100%;
}

.img:before {
    content: '';
    padding-top: 66%;
    display: block;
}

.img.square:before {
    padding-top: 100%;
}

.img.tv:before {
    padding-top: 75%;
}

.img.widescreen:before {
    padding-top: 56.25%;
}

.img.anamorph:before {
    padding-top: 43.75%;
}

.img.superwide:before {
    padding-top: 21.7%;
}

.img.hairdreams-img:before {
    padding-top: 133.33%;
}

.img.vertical:before {
    padding-top: 143%;
}

.img.job-hero:before {
    padding-top: calc(21.7% + 100px);
}

.img.inner-img {
    position: absolute;
    top: 12%;
    width: 76%;
    height: 76%;
}

.img.inner-img:before {
    content: none;
}

.lefted .img.inner-img {
    left: -20px;
}

.righted .img.inner-img {
    right: -20px;
}

.fill-parent,
.page-curtain,
.ui-timelines svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hover-scale {
    overflow: hidden;
}

.hover-scale .imgfill {
    transition: transform 1s;
}

.hover-scale:hover .imgfill {
    transform: scale(1.05);
}

.placeholder {
    display: none !important;
}

.frame {
    border: 1px solid black;
    box-sizing: border-box;
}

.table {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.cell {
    margin: auto;
}

.nobreak {
    white-space: nowrap;
}

.text-columns,
.container.about .post-content p,
.container.about .post-content .wysiwyg ul,
.wysiwyg .container.about .post-content ul {
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -ms-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
}

@media only screen and (max-width: 750px) {

    .text-columns,
    .container.about .post-content p,
    .container.about .post-content .wysiwyg ul,
    .wysiwyg .container.about .post-content ul {
        -moz-column-count: auto;
        -ms-column-count: auto;
        -o-column-count: auto;
        column-count: auto;
    }
}

@media only screen and (max-width: 1024px) {
    *.onlydesktop {
        display: none;
    }
}

*.onlynodesktop {
    display: none;
}

@media only screen and (max-width: 1024px) {
    *.onlynodesktop {
        display: block;
    }
}

*.onlytablet {
    display: none;
}

@media only screen and (max-width: 1024px) {
    *.onlytablet {
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    *.onlytablet {
        display: none;
    }
}

*.onlymobile {
    display: none;
}

@media only screen and (max-width: 750px) {
    *.onlymobile {
        display: block;
    }
}

/* @media only screen and (max-width: 750px) {
    *.onlynomobile {
        display: none !important;
    }
} */

.clearfix {
    clear: both;
}

.top-spaced {
    margin-top: 30px;
}

.job-form .input-container,
.intro-copy p,
.intro-copy .wysiwyg ul,
.wysiwyg .intro-copy ul,
.container.about .post-content p,
.container.about .post-content .wysiwyg ul,
.wysiwyg .container.about .post-content ul {
    margin-top: 45px;
}

.top-spaced.monk-spaced,
.job-form .monk-spaced.input-container,
.intro-copy p.monk-spaced,
.intro-copy .wysiwyg ul.monk-spaced,
.wysiwyg .intro-copy ul.monk-spaced,
.container.about .post-content p.monk-spaced,
.container.about .post-content .wysiwyg ul.monk-spaced,
.wysiwyg .container.about .post-content ul.monk-spaced {
    margin-top: 32px;
}

.top-spaced.xs-spaced,
.job-form .xs-spaced.input-container,
.intro-copy p.xs-spaced,
.intro-copy .wysiwyg ul.xs-spaced,
.wysiwyg .intro-copy ul.xs-spaced,
.container.about .post-content p.xs-spaced,
.container.about .post-content .wysiwyg ul.xs-spaced,
.wysiwyg .container.about .post-content ul.xs-spaced {
    margin-top: 10px;
}

.top-spaced.s-spaced,
.job-form .s-spaced.input-container,
.intro-copy p.s-spaced,
.intro-copy .wysiwyg ul.s-spaced,
.wysiwyg .intro-copy ul.s-spaced,
.container.about .post-content p.s-spaced,
.container.about .post-content .wysiwyg ul.s-spaced,
.wysiwyg .container.about .post-content ul.s-spaced {
    margin-top: 20px;
}

.top-spaced.m-spaced,
.job-form .m-spaced.input-container,
.intro-copy p.m-spaced,
.intro-copy .wysiwyg ul.m-spaced,
.wysiwyg .intro-copy ul.m-spaced,
.container.about .post-content p.m-spaced,
.container.about .post-content .wysiwyg ul.m-spaced,
.wysiwyg .container.about .post-content ul.m-spaced {
    margin-top: 60px;
}

.top-spaced.l-spaced,
.job-form .l-spaced.input-container,
.intro-copy p.l-spaced,
.intro-copy .wysiwyg ul.l-spaced,
.wysiwyg .intro-copy ul.l-spaced,
.container.colorworld .grid-container,
.container.color-world .grid-container,
.container.about .post-content p.l-spaced,
.container.about .post-content .wysiwyg ul.l-spaced,
.wysiwyg .container.about .post-content ul.l-spaced {
    margin-top: 90px;
}

.job-form .xl-spaced.input-container,
.intro-copy p.xl-spaced,
.intro-copy .wysiwyg ul.xl-spaced,
.wysiwyg .intro-copy ul.xl-spaced,
.container.about .post-content p.xl-spaced,
.container.about .post-content .wysiwyg ul.xl-spaced,
.wysiwyg .container.about .post-content ul.xl-spaced {
    margin-top: 150px;
}

@media only screen and (max-width: 750px) {

    .top-spaced.xl-spaced,
    .job-form .xl-spaced.input-container,
    .intro-copy p.xl-spaced,
    .intro-copy .wysiwyg ul.xl-spaced,
    .wysiwyg .intro-copy ul.xl-spaced,
    .container.about .post-content p.xl-spaced,
    .container.about .post-content .wysiwyg ul.xl-spaced,
    .wysiwyg .container.about .post-content ul.xl-spaced {
        margin-top: 43px;
    }
}

.rel {
    position: relative;
}

.lefted {
    text-align: left;
}

.centered {
    text-align: center;
}

.righted {
    text-align: right;
}

.mask {
    overflow: hidden;
}

.padded {
    box-sizing: border-box;
}

.padded.full-padded {
    padding: 73px;
}

.padded.top-padded {
    padding-top: 20px;
}

.padded.right-padded,
.twin-columns:nth-child(odd) .twin-col.img-col,
.twin-columns:nth-child(even) .twin-col.copy-col {
    padding-right: 73px;
}

.padded.bottom-padded {
    padding-bottom: 170px;
}

.padded.left-padded,
.twin-columns:nth-child(odd) .twin-col.copy-col,
.twin-columns:nth-child(even) .twin-col.img-col {
    padding-left: 73px;
}

.padded.double-right-padded {
    padding-right: 126px;
}

@media only screen and (max-width: 750px) {

    .padded.full-padded,
    .padded.top-padded,
    .padded.right-padded,
    .twin-columns:nth-child(odd) .twin-col.img-col,
    .twin-columns:nth-child(even) .twin-col.copy-col,
    .padded.bottom-padded,
    .padded.left-padded,
    .twin-columns:nth-child(odd) .twin-col.copy-col,
    .twin-columns:nth-child(even) .twin-col.img-col,
    .padded.double-right-padded {
        padding: 0;
    }
}

.btn {
    cursor: pointer;
}

.vert-spaced {
    padding-top: 150px;
    padding-bottom: 150px;
}

.vert-spaced.plain-spaced {
    padding-top: 75px;
}

@media only screen and (max-width: 750px) {
    .vert-spaced {
        padding-top: 83px;
        padding-bottom: 83px;
    }
}

._aligner {
    background: rgba(255, 0, 100, 0.5);
    position: fixed;
    z-index: 99;
}

._aligner._horz {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    display: none;
}

._aligner._vert {
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    display: none;
}

.absed {
    position: absolute;
    top: 0;
    left: 0;
}

.absed.half {
    width: 50%;
}

.thin-border {
    box-sizing: border-box;
    opacity: .5;
}

.bright-svg-stroke svg path,
.bright-svg-stroke svg line,
.bright-svg-stroke svg polyline,
.bright-svg-stroke svg polygon,
.bright-svg-stroke svg circle,
.bright-svg-stroke svg ellipse,
.bright-svg-stroke svg rect {
    stroke: #1a1a1b;
}

.bright-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.divider-horz {
    margin: 0 .7vW;
}

.legal-info {
    line-height: 22px;
    opacity: .3;
}

.fixedbox-safety {
    min-height: 100vH;
}

.wysiwyg li {
    list-style-position: outside;
}

.site-header {
    color: #1a1a1b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 25px;
    z-index: 99;
    transition: top 0.3s;
}

.site-header .logo img,
.site-header .logo svg {
    display: block;
}

.site-header .logo path,
.site-header .logo line,
.site-header .logo polyline,
.site-header .logo polygon,
.site-header .logo circle,
.site-header .logo ellipse,
.site-header .logo rect {
    fill: #1a1a1b;
}

.site-header .logo-big img,
.site-header .logo-big svg {
    width: 100px;
    height: 100px;
}

.site-header .logo-small {
    display: none;
}

.site-header .logo-small img,
.site-header .logo-small img {
    width: 120px;
}

.site-header.sticky-header {
    position: fixed;
    top: -200px;
    padding-top: 0;
    background: white;
    box-sizing: border-box;
    color: #1a1a1b;
}

.site-header.sticky-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #edeff2;
}

.site-header.sticky-header .logo-big {
    display: none;
}

.site-header.sticky-header .logo-small {
    display: inline;
}

.site-header.sticky-header .menu-main-container .menu-item:after {
    content: none;
}

.site-header.sticky-header .menu-main-container .menu-item a {
    padding: 40px 0;
}

.site-header.sticky-header .hang-loose {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.site-header.sticky-header .hang-loose .menu-social-container {
    display: none;
}

.site-header.sticky-header .hang-loose .menu-lang-container .menu {
    padding: 4px 10px 0 0;
}

@media only screen and (max-width: 750px) {
    .site-header {
        text-align: center;
    }

    .site-header .site-navigation {
        width: calc(100% - 60px);
        background: white;
        z-index: auto;
    }

    .site-header.static-header {
        display: none;
    }

    .site-header .menu-main-container {
        padding: 30px 0;
    }

    .site-header .menu-main-container .menu.menu-part {
        display: none;
    }
}

.hang-loose {
    position: absolute;
    top: calc(100% + 18px);
    left: 2vW;
    font-size: 0;
}

.hang-loose .menu-container,
.hang-loose .fb-icon,
.hang-loose .fb-label {
    display: inline-block;
    vertical-align: middle;
}

.hang-loose .fb-icon {
    padding: 5px 6px;
}

.hang-loose .fb-icon svg,
.hang-loose .fb-icon img {
    display: block;
    width: 8px;
    height: 10px;
}

.hang-loose .fb-border {
    border: 1px solid black;
    border-radius: 100%;
}

.hang-loose .fb-label {
    font-size: 12px;
    letter-spacing: .04em;
    position: relative;
}

.hang-loose .fb-label,
.hang-loose .menu-lang-container .menu {
    padding: 10px;
    box-sizing: border-box;
}

.hang-loose .menu-lang-container .menu {
    position: relative;
}

.hang-loose .menu-lang-container .menu:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 48%;
    left: 90%;
    border-top: 3px solid black;
    border-right: 3px solid transparent !important;
    border-bottom: none !important;
    border-left: 3px solid transparent !important;
}

.content-block {
    position: relative;
}

.content-block.site-intro {
    height: 100vH;
}

.content-wrap {
    width: calc(100% - 30px);
    /*max-width: 1300px;*/
    max-width: 1386px;
    margin: 0 auto;
    position: relative;
}

.content-wrap.medium-wrap {
    width: calc(100% - 100px);
    max-width: 1193px;
}

.content-wrap.small-wrap {
    width: calc(100% - 398px);
    max-width: 1006px;
}

.content-wrap.small-wrap.lined:before,
.content-wrap.small-wrap.lined:after,
.content-wrap.small-wrap.lined .mid-line {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e7e9ec;
    opacity: .5;
    top: 0;
    z-index: -1;
}

.content-wrap.small-wrap.lined:before,
.content-wrap.small-wrap.lined:after {
    content: '';
    position: absolute;
    display: block;
}

.content-wrap.small-wrap.lined:before {
    left: 0;
}

.content-wrap.small-wrap.lined:after {
    right: 0;
}

.content-wrap.small-wrap.lined .mid-line {
    left: 50%;
    transform: translateX(-0.5px);
}

.content-wrap.small-wrap.lined.dark-lined:before,
.content-wrap.small-wrap.lined.dark-lined:after,
.content-wrap.small-wrap.lined.dark-lined .mid-line {
    opacity: .05;
}

@media only screen and (max-width: 1024px) {
    .content-wrap.medium-wrap {
        width: 90%;
        max-width: none;
    }

    .content-wrap.small-wrap {
        width: 80%;
        max-width: none;
    }
}

@media only screen and (max-width: 750px) {
    .content-wrap {
        width: 85%;
    }

    .content-wrap.medium-wrap,
    .content-wrap.small-wrap {
        width: 92%;
    }

    .content-wrap.small-wrap.lined:before,
    .content-wrap.small-wrap.lined:after {
        content: none;
    }

    .content-wrap.small-wrap.lined .mid-line {
        display: none;
    }
}

.site-footer {
    background: white;
}

.site-footer h6,
.site-footer .container.specialservices .post-content h6,
.container.specialservices .post-content .site-footer h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .06em;
}

.site-footer p,
.site-footer .wysiwyg ul,
.wysiwyg .site-footer ul {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: .08em;
}

.footer-list li {
    width: 33.33%;
    float: left;
}

.footer-list li .footer_nav {
    margin-top: 20px;
}

.site-footer .social-link {
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: capitalize;
    display: block;
    position: relative;
    transition: opacity 0.3s;
    
}

@media only screen and (max-width: 750px) {

    .site-footer .lefted,
    .site-footer .righted {
        text-align: center;
    }

    .site-footer .col.righted {
        margin-top: 60px;
    }
}

.footer-part {
    position: relative;
}
.footer-bottom{
    background: #111;
}

.footer-part.footer-top .content-wrap {
    padding: 50px 0;
}

.footer-part.footer-bottom .content-wrap {}

.footer-part:before,
.footer-part .content-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.footer-part:before {
    height: 1px;
    background: #e8e8e8;
}

/* .footer-part .content-wrap:before {
    height: 2px;
    background: #1a1a1b;
    transform: translateY(-0.5px);
} */

.footer-part .logo-container {
    width: 150px;
    margin: 0 auto;
    padding: 10px 0;
    
    color: #eee;
}

.footer-part .logo-container img {
    display: block;
    width: 100%;
}

.menu-main-container {
    font-size: 0;
    text-align: center;
}

.menu-main-container .menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.menu-main-container .menu.menu-part {
    display: inline-flex;
    width: calc(50% - 3vW - 38px);
}

.menu_small {
    width: calc(50% - 10vW - 38px) !important;
}

.menu-main-container .menu.menu-left {
    text-align: right;
}

.menu-main-container .menu.menu-center {
    margin: 0px 2vW;
}

.logo_small {
    margin: 0px 4vW !important;
}

.logo_small2 {
    margin: 0px 3.3vW !important;
}

.menu-main-container .menu.menu-right {
    text-align: left;
}

.menu-main-container .menu-item {
    -webkit-flex-flex-grow: 1;
    -ms-flex-flex-grow: 1;
    -ms-flex: 1;
    -webkit-box-flex-grow: 1;
    -moz-box-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: inline-block;
    position: relative;
    font-size: 16px;
    letter-spacing: .08em;
}

.menu-main-container .menu-item:after {
    opacity: .5;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1a1a1b;
}

.menu-main-container .menu-item a {
    display: inline-block;
    position: relative;
    padding: 0 0 40px 0;
    text-transform: capitalize;
}

.menu-main-container .menu-item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1a1a1b;
    width: 0;
    left: 50%;
    z-index: 1;
    transform: translateY(0.5px) translateZ(0);
    transition: 0.3s;
}

.menu-main-container .menu-item.current-menu-item a:after,
.menu-main-container .menu-item:hover a:after {
    left: 0;
    width: 100%;
}

.menu-mobile-container {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    height: 0;
}

.menu-mobile-container .menu {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 30px;
    box-sizing: border-box;
}

.menu-mobile-container .menu-item {

    font-size: 19px;
    letter-spacing: .08em;
    margin-top: 20px;
}

.menu-mobile-container .menu-item:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 750px) {
    .menu-mobile-container {
        display: block;
    }

    .jieshuo {
        display: none;
    }

}

.burger-container {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
}

.burger-container:before,
.burger-container:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: black;
    transition: 0.3s;
}

.burger-container:after {
    margin-top: 4px;
}

.burger-container.on:before {
    transform: translateY(2px) rotate(45deg);
}

.burger-container.on:after {
    transform: translateY(-4px) rotate(-45deg);
}

.menu-lang-container {
    cursor: pointer;
    font-size: 10px;
    letter-spacing: .18em;

    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.menu-lang-container .menu-item {
    margin: 0;
    height: 0;
    opacity: 0;
    transition: 0.3s;
}

.menu-lang-container .menu-item.current-item {
    display: block;
    opacity: 1;
    height: auto;
    margin: 10px 0;
}

.menu-lang-container.open {
    cursor: auto;
}

.menu-lang-container.open .menu-item {
    margin: 10px 0;
    opacity: 1;
    height: auto;
}

.static-header .menu-lang-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background: black;
}

@media only screen and (max-width: 750px) {
    .site-header.sticky-header .hang-loose {
        left: 0;
        transform: none;
    }

    .site-header.sticky-header .hang-loose .menu-lang-container {
        transform: translateY(-50%);
    }
}

.columns {
    font-size: 0;
}

.columns.flex-columns,
.twin-columns:nth-child(even) .content-columns {
    display: flex;
}

.columns.flex-columns.reverse-order,
.twin-columns:nth-child(even) .reverse-order.content-columns {
    -webkit-flex-flex-direction: row-reverse;
    -ms-flex-flex-direction: row-reverse;
    -ms-flex: row-reverse;
    -webkit-box-flex-direction: row-reverse;
    -moz-box-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.columns.fill-parent .col,
.columns.page-curtain .col,
.ui-timelines svg.columns .col {
    height: 100%;
}

.columns .col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 20px;
}

.columns .col.half {
    width: 50%;
}

.columns .col.half .columns_bg {
    width: 90%;
    height: 340px;
    background-size: cover;
    background-position: center;
}

.columns .col.third {
    margin: 0 10px;
    width: calc(25% - 20px);
}

.columns .col.two-thirds {
    width: 66.7%;
}

.columns .col.quarter {
    width: 25%;
}

.columns .col.three-quarters {
    width: 75%;
}

.columns .col.toped {
    vertical-align: top;
}

.columns .col.middled {
    vertical-align: middle;
}

.columns .col.bottomed {
    vertical-align: bottom;
}

.columns .col.flex-col {
    display: inline-flex;
}

.columns.two-spaced .col {
    box-sizing: border-box;
    margin-top: 20px;
}

.columns.two-spaced .col:first-child,
.columns.two-spaced .col:nth-child(2) {
    margin-top: 0;
}

.columns.two-spaced .col:nth-child(odd) {
    width: calc(50% - 10px);
}

.columns.two-spaced .col:nth-child(even) {
    width: calc(50% - 10px);
    margin-left: 20px;
}

.columns.three-spaced .col {
    box-sizing: border-box;
}

/*.columns.three-spaced .col:first-child {
      padding-right: 42px; }*/
/*.columns.three-spaced .col:nth-child(2) {
      padding: 0 21px; }
    .columns.three-spaced .col:last-child {
      padding-left: 42px; }*/
@media only screen and (max-width: 750px) {
    .columns .col.half,
    .columns .col.third,
    .columns .col.two-thirds,
    .columns .col.quarter,
    .columns .col.three-quarters,
    .columns .col.middled,
    .columns .col.bottomed {
        width: 100%;
    }

    .columns.three-spaced .col {
        padding: 0 0 20px;
    }

    .columns.flex-columns,
    .twin-columns:nth-child(even) .content-columns {
        display: block;
    }
}

.twin-columns .twin-bg-col {
    height: 100%;
}

.twin-columns .twin-col {
    vertical-align: top;
}

.twin-columns:nth-child(odd) .twin-bg-col:nth-child(odd) {
    background-color: #f8f8f8;
}

.twin-columns:nth-child(odd) .twin-bg-col:nth-child(even) {
    background-color: #eeeeee;
}

.twin-columns:nth-child(odd) .twin-col.copy-col {
    float: right;
}

.twin-columns:nth-child(even) .twin-bg-col:nth-child(even) {
    background-color: #f8f8f8;
}

.twin-columns:nth-child(even) .twin-bg-col:nth-child(odd) {
    background-color: #eeeeee;
}

.twin-col .button,
.twin-col a.plain-link {

    font-size: 16px;
    letter-spacing: .04em;
}

.default-list {
    list-style: none;
    list-style-position: inside;
}

.default-list li {
    display: block;
}

.select-list {
    
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.select-list li {
    line-height: 30px;
    margin: 10px 0;
    
    transform: translate3d(0, 0, 0);
}

.select-list li:hover .item-label,
.select-list li.current-item .item-label {
    opacity: 1;
}

.select-list .item-label {
    opacity: .5;
    transition: 0.3s;
    color: white !important;
}

.select-list .num {
    font-size: 11px;
    letter-spacing: .28em;
}




.index_news_con {
    width: calc(100% - 212px);
    max-width: 1193px;
    margin: -180px auto 0 auto;
    background: #fff;
    position: relative;
    padding: 50px;
    box-sizing: border-box;

}

.left_xw {
    position: absolute;
    right: 50px;
    top: 100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.right_xw {
    position: absolute;
    right: 0;
    top: 100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

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

.index_news_top {
    margin-bottom: 50px;
    position: relative;
    bottom: -200px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.index_news_top h3 {
    line-height: 57px;
    color: #000;
    margin: 0;
    letter-spacing: 0px;
    
    font-size: 40px;
    margin-bottom: 60px;
    width: 20%;
    float: left;
}

.index_news_top h3 b {
}

.index_news_top form {
    width: 50%;
    float: right;
    text-align: right;
}
.pro-nav{
    width: 100%;
    text-align: right;
}
.pro-nav li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 18px;
}
.pro-nav li a i{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #666;
    margin-right: 4px;
}
.pro-nav li:hover a i,.pro-nav li a i.cur{
    border: 1px solid #000;
    background: #000;
}
.pro-nav li a span{
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
}
.index_news_top form input {
    display: inline-block;
    width: 100px;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border: 1px #e3e3e3 solid;
    margin-right: 10px;
    letter-spacing: 2px;
}

.index_news_top form select {
    display: inline-block;
    width: 160px;
    letter-spacing: 1px;
    line-height: 36px;
    height: 36px;
    border: 2px #000 solid;
    color: #000;
    margin-right: 10px;
    outline: none;
}

.index_news_top form a {
    display: inline-block;
    width: 150px;
    line-height: 39px;
    text-align: center;
    border: 1px #333 solid;
    color: #333;
    font-size: 13px;
    letter-spacing: 2px;
    
    text-transform: uppercase;
    font-weight: bold;
    transition: all .3s;
}

.index_news_top form a:hover {
    background: #333;
    color: #fff;
}

.index_news_list {
    overflow: hidden;
    padding: 40px;
    position: relative;
    bottom: -200px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0 10px;
}


.index_news_list b {
    position: relative;
    border: 1px #eee solid;
    width: 36px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #eee;
    font-weight: normal;
    
}

.index_news_list h2 {
    min-height: 72px;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    
}

.index_news_list h3 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.index_news_list_zk {
    width: 100%;
    position: absolute;
    background: #000;
    background-size: cover;
    background-position: center;
    z-index: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_news_list_zk:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
}
.index_news_list a {
    color: #ccc;
}

.index_news_list a:after {
    background: #ccc;
}

.index_news_list:hover .index_news_list_zk {
    width: 0%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_news_list:hover h2 {
    color: #333;
}

.index_news_list:hover h3 {
    color: #333;
}

.index_news_list:hover h6 {
    color: #666;
}

.index_news_list:hover span {
    color: #333;
}

.index_news_list:hover b {
    color: #ccc;
    border: 1px #ccc solid;
}

.index_news_list:hover a {
    color: #181c20;
}

.index_news_list:hover a:after {
    background: #181c20;
}

.index_news_list h6 {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 44px;
}

.index_news_list span {
    display: block;
    width: 160px;
    position: relative;
    line-height: 40px;
    text-align: center;
    border: 1px #ddd solid;
    text-transform: capitalize;
    letter-spacing: 2px;
}







.select-list .item-label i {
    font-style: normal;
    
}

.plain-list {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.plain-list .list-item {
    display: block;
    padding: 40px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.plain-list.hover-enabled .list-item {
    background: white;
    transition: background 0.3s;
}

.plain-list.hover-enabled .list-item:hover {
    background: #f8f8f8;
}

.double-column-item {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.double-column-item.active-double-column-item {
    display: block;
    visibility: visible;
    opacity: 1;
}

.salon-list {
    padding: 45px 22px;
    box-sizing: border-box;
}

.salon-list-item {
    margin-top: 65px;
}

.salon-list-item:first-child {
    margin-top: 0;
}

.salon-list-item .item-label {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .02em;
}

.salon-list-item .item-content {
    margin: 12px 0;
}

.salon-list-item .m-text {
    font-size: 14px;
    letter-spacing: .02em;
}

.salon-list-item .s-text,
.salon-list-item .maps-list-item .openhours p,
.maps-list-item .openhours .salon-list-item p,
.salon-list-item .maps-list-item .openhours .wysiwyg ul,
.maps-list-item .openhours .wysiwyg .salon-list-item ul,
.salon-list-item .wysiwyg .maps-list-item .openhours ul,
.wysiwyg .maps-list-item .openhours .salon-list-item ul {
    font-size: 12px;
    letter-spacing: .08em;
}

.salon-list-item .button,
.salon-list-item a.plain-link {

    font-size: 14px;
    letter-spacing: .08em;
    margin-left: 2vW;
}

@media only screen and (max-width: 750px) {
    .salon-list-item .col.half {
        display: inline-block;
        width: 50%;
    }
}

.service-list-item .item-label,
.service-list-item .item-content {
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.service-list-item .item-label {
    font-size: 16px;

    letter-spacing: .02em;
    display: block;
}

.service-list-item p,
.service-list-item .wysiwyg ul,
.wysiwyg .service-list-item ul {
    font-size: 14px;
    line-height: 39px;
}

.service-filter-buttons {
    font-size: 0;
}

.service-filter-button {
    display: inline-block;
    margin-left: 1.5vW;
    font-size: 10px;
    letter-spacing: .18em;
    opacity: .3;
    transition: opacity 0.3s;
}

.service-filter-button:hover,
.service-filter-button.current-item {
    opacity: 1;
}

.maps-list {
    padding-top: 50px;
}

.maps-list .list-item {
    margin-bottom: 50px;
}

.maps-list-item {
    position: relative;
    cursor: pointer;
}

.maps-list-item.onlymobile {
    display: none;
}

.maps-list-item .item-label {

    font-size: 15px;
    letter-spacing: .02em;
    line-height: 24px;
}

.maps-list-item .s-text,
.maps-list-item .openhours p,
.maps-list-item .openhours .wysiwyg ul,
.wysiwyg .maps-list-item .openhours ul {
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 24px;
}

.maps-list-item .maps-marker {
    vertical-align: baseline;
    top: 2px;
    position: relative;
    margin-right: 5px;
}

.maps-list-item .openhours .col.half {
    display: inline-block;
    width: 35%;
}

.maps-list-item .openhours .top-spaced.s-spaced,
.maps-list-item .openhours .job-form .s-spaced.input-container,
.job-form .maps-list-item .openhours .s-spaced.input-container,
.maps-list-item .openhours .intro-copy p.s-spaced,
.intro-copy .maps-list-item .openhours p.s-spaced,
.maps-list-item .openhours .intro-copy .wysiwyg ul.s-spaced,
.intro-copy .wysiwyg .maps-list-item .openhours ul.s-spaced,
.maps-list-item .openhours .wysiwyg .intro-copy ul.s-spaced,
.wysiwyg .intro-copy .maps-list-item .openhours ul.s-spaced,
.maps-list-item .openhours .container.about .post-content p.s-spaced,
.container.about .post-content .maps-list-item .openhours p.s-spaced,
.maps-list-item .openhours .container.about .post-content .wysiwyg ul.s-spaced,
.container.about .post-content .wysiwyg .maps-list-item .openhours ul.s-spaced,
.maps-list-item .openhours .wysiwyg .container.about .post-content ul.s-spaced,
.wysiwyg .container.about .post-content .maps-list-item .openhours ul.s-spaced {
    display: none;
}

@media only screen and (max-width: 750px) {
    .maps-list-item.onlymobile {
        display: block;
    }

    .maps-list-item.onlynomobile {
        display: none;
    }

    .maps-list-item .label-container {
        display: flex;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
    }
}

.marker-letter {
    font-size: 9px;
    line-height: 15px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.scroll-wrap {
    position: absolute;
    top: 43px;
    left: 43px;
    right: 43px;
    bottom: 43px;
}

.salon-page .scroll-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 750px) {
    .scroll-wrap {
        left: 7.5%;
        right: 7.5%;
        bottom: 0;
    }

    .home .scroll-wrap .scroll-container.framed {
        border: none;
    }

    .scroll-wrap .salon-list {
        padding-left: 0;
        padding-right: 0;
    }

    .salon-page .scroll-wrap {
        top: 73px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.awards-list .award-label {
    
    font-size: 17px;
    letter-spacing: .04em;
}

.awards-list .award-year {
    font-size: 12px;
}

.downloads-list .item-label {
    font-size: 14px;
    line-height: 22px;
}

.downloads-list .item-label.download-label {
    
}

.vert-flex {
    -webkit-flex-flex-direction: column;
    -ms-flex-flex-direction: column;
    -ms-flex: column;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    flex-direction: column;
}

.vert-flex-item {
    -webkit-flex-flex-grow: 0;
    -ms-flex-flex-grow: 0;
    -ms-flex: 0;
    -webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
}

.vert-flex-item.flex-top {
    -webkit-flex-flex-grow: 1;
    -ms-flex-flex-grow: 1;
    -ms-flex: 1;
    -webkit-box-flex-grow: 1;
    -moz-box-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 750px) {
    .vert-flex-item {
        flex: none;
    }
}

.button,
a.plain-link {
    cursor: pointer;
    display: inline-block;
    width: auto;
    color: #181c20;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .04em;
    position: relative;
    padding-bottom: 10px;
}

.button:after,
a.plain-link:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #221d1f;
    bottom: auto;
    top: 100%;
    transform: scaleY(0.5);
    transition: 0.3s;
}

.button.white,
a.white.plain-link {
    color: white;
}

.button.white:after,
a.white.plain-link:after {
    background: white;
}

.button:hover:after,
a.plain-link:hover:after {
    left: 10%;
    width: 80%;
    transform: scaleY(1);
}

.fat-button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    letter-spacing: .3em;
    padding: 22px 56px;
    background: #1a1a1b;
    transition: 0.3s;
}

.fat-button:hover {
    background: #eeeeee;
    color: #1a1a1b;
}

.fuwu_ms {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    overflow: hidden;
    /* letter-spacing: 1px; */
    text-align: left;
}

.fuwu_list {
    margin-top: 30px !important;
}

.side-link,
.container.home .grid-link .item-label {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform-origin: center;
}

.side-link.left,
.container.home .grid-link .left.item-label {
    left: 30px;
    transform-origin: center;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    
}

.side-link.right,
.container.home .grid-link .right.item-label {
    right: 30px;
    transform-origin: center;
    transform: translateX(50%) translateY(-50%) rotate(90deg);
    
}

@media only screen and (max-width: 750px) {

    .side-link,
    .container.home .grid-link .item-label {
        display: none;
    }
}

.page-link {
    display: block;
}

.page-link.numerized .img{
    position: relative;
}
.indpage-link .img::after{
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
    transition: all .48s;
}

.indpage-link.numerized .img::after{
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
    transition: all .48s;
}

.indpage-link .img:hover::after{
    opacity: 1;
}
.indpage-link.numerized .img:hover::after{
    opacity: 1;
}

/* .page-link .hover-container {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    color: white;
    height: calc(100% - 40px);
    overflow: hidden;
}

.page-link .hover-container .hover-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
}
.vertical.rel:hover .hover-container .hover-bg{
    opacity: 1;
    transition: all .48s;
} */

.page-link .hover-container .plus {
    display: none;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.page-link .hover-container .plus .line {
    background: white;
}

.page-link .pagelink-label {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 1.05vw;
    text-transform: uppercase;
    letter-spacing: .42em;
}

.container.karriere .page-link .pagelink-label {
    font-size: 11px;
}

.page-link .hover-label {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .28em;
    text-transform: uppercase;
    position: absolute;
    top: 75%;
    width: 60%;
    text-align: center;
    left: 20%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
}

.page-link.negative .plus .line {
    background: black;
}

.page-link.negative .hover-container {
    color: black;
}

.page-link.negative .hover-container .hover-bg {
    background: white;
}

.page-link.numerized {
    position: relative;
    display: flex;
    -webkit-flex-flex-direction: column;
    -ms-flex-flex-direction: column;
    -ms-flex: column;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    flex-direction: column;
}

.page-link.numerized .img {
    order: 1;
}

.page-link.numerized .pagelink-label {
    order: 0;
    margin: 0 0 20px 0;
    
}

.page-link.numerized .pagelink-num {
    order: 2;
}

.page-link .pagelink-num {
    opacity: 0;
    display: inline-block;
    /* text-align: left;
    width: 100%; */
    margin: 0 auto;
    position: absolute;
    font-size: 18px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: 50px;
    transition: all .5s;
    transform: translate(-50%,-50%);
}

.page-link:hover .pagelink-num {
    margin-top: 0;
    opacity: 1;
}

.page-link .pagelink-num i {
    font-style: normal;
    /*font-weight: bold;*/
}

/* .page-link .pagelink-num:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
} */
@media only screen and (min-width: 1300px) {
    .page-link .pagelink-label {
        font-size: 13px;
    }
}

@media only screen and (max-width: 750px) {
    .page-link .pagelink-num {
        opacity: 1;
        color: #333;
        margin-top: 20px;
        position: static;
        transform: translateY(0);
        font-size: 16px;
    }

    .page-link .img {
        overflow: hidden;
    }

    .page-link .img:before {
        padding-top: 70%;
    }

    .page-link .img .hover-container {
        display: none;
    }
    .page-link.numerized .pagelink-num{
        margin-top: 20px !important;
    }
    .page-link .img .hover-label {
        color: white;
        width: 80%;
        top: 50%;
        left: 10%;
        visibility: visible;
        opacity: 1;
        transform: translateY(-50%);
    }

    .page-link .img .plus {
        display: none;
    }

    .page-link .pagelink-label {
        position: absolute;
        margin: 0;
        left: 0;
        top: 50%;
        color: white;
        width: 100%;
        text-align: center;
        font-size: 13px;
        transform: translateY(-50%);
    }
}

a.plain-link {
    font-size: 13px;
}

.arrow {
    cursor: pointer;
    display: inline-flex;
    box-sizing: border-box;
    background: white;
    padding: 0;
    width: 35px;
    height: 35px;
}

.arrow svg {
    margin: auto;
}

.arrow path,
.arrow line,
.arrow polyline,
.arrow polygon,
.arrow circle,
.arrow ellipse,
.arrow rect {
    stroke: #1a1a1b;
}

.arrow svg,
.arrow img {
    display: block;
    width: 4px;
    height: 9px;
}

.arrow.prev svg,
.arrow.prev img {
    transform: rotate(180deg);
}

.maps-marker {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    color: white;
}

.maps-marker path,
.maps-marker line,
.maps-marker polyline,
.maps-marker polygon,
.maps-marker circle,
.maps-marker ellipse,
.maps-marker rect {
    fill: #1a1a1b;
}

.maps-marker svg,
.maps-marker img {
    display: block;
    width: 12px;
    height: 16px;
}

.bundy-maps-marker .maps-marker {
    color: #1a1a1b;
}

.bundy-maps-marker .maps-marker path,
.bundy-maps-marker .maps-marker line,
.bundy-maps-marker .maps-marker polyline,
.bundy-maps-marker .maps-marker polygon,
.bundy-maps-marker .maps-marker circle,
.bundy-maps-marker .maps-marker ellipse,
.bundy-maps-marker .maps-marker rect {
    fill: white;
}

.bundy-maps-marker .maps-marker svg,
.bundy-maps-marker .maps-marker img {
    width: 31px;
    height: 40px;
}

.bundy-maps-marker .maps-marker .marker-letter {
    line-height: 36px;

    font-size: 16px;
}

.arrow-long {
    position: relative;
    padding: 3px 1px 3px 0;
}

.arrow-long.next .arrow-line {
    transform-origin: right;
}

.arrow-long.prev .arrow-line {
    transform-origin: left;
}

.arrow-long .arrow-line {
    display: block;
    width: 20px;
    height: 1px;
    background: black;
    transition: 0.3s;
}

.arrow-long:hover .arrow-line {
    transform: scaleX(1.1);
}

.arrow-long svg,
.arrow-long img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-0.5px);
    width: 4px;
    height: 8px;
}

.arrow-long.prev {
    padding-left: 1px;
    padding-right: 0;
}

.arrow-long.prev svg,
.arrow-long.prev img {
    right: auto;
    left: 0;
    transform: rotate(180deg) translateY(0.5px);
}

.icon-close line {
    transform-origin: center;
    transition: 0.3s;
}

.icon-close:hover line:first-child {
    transform: rotate(-45deg);
}

.icon-close:hover line:last-child {
    transform: rotate(45deg);
}

.input-container {
    position: relative;
    box-sizing: border-box;
}

.input-container.size-half:nth-child(odd) {
    padding-right: 17px;
}

.input-container.size-half:nth-child(even) {
    padding-left: 17px;
}

.input-container.search {
    padding-bottom: 13px;
    box-sizing: border-box;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.input-container .input-icon {
    position: absolute;
    display: block;
    right: 0;
    top: calc(50% - 13px);
}

@media only screen and (max-width: 750px) {
    .input-container.size-half:nth-child(odd) {
        padding-right: 0;
    }

    .input-container.size-half:nth-child(even) {
        padding-left: 0;
    }
}

.input-field {
    font-size: 34px;
}

.input-field::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.2);
}

.input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.input-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.2);
}

.standard-input {
    font-size: 16px;
    letter-spacing: .04em;
    margin-top: 15px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #1a1a1b;
}

.input-label {
    font-size: 12px;
    letter-spacing: .04em;
    color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.active .input-label {
    visibility: visible;
    opacity: 1;
}

.follow-container {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 33%;
    display: flex;
    white-space: nowrap;
}

.follow-container>* {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex-flex-grow: 0;
    -ms-flex-flex-grow: 0;
    -ms-flex: 0;
    -webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
}

.follow-container .follow-label {
    margin-right: 1.5vW;
    font-size: 14px;
    letter-spacing: .04em;
}

.follow-container .divider {
    -webkit-flex-flex-grow: 1;
    -ms-flex-flex-grow: 1;
    -ms-flex: 1;
    -webkit-box-flex-grow: 1;
    -moz-box-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    height: 1px;
    background: #1a1a1b;
    margin-top: 7px;
}

.home .follow-container {
    width: calc(35% - 53px - 40px);
    left: 20px;
}

@media only screen and (max-width: 750px) {
    .container .follow-container {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .container .follow-container .follow-label {
        margin-right: 20px;
    }
}

.follow-link {
    display: inline-block;
    margin-left: 1.5vW;
}

.follow-link svg {
    height: 12px;
}

.follow-link.youtube svg {
    width: 15px;
}

.follow-link.facebook svg {
    width: 5px;
}

.follow-link.instagram svg {
    width: 12px;
}

.follow-link.pinterest svg {
    width: 9px;
}

.follow-link .svg-container {
    height: 12px;
    width: auto;
}

.follow-link svg,
.follow-link img {
    display: block;
}

.follow-link path,
.follow-link line,
.follow-link polyline,
.follow-link polygon,
.follow-link circle,
.follow-link ellipse,
.follow-link rect {
    fill: #1a1a1b;
}

@media only screen and (max-width: 750px) {
    .follow-link {
        margin-left: 20px;
    }
}

.plus {
    position: relative;
    display: none;
    width: 80px;
    height: 80px;
}

.plus .line {
    display: block;
    position: absolute;
    background: black;
}

.plus .line.horz {
    width: 0;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.plus .line.vert {
    width: 1px;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.plus.white .line {
    background: white;
}

.scroll-gradient {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10vH;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
}

.scroll-gradient.static {
    display: none;
}

.toggle-ui {

    font-size: 11px;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin-top: 40px;
    color: rgba(0, 0, 0, 0.3);
}

.toggle-ui .active-toggle {
    color: #1a1a1b;
}

.toggle-item {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.toggle-item.active-toggle {
    visibility: visible;
    opacity: 1;
}

.toggle-button {
    transition: 0.3s;
}

.toggle-button:hover {
    opacity: .75;
}

.site-hero {
    height: 100vh;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.site-hero .hero-overlay {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.site-hero .cell {
    width: 100%;
}

.page-template-home .site-hero {
    text-align: center;
}

.site-hero .hero-headline {
    display: inline-block;
}

.home .site-hero .hero-headline {
    font-size: 76px;
    letter-spacing: 0.3em;
}

.home .site-hero .hero-headline .subheadline {
    font-size: 28px;
    margin-top: 12px;
}

.site-hero .hero-headline .subheadline {
    display: block;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: .06em;
    text-transform: none;
    margin-top: 18px;
}

.home .site-hero .hero-headline .subheadline {
    font-size: 28px;
    margin-top: 4px;
}

@media only screen and (max-width: 1024px) {
    .site-hero .hero-headline {
        width: 100%;
        font-size: 22px;
        font-size: 6vW;
        overflow: hidden;
        text-align: center;
    }

    .site-hero .hero-headline .subheadline {
        font-size: 20px;
    }

    .home .site-hero .hero-headline {
        font-size: 9vw;
        letter-spacing: .16em;
    }

    .home .site-hero .hero-headline .subheadline {
        font-size: 26px;
        letter-spacing: .04em;
    }
}

@media only screen and (max-width: 750px) {
    .site-hero {
        background: black;
    }

    .site-hero .hero-headline {
        font-size: 9vw;
        color: white;
    }

    .site-hero .hero-img {
        opacity: .6;
    }

    .home .site-hero .hero-img {
        opacity: 1;
    }

    .site-hero .hero-overlay .content-wrap {
        width: 100%;
    }
}

.hero-ui {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
}

.hero-ui .arrow {
    box-sizing: border-box;
    background: none;
    position: relative;
    overflow: hidden;
    display: block;
}

.hero-ui .arrow .arrow-border {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.hero-ui .arrow svg {
    position: relative;
    transition: 0.3s;
}

.hero-ui .arrow.next {
    margin: -1px 0 0 calc(35px - 1px);
}

.hero-ui .arrow.prev .hover-container {
    left: 100%;
    transform: rotate(180deg);
}

.hero-ui .arrow .hover-container {
    top: -1px;
    left: calc(-100% - 2px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #1a1a1b;
    transition: 0.3s;
}

.hero-ui .arrow .hover-container path,
.hero-ui .arrow .hover-container line,
.hero-ui .arrow .hover-container polyline,
.hero-ui .arrow .hover-container polygon,
.hero-ui .arrow .hover-container circle,
.hero-ui .arrow .hover-container ellipse,
.hero-ui .arrow .hover-container rect {
    stroke: white;
}

.hero-ui .arrow .hover-container.dark-svg-stroke path,
.hero-ui .arrow .hover-container.dark-svg-stroke line,
.hero-ui .arrow .hover-container.dark-svg-stroke polyline,
.hero-ui .arrow .hover-container.dark-svg-stroke polygon,
.hero-ui .arrow .hover-container.dark-svg-stroke circle,
.hero-ui .arrow .hover-container.dark-svg-stroke ellipse,
.hero-ui .arrow .hover-container.dark-svg-stroke rect {
    stroke: #1a1a1b;
}

.hero-ui .arrow .hover-container svg {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.hero-ui .arrow:hover .table svg {
    opacity: 0;
    transform: translateX(20px);
}

.hero-ui .arrow:hover.prev .table svg {
    transform: rotate(180deg) translateX(20px);
}

.hero-ui .arrow:hover .hover-container {
    left: 0;
}

.hero-ui .arrow:hover .hover-container svg {
    opacity: 1;
}

@media only screen and (max-width: 750px) {
    .hero-ui {
        display: none;
    }
}

.scrolldown-container {
    display: none;
    /* display: block; */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    z-index: 9;
}

.scrolldown-container:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #edeff2;
}

.scrolldown-container .hover-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    transition: height 0.3s;
}

.scrolldown-container .content-wrap {
    padding: 20px 0;
    transition: 0.3s;
}

.scrolldown-container .content-wrap.first-twin {
    display: none;
}

.scrolldown-container .content-wrap.hover-twin {
    color: #1a1a1b;
}

.scrolldown-container .content-wrap:after {
    content: '';
    position: absolute;
    display: block;
    position: static;
    margin: 12px auto 0 auto;
    width: 1px;
    height: 9px;
    background: #1a1a1b;
    opacity: .5;
    transition: 0.3s;
}

.scrolldown-container p,
.scrolldown-container .wysiwyg ul,
.wysiwyg .scrolldown-container ul {
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    position: relative;
    text-transform: capitalize;
}

.scrolldown-container:hover .content-wrap:after {
    transform: rotate(180deg);
}

@media only screen and (max-width: 750px) {

    .grid-container .block-headline,
    .grid-container .container.about .post-content h1,
    .container.about .post-content .grid-container h1,
    .grid-container .container.about .post-content h2,
    .container.about .post-content .grid-container h2,
    .grid-container .container.about .post-content h3,
    .container.about .post-content .grid-container h3,
    .grid-container .container.about .post-content h4,
    .container.about .post-content .grid-container h4,
    .grid-container .container.about .post-content h5,
    .container.about .post-content .grid-container h5,
    .grid-container .container.about .post-content h6,
    .container.about .post-content .grid-container h6 {
        display: none;
    }
}

.grid {
    position: relative;
}

.grid-links {
    font-size: 0;
}

@media only screen and (max-width: 750px) {
    .grid-links {
        padding: 20px;
        box-sizing: border-box;
    }

    .grid-links.grid .grid-item.grid-link.img {
        display: block;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .grid-links.grid .grid-item.grid-link.img:first-child {
        margin-top: 0;
        height: auto;
    }
    .additional .fill-parent, .page-curtain, .ui-timelines svg{
        height: auto;
        padding-top: 80%;
        overflow: hidden;
    }
    .grid-links.grid .grid-item.grid-link.img:before {
        padding-top: 80%;
    }

    .grid-links.grid .grid-item.grid-link.img .item-label {
        position: static;
        transform: translateY(0);
        width: 100%;
        text-align: center;
        color: #333;
        opacity: 1;
        margin: 15px 0;
        font-size: 16px;
        z-index: 1;
    }
}

.grid-link {
    display: inline-block;
    position: relative;
    width: 50%;
}

.grid-link:before {
    padding-top: 100%;
}

/* .grid-link .hover-container {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} */
.grid-link .hover-container .plus .line.horz {
    left: 0;
    width: 100%;
}

.grid-link .hover-container .plus .line.vert {
    top: 0;
    height: 100%;
}

/* .grid-link:hover .hover-container {
    opacity: 1;
    visibility: visible;
} */
@media only screen and (max-width: 750px) {
    .grid-link .hover-container {
        background: black;
        visibility: visible;
        opacity: 0.5;
        display: none;
    }

    .grid-link .hover-container .plus {
        display: none;
    }

    .grid-link .hover-container:hover {
        visibility: visible;
        opacity: 0.5;
    }
}

.container.home .grid-link {
    margin-left: 20px;
    margin-bottom: 20px;
}

/* .container.home .grid-link .hover-container {
    background: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.container.home .grid-link .hover-container .hover-bg {
    width: 0;
    background: rgba(0, 0, 0, 0.5);
} */
.container.home .grid-link .hover-container .plus .line.horz {
    width: 0;
}

.container.home .grid-link .hover-container .plus .line.vert {
    height: 0;
}

.container.home .swiper-slide {
    height: 360px !important;
}

.container.home .grid-link {
    width: 100%;
    height: 400px;
    margin: 0 0;
    vertical-align: bottom;
}

.container.home .grid-link:before {
    padding-top: 68.63%;
}

.container.home .grid-link .item-label {
    opacity: 0;
    width: 100%;
    text-align: center;
    color: #fff!important;
    font-size: 18px!important;
    left: 0;
    margin-top: 50px;
    top: 50%;
    transition: all .8s;
    transform: translateY(-50%);
}

.container.home .grid-link:hover .item-label {
    margin-top: 0;
    opacity: 1;
}

.container.home .grid-link:hover .hover-container .hover-bg {
    width: 100% !important;
    height: 100% !important;
}

.container.home .grid-link .item-label {
    display: block;
    white-space: nowrap;
}

.one-three .grid-link .item-label {
    display: none;
}

.one-three .grid-link:nth-child(1) {
    width: 60%;
    margin-left: 40%;
    vertical-align: bottom;
}

.one-three .grid-link:nth-child(1):before {
    padding-top: 78.31%;
}

.one-three .grid-link:nth-child(2) {
    width: calc(40% - 20px);
    margin-top: 20px;
    vertical-align: top;
}

.one-three .grid-link:nth-child(2):before {
    padding-top: 72%;
}

.one-three .grid-link:nth-child(3) {
    width: calc(42% - 20px);
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}

.one-three .grid-link:nth-child(3):before {
    padding-top: 163%;
}

.one-three .grid-link:nth-child(4) {
    width: 18%;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}

.one-three .grid-link:nth-child(4):before {
    padding-top: 100%;
}

.two-two .grid-link .item-label {
    display: none;
}

.two-two .grid-link:nth-child(1) {
    width: calc(50% - 10px);
    vertical-align: bottom;
}

.two-two .grid-link:nth-child(1):before {
    padding-top: 77.61%;
}

.two-two .grid-link:nth-child(2) {
    width: calc(50% - 10px);
    vertical-align: bottom;
    margin-left: 20px;
}

.two-two .grid-link:nth-child(2):before {
    padding-top: 129.69%;
}

.two-two .grid-link:nth-child(3) {
    width: calc(35% - 10px);
    margin-top: 20px;
    margin-left: 15%;
    vertical-align: top;
}

.two-two .grid-link:nth-child(3):before {
    padding-top: 163%;
}

.two-two .grid-link:nth-child(4) {
    width: 27.4%;
    margin-top: 20px;
    vertical-align: top;
    margin-left: 20px;
}

.two-two .grid-link:nth-child(4):before {
    padding-top: 100%;
}

.gallery-container .gallery-select,
.gallery-container .image-select {
    position: relative;
}

.gallery-container .copy-container {
    padding: 0;
    top: auto;
    bottom: 0;
    height: auto;
}

.gallery-container.single .gallery-buttons {
    top: auto;
    bottom: 0;
}

.gallery-container.single .gallery-btn {
    margin-bottom: 0;
    margin-top: 100%;
}

.gallery-container.multiple .gallery-buttons {
    background: white;
}

.gallery-container.multiple .gallery-ui:before {
    content: '';
    position: absolute;
    display: block;
}

.gallery-container .image-headline {
    font-size: 22px;
    color: white;
    letter-spacing: .08em;
}

@media only screen and (max-width: 750px) {
    .gallery-container.single .gallery-col.image-select {
        margin-top: 83px;
    }

    .gallery-container .gallery-select .fill-parent,
    .gallery-container .gallery-select .page-curtain,
    .gallery-container .gallery-select .ui-timelines svg,
    .ui-timelines .gallery-container .gallery-select svg {
        position: static;
    }

    .gallery-container .copy-container {
        margin-top: 83px;
    }

    .gallery-container.single .gallery-col.image-select {
        margin-top: 83px;
    }

    .gallery-container.single .gallery-btn {
        display: inline-block;
        margin: 0 5px;
    }
}

.gallery-list-item {
    cursor: pointer;
}

.gallery-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-ui .image-label {

    font-size: 16px;
    letter-spacing: .06em;
    position: absolute;
    bottom: 0;
    left: 73px;
    width: calc(100% - 73px);
    text-align: center;
    transform: translateY(50%);
}

.gallery-ui .arrow {
    position: absolute;
    top: 50%;
    background: #1a1a1b;
    transform: translateX(-50%) translateY(-50%);
}

.gallery-ui .arrow path,
.gallery-ui .arrow line,
.gallery-ui .arrow polyline,
.gallery-ui .arrow polygon,
.gallery-ui .arrow circle,
.gallery-ui .arrow ellipse,
.gallery-ui .arrow rect {
    stroke: white;
}

.gallery-ui .arrow.prev {
    left: 0;
}

.gallery-ui .arrow.next {
    left: 100%;
}

.gallery-ui:before {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 750px) {
    .gallery-ui .image-label {
        display: none;
    }
}

.gallery-indicator {
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 80px;
    letter-spacing: .06em;
    transform: translateX(-50%) rotate(-90deg);
}

@media only screen and (max-width: 750px) {
    .gallery-indicator {
        display: none;
    }
}

.gallery-buttons {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    .gallery-buttons {
        position: static;
        margin-top: 30px;
        transform: none;
    }
}

.gallery-btn {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: .12em;
    margin-bottom: 100%;
}

.gallery-btn:after {
    content: '';
    position: absolute;
    display: block;
    top: 45%;
    left: -50%;
    width: 0;
    height: 1px;
    background: #1a1a1b;
    transition: width 0.3s;
    transform: translate3d(0, 0, 0);
}

.gallery-btn.current-item:after,
.gallery-btn:hover:after {
    width: 200%;
}

@media only screen and (max-width: 750px) {
    .gallery-btn {
        display: inline-block;
        margin: 0 3%;
    }
}

.gallery-label {
    font-size: 14px;
    letter-spacing: .12em;
    position: absolute;
    top: 100%;
    left: -8px;
    background: white;
    padding: 0 5% 0 0;
    transform-origin: top left;
    transform: rotate(-90deg);
}

@media only screen and (max-width: 750px) {
    .gallery-label {
        display: none;
    }
}

.scroll-container {}

.scroll-container.hide-container {
    overflow: hidden;
}

.scroll-container.framed {
    /*    border-top: 2px solid black;
    border-bottom: 2px solid black; */
    width: 100%;
    overflow: hidden;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;

}

.scroll-wrap_con {
    position: relative;
    width: 100%;
    height: 100%;
}

.scroll-container.framed2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: url(../images/home_add_67.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/home_add_67', sizingMethod='scale');
}

.scroll-container.framed3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: url(../images/home_add_66.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/home_add_66', sizingMethod='scale');
}

.scroll-container.framed4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: url(../images/home_add_69.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/home_add_69', sizingMethod='scale');
}



.scroll-container.faded:after {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0) 100%);
}

.fixedbox,
.maps-container {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    max-height: 100vH;
    z-index: 1;
}

@media only screen and (max-width: 750px) {

    .fixedbox,
    .maps-container {
        position: static;
        width: auto;
        height: auto;
        z-index: auto;
    }
}

@media only screen and (max-width: 750px) {
    .maps-container {
        display: none;
    }
}

.maps-overlay-container {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    background: white;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
}

.maps-overlay-container .inner {
    padding: 30px;
}

.maps-overlay-container .img-col {
    width: 45%;
}

.maps-overlay-container .copy-col {
    width: 55%;
}

.maps-overlay-container .lb-close {
    top: 15px;
    left: auto;
    right: 15px;
    transform: none;
}

.maps-overlay-container .lb-close path,
.maps-overlay-container .lb-close line,
.maps-overlay-container .lb-close polyline,
.maps-overlay-container .lb-close polygon,
.maps-overlay-container .lb-close circle,
.maps-overlay-container .lb-close ellipse,
.maps-overlay-container .lb-close rect {
    stroke: #1a1a1b;
}

.maps-overlay-container .salon-headline {

    font-size: 2.5vw;
    letter-spacing: .02em;
}

.maps-overlay-container p,
.maps-overlay-container .wysiwyg ul,
.wysiwyg .maps-overlay-container ul {
    font-size: 1.11111vw;
    line-height: 2.29167vw;
}

.maps-overlay-container .salon-details {
    margin-top: 35px;
    margin-top: 4.5vH;
}

.maps-overlay-container .salon-openhours {
    margin: 70px 0;
    margin: 3vw 0;
}

.maps-overlay-container .gallery-buttons {
    position: static;
    transform: none;
    text-align: center;
}

.maps-overlay-container .gallery-button {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d3d3d3;
    margin: 0 2%;
    cursor: pointer;
}

.maps-overlay-container .gallery-button.current-item {
    background: #151516;
}

.maps-overlay-container.on {
    display: block;
}

.preloader-container {
    position: fixed;
    background: white;
    overflow: hidden;
    z-index: 100;
}

.preloader-container .table.outer {
    -webkit-flex-flex-direction: column;
    -ms-flex-flex-direction: column;
    -ms-flex: column;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    flex-direction: column;
}

.preloader-container .table.inner {
    width: 25vw;
    height: 11vw;
    margin: auto;
}

.preloader-container .progress-txt {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-size: 26vw;
}

.preloader-container .progress-line {
    display: none;
    position: absolute;
    width: 0%;
    height: 1px;
    left: 50%;
    background: #1a1a1b;
}

.preloader-container .progress-line.top {
    top: 0;
    transform: translateY(-50%);
}

.preloader-container .progress-line.bottom {
    bottom: 0;
    transform: translateY(50%);
}

.preloader-container .spacer {
    display: none;
    width: 100%;
    height: 100px;
    position: relative;
}

.preloader-container .spacer:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: #e4e5e9;
}

.preloader-container .spacer.top:after {
    top: 100%;
}

.preloader-container .spacer.bottom:after {
    bottom: 100%;
}

.preloader-container .preload-icon,
.preloader-container .progress-txt {
    visibility: hidden;
    opacity: 0;
}

.preloader-container .preload-icon {
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #808080;
    width: 350px;
    height: 62px;
    padding: 0;
}

.preloader-container .preload-icon img {
    display: block;
    width: 100%;
}

.preloader-container .base-icon path,
.preloader-container .base-icon line,
.preloader-container .base-icon polyline,
.preloader-container .base-icon polygon,
.preloader-container .base-icon circle,
.preloader-container .base-icon ellipse,
.preloader-container .base-icon rect {
    fill: #e4e4e4;
}

.preloader-container .progress-icon {
    width: 0;
    overflow: hidden;
}

.preloader-container .progress-icon path,
.preloader-container .progress-icon line,
.preloader-container .progress-icon polyline,
.preloader-container .progress-icon polygon,
.preloader-container .progress-icon circle,
.preloader-container .progress-icon ellipse,
.preloader-container .progress-icon rect {
    fill: #1a1a1b;
}

.newarrival .preloader-container {
    background: #f7f7f7;
}

.newarrival .preloader-container .table.inner {
    width: 100%;
    height: 100%;
    -webkit-flex-flex-grow: 1;
    -ms-flex-flex-grow: 1;
    -ms-flex: 1;
    -webkit-box-flex-grow: 1;
    -moz-box-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.newarrival .preloader-container .spacer {
    display: block;
}

.newarrival .preloader-container .progress-line {
    display: block;
}

.newarrival .preloader-container .progress-txt {
    display: block;
}

.newarrival .preloader-container .preload-icon {
    margin: auto;
    position: static;
    z-index: 1;
}

.newarrival .preloader-container .preload-icon img {
    width: 8vw;
    height: 8vw;
}

.newarrival .preloader-container .base-icon path,
.newarrival .preloader-container .base-icon line,
.newarrival .preloader-container .base-icon polyline,
.newarrival .preloader-container .base-icon polygon,
.newarrival .preloader-container .base-icon circle,
.newarrival .preloader-container .base-icon ellipse,
.newarrival .preloader-container .base-icon rect {
    fill: #1a1a1b;
}

.newarrival .preloader-container .progress-icon {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .preloader-container .preload-icon img {
        display: block;
        width: 11vw;
        height: 11vw;
    }
}

@media only screen and (max-width: 750px) {
    .preloader-container .table.inner {
        width: 35vw;
        height: 35vw;
    }

    .preloader-container .preload-icon img {
        display: block;
        width: 35vw;
        height: 35vw;
    }
}

.mobile-list-overlay .close {
    position: absolute;
    top: 19px;
    left: calc(50% - 10px);
    padding: 10px;
}

.mobile-list-overlay .close svg {
    display: block;
    width: 15px;
    height: 15px;
}

@media only screen and (max-width: 750px) {
    .mobile-list-overlay {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        z-index: 100;
        background: white;
    }

    .mobile-list-overlay:after {
        pointer-events: none;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10vH;
        background: linear-gradient(to top, white 10%, transparent 100%);
    }
}

.page-curtain {
    position: fixed;
    width: 0;
    z-index: 198;
    background: white;
}

.content-block.intro-block {
    padding: 290px 0 0 0;
    width: 100%;
    text-align: center;
}

.content-block.intro-block .intro-subheadline {
    font-size: 18px;
    margin-top: 5px;
}

.content-block.intro-block .bg-text {
    font-size: 11vW;
    text-transform: uppercase;
    letter-spacing: .14em;
    line-height: 8vW;
    opacity: .04;
    position: absolute;
    top: 14px;
    left: 50%;
    width: auto;
    white-space: nowrap;
    transform: translateX(-50%);
}

.content-block.intro-block .img {
    margin-top: 175px;
}

@media only screen and (max-width: 750px) {
    .content-block.intro-block {
        padding: 198px 0 0 0;
    }

    .content-block.intro-block .img {
        margin-top: 83px;
    }

    .content-block.intro-block .img:before {
        padding-top: 90%;
    }
}

@media only screen and (max-width: 750px) {
    .content-block.salonkonzepte .content-wrap {
        width: 100%;
    }

    .content-block.salonkonzepte .block-headline,
    .content-block.salonkonzepte .container.about .post-content h1,
    .container.about .post-content .content-block.salonkonzepte h1,
    .content-block.salonkonzepte .container.about .post-content h2,
    .container.about .post-content .content-block.salonkonzepte h2,
    .content-block.salonkonzepte .container.about .post-content h3,
    .container.about .post-content .content-block.salonkonzepte h3,
    .content-block.salonkonzepte .container.about .post-content h4,
    .container.about .post-content .content-block.salonkonzepte h4,
    .content-block.salonkonzepte .container.about .post-content h5,
    .container.about .post-content .content-block.salonkonzepte h5,
    .content-block.salonkonzepte .container.about .post-content h6,
    .container.about .post-content .content-block.salonkonzepte h6 {
        width: 85%;
        margin: auto;
    }

    .content-block.salonkonzepte .img:before {
        padding-top: 70%;
    }

    .content-block.salonkonzepte .img.inner-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .content-block.salonkonzepte .frame {
        border: 1px;
    }

    .content-block.salonkonzepte .top-spaced.l-spaced,
    .content-block.salonkonzepte .job-form .l-spaced.input-container,
    .job-form .content-block.salonkonzepte .l-spaced.input-container,
    .content-block.salonkonzepte .intro-copy p.l-spaced,
    .intro-copy .content-block.salonkonzepte p.l-spaced,
    .content-block.salonkonzepte .intro-copy .wysiwyg ul.l-spaced,
    .intro-copy .wysiwyg .content-block.salonkonzepte ul.l-spaced,
    .content-block.salonkonzepte .wysiwyg .intro-copy ul.l-spaced,
    .wysiwyg .intro-copy .content-block.salonkonzepte ul.l-spaced,
    .content-block.salonkonzepte .container.colorworld .grid-container,
    .container.colorworld .content-block.salonkonzepte .grid-container,
    .content-block.salonkonzepte .container.color-world .grid-container,
    .container.color-world .content-block.salonkonzepte .grid-container,
    .content-block.salonkonzepte .container.about .post-content p.l-spaced,
    .container.about .post-content .content-block.salonkonzepte p.l-spaced,
    .content-block.salonkonzepte .container.about .post-content .wysiwyg ul.l-spaced,
    .container.about .post-content .wysiwyg .content-block.salonkonzepte ul.l-spaced,
    .content-block.salonkonzepte .wysiwyg .container.about .post-content ul.l-spaced,
    .wysiwyg .container.about .post-content .content-block.salonkonzepte ul.l-spaced {
        margin-top: 40px;
    }
}

.content-block.karriere {
    margin-top: -140px;
    z-index: 0;
}

.container.home .content-block.karriere {
    background-color: #f3f3f3;
    padding-top: 200px;
    margin-top: -50px;
}

@media only screen and (max-width: 750px) {
    .content-block.karriere {
        padding-top: 50px;
    }

    .container.home .content-block.karriere {
        margin-top: 0;
        padding-top: 0;
    }
}

.karriere-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-145px);
}

.home .karriere-bg {
    transform: translateX(-125px);
}

@media only screen and (max-width: 750px) {
    .karriere-bg {
        background: none !important;
    }
}

.content-block.services .vert-spaced {
    padding: 220px 0;
}

@media only screen and (max-width: 750px) {
    .content-block.services .vert-spaced {
        padding: 100px 0;
    }
}

.content-block.person.odd {
    background: #eeeeee;
}

.content-block.person.odd .col.third {
    float: right;
}

.single-job .content-block.person.odd .col.third {
    float: none;
}

.content-block.person.odd .col.third:after {
    content: '';
    clear: both;
}

.content-block.person.even {
    background: #f8f8f8;
}

.content-block.produkt-serie {
    background: #f8f8f8;
}

.content-block.locations {
    padding-top: 70px;
}

.content-block.locations .block-headline,
.content-block.locations .container.about .post-content h1,
.container.about .post-content .content-block.locations h1,
.content-block.locations .container.about .post-content h2,
.container.about .post-content .content-block.locations h2,
.content-block.locations .container.about .post-content h3,
.container.about .post-content .content-block.locations h3,
.content-block.locations .container.about .post-content h4,
.container.about .post-content .content-block.locations h4,
.content-block.locations .container.about .post-content h5,
.container.about .post-content .content-block.locations h5,
.content-block.locations .container.about .post-content h6,
.container.about .post-content .content-block.locations h6 {
    bottom: calc(100% + 100px);
}

.content-block.locations .block-bg {
    position: absolute;
    top: 0;
    left: 106px;
    width: calc(100% - 106px);
    height: 100%;
    background: #f6f2ef;
}

.content-block.locations .single-location {
    margin-top: 80px;
}

.container.hairdreams .content-block.locations .block-bg {
    background: #f0f3f7;
}

@media only screen and (max-width: 1024px) {
    .content-block.locations .block-bg {
        left: 5%;
        width: 95%;
    }
}

@media only screen and (max-width: 750px) {
    .content-block.locations {
        padding: 80px 0;
    }

    .content-block.locations .block-bg {
        left: 0;
        width: 100%;
    }

    .content-block.locations .single-location {
        margin-top: 40px;
    }

    .content-block.locations .single-location:first-child {
        margin-top: 0;
    }

    .content-block.locations .single-location .righted,
    .content-block.locations .single-location .centered {
        text-align: left;
    }
}

.content-block.history .copy-col {
    position: relative;
    z-index: 1;
}

.content-block.history .ui-col:before {
    content: '';
    display: block;
    padding-top: 100%;
}

@media only screen and (max-width: 750px) {
    .content-block.history {
        display: none;
    }
}

.ui-timelines svg {
    display: block;
    overflow: visible;
}

.ui-timelines svg:first-child {
    opacity: .2;
}

.ui-timelines path,
.ui-timelines line,
.ui-timelines polyline,
.ui-timelines polygon,
.ui-timelines circle,
.ui-timelines ellipse,
.ui-timelines rect {
    stroke: #1a1a1b;
}

.chapter-headline {
    
    font-size: 165px;
    letter-spacing: .02em;
}

.chapter-headline i {
    font-size: 40px !important;
    font-style: normal;
}

.chapter-label {
    font-size: 12px;
    letter-spacing: .2em;
    color: #6c7076;
    position: absolute;
    transform: translateX(2px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.chapter-image {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 75%;
    transform: translateY(-50%);
}

.ui-chapter {
    cursor: pointer;
    display: block;
    position: absolute;
}

.ui-chapter:first-child .chapter-label,
.ui-chapter:last-child .chapter-label,
.ui-chapter:hover .chapter-label,
.ui-chapter.current-chapter .chapter-label {
    visibility: visible;
    opacity: 1;
}

.ui-chapter:hover .chapter-point,
.ui-chapter.current-chapter .chapter-point {
    width: 8px;
    height: 8px;
    background: white;
}

.ui-chapter:hover .chapter-point:after {
    width: 33px;
    height: 33px;
    opacity: .1;
}

.chapter-point {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: block;
    position: absolute;
    background: #1a1a1b;
    border: 1px solid #1a1a1b;
    box-sizing: border-box;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s;
}

.chapter-point:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 100%;
    border: 1px solid #1a1a1b;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s;
}

@media only screen and (max-width: 750px) {
    .content-block.philosophie .block-subheadline {
        font-size: 16px;
        margin-top: 30px;
    }
}

.intro-copy h1,
.intro-copy h2,
.intro-copy h3,
.intro-copy h4,
.intro-copy .post-content h1,
.post-content .intro-copy h1,
.intro-copy .post-content h2,
.post-content .intro-copy h2,
.intro-copy .post-content h3,
.post-content .intro-copy h3,
.intro-copy .post-content h5,
.post-content .intro-copy h5,
.intro-copy .post-content h6,
.post-content .intro-copy h6,
.intro-copy .container.specialservices .post-content h6,
.container.specialservices .post-content .intro-copy h6,
.intro-copy h5,
.intro-copy h6,
.intro-copy .container.specialservices .post-content h6,
.container.specialservices .post-content .intro-copy h6 {
    font-size: 27px;

    letter-spacing: .04em;
}

@media only screen and (max-width: 750px) {

    .intro-copy h1,
    .intro-copy h2,
    .intro-copy h3,
    .intro-copy h4,
    .intro-copy .post-content h1,
    .post-content .intro-copy h1,
    .intro-copy .post-content h2,
    .post-content .intro-copy h2,
    .intro-copy .post-content h3,
    .post-content .intro-copy h3,
    .intro-copy .post-content h5,
    .post-content .intro-copy h5,
    .intro-copy .post-content h6,
    .post-content .intro-copy h6,
    .intro-copy .container.specialservices .post-content h6,
    .container.specialservices .post-content .intro-copy h6,
    .intro-copy h5,
    .intro-copy h6,
    .intro-copy .container.specialservices .post-content h6,
    .container.specialservices .post-content .intro-copy h6 {
        font-size: 16px;
        margin-top: 30px;
    }

    .intro-copy p,
    .intro-copy .wysiwyg ul,
    .wysiwyg .intro-copy ul {
        margin-top: 10px;
    }
}

#lightbox {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
}

#lightbox.on {
    display: flex;
    visibility: visible;
    opacity: 1;
}

#lightbox .lb-content {
    margin: auto;
}

#lightbox .lb-content .lb-img {
    width: 50vW;
    position: relative;
}

.lb-close {
    cursor: pointer;
    position: absolute;
    top: 12vH;
    left: 50%;
    transform: translateX(-50%);
}

.lb-close path,
.lb-close line,
.lb-close polyline,
.lb-close polygon,
.lb-close circle,
.lb-close ellipse,
.lb-close rect {
    stroke: white;
}

.lb-close svg,
.lb-close img {
    display: block;
    width: 15px;
    height: 15px;
}

.lb-ui .arrow-long .arrow-line {
    background: white;
    width: 5vW;
}

.lb-ui .arrow-long path,
.lb-ui .arrow-long line,
.lb-ui .arrow-long polyline,
.lb-ui .arrow-long polygon,
.lb-ui .arrow-long circle,
.lb-ui .arrow-long ellipse,
.lb-ui .arrow-long rect {
    stroke: white;
}

.lb-ui .arrow {
    background: none;
    position: absolute;
    top: 50%;
    left: 10%;
}

.lb-ui .arrow.next {
    left: auto;
    right: 10%;
}

.lb-ui .gallery-buttons {
    top: auto;
    bottom: 12vH;
    left: 50%;
    color: white;
}

.lb-ui .gallery-btn {
    display: inline-block;
    letter-spacing: .12em;
    margin: 0 0 0 2vW;
}

.lb-ui .gallery-btn:first-child {
    margin: 0;
}

.lb-ui .gallery-btn:after {
    background: white;
}

.page.mobile {
    background: white;
    color: #003675;
}

.about_dbt {}

.about_bt {
    font-family: 'Microsoft YaHei', Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, STHeiti !important;
    font-size: 24px;
    letter-spacing: 1px;
}

.about_ms {
    color: #666;
    margin-top: 20px;
    height: 207px;
    overflow: hidden;
    /*text-align: justify;*/
}

.container.home .welcome .col.wysiwyg {
    padding-top: 30px;
}

.container.home .pagelinks {
    padding: 150px 0;
}

.container.home .salons {
    background: #15181b;
    padding: 90px 0 140px 0;
    position: relative;
    overflow: hidden;
}

.diwen {
    position: absolute;
    left: -10%;
    top: -15%;
}

.muhua {
    position: absolute;
    right: 5%;
    top: 30%;
    z-index: 99;
    width: 160px;
}

.mutou {
    position: absolute;
    left: 32%;
    bottom: -20%;
    z-index: 99;
}

.container.home .salons .wrap-dark {
    background: #222529;
    color: white;
}

.container.home .salons .wrap-light {
    background: white;
}

.container.home .additional {
    background-color: #f3f3f3;
}

.container.home .additional .vert-shift {
    background: white;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.container.home .additional .grid {
    position: relative;
    top: -30px;
    margin-bottom: -55px;
}



.container.home .welcome .col.wysiwyg {
    padding-top: 30px;
}

.container.home .pagelinks {
    padding: 80px 0;
}

.container.home .salons {
    background: #15181b;
    padding: 90px 0 140px 0;
}

.container.home .salons .wrap-dark {
    background: #222529;
    color: white;
}

.container.home .salons .wrap-light {
    background: white;
}

.container.home .additional {
    background-color: #f3f3f3;
}

.container.home .additional .vert-shift {
    background: white;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.container.home .additional .grid {
    position: relative;
    top: 100px;
    margin-bottom: -55px;
}

.container.home .additional .grid .slick-slide>div {
    padding: 10px;
}

@media only screen and (max-width: 750px) {
    .container.home .welcome .centered {
        text-align: left;
    }

    .container.home .pagelinks {
        padding: 50px 0;
    }

    .container.home .pagelinks .content-wrap {
        width: 100%;
    }

    .container.home .salons {
        background: #222529;
        padding: 90px 20px 140px;
    }
    .container.home .salons .select-col {
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }

    .container.home .salons .wrap-dark {
        background: none;
        padding: 0;
    }

    .container.home .additional .grid {
        position: static;
        margin-bottom: 0;
        padding: 0;
    }
}

.impressionen .impr-bgimg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    opacity: .3;
}

.impressionen .block-headline,
.impressionen .container.about .post-content h1,
.container.about .post-content .impressionen h1,
.impressionen .container.about .post-content h2,
.container.about .post-content .impressionen h2,
.impressionen .container.about .post-content h3,
.container.about .post-content .impressionen h3,
.impressionen .container.about .post-content h4,
.container.about .post-content .impressionen h4,
.impressionen .container.about .post-content h5,
.container.about .post-content .impressionen h5,
.impressionen .container.about .post-content h6,
.container.about .post-content .impressionen h6 {
    position: relative;
    z-index: 1;
}

.impressionen.impr-gallery {
    background-color: #17191c;
    color: white;
}

.impressionen.impr-gallery .image-headline {
    font-size: 22px;
}

.impressionen.impr-gallery .themed-col {
    color: #a1a4a7;
}

.impressionen.impr-gallery .bg-num {
    color: rgba(255, 255, 255, 0.08);
}

.impressionen.impr-gallery .gallery-container .gallery-select.flex-col {
    -ms-flex: column;
    -webkit-direction: column;
    -ms-direction: column;
    direction: column;
}

.impressionen.impr-gallery .gallery-container .arrow {
    background: white;
}

.impressionen.impr-gallery .gallery-container .arrow path,
.impressionen.impr-gallery .gallery-container .arrow line,
.impressionen.impr-gallery .gallery-container .arrow polyline,
.impressionen.impr-gallery .gallery-container .arrow polygon,
.impressionen.impr-gallery .gallery-container .arrow circle,
.impressionen.impr-gallery .gallery-container .arrow ellipse,
.impressionen.impr-gallery .gallery-container .arrow rect {
    stroke: #1a1a1b;
}

.impressionen.impr-gallery .gallery-btn:after {
    background: white;
}

@media only screen and (max-width: 750px) {
    .impressionen {
        background-size: 200%;
    }
}

.insert {
    text-align: center;
    padding: 95px 0;
    box-sizing: border-box;
}

.container.colorworld .content-block.locations .block-bg,
.container.color-world .content-block.locations .block-bg {
    left: 0;
    background: #f0f3f7;
}

.container.colorworld .follow-container,
.container.color-world .follow-container {
    width: 32%;
    left: auto;
    right: 0;
}

@media only screen and (max-width: 750px) {

    .container.colorworld .follow-container,
    .container.color-world .follow-container {
        width: 100%;
    }
}

.container.about .post-content p,
.container.about .post-content .wysiwyg ul,
.wysiwyg .container.about .post-content ul {
    color: #a1a4a7;
}

.container.about .generationen {
    padding: 165px 0;
    background: #15181b;
    color: white;
}

.container.about .generationen .bg-cols .col {
    height: 100%;
}

.container.about .generationen .dark-bgimg {
    background-size: auto 93%;
    background-position: right bottom;
    position: absolute;
    right: -7vW;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 750px) {
    .container.about .generationen {
        padding: 83px 0;
    }

    .container.about .philosophie .img.fill-parent,
    .container.about .philosophie .img.page-curtain,
    .container.about .philosophie .ui-timelines svg.img,
    .ui-timelines .container.about .philosophie svg.img {
        position: static;
    }

    .container.about .philosophie .img.fill-parent:before,
    .container.about .philosophie .img.page-curtain:before,
    .container.about .philosophie .ui-timelines svg.img:before,
    .ui-timelines .container.about .philosophie svg.img:before {
        padding-top: 77%;
    }
}

.container.specialservices .intro-block {
    text-align: left;
}

.container.specialservices .intro-block .rotate-headline {
    position: absolute;
    bottom: 40%;
    left: 0;
}

.container.specialservices .page-headline {
    z-index: 1;
}

.container.specialservices .intro-pic {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
}

@media only screen and (max-width: 750px) {
    .container.specialservices .intro-pic {
        height: calc(100% + 100px);
        top: auto;
        bottom: 0;
    }

    .container.specialservices .intro-text-col {
        margin-top: 83px;
    }

    .container.specialservices .twin-columns .content-wrap,
    .container.specialservices .fused-columns .content-wrap {
        width: 100%;
    }

    .container.specialservices .twin-columns .columns .col,
    .container.specialservices .fused-columns .columns .col {
        padding: 83px 7.5%;
    }

    .container.specialservices .fused-columns .columns .col:first-child {
        padding-bottom: 0;
    }

    .container.specialservices .fused-columns .columns .col:last-child {
        padding-top: 41.5px;
    }

    .container.specialservices .twin-columns .columns .col {
        background: #f8f8f8;
    }

    .container.specialservices .twin-columns .columns .col:last-child {
        background: #eeeeee;
    }

    .container.specialservices .twin-columns .twin-bg-col {
        display: none;
    }
}

.container.gallery-page .img {
    max-height: calc(100vH - 247px);
}

.container.gallery-page .side-link,
.container.gallery-page .container.home .grid-link .item-label,
.container.home .grid-link .container.gallery-page .item-label {
    top: 267px;
    transform: translateX(50%) rotate(90deg);
}

.container.gallery-page.products .gallery-buttons,
.container.gallery-page.products .gallery-label {
    display: none;
}

.container.gallery-page.products .gallery-img-container {
    background: #f5f8f9;
}

.container.gallery-page.products .gallery-img {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    position: absolute;
    background-size: contain;
}

.container.gallery-page.products .gallery-img:before {
    content: none;
}

@media only screen and (max-width: 750px) {

    .container.gallery-page .side-link,
    .container.gallery-page .container.home .grid-link .item-label,
    .container.home .grid-link .container.gallery-page .item-label {
        display: block;
        position: static;
        margin-bottom: 10px;
        transform: none;
    }

    .container.gallery-page .gallery-block {
        padding: 0;
        min-height: 0;
    }

    .container.gallery-page .gallery-block .rotate-headline {
        position: absolute;
    }

    .container.gallery-page .gallery-block .gallery-select {
        padding-left: 50px;
        word-break: break-all;
    }

    .container.gallery-page .scroll-gradient {
        display: none;
    }

    .container.gallery-page .fixedbox,
    .container.gallery-page .maps-container {
        padding: 75px 0 100px 0;
        width: 85%;
        margin: auto;
    }

    .container.gallery-page .fixedbox .header-spacer,
    .container.gallery-page .maps-container .header-spacer {
        display: none;
    }
}

.container.presse .downloads .download-link {
    color: white;
}

.container.presse .downloads .download-link .hover-container {
    background: #1a1a1b;
    visibility: visible;
    opacity: 0.8;
    transition: 0.6s;
}

.container.presse .downloads .download-link .hover-container .cell {
    opacity: 0;
    transition: 0.9s;
}

.container.presse .downloads .download-link:hover .hover-container {
    visibility: visible;
    opacity: 0.95;
}

.container.presse .downloads .download-link:hover .hover-container .cell {
    opacity: 1;
}

@media only screen and (max-width: 750px) {
    .container.presse .downloads-list .righted {
        text-align: left;
    }
}

.container.karriere .academy-img {
    display: inline-block;
    width: calc(50% - 10px);
}

.container.karriere .academy-img:last-child {
    margin: 0 0 0 20px;
}

@media only screen and (max-width: 750px) {
    .container.karriere .rotate-headline {
        position: static;
        margin: 50px 0;
        white-space: normal;
        transform: none;
    }

    .container.karriere .rotate-headline:before {
        content: none;
    }

    .container.karriere .pagelinks .page-link {
        position: relative;
    }

    .container.karriere .plain-list .col {
        display: inline-block;
    }

    .container.karriere .plain-list .col.third {
        width: 33.3%;
    }

    .container.karriere .plain-list .col.two-thirds {
        width: 66.7%;
    }

    .container.karriere .plain-list.awards-list .col {
        vertical-align: top;
    }

    .container.karriere .interns .img {
        position: static;
    }

    .container.karriere .academy-img {
        width: 100%;
    }

    .container.karriere .academy-img:last-child {
        margin: 20px 0 0 0;
    }

    .container.karriere .contact-img {
        display: none;
    }
}

.container.artisticteam .grid {
    font-size: 0;
    position: relative;
}

.container.artisticteam .grid .img:before {
    content: none;
}

.container.artisticteam .grid-item {
    float: left;
}

.container.artisticteam .grid-item:first-child {
    width: calc(34% - 10px);
    height: 450px;
}

.container.artisticteam .grid-item:nth-child(2) {
    width: calc(66% - 10px);
    margin-left: 20px;
    height: 450px;
}

.container.artisticteam .grid-item:nth-child(3) {
    width: calc(34% - 10px);
    height: 230px;
    margin-top: 20px;
}

.container.artisticteam .grid-item:nth-child(4) {
    width: calc(33% - 10px);
    margin: 20px 0 0 20px;
    height: 480px;
}

.container.artisticteam .grid-item:nth-child(5) {
    width: calc(33% - 20px);
    margin: 20px 0 0 20px;
    height: 230px;
}

.container.artisticteam .grid-item:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(34% - 10px);
    height: 230px;
}

.container.artisticteam .grid-item:nth-child(7) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(33% - 20px);
    height: 230px;
}

@media only screen and (max-width: 750px) {
    .container.artisticteam .grid-item {
        float: none;
    }

    .container.artisticteam .grid-item:before {
        content: '';
        display: block;
        padding-top: 140%;
    }

    .container.artisticteam .grid-item:first-child,
    .container.artisticteam .grid-item:nth-child(2),
    .container.artisticteam .grid-item:nth-child(3),
    .container.artisticteam .grid-item:nth-child(4),
    .container.artisticteam .grid-item:nth-child(5),
    .container.artisticteam .grid-item:nth-child(6),
    .container.artisticteam .grid-item:nth-child(7) {
        width: 100%;
        height: auto;
    }

    .container.artisticteam .grid-item:nth-child(2),
    .container.artisticteam .grid-item:nth-child(3),
    .container.artisticteam .grid-item:nth-child(4),
    .container.artisticteam .grid-item:nth-child(5),
    .container.artisticteam .grid-item:nth-child(6),
    .container.artisticteam .grid-item:nth-child(7) {
        margin: 20px auto 0 auto;
    }

    .container.artisticteam .grid-item:nth-child(6),
    .container.artisticteam .grid-item:nth-child(7) {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .container.artisticteam .artistic-team .three-spaced {
        margin-top: 0;
    }

    .container.artisticteam .artistic-team .three-spaced .col {
        margin-top: 41.5px;
    }

    .container.artisticteam .content-block.person .col {
        float: none;
    }

    .container.artisticteam .quote {
        margin-top: 41.5px;
    }
}

.container.single-job .application {
    background: white;
}

.container.single-job .application .bg-col:last-child {
    background: #f8f8f8;
}

.container.single-job .person {
    background: #eeeeee;
}

@media only screen and (max-width: 750px) {
    .container.single-job .job-hero:before {
        padding-top: 90%;
    }

    .container.single-job .application {
        padding: 0;
    }

    .container.single-job .application .content-wrap {
        width: 100%;
    }

    .container.single-job .description-col,
    .container.single-job .application-col {
        padding: 83px 7.5%;
        margin: 0 auto;
    }

    .container.single-job .application-col {
        background: #f8f8f8;
    }

    .container.single-job .quote {
        margin-top: 83px;
    }
}

.container.fourofour h1 {
    font-size: 150px;
    letter-spacing: .12em;
    color: #f3f4f5;
    position: absolute;
    top: 25%;
    width: 100%;
}

.container.fourofour .quote {
    position: relative;
}

.container.hairdreams .wysiwyg b,
.container.hairdreams .wysiwyg strong {
    font-weight: normal;
}

.container.hairdreams .intro-block {
    padding-bottom: 150px;
}

.container.hairdreams .intro-block .img {
    margin: 0;
}

@media only screen and (max-width: 750px) {
    .container.hairdreams .intro-block {
        padding-bottom: 83px;
    }

    .container.hairdreams .twin-columns .twin-col {
        float: none;
    }

    .container.hairdreams .twin-columns:last-child .twin-bg-col:last-child {
        display: none;
    }

    .container.hairdreams .content-columns {
        padding: 83px 0;
    }

    .container.hairdreams .content-columns .hd-toggle-container {
        margin-top: 41.5px;
    }

    .container.hairdreams .content-columns .hd-toggle-container .img {
        display: block;
        margin: 0 auto;
    }

    .container.hairdreams .content-columns .hd-toggle-container .toggle-ui {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.hd-toggle-container .toggle-img-container,
.hd-toggle-container .toggle-ui {
    width: 85%;
    display: inline-block;
}

.hd-toggle-container .toggle-ui {
    text-align: center;
}

.container.standard .wysiwyg h1,
.container.standard .wysiwyg h2 {
    font-size: 27px;
    letter-spacing: .04em;
}

.transition-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: black;
}

.transition-bar.image-transition {
    background: black;
}

.leaflet-bottom,
.leaflet-top {
    z-index: auto !important;
}

.content-block.insert .leaflet-container {
    cursor: default;
}


.wrap-dark-box .wrap-dark-item,
.scroll-wrap_con .TabHide4 {
    display: none;
}

.wrap-dark-box .wrap-dark-item.active,
.scroll-wrap_con .TabHide4.active {
    display: block;
}

.about_logo {
    width: 100%;
    overflow: hidden;
}

.about_logo #logo {
    float: left;
    
    color: #000;
    font-size: 27px;
    margin-top: 10px;
    margin-right: 8px;
    font-weight: bold;
}

.about_logo #menul {
    float: left;
    margin-top: 20px;
    color: #aaa;
    font-size: 12px;
}

.about_logo #menul a {
    font-size: 13px;
    font-weight: bold;
    color: #aaa;
}

.columns .col.footer-ewm {
    width: 10%;
    margin-top: 26px;
}
