html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #f6f6f6;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
	display: block;
}

.main {	
	max-width: 1120px;
	margin: 0 auto;
}
.container > header {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}

.container > header {
	padding: 30px 30px 40px 30px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?466qsw');
  src:  url('fonts/icomoon.eot?466qsw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?466qsw') format('truetype'),
    url('fonts/icomoon.woff?466qsw') format('woff'),
    url('fonts/icomoon.svg?466qsw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-install:before {
  content: "\e900";
}
.icon-open-book:before {
  content: "\e901";
}
.icon-book:before {
  content: "\e902";
}
.icon-cycle:before {
  content: "\e903";
}
.icon-hand:before {
  content: "\e904";
}