nav[role=navigation] {
  display: none;
  background-color: #000;
  height: 65px;
}
#menuToggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 106;
  -webkit-user-select: none;
  user-select: none;
  width:0;
}
/*
#menuToggle .manu-header-bg{
    z-index: 1;
    position: absolute;
    width: 100%;
    margin-left: -25px;
    margin-top: -25px;
    height: 55px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.1s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menuToggle input:checked ~ .manu-header-bg
{
  -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(0%, 0);
    transition: transform 1s cubic-bezier(0.77,0.2,0.05,1.0);
}*/
#menuToggle a {
  text-decoration: none;
  color: #000;
  opacity:1;
  font-size: 26px;
  font-weight: 400;
  transition: 200ms;
}
#menuToggle a.ex {
  color: #000;
}
#menuToggle a:hover {
  opacity:0.5;
}
#menuToggle ul {
  padding-left: 50px;
  padding-top: 110px;
  list-style-type: none;
}
#menuToggle ul .social-icons{
  width:50px;
  list-style-type: none;
  font-size:18px;
  display: inline-block;
  padding:0;
}
#menuToggle ul .social-icons .fa{ color:#000;}
#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: relative;
  overflow-y: scroll;
  width: calc(100vw + 50px);
  height: 101vh;
  box-shadow: 0 0 10px #3b4552;
  margin: -50px 0 40px -50px;
  padding:40px 50px;
  padding-top: 125px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 4px 0;
  transition-delay: 2s;
  text-align: center;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
#menuToggle .nav-ticket-btn {
  width:120px;
  display: inline-block;
  padding: 5px 6px 1px;
  background-color: #000!important;
  color: white!important;
}
#menuToggle .nav-calendar-btn {
  width:120px;
  padding: 5px 10px 0px;
  display: inline-block;
  background-color: #fff!important;
  color: #000!important;
}
@media (max-width: 850px) {
    nav[role=navigation]{position: fixed;
    display: block;
    top: 0;
    z-index: 9;
    width: 100vw;}
}


/*Calendar*/

@media (max-width: 850px){
  .openNav {
    position: fixed;
    top: 14px;
    right: 60px;
    z-index: 1000;
  }
}

.navdropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 120;
  -webkit-animation: slidenavup;
          animation: slidenavup;

  
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  /* --- SPEED --- */
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  /* --- EASING --- */
  -webkit-animation-timing-function: cubic-bezier(.86, .03, .53, 1.01);
  animation-timing-function: cubic-bezier(.86, .03, .53, 1.01);
  top: -100%;
}

.navdropdown .holdcenter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow-y: auto;
}

.navdropdown ul > li {
  display: block;
  position: relative;
  text-align: center;
  font-size: 38px;
  letter-spacing: 9.5px;
  margin: 27px auto;
}

.navdropdown.on {
  height: 100vh;
}

.slidenavdown {
  -webkit-animation: slidenavdown;
  animation: slidenavdown;
}
.slidenavdown {
  top: 0px;
}

/* --- DELAYS --- */

.x {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
/* --- SPEED --- */

.slidenavdown {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

/* --- TRANSITIONS --- */

.x {
  -webkit-transition: .5s;
  transition: .5s;
}


/* --- KEYFRAMES --- */

@-webkit-keyframes slidenavdown {
  0% {
    top: -100%;
  }
  100% {
    top: 0px;
  }
}

@keyframes slidenavdown {
  0% {
    top: -100%;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes slidenavup {
  0% {
    top: 0px;
  }
  100% {
    top: -100%;
  }
}

@keyframes slidenavup {
  0% {
    top: 0px;
  }
  100% {
    top: -100%;
  }
}
