.menu {
	width: 100%;
	height: 70px;
	margin: 2em auto;
	position: relative;
	text-align: left;
	cursor: pointer;
	z-index: 100;
}

.menu__label {
	display: block;
	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 li a span,
.menu__label span {
	font-size: 13px;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	line-height: 1.2;
	font-weight: 200;
}

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

.menu__inner {
	list-style: none;
	padding: 0 1.25em;
	font-size: 1.3em;
	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);
}

.menu.menu--open .menu__inner {
	height: 100%;
}


.menu__inner 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;
}

.menu .menu__label {
 transition: all .2s ease-in-out 
}
.menu .menu__label:hover {
	transform: scale(1.05);
	background: #00ADBA!important;
}

.menu__inner li a:hover {
	color: #45484A;
}

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



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

.morph-shape {
	height: 70px;
	-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 svg {
	height: 100%;
}

/* MENU 1*/

#menu1.menu--open .morph-shape {
	height: 870px;
}

@media only screen and (max-width: 1000px) {
    #menu1.menu--open .morph-shape {
        height: 990px;
    }
}

@media only screen and (max-width: 850px) {
    #menu1.menu--open .morph-shape {
        height: 1080px;
    }
}

@media only screen and (max-width: 770px) {
    #menu1.menu--open .morph-shape {
        height: 1530px;
    }
}

@media only screen and (max-width: 470px) {
    #menu1.menu--open .morph-shape {
        height: 1690px;
    }
}

@media only screen and (max-width: 400px) {
    #menu1.menu--open .morph-shape {
        height: 1950px;
    }
}

@media only screen and (max-width: 350px) {
    #menu1.menu--open .morph-shape {
        height: 2050px;
    }
}
/* MENU 2*/

#menu2.menu--open .morph-shape {
	height: 550px;
}

@media only screen and (max-width: 1000px) {
    #menu2.menu--open .morph-shape {
        height: 580px;
    }
}

@media only screen and (max-width: 850px) {
    #menu2.menu--open .morph-shape {
        height: 640px;
    }
}

@media only screen and (max-width: 770px) {
    #menu2.menu--open .morph-shape {
        height: 950px;
    }
}

@media only screen and (max-width: 470px) {
    #menu2.menu--open .morph-shape {
        height: 1100px;
    }
}

@media only screen and (max-width: 400px) {
    #menu2.menu--open .morph-shape {
        height: 1280px;
    }
}

@media only screen and (max-width: 350px) {
    #menu2.menu--open .morph-shape {
        height: 1550px;
    }
}

/* MENU 3*/

#menu3.menu--open .morph-shape {
	height: 420px;
}

@media only screen and (max-width: 1000px) {
    #menu3.menu--open .morph-shape {
        height: 450px;
    }
}

@media only screen and (max-width: 850px) {
    #menu3.menu--open .morph-shape {
        height: 490px;
    }
}

@media only screen and (max-width: 770px) {
    #menu3.menu--open .morph-shape {
        height: 680px;
    }
}

@media only screen and (max-width: 470px) {
    #menu3.menu--open .morph-shape {
        height: 710px;
    }
}

@media only screen and (max-width: 400px) {
    #menu3.menu--open .morph-shape {
        height: 300px;
    }
}

@media only screen and (max-width: 350px) {
    #menu3.menu--open .morph-shape {
        height: 300px;
    }
}

/* MENU 4*/

#menu4.menu--open .morph-shape {
	height: 250px;
}

@media only screen and (max-width: 1000px) {
    #menu4.menu--open .morph-shape {
        height: 250px;
    }
}

@media only screen and (max-width: 850px) {
    #menu4.menu--open .morph-shape {
        height: 250px;
    }
}
.morph-shape svg path {
	fill: none;
}

.row.entry-header {
	max-width: 972px;
}

@media only screen and (max-width: 1020px) {
    .row.entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 470px) {
    .row.entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 770px) {
    .menu__label {
        display: block;
		border: none;
		width: 100%;
		height: 90px;
		padding: 0 1.25em;
		font-size: 1.3em;
		line-height:14px;
		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 */
    }
}

@media only screen and (max-width: 770px) {
	.morph-shape {
	height: 90px;
	-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);
}

}







