  @font-face { 
    font-family: 'Montserrat'; 
    src:url('/font/Montserrat-Regular.ttf'),
        url('/font/Montserrat-Light.otf'); 
  } 
  * {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: "Montserrat" !important;
    color: rgb(42, 42, 42);
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
  }
  .hide {
    display: none;
  }
  .silverbg {
    background: #E8E7EF;
  }
  .lightfont {
    color: #818181 !important;
  }
  .boldfont {
    font-weight: 700;
  }
  h1 {
    font-size: 30px !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    margin: 0 auto 20px;
  }
  h2 {
    font-size: 22px !important;
    line-height: 22px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    margin: 0 auto 20px;
  }
  h3 {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    margin: 0 auto 20px;
  }
  h4 {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    color: #777;
  }
  p.normal {
    font-style: 16px;
  }
  p.bigger {
    font-size: 20px;
  }
  p.smaller {
    font-size: 13px;
  }

  section#main {
    padding: 30px 3% 0px;
  }
  section#main div#welcome p:first-of-type {
    font-size: 24px;
    line-height: 36px;
  }
  section#main div#welcome p:nth-of-type(2) {
    font-size: 18px;
    margin-top:30px;
  }
  section#detail {
    padding: 30px 3%;
  }
  section#detail div.parts {
    box-sizing: border-box;
    float: left;
    width:50%;
    margin-bottom: 30px;
    padding-right: 25px;
  }
  section#detail div.parts:nth-child(2n+1) {
    clear:left;
  }
  section#detail div.parts:nth-child(2n) {
    padding-left: 30px;
  }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px !important;
      line-height: 28px !important;
      letter-spacing: 0px !important;
      word-wrap: break-word;
      margin: 0 auto 20px;
    }
    section#main {
      padding: 30px 20px 0px;
    }
    section#detail {
      padding: 30px 20px;
    }
    section#detail div.parts {
      box-sizing: border-box;
      float: left;
      width:100%;
      margin-bottom: 30px;
      padding: 0px !important;
    }
    section#detail div.parts:nth-child(2n+1) {
      clear:left;
    }
  }
  section#detail div.parts a {
    color: inherit;
    opacity: .7;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.02em;
    border-collapse: collapse;
    border-spacing: 2px;
  }
  section#imageWrap {
    padding: 0px 3% 50px;
  }
  section#imageWrap div.iamgeHolder {
    float:left;
    width:calc(33.3% - 10px);
    margin: 0px;
    padding:5px;
    height: 200px;
  }
  @media screen and (max-width: 500px) {
    section#imageWrap {
      padding: 0px 20px 50px;
    }
    section#imageWrap div.iamgeHolder {
      float:none;
      width: 100%;
      margin: 0px 0px 15px;
      padding: 0px;
      height: 300px;
    }
  }
  section#imageWrap div.iamgeHolder a {
    position: relative;
    height: inherit;
    display: block;
    overflow: hidden;
    height:100%;
  }
  section#imageWrap div.iamgeHolder img {
    width: 100%;
    height: 100%;
  }
  section#contactWrap {
    padding: 30px 3%;
  }
  section#contactWrap ul {
    margin:50px 0px;
  }
  section#contactWrap ul li {
    width: 33.3%;
    float: left;
  }
  @media screen and (max-width: 500px) {
    section#contactWrap {
      padding: 30px 20px;
    }
    section#contactWrap ul li {
      float: none;
      width: 100%;
      margin-bottom: 15px;
    }
  }
  
  header {
    position: relative;
    height: 92px;
    padding: 0px 5%;
    margin: 0px 0px;
  }
  header div.imageHolder {
    position: absolute;
    top: 2px;
    left: 5%;
    height: 88px;
    line-height: 88px;
  }
  header nav#top {
    margin-left:calc(5% + 226px);
    padding: 0px;
  }
  header nav#top ul {
    height: 92px;
  }
  header nav#top ul li {
    float:left;
    line-height: 92px;
  }
  header nav#top ul li:nth-child(1) {
    width:12%;
  }
  header nav#top ul li:nth-child(2) {
    width:27%;
  }
  header nav#top ul li:nth-child(3) {
    width:13%;
  }
  header nav#top ul li:nth-child(4) {
    text-align: right;
    width:48%;
  }
  header nav#top ul li a {
    text-decoration: none;
    cursor: pointer;
  }
  header nav#top a.language {
    font-size: 12px;

  }
  @media screen and (max-width: 500px) {
    header {
      position: relative;
      height: 100px;
      padding: 0px;
      margin: 0px;
    }
    header div.imageHolder {
      position: absolute;
      top: 6px;
      left: 20px;
      height: 88px;
      line-height: 88px;
      width:220px;
    }
    header nav#top {
      padding: 0px;
    }
    header nav#top ul {
      height: 100px;
    }
    header nav#top ul li {
      height: 25px;
      line-height: 25px;
      width: 100% !important;
      text-align: center !important;
    }
  }
  

  nav#bottom {
    border-top: 1px solid #ccc;
    padding: 25px 20% 40px;
  }
  nav#bottom ul li {
    float:left;
  }
  nav#bottom ul li:nth-child(1) {
    width:33.3%;
  }
  nav#bottom ul li:nth-child(2) {
    width:33.3%;
  }
  nav#bottom ul li:nth-child(3) {
    width:33.3%;
  }
  nav#bottom ul li a {
    text-decoration: none;
    cursor: pointer;
  }
  @media screen and (max-width: 500px) {
    nav#bottom ul li {
      float:none;
      width: 100% !important;
    }
  }

  footer {
    margin-bottom: 40px;
  }
  footer div p {
    color: #666;
  }

  section#carousel {
    height: 0px;
    width: 100%;
  }