.menu-container .crbnMenu {
  width:375px;
  max-height:900px;
  /*max-height: 420px;
  overflow:scroll;*/
  background-color:#000;
  left: 0px;
  padding-bottom:35px;
}

.logo_holder{
  height:140px;
  /*width:295px;*/
  width:100%;
  background-color: #000;
  /*padding-left: 80px;*/
  text-align:center;
  padding-top: 25px;  
}

  .menu-container .crbnMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .menu-container .crbnMenu a {
    text-decoration: none;
    color: #333;
  }
  .menu-container .crbnMenu .link-stack {
    padding: 15px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  .menu-container .crbnMenu .link-stack .brand {
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa;
  }
  .menu-container .crbnMenu .link-stack .nav-toggle {
    display: none;
  }
  .menu-container .crbnMenu .menu {
    display: block !important;
  }

  .menu-container .crbnMenu .menu li a {
    font-size:20px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 15px 20px 7px 20px;
    text-align: center;
    text-transform:uppercase;
    font-family: "GeometosNeueLight";

  }
  .menu-container .crbnMenu .menu li a .nav-link-icon {
    margin-right: 10px;
  }
  .menu-container .crbnMenu .menu li a .menu-toggle {
    display: block;
    float: right;
	margin-right:-30px;
  }
  .menu-container .crbnMenu .menu li ul {
    padding: 0;
    margin: 0;
    display: none;
  }
  .menu-container .crbnMenu .menu li ul li a {
    font-weight: normal;
    font-size:16px;
    padding-left:25px;
    text-align: center;
    text-transform:uppercase;
    font-family: "GeometosNeueExtraLight";
    color: #ffffff;
    opacity: .8;
    

  }
  .menu-container .content {
    margin: 0px 0px 0px 250px;
  }

.menu-container #nav-toggle {
  position: absolute;
  right: 20px;
  top: 15px;
  height: 5px;
  width: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.menu-container #nav-toggle span {
  height: 5px;
  width: 25px;
  right: 0px;
  background: #777;
  position: absolute;
  content: "";
  transition: all 500ms ease-in-out;
}
.menu-container #nav-toggle span:before,
.menu-container #nav-toggle span:after {
  height: 5px;
  width: 25px;
  background: #777;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
}
.menu-container #nav-toggle span:before {
  top: -8px;
}
.menu-container #nav-toggle span:after {
  bottom: -8px;
}
.menu-container #nav-toggle.nav-open span {
  background: transparent;
}
.menu-container #nav-toggle.nav-open span:before {
  transition: all 500ms ease-in-out;
  transform: translateY(8px) rotate(45deg);
}
.menu-container #nav-toggle.nav-open span:after {
  transition: all 500ms ease-in-out;
  transform: translateY(-8px) rotate(-45deg);

}

/*NEEEEEE*/
.container_three_line {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  z-index: 100000;
  left: 20px;
  top: 20px;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  margin: 8px 0;
  transition: 0.4s;
  box-shadow: 1px 1px #888888;
}
.lan{
  color: #fff;
  font-size: 16px;
  position: absolute;
  top:60px;
  left:25px;
  font-family: "GeometosNeueExtraLight";
  cursor:pointer;
  opacity:0.8;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 7px);
  transform: rotate(-45deg) translate(-4px, 7px);
  box-shadow:none !important;

}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -9px);
  transform: rotate(45deg) translate(-5px, -9px);
  box-shadow:none !important;

}

.main-link .fa { /*position: absolute; right: 115px; margin-top: -38%;*/ position:relative;right:80px; }

.menu-container { display:none; width:375px; float:left; position: fixed; z-index:10001; }