.codrops-header
{
	margin: 0 auto;
	padding: 2em 0 0;
	text-align: center;
}
.codrops-header H1
{
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
}
.codrops-header H1 SPAN
{
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}
/*To Navigation Style*/
.codrops-top
{
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.69em;
	line-height: 2.2;
	background: #FFF;
}
.codrops-top A
{
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
}
.codrops-top SPAN.right
{
	float: right;
}
.codrops-top SPAN.right A
{
	display: block;
	float: left;
}
.codrops-icon:before
{
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: codropsicons;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before
{
	content: "\e001";
}
.codrops-icon-prev:before
{
	content: "\e004";
}
.codrops-demos
{
	margin: 30px auto 0;
	padding: 30px 0;
}
.codrops-demos A, SECTION #slide_panel_button BUTTON
{
	display: inline-block;
	background: #A9A9A9;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 1px;
}
.codrops-demos A:hover, .codrops-demos A:active, .codrops-demos A.current-demo
{
	background: #777;
}
SECTION #slide_panel_button BUTTON
{
	border: none;
	padding: 5px;
	outline: none;
	background: #85B91E;
	line-height: normal;
}
.related > A
{
	border: 1px solid #99CC33;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	color: #99CC33;
	opacity: 0.8;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	-webkit-backface-visibility: hidden;
}
.related A:hover
{
	border-color: #82B222;
	color: #82B222;
}
.related A IMG
{
	max-width: 100%;
}
.related A H3
{
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
	font-size: 65%;
	font-weight: 400;
}
@media screen and (max-width: 25em)
{
	.codrops-icon SPAN
	{
		display: none;
	}
}
/*Overlay style*/
.overlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999 !important;
}
/*Overlay closing cross*/
.overlay .overlay-close
{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	/*text-indent: 200%;*/
	color: transparent;
	outline: none;
	z-index: 100;
}
/*Menu style*/
.overlay NAV
{
	position: relative;
	top: 50%;
	height: 60%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay UL
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay UL LI
{
	display: block;
	/*height: 20%;*/
	height: calc(100% / 5);
	/*min-height: 54px;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.overlay UL LI A
{
	font-size: inherit;
	font-weight: inherit;
	display: block;
	color: #FFF;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay UL LI A:hover, .overlay UL LI A:focus
{
	color: #F0F0F0;
}
/*Effects*/
.overlay-door
{
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}
.overlay-door.open
{
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.overlay-door NAV
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.overlay-door NAV, .overlay-door .overlay-close
{
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}
.overlay-door.open NAV, .overlay-door.open .overlay-close
{
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.overlay-door.close NAV, .overlay-door.close .overlay-close
{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
@media screen and (max-height: 30.5em)
{
	.overlay NAV
	{
		height: 70%;
	}
	.overlay UL LI
	{
		min-height: 34px;
	}
}
