.menu {
	position: relative;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin: 7em 0;
	height: 100px;
	width: 100px;
}

.trigger {
	background: none;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	position: relative;
	z-index: 1000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

.trigger span {
	opacity: 0;
	position: absolute;
}

.menu__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 5;
}

.menu__items li {
	width: 60%;
	height: 60%;
	top: 10%;
	left: 10%;
	line-height: 60px;
	font-size: 1.5em;
	position: absolute;
	z-index: -1;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}

.menu.menu--open .menu__items li:first-child {
	/*-webkit-transform: scale3d(1, 1, 1) translate3d(0, -160px, 0);
	transform: scale3d(1, 1, 1) translate3d(0, -160px, 0);*/
	-webkit-transform: scale3d(1, 1, 1) translate3d(-124px, 79px, 0);
	transform: scale3d(1, 1, 1) translate3d(-124px, 79px, 0);
}

.menu.menu--open .menu__items li:nth-child(2) {
	/*-webkit-transform: scale3d(1, 1, 1) translate3d(113.14px, -113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(113.14px, -113.14px, 0);*/
	-webkit-transform: scale3d(1, 1, 1) translate3d(12.14px, 151.86px, 0);
	transform: scale3d(1, 1, 1) translate3d(12.14px, 151.86px, 0);
}

.menu.menu--open .menu__items li:nth-child(3) {
	/*-webkit-transform: scale3d(1, 1, 1) translate3d(160px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(160px, 0, 0);*/
	-webkit-transform: scale3d(1, 1, 1) translate3d(146px, 82px, 0);
	transform: scale3d(1, 1, 1) translate3d(146px, 82px, 0);
}

.menu.menu--open .menu__items li:nth-child(4) {
	/*-webkit-transform: scale3d(1, 1, 1) translate3d(113.14px, 113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(113.14px, 113.14px, 0);*/
	-webkit-transform: scale3d(1, 1, 1) translate3d(146px, -45.86px, 0);
	transform: scale3d(1, 1, 1) translate3d(146px, -45.86px, 0);
}

.menu.menu--open .menu__items li:nth-child(5) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 160px, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 160px, 0);
}

.menu.menu--open .menu__items li:nth-child(6) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-113.14px, 113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(-113.14px, 113.14px, 0);
}

.menu.menu--open .menu__items li:nth-child(7) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-160px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(-160px, 0, 0);
}

.menu.menu--open .menu__items li:nth-child(8) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-113.14px, -113.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(-113.14px, -113.14px, 0);
}

.menu__items li a {
	display: block;
	background-color: #FFF;
	color: #c8c8c8;
	border-radius: 50%;
	outline: none;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
	border: 1px solid #009fe3;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
}

.menu__items li a#accounting {
	background-image: url(../images/accounting.png);
}

.menu__items li a#consulting {
	background-image: url(../images/consulting.png);
}

.menu__items li a#safe {
	background-image: url(../images/safe.png);
}

.menu__items li a#hr {
	background-image: url(../images/HR.png);
}

.menu__items li a:hover,
.menu__items li a:focus {
	background-color: #009fe3;
	color: #009fe3;
}

.menu__items li a#accounting:hover,
.menu__items li a#accounting:focus{
	background-image: url(../images/accounting_hover.png);
}

.menu__items li a#consulting:hover,
.menu__items li a#consulting:focus{
	background-image: url(../images/consulting_hover.png);
}

.menu__items li a#safe:hover,
.menu__items li a#safe:focus{
	background-image: url(../images/safe_hover.png);
}

.menu__items li a#hr:hover,
.menu__items li a#hr:focus{
	background-image: url(../images/HR_hover.png);
}

.menu__items li a span {
	position: absolute;
	/*color: transparent;
	top: 100%;*/
	pointer-events: none;
	line-height: 15px;
	width: 133px;
	font-size: 13px;
}

.menu.menu--open .menu__items li:first-child span {
	margin-left: -164px;
	margin-top: 16px;
}

.menu.menu--open .menu__items li:nth-child(2) span {
	margin-left: -65px;
	margin-top: 60px;
}

.menu.menu--open .menu__items li:nth-child(3) span {
	margin-left: 29px;
	margin-top: 15px;
}

.menu.menu--open .menu__items li:nth-child(4) span {
	margin-left: 29px;
	margin-top: 15px;
}

.morph-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.morph-shape svg path {
	/*fill: #DA7071;*/
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.menu--open .morph-shape svg path {
	/*fill: #777;*/
}

@media screen and (max-width: 40em) {
	.menu__items {
		-webkit-transform: scale3d(0.8,0.8,1);
		transform: scale3d(0.8,0.8,1);
	}
}