*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000;
}

/* Header Style */
.container {
	position: relative;
}

.container {
	position: relative;
	z-index: 1;
}

.color-1 {
	background: #FFF;
}