@charset "UTF-8";

*, *: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;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher#com/micro-clearfix-hack/ */
#clearfix:before, #clearfix:after { content: " "; display: table;  }
#clearfix:after { clear: both; }
#main,
#container1 > header {
	width: 95%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em;
}

#container1 > header {
	padding: 2.875em 1.875em 1.875em;
}

#container1 > header h1 {
	font-size: 17px;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

#container1 > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

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

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

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