#header_v2 {
  position: fixed;
  z-index: 100;
  width: 100%;
  }#header_v2 .header_v2_container {

    transition: background-color 0.5s ease;
    background-color: rgba(28, 28, 30, 0.8);
    backdrop-filter: blur(10px);
    height: 65px;
    }#header_v2 .header_v2_container #menu_burger_v2 {
      display: none;
    }#header_v2 .header_v2_container .header_v2_wrapper {
      height: 100%;
      display:  flex;

      justify-content: space-between;

      align-items: center;
      }#header_v2 .header_v2_container .header_v2_wrapper .site-logo {
        margin-left: 25px;
        }#header_v2 .header_v2_container .header_v2_wrapper .site-logo img {
          height: 26px;
      }#header_v2 .header_v2_container .header_v2_wrapper #menu_v2 {
        height: 100%;
        margin-right: 25px;
        }#header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul {
          height: 100%;
          display:  flex;
          margin: 0;
          }#header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul li {
            height: 100%;
            list-style: none;
            }#header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul li a {
              height: 100%;
              color: #fff;
              text-decoration: none;
              font-size: 13px;
              display:  flex;
              text-align: center;

              align-items: center;
              cursor: pointer;
              padding: 0 1vw;
              }#header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul li a:hover {
                background: rgba(0, 0, 0, 0.5); }

.fix-bar #header_v2 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   }
  .fix-bar #header_v2 .header_v2_container {
    background: rgba(28, 28, 30, 0.8); }

@media only screen and (min-width: 768px) {
  #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul li.primary_li a {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  #header_v2 .header_v2_container #menu_burger_v2 {
    display: flex;
    color: #fff;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 25px;
    font-size: 25px;
    height: 100%;
    cursor: pointer;
    align-items: center;
  }
  #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 {
    transition: right 0.5s ease;
    position: absolute;
    right: -300px;
    top: 65px;
    margin-right: 0;
    width: 250px;
    height: calc(100vh - 70px);
    overflow: auto;
  }
  #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul {
    flex-direction: column;
  }
  #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul li {
    padding: 0;
    background-color: #0e0e0e;
    border-bottom: 1px dashed #676767;
    text-align: center;
    height: 50px;
  }
  #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul li a {
    padding: 0;
    justify-content: center;
  }
  #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 ul li:last-child {
    border-bottom: none;
  }

  .menu-opened #content::after {
    content: "";
    display: block;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
  }
  .menu-opened #header_v2 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-opened #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 {
    right: 0;
  }
}
@media (max-width: 480px) {
  .menu-opened #header_v2 .header_v2_container .header_v2_wrapper #menu_v2 {
    width: 80%;
    right: 10%;
  }
}

/*# sourceMappingURL=header_v2.css.map */
