/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
  background: yellow;
  color: black;
}
/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 Percentage-based grid with 5% increments
 */

.l-5 {
  width: 5%;
  float: left;
}
.l-10 {
  width: 10%;
  float: left;
}
.l-15 {
  width: 15%;
  float: left;
}
.l-20 {
  width: 20%;
  float: left;
}
.l-25 {
  width: 25%;
  float: left;
}
.l-30 {
  width: 30%;
  float: left;
}
.l-35 {
  width: 35%;
  float: left;
}
.l-40 {
  width: 40%;
  float: left;
}
.l-45 {
  width: 45%;
  float: left;
}
.l-50 {
  width: 50%;
  float: left;
}
.l-55 {
  width: 55%;
  float: left;
}
.l-60 {
  width: 60%;
  float: left;
}
.l-65 {
  width: 65%;
  float: left;
}
.l-70 {
  width: 70%;
  float: left;
}
.l-75 {
  width: 75%;
  float: left;
}
.l-80 {
  width: 80%;
  float: left;
}
.l-85 {
  width: 85%;
  float: left;
}
.l-90 {
  width: 90%;
  float: left;
}
.l-95 {
  width: 95%;
  float: left;
}
.r-5 {
  width: 5%;
  float: right;
}
.r-10 {
  width: 10%;
  float: right;
}
.r-15 {
  width: 15%;
  float: right;
}
.r-20 {
  width: 20%;
  float: right;
}
.r-25 {
  width: 25%;
  float: right;
}
.r-30 {
  width: 30%;
  float: right;
}
.r-35 {
  width: 35%;
  float: right;
}
.r-40 {
  width: 40%;
  float: right;
}
.r-45 {
  width: 45%;
  float: right;
}
.r-50 {
  width: 50%;
  float: right;
}
.r-55 {
  width: 55%;
  float: right;
}
.r-60 {
  width: 60%;
  float: right;
}
.r-65 {
  width: 65%;
  float: right;
}
.r-70 {
  width: 70%;
  float: right;
}
.r-75 {
  width: 75%;
  float: right;
}
.r-80 {
  width: 80%;
  float: right;
}
.r-85 {
  width: 85%;
  float: right;
}
.r-90 {
  width: 90%;
  float: right;
}
.r-95 {
  width: 95%;
  float: right;
}
/*
 Golden Ratio 
 */

.lg-big {
  width: 61.8%;
  float: left;
}
.lg-small {
  width: 38.2%;
  float: left;
}
.rg-big {
  width: 61.8%;
  float: right;
}
.rg-small {
  width: 38.2%;
  float: right;
}
/***********************************************************************************************************************
 mixins.less
 **********************************************************************************************************************/

.bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear,
.cleared {
  float: none;
  clear: both;
}
.align-right {
  text-align: right;
}
.clear {
  clear: both;
  float: none;
}
span.pic-l {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-c {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
p:last-child span.pic-c {
  margin-bottom: 0;
}
span.pic-l img,
span.pic-r img,
span.pic-c img {
  max-width: 100%;
  height: auto;
}
span.pic-l span.caption,
span.pic-r span.caption,
span.pic-c span.caption {
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 0 0;
}
span.pic-l {
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
  clear: left;
}
span.pic-r {
  width: 50%;
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
@media only screen and (min-width: 480px) {
  span.pic-l {
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
    clear: left;
  }
  span.pic-r {
    width: 40%;
    float: right;
    margin: 0 0 10px 10px;
    clear: right;
  }
}
@media only screen and (min-width: 769px) {
  span.pic-l {
    width: 30%;
    float: left;
    margin: 0 20px 10px 0;
  }
  span.pic-r {
    width: 30%;
    margin: 0 0 20px 10px;
  }
  span.pic-c {
    margin: 40px auto 40px auto;
  }
  p:first-child span.pic-c {
    margin-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
li,
hgroup,
section,
div,
header,
footer,
nav,
article,
blockquote,
pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child {
  margin-bottom: 0;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin: 0;
}
/***********************************************************************************************************************
 * GO!
 **********************************************************************************************************************/

a {
  color: black;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.richtext a {
  text-decoration: underline;
}
body {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  min-width: 1100px;
}
body > header {
  *zoom: 1;
  padding: 10px;
  text-align: right;
}
body > header:before,
body > header:after {
  display: table;
  content: "";
  line-height: 0;
}
body > header:after {
  clear: both;
}
body > #main-content {
  *zoom: 1;
  padding: 10px;
}
body > #main-content:before,
body > #main-content:after {
  display: table;
  content: "";
  line-height: 0;
}
body > #main-content:after {
  clear: both;
}
.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
  padding: 0 30px;
  text-align: center;
  background: url('/img/bolleke.png') left center no-repeat, url('/img/bolleke.png') right center no-repeat;
}
body#about .projects,
body#contact .projects {
  width: 360px;
  float: left;
}
body#about .about,
body#contact .about {
  margin-left: 370px;
  max-width: 800px;
  padding-bottom: 100px;
}
#main-content .project {
  height: 112px;
  *zoom: 1;
}
#main-content .project:before,
#main-content .project:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-content .project:after {
  clear: both;
}
#main-content .project .thumb {
  *zoom: 1;
  width: 360px;
  float: left;
}
#main-content .project .thumb:before,
#main-content .project .thumb:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-content .project .thumb:after {
  clear: both;
}
#main-content .project .thumb a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 210px;
  padding: 0 30px;
  float: left;
}
#main-content .project .thumb a .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 150px;
  height: 112px;
  text-align: center;
  vertical-align: middle;
  line-height: 112px;
  overflow: hidden;
}
#main-content .project .thumb a:hover,
#main-content .project .thumb a:focus {
  background: url('/img/bolleke.png') left center no-repeat, url('/img/bolleke.png') right center no-repeat;
}
#main-content .project.selected .thumb a {
  background: url('/img/bolleke.png') left center no-repeat, url('/img/bolleke.png') right center no-repeat;
}
#main-content .project:nth-child(even) .thumb a {
  float: right;
}
#main-content .project .info {
  margin-left: 370px;
}
#main-content .project .info .images {
  margin-bottom: 40px;
}
#main-content .project .info .images img {
  max-width: 100%;
  max-height: 800px;
  width: auto;
  height: auto;
}
#main-content .project .info .description {
  max-width: 800px;
  padding-bottom: 100px;
}
#main-content .project .info footer {
  padding: 10px;
  margin-bottom: 40px;
}
