.t3-wrapper .body-background {
  background-color: #fdfdfd;
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.t3-wrapper .body-background .t3-features-intro .section {
  background-color: transparent;
}
.t3-header {
  background: #000000;
  padding-top: 24px;
  padding-bottom: 24px;
  top: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
  -webkit-transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
}
.t3-header.ja-affix-top,
.off-canvas-right.off-canvas-open .t3-header {
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}
.t3-header.ja-affix-top.style-dark,
.off-canvas-right.off-canvas-open .t3-header.style-dark {
  background: #000000;
}
.t3-header.ja-affix-top .off-canvas-toggle,
.off-canvas-right.off-canvas-open .t3-header .off-canvas-toggle {
  height: 48px;
  line-height: 48px;
  top: 12px;
}
.t3-header.ja-affix-top .navbar-toggle,
.off-canvas-right.off-canvas-open .t3-header .navbar-toggle {
  line-height: 48px;
}
.t3-header.ja-affix-top .logo-text,
.off-canvas-right.off-canvas-open .t3-header .logo-text {
  height: 48px;
}
.t3-header.ja-affix-top .logo-text a,
.off-canvas-right.off-canvas-open .t3-header .logo-text a {
  font-size: 15px;
  height: 48px;
  width: 48px;
}
.t3-header.ja-affix-top .navbar,
.off-canvas-right.off-canvas-open .t3-header .navbar {
  min-height: 48px;
}
.t3-header.ja-affix-top .navbar-nav > li > a,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > a,
.t3-header.ja-affix-top .navbar-nav > li > span,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > span {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .t3-header {
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .t3-header.style-dark {
    background: #000000;
  }
  .t3-header .off-canvas-toggle {
    height: 48px;
    line-height: 48px;
    top: 12px;
  }
  .t3-header .navbar-toggle {
    line-height: 48px;
  }
  .t3-header .logo-text {
    height: 48px;
  }
  .t3-header .logo-text a {
    font-size: 15px;
    height: 48px;
    width: 72px;
  }
  .t3-header .navbar {
    min-height: 48px;
  }
  .t3-header .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.logo {
  text-align: left;
}
@media (max-width: 991px) {
  .logo {
    width: auto;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  height: 72px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.logo-text a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 200px;
  height: 72px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  vertical-align: bottom;
}
.logo-text a span {
  color: #ffffff;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: inline-block;
  font-size: 14px;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-mast-top {
  position: fixed;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-mast-top {
    position: relative;
    height: auto;
  }
}
.t3-mast-top + script + .t3-features-intro,
.t3-mast-top + .t3-features-intro,
.t3-mast-top + .body-background,
.t3-mast-top + script + .body-background {
  padding-top: 90vh;
}
@media (max-width: 767px) {
  .t3-mast-top + script + .t3-features-intro,
  .t3-mast-top + .t3-features-intro,
  .t3-mast-top + .body-background,
  .t3-mast-top + script + .body-background {
    padding-top: 0;
  }
}
.t3-mast-top .features-intro {
  padding-top: 0;
}
.t3-mast-top.t3-features-intro .section-title > h2 {
  margin-top: 140px;
}
.t3-header.style-dark + .t3-mast-top .section {
  background-color: transparent;
}
.t3-header.style-dark + .t3-mast-top .section {
  background-color: transparent;
}
.t3-header.style-light + .t3-mast-top .section {
  background-color: #ffffff;
}
#languageswitch {
  padding-top: 0px !important;
  text-align: right;
}
#founder,
#founder_japanese {
  padding-top: 0px !important;
}