#dropdown-plug{
	padding: 0; 
}
.menu-dd {
	/*width: 200px;
	height: 70px;
	/*margin: 2em auto;*/
	padding: 0 30px;
	width: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	z-index: 100;
}

.menu__label-dd {
	display: block;
	background: none;
	border: none;
	width: 100%;
	/*height: 70px;*/	
	/*padding: 0 1.25em;*/
	font-size: 1.3em;
	color: #fff;
	position: relative;
	outline: none;
	/*text-align: left;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

.menu__inner-dd li a span,
.menu__label-dd span {
	font-size: 0.68em;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	line-height: 1.2;
	font-weight: 600;
}

/*.menu-dd .fa {
	vertical-align: top;
	line-height: 1.25;
	margin-right: 0.65em;
	font-size: 1.15em;
}*/

.menu__inner-dd {
	/*background: #0d3a33;*/
	list-style: none;
	padding: 50px;
	font-size: 1.3em;
	width: 100%;
	/*margin: 0;*/
	position: absolute;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	opacity: 0.3;
}

.menu-dd.menu--open-dd .menu__inner-dd {
	background: #0d3a33;
	height: 310px;
	margin-top: 39px;
}

.menu__inner-dd li a {
	display: block;
	/*padding: 0.53em 0;
	line-height: 1.2;*/
	opacity: 0;
	color: #727476;
	pointer-events: none;
	outline: none;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	font-size: 19px;
}

/*.menu__inner-dd li{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;	
}*/

.menu__inner-dd li:hover {
	color: #000000;
	background-color: #0a2f29;
}

.menu__inner-dd li a:hover {
	color: #ffffff;
	background-color: #0a2f29;
}

.menu--open-dd .menu__inner-dd li a {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu--open-dd .menu__inner-dd li:nth-child(2) a {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}

.menu--open-dd .menu__inner-dd li:nth-child(3) a {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}

.menu--open-dd .menu__inner-dd li:nth-child(4) a {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}

.menu--open-dd .menu__inner-dd li:nth-child(5) a {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}

.menu--open-dd .menu__inner-dd li:nth-child(6) a {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.morph-shape-dd,
.morph-shape-dd svg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.morph-shape-dd {
	height: 0px;
	-webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.morph-shape-dd svg {
	height: 100%;
}

.menu-dd.menu--open-dd .morph-shape-dd {
	height: 400px;
}

.morph-shape-dd svg path {
	fill: #58c6b4;
}