@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900);
@font-face {
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
	src:url('../fonts.googleapis.com/css?family=Terminal+Dosis+Light')
	font-weight: normal;
	font-style: normal;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container > header,
.codrops-top {
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	text-transform:uppercase;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 15px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	letter-spacing:1px;
	text-shadow:0px 0px 1px #ddd;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.1);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover{
	background: rgba(255,255,255,0.3);
	color:#ce4753;
	
}
.codrops-top span.right{
	float: right;
	font-weight:bold;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #ce4753;
	color: #ce4753;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #ce4753;
	color: #ce4753;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}