
/* Menu Button */
.popout-menu-btn {
  width: 60px;
  padding: 5px 10px;
	margin: 0 0 0 0;
  background: #000;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.popout-menu-btn:hover {
  opacity: 0.6;
}


/* Menu Appearance */
.popout {
  position: fixed;
  width: 360px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  color : #000000;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.popout.popout-left {
  left: 0;
}
.popout.popout-right {
  right: 0;
}

/* Menu Movement */
.popout-left {
  -webkit-transform: translate3d(-360px, 0, 0);
  -ms-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

.popout-open-left #container,
.popout-open-left .push {
  -webkit-transform: translate3d(360px, 0, 0);
  -ms-transform: translate3d(360px, 0, 0);
  transform: translate3d(360px, 0, 0);
}

.popout-right {
  -webkit-transform: translate3d(360px, 0, 0);
  -ms-transform: translate3d(360px, 0, 0);
  transform: translate3d(360px, 0, 0);
}

.popout-open-right #container,
.popout-open-right .push {
  -webkit-transform: translate3d(-360px, 0, 0);
  -ms-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

.popout-open-left .popout,
.popout-open-right .popout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.popout,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.popout-open-left .site-overlay,
.popout-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ------------------------------------- */



.popout-menu {
  background-color:transparent;
}
.popout-menu a, .popout-menu a:hover, .popout-menu a:focus, .popout-menu a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.popout-menu a:hover {
  color: #FA5B03;
}
.popout-menu a.current {
  color: #FA5B03;
}
.popout-menu a.disabled {
  color: #bbbbbb;
}
.popout-menu a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.popout-menu a.highlighted span.sub-arrow:before {
  display: block;
  background: rgba(250, 91, 3, 0.50);
  content: '-';
}

.popout-menu > li:first-child > a, .popout-menu > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popout-menu > li:last-child > a, .popout-menu > li:last-child > *:not(ul) a, .popout-menu > li:last-child > ul,
.popout-menu > li:last-child > ul > li:last-child > a, .popout-menu > li:last-child > ul > li:last-child > *:not(ul) a, .popout-menu > li:last-child > ul > li:last-child > ul,
.popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > a, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.popout-menu > li:last-child > a.highlighted, .popout-menu > li:last-child > *:not(ul) a.highlighted,
.popout-menu > li:last-child > ul > li:last-child > a.highlighted, .popout-menu > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .popout-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.popout-menu li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.popout-menu > li:first-child {
  border-top: 0;
}
.popout-menu ul {
  background: rgba(162, 162, 162, 0.1);
}
.popout-menu ul a, .popout-menu ul a:hover, .popout-menu ul a:focus, .popout-menu ul a:active {
  font-size: 14px;
  border-left: 10px solid transparent;
}
.popout-menu ul ul a,
.popout-menu ul ul a:hover,
.popout-menu ul ul a:focus,
.popout-menu ul ul a:active {
  border-left: 20px solid transparent;
}
.popout-menu ul ul ul a,
.popout-menu ul ul ul a:hover,
.popout-menu ul ul ul a:focus,
.popout-menu ul ul ul a:active {
  border-left: 30px solid transparent;
}
.popout-menu ul ul ul ul a,
.popout-menu ul ul ul ul a:hover,
.popout-menu ul ul ul ul a:focus,
.popout-menu ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.popout-menu ul ul ul ul ul a,
.popout-menu ul ul ul ul ul a:hover,
.popout-menu ul ul ul ul ul a:focus,
.popout-menu ul ul ul ul ul a:active {
  border-left: 50px solid transparent;
}