@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: rgba(0,0,0,0.8) url("../img/back.jpg") repeat center top;
	color: #fff;
	
	font-family: 'Lato', Arial, sans-serif;
	padding:0px; margin:0px;
	height:100%;
	

}




.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}


.clearfix:after {
	clear: both;
}

a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	outline: none;
}

a:hover, 
a:focus {
	color: #fff
}



.container > header {
	margin: 0 auto;
	padding: 0em 15% 0;
	text-align: center;
	background:#ededed;
}

.container > header h1 {
	font-size: 1.8em;
	line-height: 1.3;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 5px;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}

.container  
{
    background:rgba(256,256,256,0.8)
    
}


/* To Navigation Style */
.codrops-top {
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
	font-weight: 700;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #81c439;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 0px;
	max-width: 700px;
	margin: 0 auto;
	position:relative;
	
}

.codrops-demos a {
	text-decoration: none;
	background:rgba(1,1,1,0.4) !important;
	outline: none;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 0em 0em;
	letter-spacing: 1px;
	width:200px;
	padding:0em 0.5em 0px 2.5em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	line-height:50px;
	
}


.codrops-demos a img { width:25px; margin:0px 0px 0px -20px ;  top:10px; display:block; border:0px solid #000; position:absolute;
                       filter: invert(1);
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	-ms-filter: invert(1); }
.codrops-demos a.active, .codrops-demos a:hover {
	text-decoration: none;
	background:rgba(6,59,150,0.8) !important;
	outline: none;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 0em 0em;
	letter-spacing: 1px;
    padding:0em 0.5em 0px 2.5em;
	line-height:50px;
	width:200px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}






.codrops-demos a:hover:after, .codrops-demos a.active:after
{
    content:"";
    width: 0px;
	height: 0px;
	top:50px;
	margin:0px -85px;
	position:absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(54,94,167,1);
}


.codrops-demos a.current-demo,
.codrops-demos a:hover,
.codrops-demos a:focus {
	opacity: 1;
	background: rgba(0,0,0,0.25);
}

section {
	text-align: center;
	font-size: 150%;
	padding: 1em 1% 2em;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}