/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/
/*	Resets
	------	*/
article, aside, canvas, figure, figure img, figcaption, hgroup,
p {
  margin: 10px 0 14px; }

a img {
  border: 0; }

a {
  color: white;
  text-decoration: none; }

ul {
  list-style: none outside none; }

/*	Typography presets
	------------------	*/
/* Selection colours (easy to forget) */
::selection {
  background: #ffff9e; }

::-moz-selection {
  background: #ffff9e; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #ffff9e; }

/*		Default Layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
aside {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  padding: 20px;
  right: 10px;
  top: 198px;
  width: 230px;
  background-color: #f3f3f1; }
  aside h3 {
    margin: 0 14px 14px;
    text-align: center; }
  aside ul {
    list-style: none; }
  aside li {
    background: url(/images/check.png) no-repeat 0 50%;
    margin-bottom: 14px;
    padding-left: 30px; }
  aside#notice {
    top: 128px; }
    aside#notice a {
      color: inherit;
      text-decoration: underline; }

figure {
  margin: 14px 0; }

#nav-wrap {
  background-color: #f3f3f1;
  height: 43px;
  padding: 26px 0; }

nav ul {
  display: block;
  list-style: none outside none;
  margin: 0 auto;
  width: 560px; }
nav li {
  background-color: #ffffff;
  border-bottom: 3px solid #E4E4E3;
  float: left;
  font-size: 16px;
  margin-right: 12px;
  padding: 8px 30px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  transition-property: border-bottom-color;
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari and Chrome */
  -o-transition: 0.5s;
  /* Opera */ }
  nav li a {
    color: #333333; }
nav li:last-of-type {
  clear: right; }
nav li:hover,
nav li.active {
  border-bottom: 3px solid #FF2A60; }

nav.fixed {
  background-color: rgba(228, 228, 227, 0.9);
  width: 100%;
  left: 0;
  margin: 0;
  padding: 18px 0;
  position: fixed;
  top: 0;
  z-index: 400; }
  nav.fixed ul {
    margin: 0 auto; }
  nav.fixed li a {
    transition: .5s;
    -moz-transition: .5s;
    /* Firefox 4 */
    -webkit-transition: .5s;
    /* Safari and Chrome */
    -o-transition: .5s;
    /* Opera */ }

#contactinfo {
  top: 300px; }

.reference {
  background-repeat: no-repeat;
  height: 250px;
  margin-top: 14px;
  position: relative;
  width: 250px; }

.gofler {
  background-image: url("/images/references/gofler.jpg"); }

.reference span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
  bottom: 0;
  max-width: 250px;
  position: absolute; }

.reference ul {
  color: white;
  padding: 4px;
  width: 250px; }

.reference li {
  font-family: Georgia,Serif;
  font-size: 11px;
  font-style: oblique;
  width: 250px; }

.reference li a {
  text-decoration: underline; }

.reference h3 a {
  background: #FF2A60;
  display: block;
  font-size: 16px;
  padding: 4px 0;
  text-align: center;
  width: 250px; }

p.inline-nav {
  margin-top: 34px; }

p.inline-nav > span {
  font-size: 18px;
  line-height: 24px; }

#postman {
  margin-top: 20px; }

#contact_form {
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
  background-color: #f3f3f1;
  margin-top: -25px;
  margin-bottom: 24px;
  padding: 14px; }
  #contact_form h3 {
    margin-bottom: 14px; }

/*# sourceMappingURL=screen.css.map */
