/*=============================================
*
*  SECRET
*
=============================================*/
#secret {
	background: #000;
	left: -100%;
	padding-top: 66px;
	position: absolute;
	top: 0;
	
	-webkit-transition: all 1s;
	transition: all 1s;
	transition-timing-function: cubic-bezier(.71,.08,.14,.88);
	-webkit-transition-timing-function: cubic-bezier(.71,.08,.14,.88);
}
#secret.on {
	left: 0;
	position: relative;
}
