/* GENERAL */
/*----------------------------------*/
/*----------------------------------*/
/* fullscreen-menu overlay-menu */
#overlay-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 50000000;
  padding: 15px;
  padding-bottom: 30px;
  overflow-y: auto;
}

#overlay-menu .panel-group{
  margin-top: 50px;
}

#overlay-menu .list-inline>li>a{
  color: #fff; font-size: 1.2em;
}

#overlay-menu .list-unstyled>li>a{
  color: #bbb; font-size: 1.2em; line-height: 2em;
}

#overlay-menu .panel-transparent{
  margin-bottom: 20px;
}

.list-close-overlay-menu{
  position: fixed;
  right: 15px;
  top: 15px;
}
/* fullscreen-menu */
/*----------------------------------*/
/*----------------------------------*/
/* hamburger-icon  */
/*#nav-icon {
  position: relative;
  margin: 0 auto;
  width: 45px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: teal;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

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

#nav-icon span:nth-child(2) {
  top: 18px;
}

#nav-icon span:nth-child(3) {
  top: 36px;
}

#nav-icon.animate-icon span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.animate-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.animate-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}*/

/* hamburger-icons */
/*----------------------------------*/
