.fade-out {
	opacity: 0;
	transition: opacity 0.5s;
}

#bgtop {
	z-index: 4;
	position: absolute;
	margin: 0;
	top: 90%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#canvasToBeRemoved {
	position: absolute;
	z-index: 4;
}

.button {
	margin: 20px;
	float: left;
	font-family: ethn;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.button {
		font-size: 15px;
	}
}

.button .label {
	padding: 10px;
	display: inline-block;
}

.button.v8:hover .icon {
	-webkit-transform: scale(1.1) skew(-40deg, 0deg);
	transform: scale(1.1) skew(-40deg, 0deg);
}

.button.v8:hover .icon:before, .button.v8:hover .icon:after {
	width: 100%;
}

.button.v8:hover .icon span:before, .button.v8:hover .icon span:after {
	height: 100%;
}

.button.v8 .label {
	margin: 0px 30px 12px 30px;
}

@media (max-width: 625px) {
	.button.v8 .label {
		margin: 0px 20px 5px 20px;
	}
}

.wspace {
	white-space: nowrap;
}

.button.v8 .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skew(-40deg, 0deg);
	transform: skew(-40deg, 0deg);
	transition: all 0.5s;
}

.button.v8 .icon:before, .button.v8 .icon:after {
	content: '';
	height: 2.3px;
	width: 30px;
	position: absolute;
	display: block;
	background: #fff;
	transition: width 0.5s;
}

.button.v8 .icon:before {
	left: 0;
	top: 0;
}

.button.v8 .icon:after {
	right: 0;
	bottom: 0;
}

.button.v8 .icon span:before, .button.v8 .icon span:after {
	content: '';
	background: #fff;
	position: absolute;
	display: block;
	width: 3px;
	height: 30px;
	transition: height 0.5s;
}

.button.v8 .icon span:before {
	left: 0;
	top: 0;
}

.button.v8 .icon span:after {
	right: 0;
	bottom: 0;
}

.label:before {
	content: attr(data-text);
	position: absolute;
	top: 10;
	left: -20px;
	width: 100%;
	color: 65px;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-before 3s infinite linear alternate-reverse;
}

.label:after {
	content: attr(data-text);
	position: absolute;
	top: 10;
	left: 20px;
	width: 100%;
	color: 65px;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-after 2s infinite linear alternate-reverse;
}

@keyframes noise-before {
	0% {
		clip: rect(61px, 9999px, 52px, 0);
	}

	5% {
		clip: rect(33px, 9999px, 144px, 0);
	}

	10% {
		clip: rect(121px, 9999px, 115px, 0);
	}

	15% {
		clip: rect(144px, 9999px, 162px, 0);
	}

	20% {
		clip: rect(62px, 9999px, 180px, 0);
	}

	25% {
		clip: rect(34px, 9999px, 42px, 0);
	}

	30% {
		clip: rect(147px, 9999px, 179px, 0);
	}

	35% {
		clip: rect(99px, 9999px, 63px, 0);
	}

	40% {
		clip: rect(188px, 9999px, 122px, 0);
	}

	45% {
		clip: rect(154px, 9999px, 14px, 0);
	}

	50% {
		clip: rect(63px, 9999px, 37px, 0);
	}

	55% {
		clip: rect(161px, 9999px, 147px, 0);
	}

	60% {
		clip: rect(109px, 9999px, 175px, 0);
	}

	65% {
		clip: rect(157px, 9999px, 88px, 0);
	}

	70% {
		clip: rect(173px, 9999px, 131px, 0);
	}

	75% {
		clip: rect(62px, 9999px, 70px, 0);
	}

	80% {
		clip: rect(24px, 9999px, 153px, 0);
	}

	85% {
		clip: rect(138px, 9999px, 40px, 0);
	}

	90% {
		clip: rect(79px, 9999px, 136px, 0);
	}

	95% {
		clip: rect(25px, 9999px, 34px, 0);
	}

	100% {
		clip: rect(173px, 9999px, 166px, 0);
	}
}

@keyframes noise-after {
	0% {
		clip: rect(26px, 9999px, 33px, 0);
	}

	5% {
		clip: rect(140px, 9999px, 198px, 0);
	}

	10% {
		clip: rect(184px, 9999px, 89px, 0);
	}

	15% {
		clip: rect(121px, 9999px, 6px, 0);
	}

	20% {
		clip: rect(181px, 9999px, 99px, 0);
	}

	25% {
		clip: rect(154px, 9999px, 133px, 0);
	}

	30% {
		clip: rect(134px, 9999px, 169px, 0);
	}

	35% {
		clip: rect(26px, 9999px, 187px, 0);
	}

	40% {
		clip: rect(147px, 9999px, 137px, 0);
	}

	45% {
		clip: rect(31px, 9999px, 52px, 0);
	}

	50% {
		clip: rect(191px, 9999px, 109px, 0);
	}

	55% {
		clip: rect(74px, 9999px, 54px, 0);
	}

	60% {
		clip: rect(145px, 9999px, 75px, 0);
	}

	65% {
		clip: rect(153px, 9999px, 198px, 0);
	}

	70% {
		clip: rect(99px, 9999px, 136px, 0);
	}

	75% {
		clip: rect(118px, 9999px, 192px, 0);
	}

	80% {
		clip: rect(1px, 9999px, 83px, 0);
	}

	85% {
		clip: rect(145px, 9999px, 98px, 0);
	}

	90% {
		clip: rect(121px, 9999px, 154px, 0);
	}

	95% {
		clip: rect(156px, 9999px, 44px, 0);
	}

	100% {
		clip: rect(67px, 9999px, 122px, 0);
	}
}