/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* $color100: #C68C00; */
/* company color gold */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* navbar layout
------------------------------------------------------------- */
.navbar {
  padding: 5px 0 5px 0 !important;
  background-color: #938678;
  border: 0px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  z-index: 1200;
}
.navbar .container {
  /* logo
        ----------------------------------------------------- */
  /* nav-toggler
        ----------------------------------------------------- */
}
.navbar .container .navbar-brand {
  display: inline-block;
}
.navbar .container .navbar-brand .signet-tcm-ruibat {
  display: none;
}
.navbar .container .navbar-brand .logo-tcm-ruibat {
  display: inline-block;
  height: 30px;
}
@media (min-width: 400px) {
  .navbar .container .navbar-brand .logo-tcm-ruibat {
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .navbar .container .navbar-brand .logo-tcm-ruibat {
    height: 46px;
  }
  .navbar .container .navbar-brand .signet-tcm-ruibat {
    display: inline-block;
    height: 80px;
    margin-right: 20px;
  }
  .navbar .container .navbar-brand .signet-tcm-ruibat g path {
    fill: #564A43 !important;
  }
}
.navbar .container .menu {
  width: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
@media (min-width: 400px) {
  .navbar .container .menu {
    width: 45px;
  }
}
@media (min-width: 1400px) {
  .navbar .container .menu {
    width: auto;
  }
}
.navbar .container .menu svg #menu-icon circle {
  fill: #473E3A;
  stroke: #E7D9BD;
  stroke-width: 3px;
}
.navbar .container .menu:hover svg #menu-icon circle {
  fill: #938678;
}
nav {
  position: fixed;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 1100;
  background-color: #473E3A;
  /* links basic
    ----------------------------------------------------- */
}
@media (max-width: 767px) {
  nav {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  nav {
    padding-top: 150px;
  }
}
nav .btn-close-nav {
  width: 30px;
  margin-bottom: 30px;
}
nav .btn-close-nav svg {
  fill: #FFFFFF;
}
nav .btn-close-nav:hover {
  cursor: pointer;
}
nav .btn-close-nav:hover svg {
  fill: #000000;
}
nav .nav-col {
  overflow-x: hidden;
  overflow-y: auto;
}
nav.show {
  animation-name: show;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
nav.hide {
  animation-name: hide;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes show {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100vh;
    opacity: 0.98;
  }
}
@keyframes hide {
  0% {
    width: 100%;
    height: 100vh;
    opacity: 0.98;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
nav a {
  display: inline-block;
  width: 100%;
  padding: 0.7rem 0 0.4rem 0;
  color: #FFFFFF;
  text-decoration: none !important;
  outline: none;
}
nav a:hover {
  color: #938678;
}
nav a:link, nav a:visited {
  color: #FFFFFF;
}
nav a:hover, nav a:active {
  color: #938678;
}
nav a.active {
  color: #938678;
}
@media (max-width: 767px) {
  nav .showsub {
    display: block;
    animation: showsub 0.2s ease-in;
  }
  nav .hidesub {
    display: none;
  }
  @keyframes showsub {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
      transform-origin: 50% 0;
      transform: scaleY(0);
    }
    100% {
      opacity: 1;
      transform-origin: 50% 0;
      transform: scaleY(1);
    }
  }
  nav ul {
    position: relative;
    list-style-type: none;
    color: #FFFFFF;
    /* @keyframes showsub {
                0% {
                    height: 0;
                    opacity: 0; 
                }
                100% {
                    height: auto;
                    opacity: 1;  
                }
            }

            @keyframes hidesub {
                0% {
                    height: auto;
                }
                100% {
                    height: 0; 
                }
            } */
  }
  nav ul.level0 {
    padding-left: 0;
  }
  nav ul li {
    /* border-bottom: 1px solid $color5; */
  }
  nav ul li svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.2rem;
    transform: rotate(90deg);
  }
  nav ul li.level1:last-child, nav ul li.level2:last-child {
    border-bottom: none;
  }
  nav ul li.level1 a, nav ul li.level2 a {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
  }
  nav ul li.level1 svg, nav ul li.level2 svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  nav ul.showsub {
    /* animation-name: showsub;
                animation-duration: 0.2s;
                animation-timing-function: ease-in;
                animation-iteration-count: 1;
                animation-fill-mode: forwards; */
  }
  nav ul.hidesub {
    /* animation-name: hidesub;
                animation-duration: 0.2s;
                animation-timing-function: ease-in;
                animation-iteration-count: 1;
                animation-fill-mode: forwards; */
  }
}
@media (min-width: 768px) {
  nav .showsub {
    display: block;
  }
  nav .hidesub {
    display: none;
  }
  nav ul {
    position: relative;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #FFFFFF;
  }
  nav ul li svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.2rem;
  }
  nav ul.level1, nav ul.level2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    margin-left: 60px;
  }
  nav ul.showsub {
    animation-name: showsub;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  nav ul.hidesub {
    animation-name: hidesub;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes showsub {
    0% {
      left: 0;
      opacity: 0;
    }
    /* 1% {
                    transform: translate(0);
                } */
    100% {
      left: 200px;
      opacity: 1;
    }
  }
  @keyframes hidesub {
    0% {
      left: 200px;
      opacity: 1;
    }
    /* 99% {
                    transition: transform(0);
                } */
    100% {
      left: 0;
      opacity: 0;
    }
  }
  nav ul a {
    display: inline-block;
    width: 100%;
    padding: 0.7rem 0 0.4rem 0;
    color: #FFFFFF;
    text-decoration: none !important;
    outline: none;
    /* border-bottom: 1px solid $color5; */
  }
  nav ul a:hover {
    color: #938678;
  }
  nav ul a:link, nav ul a:visited {
    color: #FFFFFF;
  }
  nav ul a:hover, nav ul a:active {
    color: #938678;
  }
  nav ul a.active {
    color: #938678;
  }
}
nav .container {
  position: relative;
  z-index: 1001;
}
nav .nav-contact {
  color: #FFFFFF;
  margin-top: 30px;
}
nav .nav-contact .btn-primary.btn-contact {
  background-color: #938678;
}
nav .nav-contact .btn-primary.btn-contact:hover {
  color: #938678;
  background-color: #E7D9BD;
}
nav .bckgrd-signet {
  position: absolute;
  width: 90%;
  bottom: 20%;
  right: 5%;
  z-index: 1000;
  opacity: 0.18;
  transform: perspective(1100px) rotateY(-45deg);
}
@media (min-width: 768px) {
  nav .bckgrd-signet {
    width: 70%;
    bottom: 20%;
    right: 5%;
  }
}
@media (min-width: 992px) {
  nav .bckgrd-signet {
    width: 50%;
    bottom: 20%;
    right: 5%;
  }
}
