@font-face {
  font-family: 'interFace';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/interFace/if_std_reg-webfont.woff);
}

@font-face {
  font-family: 'interFace Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/interFace/if_std_bold-webfont.woff);
}

@font-face {
  font-family: 'interFace Italic';
  font-style: italic;
  font-weight: normal;
  src: url(../fonts/interFace/if_std_regitalic-webfont.woff);
}

@font-face {
  font-family: 'sereneMTC';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/sereneMTC/serenemtc-regular-webfont.woff2);
  src: url(../fonts/sereneMTC/serenemtc-regular-webfont.woff);
}

html {
  height: 100%;
}

body {
  background-color: #333333;
  font-family: 'interFace', sans-serif;
  height: 100%;
  overflow-x: hidden;
}

nav {
  font-family: 'interFace Bold', sans-serif;
}

article,
section,
.section {
  max-width: none;
}

.open > .dropdown-menu.dropup {
  border-radius: 4px 4px 0 0;
  bottom: 50px;
  top: auto;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

.mcl-wrapper {
  background: #333333;
  height: 100%;
  height: calc(100% - 50px);
  left: -210px;
  position: relative;
  top: 50px;
  width: 100%;
}

.mcl-content {
  height: 100%;
  left: 210px;
  position: absolute;
  width: 100%;
}

.mcl-footer {
  background-color: white;
  bottom: -50px;
  height: 50px;
  left: 0;
  max-width: none;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.device .mcl-device-hidden,
.mcl-hide-picture-mobile {
  display: none;
}


@media (min-width: 768px) {
  .mcl-content {
    left: 0;
    position: relative;
  }

  .mcl-wrapper {
    left: 0;
    top: 100px;
  }

  .mcl-wrapper-home {
    top: 50px;
  }

  body {
    padding-bottom: 50px;
  }

  .mcl-hide-picture-mobile {
    display: inline;
  }
}
.Chinese-ICP {
  background-color: #f5f5f5;
  font-family: 'sereneMTC';
  padding: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .Chinese-ICP {
    padding: 20px 20px 70px 20px;
  }
}
