.mainbox1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.selector::-webkit-scrollbar{
 display:none;
}

.luxbar-default {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-static {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
    position: absolute; }

.luxbar-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 4px;
  width: 26px;
  transition: 0.6s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }

.luxbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 38px; }

.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
  justify-content: flex-start; }

.luxbar-menu-right .luxbar-hamburger {
  margin-left: auto; }

.luxbar-brand {
  font-size: 15px;
  padding: 18px 20px 10px 20px;
}

.luxbar-menu {
  min-height: 38px;
  transition: 0.6s ease;
  width: 100%; }

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; }

.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.luxbar-item {
  font-size: 12px;
  height: 38px;  height: 38px;
}

.luxbar-item a {
    padding: 10px 1.3em;
    display: block; }

.luxbar-hamburger {
  padding: 10px 20px 10px 20px;;
  position: relative;
  cursor: pointer; }
  .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute; }
  .luxbar-hamburger span::before {
    margin-top: -10px; }
  .luxbar-hamburger span::after {
    margin-top: 10px; }

.luxbar-checkbox {
  display: none; }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 30px; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; }


/******* default material-cyan *******/
.luxbar-menu-material-cyan,
.luxbar-menu-material-cyan .dropdown ul {
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 162, 255, .8),rgba(0, 0, 0, .8)) fixed;
    color: #fff;
}

 .min {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    overflow: hidden;

}


@media screen and (max-width: 1024px) {

    .luxbar-item {
        font-size: 25px;
        height: 70px;
    }
}


@media screen and (min-width: 1024px) {
    .luxbar-navigation {
        flex-flow: row;
    }

    .luxbar-hamburger {
        display: none;
    }

    .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
        overflow: visible;
    }

    .luxbar-checkbox:checked ~ .luxbar-menu {
        height: 38px;
    }

    .luxbar-menu .luxbar-item {
        border-top: 0;
    }

    .luxbar-menu-right .luxbar-header {
        margin-right: auto;
    }

    .dropdown {
        height: 38px;
    }

    .dropdown:hover > ul {
        position: absolute;
        left: 0;
        top: 38px;
        padding: 0;
    }

    .dropdown > ul {
        display: none;
    }

    .dropdown > ul .luxbar-item {
        padding: 5px 10px;
    }

    .dropdown > ul .luxbar-item a {
        white-space: nowrap;
    }
    
    .mainbox1 {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/******* default material-cyan *******/
.luxbar-menu-material-cyan,
.luxbar-menu-material-cyan .dropdown ul {
    background-color: rgba(0, 0, 0, 0.80);
    color: #fff;
}

 .min {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    overflow: hidden;
}
    
 .luxbar-brand {
    display: block;
}
   
    
}



.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
    transform: rotate(225deg);
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
    transform: rotate(-225deg);
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
    transform: rotate(45deg);
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
    transform: rotate(-45deg);
}


.luxbar-menu-material-cyan .active,
.luxbar-menu-material-cyan .luxbar-item:hover {
    background-color: #ff0000;
    color: #000000;
}

.luxbar-menu-material-cyan .luxbar-hamburger span,
.luxbar-menu-material-cyan .luxbar-hamburger span::before,
.luxbar-menu-material-cyan .luxbar-hamburger span::after {
    background-color: #fff;
    color: #000000;
}

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