/* @import url(css.css ); */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

*::after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

*::before {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 62.5%;
}

.clearfix::before {
	display: table;
	content: " ";
}

.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}

.clearfix {}

body {
	background: url(bg.jpg) rgb(255, 255, 255);
	color: rgb(51, 51, 51);
	font-family: "Lato", Calibri, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

a {
	color: rgb(85, 85, 85);
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.clr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}

.container>header {
	margin: 0px auto;
	padding: 0px 30px;
	width: 80%;
	max-width: 960px;
}

.main {
	margin: 0px auto;
	padding: 0px 30px;
	width: 80%;
	max-width: 960px;
}

.container>header {
	padding: 30px;
}

.container>header h1 {
	margin: 0px;
	color: rgb(51, 51, 51);
	line-height: 4.6rem;
	font-size: 3.6rem;
	font-weight: 700;
	float: left;
}

.container>header h1 span {
	color: rgb(68, 68, 68);
	line-height: 2.8rem;
	font-size: 20px;
	font-weight: 300;
	display: block;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.codrops-top {
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	line-height: 2.4rem;
	font-size: 1.1rem;
	position: relative;
	z-index: 9999;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}

.codrops-top a {
	padding: 0px 10px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	font-weight: 400;
	display: inline-block;
	text-shadow: 0px -1px 0px #fff;
}

.codrops-top a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: rgb(0, 0, 0);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.support-note {
	clear: both;
}

.support-note span {
	padding: 5px 0px;
	text-align: center;
	color: rgb(172, 55, 93);
	font-size: 1.6rem;
	font-weight: bold;
	display: none;
}

.actions {
	padding: 0px 0px 20px;
	width: 100%;
}

.actions span {
	background: rgb(255, 255, 255);
	margin: 3px;
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center;
	color: rgb(136, 136, 136);
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.actions span:hover {
	background: rgb(247, 247, 247);
}

.actions span:active {
	background: rgb(170, 170, 170);
	color: rgb(255, 255, 255);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.actions span.disabled {
	color: rgb(221, 221, 221);
	opacity: 0.8;
}

.light {
	padding: 60px 0px 250px;
}

.light span {
	background: rgb(170, 170, 170);
	color: rgb(255, 255, 255);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.8);
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.light span:hover {
	background: rgb(68, 68, 68);
}

#nav-prev {
	width: 30px;
	height: 30px;
	line-height: 20px;
	font-size: 18px;
}

#nav-next {
	width: 30px;
	height: 30px;
	line-height: 20px;
	font-size: 18px;
}

#close {
	float: right;
}
