/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('tsruetype');
	font-weight: normal;
	font-style: normal;
}

body, html { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 1.1em; font-weight: normal !important; }

h1, h2, h3, h4, h { padding-bottom: 25px; margin-right: 20px ; margin-left: 20px; }
	
h1 {line-height: 0.7em !important; margin-top: 5px !important; }

h2 {margin-bottom: -18px; font-size: 1.6em; }

h4 {margin-bottom: 10px; font-size: 0.9em; }

h3 {text-align:center; }


/* 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 {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #FFF;
	background-color: #000;
}

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

a:hover {
	color: #FFF;
	text-decoration:underline;
}

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em ;
	
}

.container > header {
	padding: 2.875em 1.875em 1.675em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.165em;
	padding: 0 0 0.2em 0.1em;
}

.container > header nav {
	float: right;
	font-size: 0.8em ;
	letter-spacing: 0.1em;
}

.container > header nav a {
	float: left;
	position: relative;
}

.container > header nav a:after {
	position: absolute;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	text-decoration:underline;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}


@media screen and (max-width: 75em) {

	.container > header h1,
	.container > header nav {
		float: none;
		text-align: center;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
		line-height: 1.1em !important; 
	}

	.container > header nav {
		margin: 0 auto;
			padding: 1em 1.875em 1.875em;
	}

	.container > header > span {
	}
	
.container .clearfix h1 {
}
