/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../font/codropsicons/codropsicons.eot');
	src:url('../font/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../font/codropsicons/codropsicons.woff') format('woff'),
		url('../font/codropsicons/codropsicons.ttf') format('truetype'),
		url('../font/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.content1 > section {
	height: 100%;
	margin: 0 auto;
	padding: 0em 0em;
	width: 145px;
}

.touch .content1 > section {
	padding: 0;
	min-height: 0;
}


/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.4em;
}

.touch .codrops-demos {
	display: none;
}

.codrops-demos a {
	display: block;
	margin: 0.5em;
	padding: 0.6em 1em;
	border: 3px solid #ddd;
	font-weight: 700;
}

.codrops-demos a:hover {
	opacity: 0.9;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border: 3px solid #aaa;
	opacity: 1;
	color: #aaa;
}

#set-1 {
	background: #transparent;
}


@media screen and (max-width: 800px) {

	.hi-icon {
		margin: 15px !important;
	}

	.content1 > section {
		padding: 20em 1em;
	}

}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}