@import "fonts/franklin.css" screen, projection;
@import "fonts/flama.css" screen, projection;
@import "fonts/embed.css" screen, projection;
@font-face {
    font-family: din;
    src: url(fonts/DINAlternateBold.ttf);
}

* {
  margin: 0;
  padding: 0;
}

img{
  border: none;
}
body {
  color: #81ACA1;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  letter-spacing: 1px;

}
.chinese{
  font-family: 'Arial',微软雅黑体, "Microsoft YaHei", 黑体, SimHei, 冬青黑体, "Hiragino Sans GB", 华文黑体, STHeiti!important;
}

.en{
  font-family: 'Arial';
  font-weight: normal;
  font-style: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  letter-spacing: inherit;

}
.home.en{
  font-family: 'Helvetica Neue LT Std' !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.en .menu a{
  font-family: "Arial";
  font-weight: normal;
  font-style: normal;
}


.en .dinBold{
font-family: 'DIN Alternate' !important;
  font-weight: bold !important;
  font-style: normal !important;
}
.en .centuryGothicBold{
  font-family: 'Century Gothic' !important;
  font-weight: bold !important;
  font-style: normal !important;
}
.en .helvLight{
  font-family: 'Helvetica Neue LT Std' !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
.en .helvBold{
  font-family: 'Helvetica Neue LT Std' !important;
  font-weight: bold !important;
  font-style: normal !important;
}
.en .helvNormal{
  font-family: 'Helvetica Neue LT Std' !important;
  font-weight: normal !important;
  font-style: normal !important;
}
a{
    text-decoration: none;
}

.clear{
    clear: both;
}
.abs-center{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}


.sub-header {
  background: gray;
  width: 100%;
  height: 300px;
}

#sb-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 780px;
  height: 57px;
  background: white;
  z-index: 1000;
}

#sb-header .menu{
  float: right; margin-right: 20px
}

#sb-header .menu > a{
    display: block;
    float: left;
    color: #606060;
    text-decoration: none;
    margin-right: 50px;
    font-size: 15.5px;
   margin-top: 34px;

}

.chinese #sb-header .menu > a{
  font-size: 13.5px;
}

#sb-header .menu .social-btn{

  margin-top: 35px;
}

#sb-header .menu .social-btn.fb{
  margin-right: 10px;
}

#sb-header .submenu{
  display: none;

  position: absolute;

  background: #81ACA1;
}
#sb-header .submenu li >a {
  color: white;
  padding: 12px 25px;
  font-size: 12px;
  display: block;
}
#sb-header .submenu.lang{
  width: 70px;
  top:57px;
  right:28px;
}
#sb-header .submenu.collection{

  top:57px;
  right:367px;
}
#sb-header .submenu li{
  list-style: none;
  font-size: 12px;
  padding: 5px;
  color:#5b482b;
}
#sb-header .submenu li:hover,#sb-header .submenu li.active{
  color: white;
}
.top-buffer {
  height: 57px;
}

.content-area {
  width: 100%;
  height: 500px;

}
#sb-footer {
  display: block;
  width: 100%;
  background: #81aca1;
}

#sb-footer .sb-container{
  padding: 16px;
}

#sb-footer .copyright{
  float: right; color: white; font-size: 9px;padding-top: 5px
}

.main-content .article-area {
  width: 100%;
  height: 500px;
}

.ratio-img {
  position: relative;
  visibility: hidden;
  /* make sure it's hidden */
  width: 100%;
  min-width: 100%;
}

.section-blk {
  position: relative;
  margin-bottom: 10px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;

}
.inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#md-wrapper {
  max-width: 1920px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#slider-section {
  background-size: 100% 100%;
}

div.langselection{
  float: right;
  margin-top: 35px;
  font-size: 12px;
}
div.langselection a{
  color:#81ACA1 ;
}