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

[class^="icon-"] {
  font-family: 'about','fontello';
  font-style: normal;
  font-size: 3em;
  speak: none;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:after { content: "\2302"; } 
.icon-cog:after { content: "\2699"; } 
.icon-cw:after { content: "\27f3"; } 
.icon-location:after { content: "\e724"; }
.icon-price-tags:after {
  content: "\e936";
}
.icon-Aerodynamic:after {
  content: "\e900";
}
.icon-Hydrodynamic:after {
  content: "\e901";
}
.icon-Structure:after {
  content: "\e902";
}
.icon-Thermodynamic:after {
  content: "\e903";
}
.icon-energy:after {
  content: "\1f300";
}
.icon-price-tags:after {
  content: "\e936";
}


/*
* { 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing:    border-box; 
  box-sizing:         border-box; 
  margin: 0;
  padding: 0;
}*/

html {
  color: #444;
  font-size: 100%;    
  background: #f7f7f7 url(../images/bg.png) repeat center top;
}

body {
  font-family: about, Cambria, Georgia, "Times New Roman", Times, serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; 
  font-size:18px; 
  font-size:1.125rem;
  line-height: 1.5;
}


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

a:hover {
  text-decoration:underline;
}

a:focus { 
  outline: none;
}

h1, p, p + p, ul {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

h1 {
  font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 36px;
  font-size: 2rem;    
  line-height: 1.5; 
  font-weight: bold;
}

.page-wrap {
  width: 100%;
  margin: auto auto;
}

.nav {
  list-style: none;
  text-align: center;
}

.nav li {
  position: relative;
  display: inline-block;
  margin-right: -0.2em; /* See: http://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
}

.nav li:before {
  content: "";
  display: block;
  border-top: .05em solid #ddd;
  border-bottom: .05em solid #fff;
  width: 100%;
  height: .05em;
  position: absolute;
  top: 50%;
  z-index: -10;
}

.nav a {
  display: block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
  color: #a7a7a7;
  margin: .75em;
  width: 2em;
  height: 2em;
  position: relative;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  box-shadow: 0em .15em .4em #aaa, inset 0em .1em .15em #fff;
}

.nav a:before {
  content: "";
  display: block;
  background: #fff;
  border-top: .1em solid #ddd;
  position: absolute;
  top: -.9em;
  left: -.9em;
  bottom: -.9em;
  right: -.9em;
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0em .4em 2.4em #ddd;
}

.nav a:hover {
  text-decoration: none;
  color: #555;
  background: #f5f5f5;
}