:before,:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}

[class*="fi-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: inherit;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat
}

[class*="fi-"]:before {
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit
}

html {
	height: 100%;
	left: 0;
}

body {