/* http://timpietrusky.com/advanced-checkbox-hack */
label#toggle-icon {
  position: absolute;
  top: 25px;
  right: 13px;
  font: 4em / 0 courier, arial, sans-serif;
  display: block;
}
#menu label {
  font: 3.125em / 1em Arial;
}
#menu .sub-nav label {
  padding: 0 0.3125em;
  font: 2.2em/1.8em Arial;
  top: 0;
}
#header label:hover, #menu label:hover {
  color: #5b2a62;
}
#main-nav-check, #menu .sub-nav-check {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.toggle {
  position: absolute;
  right: 0.15em;
  cursor: pointer;
  color: #3e0d45;
  top: 0;
}
.l-responsive-page-container {
  min-height: 100%;
  padding: 0 0;
  margin: 0;
}
#menu, #menu .sub-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 22.75em;
  background: #f2e5f4;
  z-index: 9999;
  left: -22.75em;
}
.l-responsive-page-container, #menu, #menu .sub-nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);   /* -webkit-transform: none;
                                                                    -ms-transform: none;
                                                                    transform: none;*/
  -webkit-transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
}
.section-our-company-certifications-and-awards .l-responsive-page-container, #menu, #menu .sub-nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.model_transform.modal-open .l-responsive-page-container {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#menu ul {
  background: #f2e5f4;
  line-height: 2.75em;
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin-top: 3em;
}
#menu li {
}
#menu li a {
  display: block;
  font-size: 15px;
  padding-left: 1.5em;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
#menu li a:hover, #menu .toggle-sub:hover {
  background: #5b2a62;
  color: #FFF;
}
#menu li a:hover + .toggle-sub {
  background: #5b2a62;
  color: #FFF;
}
#menu .sub-nav {
  margin-top: -1px;
}
#menu .sub-heading {
  margin-top: 4.0625em;
  padding-left: 1.3125em;
  color: #333;
}
#menu .sub-heading:before {
  content: "";
  display: block;
  height: 1px;
  width: 22.75em;
  margin-left: -1.3125em;
  background: #444444;
}
#menu .toggle-sub {
  font: bold 1em/2.75em Arial !important;
  color: #3e0d45;
  background: none;
  float: right;
  top: auto;
  margin-top: -2.75em;
  width: 2.25em;
  cursor: pointer;
  text-align: center;
}
#menu  .fa-caret-right::before {
  display: inline-block;
  font-size: 20px;
  line-height: 10px;
  margin-top: 12px;
}

/*.l-responsive-page-container, #menu, #menu .sub-nav {
  -webkit-transform: none; }*/

/* http://davidwalsh.name/translate3d */
#main-nav-check:checked + #menu, #menu .sub-nav-check:checked + .sub-nav {
  -webkit-transform: translate(22.75em, 0);
  -ms-transform: translate(22.75em, 0);
  transform: translate(22.74em, 0);
}
#main-nav-check:checked ~ .l-responsive-page-container, #main-nav-check:checked + #menu:only-of-type + .l-responsive-page-container, #main-nav-check:checked + #menu:nth-child(n) + .l-responsive-page-container {
  -webkit-transform: translate(22.75em, 0);
  -ms-transform: translate(22.75em, 0);
  transform: translate(22.74em, 0);
}
#menu ul li.leaf, #menu ul li.expanded, #menu ul li.collapsed {
  list-style: none;
  padding: 0;
}
.meni-icon-mob {
  height: 50px;
  position: absolute;
  right: 0;
  width: 50px;
  z-index:9999;
}
#menu_overlay {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.7;
  display: none;
}