@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
html { height: 100%; }
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.js .fixed-bar {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}
.js .gallery {
	width: 100%;
	max-width: 700px;
	position: relative;
}
.lt-ie8 .elastislide-list {
	display: none;
}
@media screen and (max-width: 690px) {
	.codrops-demos {
		float: left;
		clear: both;
	}
}

