@charset "UTF-8";
/* CSS Document */
.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
    padding: 1%;
    border: 0px solid rgba(255,255,255,0.0);
}
.menu {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
   z-index: 9999;
    background:#22770a; 
}
.menu span {
  position: absolute;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #fff;
  display: block;
}
.menu span:nth-of-type(1) {
  top: 10px;
    left: 10%
}
.menu span:nth-of-type(2) {
  top: 20px;
    left: 10%
}
.menu span:nth-of-type(3) {
  top: 30px;
    left: 10%
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
background-color: #BBBBBB;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23BBBBBB' width='11' height='11'/%3E%3Crect fill='%23bcbcbc' x='10' width='11' height='11'/%3E%3Crect fill='%23bdbdbd' y='10' width='11' height='11'/%3E%3Crect fill='%23bebebe' x='20' width='11' height='11'/%3E%3Crect fill='%23bfbfbf' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23c1c1c1' y='20' width='11' height='11'/%3E%3Crect fill='%23c2c2c2' x='30' width='11' height='11'/%3E%3Crect fill='%23c3c3c3' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23c4c4c4' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23c5c5c5' y='30' width='11' height='11'/%3E%3Crect fill='%23c6c6c6' x='40' width='11' height='11'/%3E%3Crect fill='%23c7c7c7' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23c9c9c9' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23cacaca' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23cbcbcb' y='40' width='11' height='11'/%3E%3Crect fill='%23cccccc' x='50' width='11' height='11'/%3E%3Crect fill='%23cdcdcd' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23cecece' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23cfcfcf' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23d0d0d0' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23d2d2d2' y='50' width='11' height='11'/%3E%3Crect fill='%23d3d3d3' x='60' width='11' height='11'/%3E%3Crect fill='%23d4d4d4' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23d5d5d5' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23d6d6d6' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23d7d7d7' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23d8d8d8' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23dadada' x='70' width='11' height='11'/%3E%3Crect fill='%23dbdbdb' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23dcdcdc' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23dddddd' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23dedede' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23dfdfdf' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23e1e1e1' x='80' width='11' height='11'/%3E%3Crect fill='%23e2e2e2' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23e3e3e3' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23e4e4e4' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23e5e5e5' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23e6e6e6' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23e8e8e8' x='90' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23eaeaea' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23ececec' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23ededed' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23efefef' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23f0f0f0' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23f1f1f1' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23f2f2f2' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23f3f3f3' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23f4f4f4' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23f6f6f6' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23f7f7f7' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23f8f8f8' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23f9f9f9' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23fafafa' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23fbfbfb' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23fdfdfd' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23fefefe' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23FFFFFF' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-size: cover;  
  transition: all 0.3s ease-in-out;
  visibility: hidden;
    z-index: 998;
    padding: 20px 0;
}
#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav ul {
  margin: 20px 0;
  padding: 20px 3%;
     width: 60%;
display: block;
margin: 0 auto;
      background: #fff;     
}


#nav ul li {
  list-style-type: none;

}
#nav ul li a {
  display: block;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #22770a;
   border-bottom: solid 1px #22770a;
    font-size: 1em;
}
#nav ul li a:hover {
  color: #5dbc42;
}
.sp_contact{
width: 100%;
height: auto; 
display: block;  
padding: 3% 0;    
}

.sp_contact a{
width: 70%;
display: block;
background:#ffde00;
box-shadow: 1px 1px 2px #333;	
transition: all 0.5s;
text-align: center;
 color: #333;   
padding: 1%;  
margin: 2% auto 0;  
border-radius: 50px;    
}
.sp_contact a:hover{
background: #cbb103;
font-weight: bold;
padding-top: 1%;
text-decoration: transparent;    
}





