/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    color: #47a3da;
}

.main,
.container > header {
	margin: 0 auto;
	width: 100%;
}

.container > header h1 {
	float: left;
	font-size: 2.125em;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.container > header span {
	display: block;
	font-weight: 700;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
	text-transform: uppercase;
}

.icon-drop:before, 
.icon-arrow-left:before {
	-webkit-font-smoothing: antialiased;
	color: #47a3da;
	font-style: normal;
	font-weight: normal;
	height: 100%;
	line-height: 2;
	padding-left: 8px;
	position: absolute;
	speak: none;
	text-align: center;
	text-indent: 8000px;
	top: 0;
	width: 100%;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

