*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #777;
	background:rgba(0,0,0, .85);
	width: 100%;
	height: 100%;
	position: relative;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	color: #777;
}

a img {
	border: none;
}

.disabled-select {
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.hide {
	display: none;
}

/* Header Style */
.main,
.container > header {
	margin: 0 auto;
	padding: 2em;
}

.container {
	height: 100%;
	background:rgba(0,0,0, .85);
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #777;
	background:rgba(0,0,0, .85);
	width: 100%;
	height: 100%;
	position: relative;
}

.container > header {
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
    position: absolute;
    top: 0;
    z-index: 9999;
	/* background: #fff; */
	/* background: rgba(255, 255, 255, 0.6); */
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
	display: none;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
	background: rgba(255,255,255,0.85);
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.container-author {
	padding: 0 200px 100px 200px;
	color: #fff;
    margin: 0 auto;
    width: 980px;
}

.modal-open .codrops-top {
	display: block;
}