@import url("reset.css");
@charset "utf-8";
@media only screen and (max-width: 768px){
   .menulv1 {
    width: 690px;}
    ul.menulv1 li {
    width: 230px;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
  .menulv1 {
    width: 96%;
  }
  ul.menulv1 li{
    width: 245px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
  .navoutline{
  top: 0px;
  height: 100%;
  position: absolute;
  z-index: 5;
  }
  ul.menulv1{
    box-shadow:none;
  }
  ul.menulv1 ul{
  width: 100%;
  display: block;
  position: relative; 
  }
  ul.menulv1 li {
  width: 100%;

  }
  ul.menulv1 li a{
  text-align: left;
  border-top: 1px solid #d2faf5;
  border-bottom: 1px solid #2fa375;
  text-shadow: 0 1px 2px #12583c;
  }
  ul.menulv1 li a:hover{
  text-align: left;
  background-color: #48c08f;
  }
  ul.menulv1 li a:hover{
  }
  ul.menulv1 ul li {
   width: 50%;
   text-align: center;
  }
  ul.menulv1 ul li a{
  background-color: #d2faf5;
  }
  ul.menulv1 li ul li a:hover{
  text-align: center;
  background-color: #a6e4df;
  }
  .menulv1 {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
  border-radius: 0;
  }
}


/*Hamburger Menu*/
@media only screen and (min-width: 320px) and (max-width: 767px)  {
  .hamburger {
  padding: 6px 4px 2px 7px;
  margin: 2px;
  background-color: #fff;
  float: right;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }

  .linea ,.lineb ,.linec {
  border-bottom: 4px solid #42c18e;
  width: 25px;
  margin-bottom: 4px;
  margin-right: 2px;
  }

  .line:last-child {
  margin-bottom: 0;
  }
  .line:before{
  border-bottom: 4px solid #ffffff;
  }
  .slide-down {
  height: 100%;
  }

.change .linea {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
    transform: rotate(-45deg) translate(-6px, 6px) ;
  }

.change .lineb {opacity: 0;}

.change .linec {
    -webkit-transform: rotate(45deg) translate(-6px, -6px) ;
    transform: rotate(45deg) translate(-6px, -6px) ;
  }

}