/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   .viewport-unit(height, 50vh);
 *   .viewport-unit(font-size, 5vmin);
 */
.emissions {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 99;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: .7rem 10rem;
}
@media only screen and (max-width:669px) {
  .emissions {
    padding: 1rem 5rem;
  }
}
.emissions p {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4rem;
}
.column {
  position: relative;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger {
  opacity: 0;
  pointer-events: none;
}
.hamburger.visible {
  opacity: 1;
  pointer-events: all;
}
button {
  font-family: Roboto, notozh_title, notojp_title !important;
}
.grad-h {
  background-size: contain;
  background-repeat: repeat-y;
  background-image: url('/themes/custom/lambo/img/base/grad.png');
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(199, 154, 87, 0.4);
}
/**:not(input){
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
::selection {
  background: #ddb321;
  /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #ddb321;
  /* Gecko Browsers */
  color: white;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
*:focus {
  outline: none;
}
a,
a:active,
a:focus {
  outline: none;
}
a {
  color: #ddb321;
}
pre {
  color: red;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  font-family: Roboto, notozh_title, notojp_title;
}
html,
body {
  font-size: 10px;
  margin: 0;
}
html.pagetextsize1,
body.pagetextsize1 {
  font-size: 12px;
}
html.pagetextsize2,
body.pagetextsize2 {
  font-size: 13px;
}
html.pagetextsize3,
body.pagetextsize3 {
  font-size: 14px;
}
html.pagetextcontrast1 .btn,
body.pagetextcontrast1 .btn {
  background-color: black !important;
}
html.pagetextcontrast1 .btn span,
body.pagetextcontrast1 .btn span {
  font-weight: bold;
}
html.pagetextcontrast1 h6 .sub,
body.pagetextcontrast1 h6 .sub {
  background-color: black !important;
}
html.pagetextcontrast1 p a,
body.pagetextcontrast1 p a {
  color: black !important;
}
.body {
  background-color: white;
  margin: 0 auto;
  max-width: 2560px;
}
.displaynone {
  display: none !important;
}
#content {
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#content.blurred {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
body.noscrollbar {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
@media only screen and (max-width:1920px) and (min-width:1800px) {
  html,
  body {
    font-size: 11px;
  }
}
@media only screen and (max-width:1799px) and (min-width:1600px) {
  html,
  body {
    font-size: 11px;
  }
}
@media only screen and (max-width:1599px) and (min-width:1440px) {
  html,
  body {
    font-size: 10px;
  }
}
@media only screen and (max-width:1439px) and (min-width:1200px) {
  html,
  body {
    font-size: 10px;
  }
}
@media only screen and (max-width:1199px) and (min-width:1025px) {
  html,
  body {
    font-size: 9px;
  }
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  html,
  body {
    font-size: 8px;
  }
}
@media only screen and (max-width:669px) {
  html,
  body {
    font-size: 7px;
  }
}
.row-content {
  max-width: 1920px;
  max-width: 2560px;
  padding: 0 3rem;
}
.row-content.fullwidth {
  padding: 0;
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  .row-content {
    padding: 0;
  }
}
section {
  position: relative;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  font-family: Roboto, notozh_title, notojp_title;
}
h2,
h3 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-weight: lighter;
}
p {
  margin: 0;
  font-family: Open Sans, notozh_title, notojp_title;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
p strong {
  font-weight: 600;
}
svg {
  position: absolute;
}
svg > svg {
  width: 100%;
  height: 100%;
}
.seo {
  display: none;
}
.centered {
  text-align: center;
}
.disable-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: .3;
  z-index: 100000;
}
.addthis_custom_sharing svg {
  position: relative;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header.blurred {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
header .rightbox {
  position: absolute;
  right: 5rem;
  height: 100%;
  display: table;
  color: white;
  width: 30rem;
  z-index: 2;
  /*    &.searchshown {
      .searchbox {
        display: block;
      }
      ul {
        display: none;
      }
    }

    &.shareshown {
      .sharebox {
        display: block;
      }
      ul {
        display: none;
      }
    }*/
}
@media only screen and (max-width:1199px) and (min-width:1025px) {
  header .rightbox {
    width: 20rem;
  }
}
header .rightbox .box {
  display: none;
}
header .rightbox .box button {
  display: inline-block;
  border: none;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2.6rem;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
header .rightbox .box button:hover {
  opacity: .5;
}
header .rightbox .box.searchbox input {
  display: inline-block;
  width: 25rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding: .5rem 0;
  font-size: 1.3rem;
  margin-right: 1rem;
  color: white;
}
@media only screen and (max-width:1199px) and (min-width:1025px) {
  header .rightbox .box.searchbox input {
    width: 15rem;
  }
}
header .rightbox .box.sharebox span {
  font-size: 2.3rem;
  line-height: 2.3rem;
  display: inline-block;
  top: 1rem;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
header .rightbox .box.sharebox span:hover {
  opacity: .5;
}
@media only screen and (max-width:1024px) and (min-width:670px), only screen and (max-width:669px) {
  header .rightbox {
    display: none;
  }
}
header .rightbox > div {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header .rightbox > div ul {
  list-style: none;
  width: 100%;
  position: relative;
}
header .rightbox > div ul li {
  display: inline-block;
  font-size: 2.6rem;
  vertical-align: top;
  cursor: pointer;
}
header .rightbox > div ul li:last-child {
  padding-left: 1rem;
}
header .rightbox > div ul li span {
  position: relative;
  line-height: 2.6rem;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  opacity: 1;
}
header .rightbox > div ul li span:hover {
  opacity: .5;
}
header .rightbox > div ul li .grey {
  background-color: #515053;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 .4rem;
  vertical-align: top;
}
header .fade {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: .9;
}
header .dd {
  position: absolute;
  background-color: #202020;
  background-color: rgba(32, 32, 32, 0.95);
  height: 42.7rem;
  top: -42.7rem;
  height: 45rem;
  top: -45rem;
  height: 49rem;
  top: -49rem;
  height: 54rem;
  top: -54rem;
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
header .dd .holder {
  width: calc(100% - 16rem - 16rem);
  height: calc(100% - 10rem);
  position: absolute;
  top: 10rem;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .dd .holder > div {
  padding-right: 1rem;
}
header .dd .holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .dd .holder .preview {
  color: white;
  padding: 3rem 0 0 5rem;
}
header .dd .holder .preview img {
  width: 100%;
}
header .dd .holder .preview h6 {
  font-family: Roboto, notozh_title, notojp_title;
  text-transform: uppercase;
  font-size: 1.4rem;
}
header .dd .holder .preview p {
  font-family: Open Sans, notozh_title, notojp_title;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
header .dd .holder .submenu {
  display: none;
}
header .dd .holder .submenu.visible {
  display: block;
}
header .dd .holder a {
  color: #8c8c8c;
  color: white;
  font-weight: lighter;
  font-size: 1.4rem;
  font-family: Open Sans, notozh_title, notojp_title;
  text-decoration: none;
  padding: 2rem .3rem;
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .dd .holder a .icon-arrow-right {
  position: absolute;
  right: 0;
}
header .dd .holder a:before,
header .dd .holder a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #323232;
}
header .dd .holder a:after {
  width: 0;
  background-color: #ddb321;
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .dd .holder a.active {
  color: white;
}
header .dd .holder a.active:after {
  width: 100%;
}
header .dd .holder a:hover {
  color: white;
}
header .dd .holder a:hover:after {
  width: 100%;
}
header .dd.shown {
  top: 0;
}
header .black {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 10rem;
  position: absolute;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .black .desktop-holder {
  height: 100%;
  position: relative;
  display: table;
}
@media only screen and (max-width:1024px) and (min-width:670px), only screen and (max-width:669px) {
  header .black {
    height: 8rem;
  }
}
header h1,
header .logo {
  margin: 0;
  position: absolute;
  left: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform-origin: center center;
  width: 6rem;
  height: 6.7rem;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width:1024px) and (min-width:670px), only screen and (max-width:669px) {
  header h1,
  header .logo {
    left: 2.4rem;
    -webkit-transform: translateY(-50%) scale(0.8, 0.8);
    transform: translateY(-50%) scale(0.8, 0.8);
    top: 4rem;
  }
}
header nav.desktop {
  width: calc(100% - 16rem);
  width: 100%;
  height: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width:1024px) and (min-width:670px), only screen and (max-width:669px) {
  header nav.desktop {
    display: none;
  }
}
header nav.desktop ul {
  list-style: none;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header nav.desktop ul.sub {
  position: absolute;
  top: 7rem;
}
header nav.desktop ul.sub li {
  position: relative;
}
header nav.desktop ul.sub li:before {
  content: "";
  background-color: #ddb321;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header nav.desktop ul.sub li.active:before {
  opacity: 1;
}
header nav.desktop ul.sub li:hover:before {
  opacity: 1;
}
header nav.desktop ul.sub li a {
  font-size: 1.2rem;
  padding: .2rem .5rem;
}
header nav.desktop ul.sub li a:after {
  content: none;
}
header nav.desktop ul li {
  display: inline-block;
  margin-right: .5rem;
}
header nav.desktop ul li a {
  font-family: Roboto, notozh_title, notojp_title;
  color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0 .5rem .5rem .5rem;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
header nav.desktop ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ddb321;
  opacity: 0;
  width: 0;
  left: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header nav.desktop ul li a.active:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
header nav.desktop ul li a:hover:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
header.scrolled .dd {
  height: 37.7rem;
  top: -37.7rem;
}
header.scrolled .dd .holder {
  height: calc(100% - 5rem);
  top: 5rem;
}
header.scrolled .dd.shown {
  top: 0;
}
header.scrolled .black {
  height: 5rem;
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  header.scrolled .black {
    height: 8rem;
  }
}
@media only screen and (max-width:669px) {
  header.scrolled .black {
    height: 8rem;
  }
}
header.scrolled h1,
header.scrolled .logo {
  -webkit-transform: translateY(-50%) scale(0.5, 0.5);
  transform: translateY(-50%) scale(0.5, 0.5);
  top: 2.5rem;
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  header.scrolled h1,
  header.scrolled .logo {
    -webkit-transform: translateY(-50%) scale(0.8, 0.8);
    transform: translateY(-50%) scale(0.8, 0.8);
    top: 4rem;
  }
}
@media only screen and (max-width:669px) {
  header.scrolled h1,
  header.scrolled .logo {
    -webkit-transform: translateY(-50%) scale(0.8, 0.8);
    transform: translateY(-50%) scale(0.8, 0.8);
    top: 4rem;
  }
}
#state {
  position: relative;
  min-height: calc(100vh - 39rem);
  overflow: hidden;
  max-width: 1920px;
  max-width: 2560px;
}
#state #disable-state {
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 0, 0, 0);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.breadcrumbs-holder {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width:669px) {
  .breadcrumbs-holder {
    text-align: center;
    display: none;
  }
}
.breadcrumbs-holder.nocarousel #breadcrumbs {
  top: 10rem;
}
@media only screen and (max-width:1024px) and (min-width:670px), only screen and (max-width:669px) {
  .breadcrumbs-holder.nocarousel #breadcrumbs {
    top: 8rem;
  }
}
#breadcrumbs {
  position: absolute;
  left: 5rem;
  top: 0;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  z-index: 10;
}
@media only screen and (max-width:669px) {
  #breadcrumbs {
    position: relative;
    left: auto;
    display: inline-block;
  }
}
#breadcrumbs li {
  position: relative;
  display: inline-block;
  white-space: pre;
}
#breadcrumbs li:after {
  content: '\2F';
  display: inline-block;
}
#breadcrumbs li:last-child:after {
  content: '';
}
#breadcrumbs li:last-child a {
  font-weight: bold;
  cursor: default;
}
#breadcrumbs li:last-child a:hover {
  color: black;
}
#breadcrumbs li a {
  display: inline-block;
  font-size: 1.2rem;
  text-transform: capitalize;
  padding: 1rem 1rem 1rem 1rem;
  text-decoration: none;
  color: black;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
#breadcrumbs li a:hover {
  color: #ddb321;
}
footer {
  /*  height: 39rem;
  height: 46rem;
  height: 48rem;*/
  position: relative;
  background-color: #000;
  border-top: 3px solid white;
  padding: 0rem 5rem 0rem 5rem;
  height: 25rem;
}
@media only screen and (max-width:669px) {
  footer {
    height: auto;
    padding: 1rem;
    height: 45rem;
  }
}
footer .labels {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .labels a {
  color: white;
}
@media only screen and (max-width:669px) {
  footer .labels {
    position: relative;
    padding: 0 2rem;
  }
}
footer .labels p {
  font-size: 1.4rem;
  font-family: Open Sans, notozh_title, notojp_title;
  font-weight: 300;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 2rem;
}
footer .labels p.bottom {
  font-style: italic;
  color: #9d9b9b;
}
footer .labels p.bottom a {
  color: white;
  font-weight: bold;
}
@media only screen and (max-width:669px) {
  footer .column {
    display: none;
  }
}
footer .column > .column {
  padding: 0 2.25rem;
}
footer nav {
  position: relative;
  margin-bottom: 3rem;
  height: 3.5rem;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width:669px) {
  footer nav {
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 2rem;
  }
}
footer nav ul {
  vertical-align: bottom;
  list-style: none;
  display: inline-block;
  position: relative;
  height: 100%;
}
footer nav ul li {
  display: inline-block;
  height: 100%;
  white-space: pre;
}
@media only screen and (max-width:669px) {
  footer nav ul li {
    width: 50%;
  }
}
footer nav ul li a {
  position: relative;
  font-family: Roboto, notozh_title, notojp_title;
  color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-decoration: none;
  padding-right: 2rem;
  vertical-align: bottom;
  height: 100%;
  line-height: 3.5rem;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /*          @media @tiny{
            font-size:2rem;
          }*/
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  footer nav ul li a {
    padding: 0 .6rem;
    font-size: 1.7rem;
  }
}
footer nav ul li a:hover {
  opacity: .3;
}
footer .social-links {
  color: white;
  margin-bottom: 1rem;
  right: 5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width:669px) {
  footer .social-links {
    position: relative;
    right: auto;
    padding-left: 2rem;
  }
}
footer .social-links svg {
  position: relative;
}
footer .social-links .label {
  display: inline-block;
  font-size: 1.6rem;
  font-family: Open Sans, notozh_title, notojp_title;
  font-weight: bold;
}
footer .social-links ul {
  display: inline-block;
  list-style: none;
}
footer .social-links ul li {
  display: inline-block;
}
footer .social-links ul li a {
  color: white;
  font-size: 3rem;
  color: #d1d2d3;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
footer .social-links ul li a:hover {
  opacity: .3;
}
footer .links {
  position: relative;
  color: white;
  width: 100%;
}
footer .links a {
  color: white;
  text-decoration: none;
  position: relative;
  display: block;
}
footer .links a:hover h5 strong,
footer .links a:hover h5 span {
  opacity: .3;
}
footer .links h5 {
  font-family: Open Sans, notozh_title, notojp_title;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid white;
  padding: 1rem 0;
  font-weight: lighter;
  margin-bottom: 1rem;
  text-transform: none;
}
footer .links h5 > strong,
footer .links h5 > span {
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  footer .links h5 {
    font-size: 2rem;
  }
}
footer .links h5 strong {
  font-weight: bold;
}
footer .links nav {
  text-align: left;
}
footer .links nav ul li {
  display: block;
  text-align: left;
}
footer .links nav ul li a {
  color: #e5e5e5;
  font-family: Open Sans, notozh_title, notojp_title;
  font-weight: 300;
  font-size: 1.4rem;
  padding: .8rem 0;
  display: inline-block;
  text-transform: none;
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  footer .links nav ul li a {
    font-size: 2rem;
  }
}
.btn {
  -webkit-transition: background-color 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background-color 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #e6d07a;
  padding: 1rem 2rem 1rem 2rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: lighter;
  font-weight: normal;
  font-family: Roboto, notozh_title, notojp_title;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 2rem;
}
.btn.nomargin {
  margin-right: 0;
}
.btn span {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  display: inline-block;
  color: white;
  left: 0;
  white-space: pre;
}
.btn:after {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: '\e802';
  font-family: 'fontello';
  position: absolute;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: white;
}
.btn:hover {
  background-color: #dfb400;
}
.btn:hover span {
  left: -1rem;
}
.btn:hover:after {
  right: .8rem;
}
.btn.nohoverarrow:after {
  content: none;
}
.btn.nohoverarrow:hover {
  background-color: #dfb400;
}
.btn.nohoverarrow:hover span {
  left: 0;
}
.btn.aside:after {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: '\e822';
  font-family: 'fontello';
  position: absolute;
  top: 0;
  right: -2rem;
  width: 2rem;
  display: inline-block;
  transform: scaleX(-1);
  font-size: 2.5rem;
  background-color: #cca300;
  height: 100%;
  padding-top: .9rem;
}
.btn.aside:hover:after {
  right: 0;
}
.btn.colorizable {
  background-color: transparent;
}
.btn.colorizable .before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.btn.colorizable:after {
  background-color: transparent;
}
.btn.colorizable:before {
  content: none;
  background-color: transparent;
}
.btn.colorizable:hover {
  color: white !important;
}
.btn:hover {
  /*    &:after{
      right:3rem;
    }*/
}
.btn:hover:before {
  left: -15%;
}
.btn-arrow {
  width: 4rem;
  height: 6rem;
  position: absolute;
  background-color: transparent;
  border: 0;
}
.btn-arrow.disabled {
  visibility: hidden;
}
.btn-arrow.prev:after {
  content: '\e803';
  font-family: 'fontello';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
}
.btn-arrow.next:after {
  content: '\e802';
  font-family: 'fontello';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
}
.btn-arrow {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.btn-arrow:hover {
  color: #ddb321;
}
.hamburger {
  display: none;
  position: absolute;
  top: 2.4rem;
  padding: 0;
  transform: scale(0.7, 0.7);
  z-index: 2;
}
@media only screen and (max-width:669px) {
  .hamburger {
    right: .6rem;
  }
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  .hamburger {
    right: 1rem;
  }
}
@media only screen and (max-width:1199px) and (min-width:1025px) {
  .hamburger {
    right: 1.2rem;
  }
}
@media only screen and (max-width:1024px) and (min-width:670px), only screen and (max-width:669px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  border-radius: 0;
}
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #202020;
  display: none;
  content: 'viewport-units-buggyfill; height:100vh;';
  background-size: cover;
  background-position: center center;
  /*  .search{
      border-bottom:1px solid white;
      color:white;
      font-size:2.1rem;
      padding:1rem;
      position:absolute;
      bottom:15rem;
      left:3rem;
      width: ~"calc(100% - 6rem)";

      input{
        width:100%;
        height:100%;
        position:absolute;top:0;
        left:0;
        opacity:0;
      }
    }*/
}
#mobile-menu .blackbar {
  height: 8rem;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#mobile-menu .top {
  position: absolute;
  width: 100%;
  height: 200vh;
  height: calc(200vh - 7rem);
  content: 'viewport-units-buggyfill;';
  z-index: 1;
}
#mobile-menu .content {
  position: relative;
  height: 100vh;
}
#mobile-menu .search-results {
  position: relative;
  height: calc(100vh - 15rem);
  content: 'viewport-units-buggyfill;';
  overflow-y: auto;
  background-color: #eeeeee;
}
#mobile-menu .search-results .results-wrapper {
  padding: 2rem;
}
#mobile-menu .search-results .results-wrapper a.result {
  background-color: #ebebeb;
  text-align: left;
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
  display: table;
  width: 100%;
  color: black;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
#mobile-menu .search-results .results-wrapper a.result > div {
  display: table-cell;
  vertical-align: middle;
}
#mobile-menu .search-results .results-wrapper a.result > div:first-child {
  padding: 1rem 0 2rem 1rem;
}
#mobile-menu .search-results .results-wrapper a.result > div:last-child {
  width: 6rem;
  text-align: center;
  font-size: 3rem;
}
#mobile-menu .search-results .results-wrapper a.result .title {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: normal;
  color: #ddb321;
  font-family: Roboto, notozh_title, notojp_title;
  margin-bottom: 1rem;
}
#mobile-menu .search-results .results-wrapper a.result p {
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 0;
}
#mobile-menu .search-results .results-wrapper a.result:hover {
  background-color: #e6e6e6;
}
#mobile-menu .search-results .results-wrapper a.result:hover .title {
  color: #ddb321;
}
#mobile-menu .selectholder select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mobile-menu .bottom {
  position: absolute;
  bottom: 0;
  display: table;
  height: 7rem;
  background-color: #dedede;
  width: 100%;
  left: 0;
}
#mobile-menu .bottom > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#mobile-menu .bottom .language {
  width: 10rem;
  background-color: white;
  text-align: center;
}
#mobile-menu .bottom .language select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mobile-menu .bottom .language span {
  color: #ddb321;
  font-size: 2.4rem;
  text-transform: uppercase;
}
#mobile-menu .bottom .search .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 222, 222, 0.8);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
#mobile-menu .bottom .search .loading .spinner {
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(221, 179, 33, 0);
  border-right: 0.5em solid rgba(221, 179, 33, 0);
  border-bottom: 0.5em solid #ddb321;
  border-left: 0.5em solid #ddb321;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
#mobile-menu .bottom .search .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#mobile-menu .bottom .search .loading.visible {
  opacity: 1;
  visibility: visible;
}
#mobile-menu .bottom .search span {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 7rem;
  z-index: 2;
  width: 6rem;
  height: 7rem;
  left: 0;
  top: 0;
  padding-left: 2rem;
  vertical-align: top;
}
#mobile-menu .bottom .search .icon-close {
  position: absolute;
  right: 0;
  display: block;
  left: auto;
}
#mobile-menu .bottom .search input {
  position: absolute;
  display: inline-block;
  width: calc(100% - 6rem);
  top: 0;
  left: 6rem;
  height: 7rem;
  z-index: 1;
  font-size: 2.4rem;
  background-color: transparent;
  border: none;
  vertical-align: top;
}
#mobile-menu .wrapper {
  position: absolute;
  top: 8rem;
  width: 100%;
  height: calc(100vh - 15rem);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 2rem;
}
#mobile-menu .wrapper::-webkit-scrollbar {
  width: 0 !important;
}
#mobile-menu .wrapper .holder {
  width: 100%;
  height: 100%;
  position: relative;
}
#mobile-menu .wrapper ul {
  list-style: none;
  display: block;
  position: relative;
  top: 0;
  vertical-align: top;
}
#mobile-menu .wrapper ul li {
  position: relative;
  display: block;
  width: 100%;
}
#mobile-menu .wrapper ul li.shown > a {
  color: #ddb321;
}
#mobile-menu .wrapper ul li.shown > a:after {
  content: '\e81e';
  color: #ddb321;
}
#mobile-menu .wrapper ul li.shown > ul {
  display: block;
  max-height: 1000px;
}
#mobile-menu .wrapper ul li ul {
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  padding-left: 4rem;
  display: block;
  max-height: 0;
  overflow: hidden;
}
#mobile-menu .wrapper ul li ul li a {
  font-size: 1.9rem;
}
#mobile-menu .wrapper ul li a {
  color: white;
  font-size: 2.2rem;
  font-family: Roboto, notozh_title, notojp_title;
  font-weight: lighter;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2rem 1rem;
  border-bottom: 1px solid #4b4a4a;
}
#mobile-menu .wrapper ul li a:after {
  content: '\e821';
  font-family: 'fontello';
  display: inline-block;
  color: white;
  position: absolute;
  right: .6rem;
  top: 1rem;
  font-size: 3.2rem;
}
#mobile-menu .wrapper ul li a.nochildren:after {
  content: none;
}
#mobile-menu .wrapper ul li .dots {
  display: inline-block;
  width: 4rem;
  height: 100%;
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
}
#mobile-menu .wrapper ul li .dots > svg {
  position: relative;
  top: 50%;
}
#mobile-menu .wrapper .social-links {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#mobile-menu .wrapper .social-links svg {
  position: relative;
  fill: white;
}
#mobile-menu .wrapper .social-links ul li {
  display: inline-block;
  width: auto;
  color: white;
  vertical-align: top;
}
#mobile-menu .wrapper .social-links ul li:first-child {
  padding-top: 1.4rem;
  opacity: .5;
  width: 6rem;
}
#mobile-menu .wrapper .social-links ul li:last-child {
  padding-top: .8rem;
  width: calc(100% - 6rem);
}
#mobile-menu .wrapper .social-links ul li span {
  font-size: 4rem;
  padding: 0 .5rem;
  padding: 0;
  /*            &.at-icon-wrapper{

            }*/
}
#mobile-menu .wrapper .social-links ul li span svg {
  fill: white !important;
}
#mobile-menu .wrapper .social-links ul li a {
  font-size: 3rem;
  border: 0;
  padding: 0 .5rem;
  background-color: transparent !important;
  padding: 0 !important;
  width: auto;
}
#mobile-menu .wrapper .social-links ul li a:after {
  content: none;
}
.stripe {
  position: relative;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  display: none;
}
.overlay.wcag table {
  width: 80%;
  left: 10%;
  position: relative;
}
.overlay.wcag .label {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: Open Sans, notozh_title, notojp_title;
}
.overlay.wcag ul {
  list-style: none;
}
.overlay.wcag ul li {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: top;
  position: relative;
}
.overlay.wcag ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none !important;
}
.overlay.wcag ul li a .iconbutton {
  font-size: 3rem;
  color: #000;
  opacity: .5;
}
.overlay.wcag ul li a .iconbutton:before {
  margin: 0;
}
.overlay.wcag ul li a .text {
  display: none;
}
.overlay.wcag ul li a.active {
  cursor: default;
}
.overlay.wcag ul li a.active .iconbutton {
  opacity: 1;
}
.overlay .wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.overlay .wrapper .box {
  position: relative;
  width: 66rem;
  background-color: #eeeeee;
  padding: 3rem 7rem;
  display: inline-block;
  transform-origin: center center;
  -webkit-box-shadow: 0px 0px 55px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 55px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 55px -4px rgba(0, 0, 0, 0.4);
}
.overlay .wrapper .box .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.9);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.overlay .wrapper .box .loading .spinner {
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(221, 179, 33, 0);
  border-right: 0.5em solid rgba(221, 179, 33, 0);
  border-bottom: 0.5em solid #ddb321;
  border-left: 0.5em solid #ddb321;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.overlay .wrapper .box .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay .wrapper .box .loading.visible {
  opacity: 1;
  visibility: visible;
}
.overlay .wrapper .box button {
  background-color: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  z-index: 2;
}
.overlay .wrapper .box button:hover {
  color: #ddb321;
}
.overlay .wrapper .box .holder {
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  height: 0;
}
.overlay .wrapper .box .results {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  padding-left: 2rem;
  line-height: 3rem;
}
.overlay .wrapper .box .results-wrapper {
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.overlay .wrapper .box .results-wrapper a.result {
  background-color: #ebebeb;
  text-align: left;
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
  display: table;
  width: 100%;
  color: black;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.overlay .wrapper .box .results-wrapper a.result > div {
  display: table-cell;
  vertical-align: middle;
}
.overlay .wrapper .box .results-wrapper a.result > div:first-child {
  padding: 1rem 0 2rem 1rem;
}
.overlay .wrapper .box .results-wrapper a.result > div:last-child {
  width: 6rem;
  text-align: center;
  font-size: 3rem;
}
.overlay .wrapper .box .results-wrapper a.result .title {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: normal;
  color: black;
  font-family: Roboto, notozh_title, notojp_title;
  margin-bottom: 1rem;
}
.overlay .wrapper .box .results-wrapper a.result p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0;
}
.overlay .wrapper .box .results-wrapper a.result:hover {
  background-color: #e6e6e6;
}
.overlay .wrapper .box .results-wrapper a.result:hover .title {
  color: #ddb321;
}
.overlay .wrapper .box input[type=text] {
  width: 100%;
  border: none;
  color: #ddb321;
  border-bottom: 1px solid #ddb321;
  background-color: transparent;
  padding: 0 2rem 1rem 2rem;
  text-align: left;
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.overlay .wrapper .box input[type=text]::-webkit-input-placeholder {
  color: #ddb321;
  font-family: Roboto, notozh_title, notojp_title;
}
.overlay .wrapper .box span.icon {
  position: absolute;
  right: 0;
  top: .5rem;
  font-size: 3.4rem;
  cursor: pointer;
  color: #ddb321;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.overlay .wrapper .box span.icon:hover {
  color: black;
}
.overlay .wrapper .box h5,
.overlay .wrapper .box h6 {
  font-size: 3rem;
  font-weight: lighter;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.overlay .wrapper .box h6 {
  font-size: 2rem;
  border: none;
  padding-bottom: 0;
}
.overlay .wrapper .box > div.col {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.overlay .wrapper .box > div.col a {
  display: block;
  text-transform: uppercase;
  color: black;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem 0;
  font-family: Roboto, notozh_title, notojp_title;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.overlay .wrapper .box > div.col a:hover {
  color: #ddb321;
}
.btnaside {
  border: 0;
  color: white;
  height: 3.8rem;
  padding: 0;
  margin: 0;
  background: transparent;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
  float: right;
  margin-bottom: 8rem;
}
.btnaside .wrapper {
  height: 100%;
  position: relative;
  left: -100%;
  display: inline-block;
  overflow: hidden;
}
.btnaside .wrapper .label {
  vertical-align: middle;
  position: relative;
  left: 100%;
  left: calc(100% - 1rem);
  height: 100%;
  background-color: #f7ca25;
  display: inline-block;
  padding: 0 1rem;
  line-height: 3.8rem;
  text-transform: uppercase;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
@media only screen and (max-width:1024px) and (min-width:670px), only screen and (max-width:669px) {
  .btnaside .wrapper .label {
    left: 0;
  }
}
.btnaside:hover .wrapper .label {
  left: 0;
}
.btnaside:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\e803';
  font-family: 'fontello';
  width: 2.6rem;
  height: 100%;
  border-left: 3px solid white;
  background-color: #ddb321;
  vertical-align: middle;
  line-height: 3.8rem;
}
button.close {
  width: 3rem;
  height: 3rem;
  background-color: #e6d07a;
  border: 0;
  padding: 0;
  z-index: 3;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
button.close:after {
  color: white;
  font-size: 1.8rem;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
button.close:hover {
  /*    &:after{
      color:@yellow !important;
    }*/
  background-color: #ddb321;
}
aside {
  left: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
aside .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.9);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
aside .loading .spinner {
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(221, 179, 33, 0);
  border-right: 0.5em solid rgba(221, 179, 33, 0);
  border-bottom: 0.5em solid #ddb321;
  border-left: 0.5em solid #ddb321;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
aside .loading .spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
aside .loading.visible {
  opacity: 1;
  visibility: visible;
}
aside h5 {
  font-size: 3.5rem;
  font-family: 'Roboto';
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 2.7rem;
}
@media only screen and (max-width:1920px) and (min-width:1800px), only screen and (max-width:1799px) and (min-width:1600px) {
  aside h5 {
    font-size: 4rem;
  }
}
aside .holder {
  position: absolute;
  background-color: #eee;
  width: 50%;
  height: 100%;
  top: 0;
  left: 110%;
  -webkit-box-shadow: -8px 0px 51px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -8px 0px 51px 6px rgba(0, 0, 0, 0.4);
  box-shadow: -8px 0px 31px 6px rgba(0, 0, 0, 0.2);
  padding: 7.5rem 2rem 7.5rem 10rem;
  -webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width:1921px) {
  aside .holder {
    width: 33%;
  }
}
@media only screen and (max-width:669px) {
  aside .holder {
    padding: 7.5rem 1rem 2.5rem 5rem;
  }
}
aside .holder.shown {
  left: -50%;
}
@media only screen and (min-width:1921px) {
  aside .holder.shown {
    left: -33%;
  }
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  aside .holder.shown {
    left: -60%;
  }
}
@media only screen and (max-width:669px) {
  aside .holder.shown {
    left: -100%;
  }
}
aside .holder .close {
  position: absolute;
  left: 3rem;
  top: 3rem;
}
aside .holder .close:after {
  font-family: 'fontello';
  content: '\e81f';
  color: white;
}
@media only screen and (max-width:1024px) and (min-width:670px) {
  aside .holder {
    width: 60%;
  }
}
@media only screen and (max-width:669px) {
  aside .holder {
    width: 100%;
  }
}
aside .holder .wrapper {
  height: 100%;
}
aside .holder .wrapper .content {
  padding-right: 8rem;
}
@media only screen and (max-width:669px) {
  aside .holder .wrapper .content {
    padding-right: 5rem;
  }
}
#mobile-menu .bottom {
  position: absolute !important;
  bottom: 0 !important;
  display: block !important;
  height: 7rem !important;
  background-color: #dedede !important;
  width: 100% !important;
  left: 0 !important;
}
#mobile-menu .bottom > div {
  display: block !important;
  vertical-align: middle !important;
  position: absolute !important;
  width: 80% !important;
}
#mobile-menu .bottom > div.search {
  width: 80% !important;
}
#mobile-menu .bottom > div.language {
  width: 20% !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#mobile-menu .bottom .language > span {
  position: absolute !important;
  top: 16px !important;
  width: 100%;
  left: 0;
  pointer-events: none;
}
