@charset "utf-8";

/*******************************************************
*
* </hebelstay/common/css/nav/nav.default.css>
*
*******************************************************/

body.nav-open {
  overflow: hidden;
}

@-webkit-keyframes slidein {
  0% {
    top: -45px;
    opacity: 0;
    @media screen and (min-width: 1030px) {
      top: -65px;
    }
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-moz-keyframes slidein {
  0% {
    top: -45px;
    opacity: 0;
    @media screen and (min-width: 1030px) {
      top: -65px;
    }
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes slidein {
  0% {
    top: -45px;
    opacity: 0;
    @media screen and (min-width: 1030px) {
      top: -65px;
    }
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.nav {
  position: fixed;
  top: -45px;
  width: 100%;
  height: 45px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition-property: height, background;
  -webkit-transition-property: height, background;
  -moz-transition-property: height, background;
  -o-transition-property: height, background;
  -ms-transition-property: height, background;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}

@media screen and (min-width: 1030px) {
  .nav {
    height: 65px;
    top: -65px;
  }
}

.nav.display {
  animation-name: slidein;
  -webkit-animation-name: slidein;
  -moz-animation-name: slidein;
  -o-animation-name: slidein;
  -ms-animation-name: slidein;
}

.nav_menu {
  margin: auto;
  padding: 0;
}

.nav_menu--toggle {
  display: none;
  margin: 0;
  padding: 0;
}

.nav_menu--toggle .nav_item {
  display: block;
  float: none;
  clear: both;
  margin: auto;
  text-align: center;
}

.nav_menu--toggle .nav_item > .nav_link {
  position: relative;
}

.nav_menu--toggle .nav_item > .nav_link::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .nav_menu--toggle .nav_item > .nav_link::before {
    height: 0.5px;
  }
}

@media screen and (min-width: 992px) {
  .nav_menu--toggle .nav_item > .nav_link::after {
    content: none;
  }
}

.nav_menu--toggle.small {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 1030px) {
  .nav_menu--toggle.small {
    display: none;
  }
}

.nav_menu--child {
  position: relative;
}

@media screen and (min-width: 1030px) {
  .nav_menu--child {
    background: rgba(255, 255, 255, 0.6);
  }
}

.nav_contents {
  padding: 0;
  float: right;
}

.nav_item {
  float: left;
  margin-right: 16px;
}

.nav_item:last-child {
  margin-right: auto;
}
.nav_link--parent {
	border-left: 1px solid #eee;
	font-weight: bold;
	height: 32px;
	padding: 0.5rem 18px !important;
}
.nav_item.sub-open .nav_link--parent {
  box-shadow: inset 0 -2px 0 0 #fff;
  -webkit-box-shadow: inset 0 -2px 0 0 #fff;
  -moz-box-shadow: inset 0 -2px 0 0 #fff;
  -o-box-shadow: inset 0 -2px 0 0 #fff;
  -ms-box-shadow: inset 0 -2px 0 0 #fff;
}

.lang-item-parent {
  height: auto;
  transition-property: height;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  -ms-transition-property: height;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

@media screen and (min-width: 1030px) {
  .lang-item-parent {
    height: 30px;
	overflow: hidden;
  }
}

.nav_link--parent::after {
    content: '\f078';
    margin-left: 0.3rem;
	color: #4bb5ad;
    font-family: 'FontAwesome';
}

.nav_link {
  /*display: inline-block;*/
  display:block;
  padding: 0.3rem 18px;
  width: 100%;
  color: #000;

  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;

  cursor: pointer;
  box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0);
  -o-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0);
  -ms-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0);
  transition-property: box-shadow;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media screen and (max-width: 1030px) {
  .nav_link {
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 640px) {
  .nav_link {
    font-size: 0.85rem;
  }
}

.nav_link:hover {
  box-shadow: inset 0 -2px 0 0 #fff;
  -webkit-box-shadow: inset 0 -2px 0 0 #fff;
  -moz-box-shadow: inset 0 -2px 0 0 #fff;
  -o-box-shadow: inset 0 -2px 0 0 #fff;
  -ms-box-shadow: inset 0 -2px 0 0 #fff;
}

.nav_link--child {
  width: 100px;
  padding: 1.0rem 16px;
  transition-property: background, color;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -ms-transition-property: background, color;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

.lang-item-parent ul.nav_menu--child li a.nav_link.nav_link--child {
  padding: 0.8rem;
  line-height: 1.2;
}

@media screen and (min-width: 1030px) {
  .nav_link--child {
    padding-top: inherit;
    padding-bottom: inherit;
    color: rgba(255, 255, 255, 0.8);
  }
}

.nav_link--child:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: rgba(255, 255, 255, 1.0);
  color: white;
}

.nav_link--child:last-child {
  margin-bottom: 8px;
}

@media screen and (min-width: 1030px) {
  .nav_link--child:last-child {
    margin-bottom: 0;
  }
}

.nav_link--disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
}

@media screen and (min-width: 1030px) {
  .nav_link--disabled {
    opacity: 0.4;
  }
}

.header ul.nav_menu--child a.nav_link--child {
	color: #000;
}

.header a.nav_link--current,
.header a:hover.nav_link--current {
	background-color: #4bb5ad !important;
	color: #fff !important;
}

.nav_item--logo__link {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1030px) {
  .nav_item--logo__link {
    height: 65px;
  }
}

.nav_toggle {
  position: absolute;
  width: 45px;
  height: 45px;
  padding: 5px;
  right: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.nav_toggle::before, .nav_toggle::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transition-property: transform;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}

.nav_toggle::before {
  transform: translate3d(0, 11.66667px, 0);
  -webkit-transform: translate3d(0, 11.66667px, 0);
  -moz-transform: translate3d(0, 11.66667px, 0);
  -o-transform: translate3d(0, 11.66667px, 0);
  -ms-transform: translate3d(0, 11.66667px, 0);
}

.nav_toggle::after {
  transform: translate3d(0, 23.33333px, 0);
  -webkit-transform: translate3d(0, 23.33333px, 0);
  -moz-transform: translate3d(0, 23.33333px, 0);
  -o-transform: translate3d(0, 23.33333px, 0);
  -ms-transform: translate3d(0, 23.33333px, 0);
}

@media screen and (min-width: 1030px) {
  .nav_toggle {
    display: none;
  }
}

.nav_toggle--wrap {
  width: 100%;
  margin-top: 45px;
  overflow-y: auto;
  visibility: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

.nav.open {
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.nav.open .nav_menu--toggle {
  display: block;
}

.nav.open .nav_toggle::before {
  transform: translate3d(0, 17.5px, 0) rotate(135deg);
  -webkit-transform: translate3d(0, 17.5px, 0) rotate(135deg);
  -moz-transform: translate3d(0, 17.5px, 0) rotate(135deg);
  -o-transform: translate3d(0, 17.5px, 0) rotate(135deg);
  -ms-transform: translate3d(0, 17.5px, 0) rotate(135deg);
}

.nav.open .nav_toggle::after {
  transform: translate3d(0, 17.5px, 0) rotate(-135deg);
  -webkit-transform: translate3d(0, 17.5px, 0) rotate(-135deg);
  -moz-transform: translate3d(0, 17.5px, 0) rotate(-135deg);
  -o-transform: translate3d(0, 17.5px, 0) rotate(-135deg);
  -ms-transform: translate3d(0, 17.5px, 0) rotate(-135deg);
}

.nav.open .nav_toggle--wrap {
  visibility: visible;
}