body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
#menu-desktop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2100;
}

#menu-backgrounds {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2095;
  background: #000;
}

@media (max-width: 767.98px) {
  #page-title-bottom-right, #page-title-top-right {
    display: none;
  }
}

#page-title-top-right, #page-title-bottom-right {
  position: fixed;
  right: 95px;
  z-index: 9980;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3.33px;
}
@media (min-width: 768px) {
  #page-title-top-right#page-title-top-right, #page-title-bottom-right#page-title-top-right {
    top: 44px;
  }
}
#page-title-top-right#page-title-bottom-right, #page-title-bottom-right#page-title-bottom-right {
  bottom: 44px;
}
@media (max-width: 767.98px) {
  #page-title-top-right, #page-title-bottom-right {
    top: 32px;
    right: 71px;
  }
  #page-title-top-right.lefty, #page-title-bottom-right.lefty {
    left: 18px;
    right: auto;
  }
}

#menu-top-right {
  position: fixed;
  z-index: 5000;
  right: 25px;
  top: 25px;
}

.btn-bottom-right {
  position: fixed;
  z-index: 1999;
  right: 25px;
  bottom: 25px;
}
.btn-bottom-right:hover > .nav-circle {
  background: #000 !important;
  transition: background-color 180ms ease;
}

@media (max-width: 768px) {
  #menu-top-right {
    right: 12px;
    top: 12px;
  }

  .btn-bottom-right {
    right: 12px;
    bottom: 12px;
  }
}
#nav-icon3 {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#menu-icon.open #nav-icon3 span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}

#menu-icon.open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-icon.open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-icon.open #nav-icon3 span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}

.nav-circle {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  transition: background-color 800ms ease-in-out;
}

.nav-circle:hover {
  background: #000;
}

.menu-row {
  height: 100%;
  min-height: 50px;
}

@media (max-width: 767px) {
  .menu-row {
    height: 50%;
    margin-top: 50%;
  }
}
.menu-bar {
  color: #FFF;
  height: 100%;
  font-size: 30px;
  font-weight: 600;
}

@media (min-width: 769px) {
  .menu-bar {
    min-height: 100vh;
    font-weight: 500;
  }
}
a.menu-bar-col {
  text-decoration: none !important;
}

.menu-bar-col.active .menu-bar {
  color: #9485F7;
}

.menu-bar-col.active .menu-bar:hover {
  color: #FFF;
}

div.menu-bar:hover {
  background: #000;
  color: #FFF;
  opacity: 0.7;
}

.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.menu-background.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#menu-button {
  position: fixed;
  right: 25px;
  top: 75px;
  z-index: 10994;
}

.logo-small {
  left: 25px;
  top: 25px;
}

@media (max-width: 769px) {
  #menu-button {
    right: 12px;
    top: 63px;
  }

  .logo-small {
    left: 15px;
    top: 15px;
  }
}

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