@charset "utf-8";
/* CSS Document */

/* Demo Buttons Style */
.codrops-demos {
	font-size: 0.8em;
	text-align:center;
	position:absolute;
	z-index:99;
	width:96%;
	
}

.codrops-demos a {
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.5em 1.2em;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
	background-color: #049;
	opacity:0.5;
}

