/* General Demo Style */
html
{
	height: 100%;
}
*,*:after,*:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after
{
	content: " ";
	display: table;}
.clearfix:after
{
clear: both;
}
.clearfix
{
	*zoom: 1;
}
body
{
	font-family: sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	overflow: scroll;
	overflow-x: hidden;
	background-color: transparent;
}
	a{color: #555;text-decoration: none;
}
.container
{
	width: 100%;
	position: relative;
}
.container > header
{
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}
.container > header
{
	/*padding: 60px 30px 50px;*/
	padding: 10px 10px 0.5px;
	text-align: center;
}
.container > header h1
{
	font-size: 54px;
	line-height: auto;
	margin: 0 auto;
	font-weight: 800;
	color: #f7f7f7;
	/*text-transform: uppercase;*/
	text-shadow: 0px 2px 0px #000000;
	padding-bottom: 10px;font-family: 'arial', cursive;
}
.container > header h1 span
{
	display: block;
	padding-top: 5px;
	font-size: 20px;
	font-weight: 500;
	text-shadow: none;
	font-family: sans-serif;
}
	@media (max-width: 768px)
{
.container > header h1
{
	font-size: 34px;
	line-height: auto;
}
.container > header h1 span
{
	display: block;font-size: 15px;
	font-weight: 500;
	text-shadow: none;
	padding-top: 5px;
}
}
.main > p
{
	text-align: center;
	padding: 50px 20px;
}
/* Header Style */
.codrops-top
{
	color: #333;line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 0px 1px 0px #d9d9d9;
}
.codrops-top a
{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover
{
	background: rgba(255,255,255,0.8);
	color: #000;
}
.codrops-top span.right
{
	float: right;
}
.codrops-top span
.right a
{
	float: left;
	display: block;
}
.this-footer
{
	padding: 10px 15px;
	border-top: 1px solid #d9d9d9;
	text-align: center;
	font-weight: 300;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 50, 0.5);
	position: relative;
	display: block;
}
#fitimage
{
	width: 100%;
	height: auto;
}