.menu-item a.menu-url {
  line-height: 66px;
}
.menu-item a.menu-url:hover .sub-menu-item {
  height: auto;
}
.menu-item .sub-menu-item {
	width: 290px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 2000;
	transform: translate(0, 0);
	top: 50px;
	left: 0;
	padding-top: 35px;
	-moz-transition: height 0.5s ease-in-out;
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.menu-item .sub-menu-item a.sub-m {
  display: block!important;
  width: 100%;
  border: 1px solid #dadada;
  border-collapse: collapse;
  text-transform: uppercase;
  /*font: 400 13px/50px Arial;*/
  font: 400 13px/15px Arial!important;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 17px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background: #f3f3f3;
  -moz-transition: background 0.5s ease, color 0.5s ease, height 0.5s ease-in-out, border 0.5s ease;
  -webkit-transition: background 0.5s ease, color 0.5s ease, height 0.5s ease-in-out, border 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, height 0.5s ease-in-out, border 0.5s ease;
}
.menu-item .sub-menu-item a.sub-m:hover {
  background: #70c330;
  color: #fff;
}
.menu-item .sub-menu-item a.sub-m:nth-of-type(2n) {
  border-top: none;
  border-bottom: none;
}
.menu-item .sub-menu-item a.sub-m {
	border-radius: 0;
}
.menu-item .sub-menu-item a.sub-m:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-item .sub-menu-item a.sub-m:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #dadada;
}
.menu-item .sub-menu-item:after {
  content: " ";
	height: 15px;
	width: 15px;
  background: #f3f3f3;
  border: 1px solid #dadada;
	border-bottom: none;
	border-right: none;
  display: block;
  position: absolute;
  transform: rotate(46deg);
  top: 27px;
  left: 35px;
  z-index: -1;
}
.is-active {
  display: block!important;
}
