/*
   * ------------------------------------------------------------------
   *
   * Footer
   * 
   */
   @font-face {
    font-family: "iconfont";
    src: url(./fonts/iconfont.eot?t=1477445860699);
    src: url(./fonts/iconfont.eot?t=1477445860699#iefix)
        format("embedded-opentype"),
      url(./fonts/iconfont.woff?t=1477445860699) format("woff"),
      url(./fonts/iconfont.ttf?t=1477445860699) format("truetype");
  }
  @font-face {
    font-family: "FontAwesome";
    src: url(./fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(./fonts/fontawesome-webfont.eot?#iefix&v=4.5.0)
        format("embedded-opentype"),
      url(./fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),
      url(./fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),
      url(./fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),
      url(./fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular)
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-5x {
    font-size: 5em;
  }
  .fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }
  .fa-ul > li {
    position: relative;
  }
  .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
  }
  .fa-li.fa-lg {
    left: -1.85714286em;
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 23px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
  .wh_footer {
    text-align: left;
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    color: black;
    background: none #ffffff;
    z-index: 0;
  }
  .wh_footer a {
    color: #303c42;
    padding: 0;
  }
  .footer-html-en.followlink {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .followlink .linkblock {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #101f3a;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.35s;
    margin: 0 5px;
    cursor: pointer !important;
  }
  .followlink .linkblock i {
    display: block;
    position: relative;
    top: 0;
    transition: top 0.35s;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
  }

  .icon-twitter:before {
    content: "\e89d";
  }
  .icon-facebook:before {
    content: "\e618";
  }
  .icon-linkedin:before {
    content: "\e605";
  }
  .icon-youtube:before {
    content: "\e883";
  }
  .fa-xing:before {
    content: "\f168";
  }
  .linkblock .fa-xing:before {
    padding-top: 6px;
    display: block;
  }
  .icon-email:before {
    content: "\e636";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .linkblock .fa-instagram:before {
    font-size: 14px;
    padding-top: 6px;
    display: block;
  }
  .linkblock .fa-instagram:nth-child(2):before {
    padding-top: 12px;
  }
  .followlink .linkblock:hover {
    background: #3b5998;
  }
  .followlink .linkblock:hover i {
    top: -26px;
    color: #fff;
  }
  .followlink .linkblock:nth-child(1):hover {
    background: #0a66c2;
  }
  .followlink .linkblock:nth-child(2):hover {
    background: #1877f2;
  }
  .followlink .linkblock:nth-child(3):hover {
    background: #1d9bf0;
  }
  .followlink .linkblock:nth-child(4):hover {
    background: red;
  }
  .followlink .linkblock:nth-child(5):hover {
    background-color: #de336a;
  }
  .followlink .linkblock:nth-child(6):hover {
    background: #006567;
  }
  .followlink .linkblock:nth-child(7):hover {
    background: #0aa2c2;
  }
  .followlink .linkblock:nth-child(6):hover i {
    top: -30px;
  }
  .followlink .linkblock:nth-child(6):hover .fa-xing:before {
    padding-top: 11px;
  }
  .footer-log img {
    display: block;
    width: 294px;
  }

div#footer-widgets .footer-box {
  max-width: initial;
  width: initial;
  padding: 0;
}
  .wh_footer {
    text-align: left;
}
#footer-bottom {
    background: #f3f3f3 !important;
}