ul.sub.open {
  margin-bottom: 20px !important;
}
#colapsable-menu li span{
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 20px;
  color: #FC4C02 !important;
  background: transparent;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  cursor: pointer;
}
#colapsable-menu li span:hover {
  text-decoration: underline;
}
#colapsable-menu ul li {
  font-family: 'Work Sans';
  font-weight: 400;
  font-size: 15px;
  color: #FC4C02;
  background: transparent;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 0px;
  display: block;
  /*padding-left: 30px;*/
  cursor: pointer;
}
#colapsable-menu ul li:hover {
  text-decoration: underline;
}
#sidebar ul {
  list-style-type: none;
  padding: 0px;
}
.sub {
  max-height: 0px;
  overflow: hidden;
  transition: all ease .4s;
}
.sub.open {
  max-height: 550px;
}
.menu-2 {
  background: transparent;
  margin-left: 50px;
  margin-top: 160px;
}
/*.menu-2 {
  background: transparent;
  margin-left: 0px;
  margin-top: 0px;
}*/
.menu-container2 {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  /*width: 300px;*/
}
#menuArea2 input {
  display: none;
}
.open2 {
  background-color: #FC4C02;
  width: 20px;
  height: 1px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 8px;
  z-index: 1;
}
.open2:before {
  content: "";
  background-color: #FC4C02;
  width: 20px;
  height: 1px;
  display: block;
  position: relative;
  top: -7px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  z-index: 10;
}
.open2:after {
  content: "";
  background-color: #FC4C02;
  width: 20px;
  height: 1px;
  display: block;
  position: relative;
  top: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  z-index: 1;
}
.menuOpen2 {
  width: 55px;
  height: 55px;
  display: block;
  top: 74px;
  left: 14px;
  cursor: pointer;
  z-index: 200;
  position: absolute;
}
.menu2 {
  position: absolute;
  width: 370px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
}
.menu2 > label {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}
.menu2 .menuContent2 {
  position: relative;
  top: 0px;
  font-size: 54px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -170px;
}
.menu2 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.menu2 ul li a {
  position: relative;
  display: block;
  color: #808080;
  text-decoration: none;
  transition: color 0.2s;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 60px;
  font-weight: 700;
}
.menu2 ul li a:hover {
  color: #ffffff;
}
.menuEffects2 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 0;
}
.menuEffects2 ul {
  transform: translateY(0%);
  transition: all 0.5s;
}
#menuToggle2:checked ~ .menuEffects2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
  z-index: 2;
  overflow: auto;
}


/* Hide scrollbar for Chrome, Safari and Opera */
#menuToggle2:checked ~ .menuEffects2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#menuToggle2:checked ~ .menuEffects2 {
  -ms-overflow-style: none;
}



#menuToggle2:checked ~ .menuEffects2 ul {
  opacity: 1;
}
#menuToggle2:checked ~ .menuOpen2 .open2 {
  background-color: transparent;
}
#menuToggle2:checked ~ .menuOpen2 .open2:before {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #FC4C02;
}
#menuToggle2:checked ~ .menuOpen2 .open2:after {
  content: "";
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #FC4C02;
}
#menuToggle2:not(:checked) ~ .menuEffects2 ul {
  transform: translateY(0%);
}
#menuToggle2:checked ~ .menu-wrapper-transparent-home .menu-title {
  color: #000000;
}