/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Alegreya+SC:700|Cutive+Mono);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
}

.container > h6 {
	z-index: 9999;
	font-weight: 400;
	padding: 50px 20px;
	font-family: Verdana;
}

.js .container > h6 {
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 0;
	right: 0;
	padding: 20px;
	font-size: 14px;
}

.container > h6 a {
	font-size: 14px;
	text-transform: none;
	display: inline-block;
	padding: 0 0 0 5px;
	color: #fff;
	font-weight: 400;
}

.container > h6 a:hover,
.container > h6 a.demo-current {
	color: #222;
}