.logo {
  display: block;
  padding: 7px 100px 0 5px;
  float: left;
  font-size:22px;
  color: #fff;
}

.logo a {
  color: #99cc34;
}

nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

nav#cssmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
  font-family: sans-serif;
  background-color: #fff;
}

#cssmenu > ul {
  margin-left: auto;
  margin-right: 0;
  align-items: center;
  display: flex;
  height: 100%;
}

#cssmenu > ul > li {
  float: left;
  align-items: center;
  margin-left: 20px;
}

#cssmenu > ul > li > a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  padding: 10px 5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #444444;
  height: auto;
  line-height: 14px;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #99cc34;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}


@media screen and (max-width:1480px) {
  .logo {
	  display: none;
  }
  nav {
	  width: 100%;   
  }
  #cssmenu {
	  width: 100%;
  }
  nav#cssmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }
  #cssmenu > ul {
    margin-right: auto;
    margin-left: 0;
    align-items: center;
    display: flex;
  }
  #cssmenu ul {
	  width: 100%;
	  display: none;
	  background-color: #ffffff !important;
    margin-left: -2px;
  }
  #cssmenu ul li {
	  width: 100%;
    margin-right: auto;
    margin-left: 0;
    color: #444444;
	  border-top: 1px solid #444;
    background-color: #ffffff !important;
  }
  #cssmenu ul li:hover {
  	background-color: #ffffff;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
	  height: auto
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
	  width: 100%;
	  border-bottom: 0;
    color: #444444;
  }
  #cssmenu > ul > li {
	  float: none
  }
  #cssmenu #head-mobile {
	  display: block;
	  padding: 23px;
	  color: #ddd;
	  font-size: 12px;
	  font-weight: 700
  }
  .buttonmobile {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .buttonmobile:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    content: ''
  }
  .buttonmobile:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333333;
    content: ''
  }
  .buttonmobile.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #333333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .buttonmobile.menu-opened:before {
    top: 23px;
    background: #333333;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}
  