/* ############## */
* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
}
body {
	font-family: 'CharterOSCRegular';
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	height: 100%;
	overflow-y: hidden;
}

#wrapper {
	float: left;
	width: 11894px;
	height: 100%;
	z-index: -10;
}

.block {
	float: left;
	z-index: -1;
	min-height: 700px;
		.cover{
			height: 100%;
			z-index: -2;
			display: block;
			float: left;
		}
}
#wrapper-two {
	float: left;
	width: 11894px;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 100;
	
	.heading {
		color: black;
	}
	
	.hide{
		display: none;
		font: 14px/20px 'CirceRegular';
		color: #fff;
		z-index: 500;
		position: absolute;
		width: 500px;
		padding: 20px 20px 50px;
		color: #000;
		background-color: rgba(204, 233, 237, 0.85);
	}
}

.toggle {
	width: 162px;
	height: 39px;
	position: fixed;
	background: url(../images/B1.png);
	z-index: 10000;
	margin: 50px 0 0 210px;
	
}

.heading {
	width: 570px;
	position: absolute;
	margin: 17% 0 0 170px;
	/*top: 17%;
	left: 15%;*/
	
	h1 {
		font: 60px/78px 'LineaturaLight';
		letter-spacing: 5px;
	}
	.caption {
		font: 18px/22px 'CirceRegular';
		width: 280px;
		margin-top: 35px;
	}
	.credits {
		font: 11px/16px 'CirceRegular';
		width: 280px;
		text-transform: uppercase;
		margin-top:25px ;
	}
	.description{
		margin-top: 45px;
		font: 18px/22px 'CirceRegular';
	}
}