/*! 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%;
  -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: #ff0;
  color: #000;
}
/*
 * 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 #c0c0c0;
  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;
  *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"],
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;
  *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;
}
/***********************************************************************************************************************
 mixins.less
 **********************************************************************************************************************/
.bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear,
.cleared {
  float: none;
  clear: both;
}
.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.flat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.align-right {
  text-align: right;
}
input[type='email'],
input[type='password'],
input[type='text'],
textarea,
select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  padding: 3px;
  margin: 0;
}
button,
input[type='button'],
input[type='submit'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 3px 10px;
  margin: 0;
  cursor: pointer;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='submit']:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
  }
}
/*
 Percentage-based grid with 5% increments
 */
.l-5,
.l5 {
  width: 5%;
  float: left;
}
.l-10,
.l10 {
  width: 10%;
  float: left;
}
.l-15,
.l15 {
  width: 15%;
  float: left;
}
.l-20,
.l20 {
  width: 20%;
  float: left;
}
.l-25,
.l25 {
  width: 25%;
  float: left;
}
.l-30,
.l30 {
  width: 30%;
  float: left;
}
.l-35,
.l35 {
  width: 35%;
  float: left;
}
.l-40,
.l40 {
  width: 40%;
  float: left;
}
.l-45,
.l45 {
  width: 45%;
  float: left;
}
.l-50,
.l50 {
  width: 50%;
  float: left;
}
.l-55,
.l55 {
  width: 55%;
  float: left;
}
.l-60,
.l60 {
  width: 60%;
  float: left;
}
.l-65,
.l65 {
  width: 65%;
  float: left;
}
.l-70,
.l70 {
  width: 70%;
  float: left;
}
.l-75,
.l75 {
  width: 75%;
  float: left;
}
.l-80,
.l80 {
  width: 80%;
  float: left;
}
.l-85,
.l85 {
  width: 85%;
  float: left;
}
.l-90,
.l90 {
  width: 90%;
  float: left;
}
.l-95,
.l95 {
  width: 95%;
  float: left;
}
.r-5,
.r5 {
  width: 5%;
  float: right;
}
.r-10,
.r10 {
  width: 10%;
  float: right;
}
.r-15,
.r15 {
  width: 15%;
  float: right;
}
.r-20,
.r20 {
  width: 20%;
  float: right;
}
.r-25,
.r25 {
  width: 25%;
  float: right;
}
.r-30,
.r30 {
  width: 30%;
  float: right;
}
.r-35,
.r35 {
  width: 35%;
  float: right;
}
.r-40,
.r40 {
  width: 40%;
  float: right;
}
.r-45,
.r45 {
  width: 45%;
  float: right;
}
.r-50,
.r50 {
  width: 50%;
  float: right;
}
.r-55,
.r55 {
  width: 55%;
  float: right;
}
.r-60,
.r60 {
  width: 60%;
  float: right;
}
.r-65,
.r65 {
  width: 65%;
  float: right;
}
.r-70,
.r70 {
  width: 70%;
  float: right;
}
.r-75,
.r75 {
  width: 75%;
  float: right;
}
.r-80,
.r80 {
  width: 80%;
  float: right;
}
.r-85,
.r85 {
  width: 85%;
  float: right;
}
.r-90,
.r90 {
  width: 90%;
  float: right;
}
.r-95,
.r95 {
  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;
}
#breakpoints {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  top: auto;
  z-index: 1000;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
#breakpoints .label {
  background-color: pink;
  padding: 2px 5px;
  color: #000;
}
#breakpoints .label-default {
  background-color: papayawhip;
}
.gt-xs,
.gt-320 {
  display: none;
}
@media only screen and (min-width: 320px) {
  .gt-xs,
  .gt-320 {
    display: initial;
  }
}
.gt-sm,
.gt-480 {
  display: none;
}
@media only screen and (min-width: 480px) {
  .gt-sm,
  .gt-480 {
    display: initial;
  }
}
.gt-md,
.gt-736 {
  display: none;
}
@media only screen and (min-width: 736px) {
  .gt-md,
  .gt-736 {
    display: initial;
  }
}
.gt-lg,
.gt-992 {
  display: none;
}
@media only screen and (min-width: 992px) {
  .gt-lg,
  .gt-992 {
    display: initial;
  }
}
.gt-568 {
  display: none;
}
@media only screen and (min-width: 568px) {
  .gt-568 {
    display: initial;
  }
}
.gt-768 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .gt-768 {
    display: initial;
  }
}
.gt-1200 {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .gt-1200 {
    display: initial;
  }
}
.gt-1450 {
  display: none;
}
@media only screen and (min-width: 1450px) {
  .gt-1450 {
    display: initial;
  }
}
#type .regular {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 12px;
}
@media only screen and (min-width: 736px) {
  #type .regular {
    font-size: 14px;
  }
}
#type .big {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 736px) {
  #type .big {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  #type .big {
    font-size: 18px;
  }
}
#type .small {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 11px;
}
@media only screen and (min-width: 736px) {
  #type .small {
    font-size: 12px;
  }
}
#type .display-1 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
}
#type .display-1 i,
#type .display-1 em {
  font-style: normal;
}
@media only screen and (min-width: 736px) {
  #type .display-1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  #type .display-1 {
    font-size: 56px;
  }
}
#type .display-2 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
#type .display-2 i,
#type .display-2 em {
  font-style: normal;
}
#type .display-3 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
#type .display-3 i,
#type .display-3 em {
  font-style: normal;
}
#type .display-4 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
h1 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
}
h1 i,
h1 em {
  font-style: normal;
}
@media only screen and (min-width: 736px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 56px;
  }
}
h2 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
h2 i,
h2 em {
  font-style: normal;
}
h3 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
h3 i,
h3 em {
  font-style: normal;
}
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
p.lead,
big {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 736px) {
  p.lead,
  big {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  p.lead,
  big {
    font-size: 18px;
  }
}
p.small,
small {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 11px;
}
@media only screen and (min-width: 736px) {
  p.small,
  small {
    font-size: 12px;
  }
}
html,
body {
  height: 100%;
}
body {
  overflow-y: scroll;
}
body.modal-open {
  overflow: hidden;
}
select,
button,
textarea,
input {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
p:first-child,
ul:first-child,
blockquote:first-child {
  margin-top: 0;
}
a {
  color: #000000;
}
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
html,
body,
input,
button,
select,
textarea {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (min-width: 736px) {
  html,
  body,
  input,
  button,
  select,
  textarea {
    font-size: 14px;
  }
}
select {
  border: 1px solid;
}
#display {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
  display: none;
}
#display div.icon.close {
  left: auto;
}
#display > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 30px;
  bottom: auto;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
#display > header hgroup {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#display > header h1,
#display > header h2 {
  font-weight: normal;
  font-size: 16px;
  display: inline;
  line-height: 1;
}
#display > header h1 {
  font-weight: bold;
}
#display > .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
  bottom: 50px;
  left: 20px;
  right: 20px;
  text-align: center;
}
#display > .container > figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#display > .container > figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin-bottom: -40px;
  line-height: 15px;
  font-size: 11px;
}
#display > .container > figure figcaption p {
  display: inline;
}
#display > .container > figure figcaption br {
  display: none;
}
#display > .container img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
body #main-header {
  *zoom: 1;
}
body #main-header:before,
body #main-header:after {
  display: table;
  content: "";
  line-height: 0;
}
body #main-header:after {
  clear: both;
}
body #main-content {
  *zoom: 1;
}
body #main-content:before,
body #main-content:after {
  display: table;
  content: "";
  line-height: 0;
}
body #main-content:after {
  clear: both;
}
body #main-footer {
  *zoom: 1;
}
body #main-footer:before,
body #main-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
body #main-footer:after {
  clear: both;
}
body .wrapper {
  *zoom: 1;
}
body .wrapper:before,
body .wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
body .wrapper:after {
  clear: both;
}
#main-header {
  margin-bottom: 20px;
}
#main-header #logo {
  margin-right: 30px;
}
#main-header .main-nav {
  margin: 15px 0;
}
@media only screen and (min-width: 736px) {
  #main-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main-header #logo {
    width: 40%;
    float: left;
    margin-right: 0;
  }
  #main-header .main-nav {
    width: 60%;
    float: right;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #main-header {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-header {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1450px) {
  #main-header {
    margin-bottom: 0;
  }
}
@media only screen and (min-height: 900px) {
  #main-header {
    margin-bottom: 50px;
  }
}
#main-footer {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 736px) {
  #main-footer {
    margin-top: 100px;
  }
  #main-footer .wrapper {
    *zoom: 1;
  }
  #main-footer .wrapper:before,
  #main-footer .wrapper:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #main-footer .wrapper:after {
    clear: both;
  }
  #main-footer .copyright {
    float: left;
  }
  #main-footer .newsletter {
    float: right;
  }
}
.wrapper {
  *zoom: 1;
  margin: 0 30px;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrapper:after {
  clear: both;
}
@media only screen and (min-width: 736px) {
  .wrapper {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    margin-right: 110px;
    margin-left: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  body#projects #main-content .wrapper,
  #main-header .wrapper {
    max-width: none;
    margin-left: 110px;
    margin-right: 110px;
  }
}
@media only screen and (min-width: 1450px) {
  body#projects #main-content .wrapper,
  #main-header .wrapper {
    max-width: none;
    margin-left: 170px;
    margin-right: 170px;
  }
}
#logo {
  line-height: 30px;
}
#logo img {
  vertical-align: initial;
}
#logo .flat {
  display: block;
  height: 30px;
  padding: 5px 0;
}
#logo .flat img {
  height: 20px;
}
#logo .regular {
  display: none;
  height: 50px;
  padding: 5px 0;
}
#logo .regular img {
  height: 40px;
}
@media only screen and (min-width: 736px) {
  #logo .flat {
    display: none;
  }
  #logo .regular {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #logo .regular {
    height: 60px;
  }
  #logo .regular img {
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #logo .regular {
    height: 70px;
  }
  #logo .regular img {
    height: 60px;
  }
}
.main-nav {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}
@media only screen and (min-width: 736px) {
  .main-nav {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav {
    font-size: 18px;
  }
}
.main-nav a {
  text-decoration: none;
}
@media only screen and (min-width: 736px) {
  .main-nav {
    display: initial;
    text-align: right;
  }
  .main-nav ul.nav {
    display: inline-block;
  }
  .main-nav ul.nav li {
    display: inline-block;
    padding: 5px 0;
    margin-left: 10px;
  }
  .main-nav ul.nav li.active {
    border-bottom: 4px solid;
  }
}
@media only screen and (min-width: 992px) {
  .main-nav ul.nav li {
    margin-left: 20px;
  }
  .main-nav ul.nav li.active {
    border-bottom: 6px solid;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav {
    font-size: 16px;
  }
  .main-nav ul.nav li {
    padding-bottom: 10px;
  }
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .icon {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .icon {
    font-size: 16px;
  }
}
.icon a {
  display: block;
}
.icon.nav-toggle {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 736px) {
  .icon.nav-toggle {
    display: none;
  }
}
.icon.to-top {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  display: none;
}
.icon.prev {
  position: fixed;
  z-index: 1000;
  top: 90px;
  left: 0;
  right: auto;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .icon.prev {
    display: block;
  }
}
.icon.next {
  position: fixed;
  z-index: 1000;
  top: 90px;
  right: 0;
  left: auto;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .icon.next {
    display: block;
  }
}
body.scrolled .icon.prev,
body.scrolled .icon.next,
body.scrolled .icon.to-top {
  display: block;
}
ul.nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
hgroup > * {
  margin: 0;
}
article > header,
article > section {
  *zoom: 1;
  margin-bottom: 30px;
}
article > header:before,
article > section:before,
article > header:after,
article > section:after {
  display: table;
  content: "";
  line-height: 0;
}
article > header:after,
article > section:after {
  clear: both;
}
article > header h1 {
  font-weight: bold;
  text-transform: uppercase;
}
article > header h2 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (min-width: 736px) {
  article > header h1 {
    font-size: 56px;
  }
  article > header h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  
}
@media only screen and (min-width: 992px) {
  article.project .texts .teaser {
    float: none;
    clear: both;
    width: auto;
  }
  article.project header > hgroup,
  article.project .texts > .text,
  article.project .extra > .tour-not {
    width: 61.8%;
    float: right;
  }
  article.project .texts > .credits,
  article.project .extra > .resources-not {
    width: 38.2%;
    float: left;
    padding-right: 5%;
  }
}
article.project hgroup .year + span:before {
  content: '- ';
}
article.project .texts {
  *zoom: 1;
}
article.project .texts:before,
article.project .texts:after {
  display: table;
  content: "";
  line-height: 0;
}
article.project .texts:after {
  clear: both;
}
article.project .texts .teaser {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 736px) {
  article.project .texts .teaser {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  article.project .texts .teaser {
    font-size: 18px;
  }
}
article.project .texts .credits {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 11px;
}
@media only screen and (min-width: 736px) {
  article.project .texts .credits {
    font-size: 12px;
  }
}
article.project .trailer {
  text-align: center;
}
article.project .large-image {
  text-align: center;
}
article.project .large-image img {
  max-height: 600px;
}
article.project .extra {
  margin-top: 100px;
}
article.project .resources {
  margin-bottom: 40px;
}
article.project .pics {
  text-align: center;
}
article.project .pics .pic {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  packground-color: papayawhip;
}
article.project .pics .pic img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 992px) {
  article.project .pics .pic {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  article.project .pics .pic img {
    max-width: 100px;
    max-height: 100px;
  }
}
article.project .tourdates {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 11px;
}
@media only screen and (min-width: 736px) {
  article.project .tourdates {
    font-size: 12px;
  }
}
article.project .tourdates a {
  text-decoration: none;
}
article.project .tourdates a:hover,
article.project .tourdates a:focus {
  text-decoration: underline;
}
article.project .tourdates > div {
  border-top: 1px dotted;
  padding: 2px 0;
  *zoom: 1;
}
article.project .tourdates > div:before,
article.project .tourdates > div:after {
  display: table;
  content: "";
  line-height: 0;
}
article.project .tourdates > div:after {
  clear: both;
}
article.project .tourdates > div:last-child {
  border-bottom: 1px dotted;
}
article.project .tourdates .venue {
  color: #000000;
  font-weight: bold;
}
article.project .tourdates .geo {
  display: block;
}
@media only screen and (min-width: 568px) {
  article.project .tourdates .date {
    float: right;
  }
}
@media only screen and (min-width: 736px) {
  article.project .tourdates > div {
    padding: 3px 0;
  }
  article.project .tourdates .geo {
    display: inline;
  }
}
footer.contextual {
  margin-top: 100px;
}
footer.projects {
  font-family: 'Roboto Condensed', 'Source Sans Pro', Roboto, sans-serif;
  font-size: 11px;
}
@media only screen and (min-width: 736px) {
  footer.projects {
    font-size: 12px;
  }
}
footer.projects a {
  text-decoration: none;
}
footer.projects a:hover,
footer.projects a:focus {
  text-decoration: underline;
}
footer.projects .active {
  font-weight: bold;
}
footer.projects .row > div {
  margin-bottom: 40px;
}
footer.projects .title {
  text-transform: uppercase;
}
@media only screen and (min-width: 736px) {
  footer.projects .row > div {
    width: 30%;
    float: left;
    margin-left: 5%;
  }
  footer.projects .row > div:first-child {
    margin-left: 0;
  }
  footer.projects .row > div li {
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  
}
.projectlist {
  margin: 0 20px;
}
.projectlist > div {
  float: left;
  position: relative;
}
.projectlist > div > a {
  display: block;
}
.projectlist img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.projectlist .info {
  font-family: inherit;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.projectlist > .grid-sizer,
.projectlist > .item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .projectlist > .grid-sizer,
  .projectlist > .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .projectlist > .grid-sizer,
  .projectlist > .item {
    width: 20%;
  }
}
.projectlist > .grid-sizer {
  height: 0;
}
@media only screen and (min-width: 768px) {
  .projectlist .w2 {
    width: 50%;
  }
  .projectlist .w2 .info {
    font-size: 36px;
    line-height: 36px;
  }
  .projectlist .w2 .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    font-family: inherit;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 5px #000;
    padding: 10px;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
}
@media only screen and (min-width: 1280px) {
  .projectlist .w2 {
    width: 40%;
  }
  .projectlist .w2 .info {
    font-size: 48px;
    line-height: 48px;
  }
}
.projectlist.fix-vertical > .item {
  overflow: hidden;
  padding-top: 50%;
}
@media only screen and (min-width: 768px) {
  .projectlist.fix-vertical > .item {
    padding-top: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .projectlist.fix-vertical > .item {
    padding-top: 20%;
  }
}
.projectlist.fix-vertical .picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .projectlist.fix-vertical .h2 {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .projectlist.fix-vertical .h2 {
    padding-top: 40%;
  }
}
.projectlist {
  margin: 20px -20px 20px 0;
}
@media only screen and (min-width: 992px) {
  .projectlist {
    margin: 40px -20px 40px 0;
  }
}
@media only screen and (min-width: 1450px) {
  .projectlist {
    margin: 60px 40px 60px 60px;
  }
}
.projectlist a {
  text-decoration: none;
}
.projectlist .item {
  margin-bottom: 20px;
  padding-right: 20px;
}
.projectlist img {
  visibility: hidden;
}
.projectlist .title {
  font-weight: bold;
}
.projectlist .picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.projectlist .info {
  font-size: 16px;
  line-height: 1.1;
  padding: 5px 0;
}
.projectlist .info .title {
  font-size: 10px;
}
.projectlist .info .subtitle {
  font-size: 10px;
}
.projectlist .info small {
  font-size: 10px;
  display: none;
  display: block;
}
@media only screen and (min-width: 480px) {
  .projectlist .info .title {
    font-size: 12px;
  }
  .projectlist .info .subtitle {
    font-size: 12px;
  }
  .projectlist .info small {
    font-size: 11px;
  }
}
.projectlist .hilite .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  right: 20px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  padding: 5px;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 480px) {
  .projectlist .hilite .info {
    padding: 10px;
  }
}
@media only screen and (min-width: 736px) {
  .projectlist .hilite .info .title {
    font-size: 24px;
  }
}
.projectlist .item[data-img$="golden.png"] .info {
  color: #000000;
  text-shadow: none;
  background-image: none;
  position: relative;
  padding-left: 0;
  padding-top: 0;
}
.projectlist .item[data-img$="golden.png"] .picture {
  visibility: hidden;
  display: none;
}
.projectlist.events .item,
.projectlist.events .item.archived,
.projectlist.events .item[data-img$="golden.png"] {
  background-image: none !important;
}
.projectlist.events .item .info,
.projectlist.events .item.archived .info,
.projectlist.events .item[data-img$="golden.png"] .info {
  color: #000000;
  text-shadow: none;
  background-image: none;
  position: relative;
  padding-left: 0;
  padding-top: 0;
}
.projectlist.events .item .picture,
.projectlist.events .item.archived .picture,
.projectlist.events .item[data-img$="golden.png"] .picture {
  visibility: hidden;
  display: none;
}
.projectlist > .grid-sizer,
.projectlist > .item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .projectlist > .grid-sizer,
  .projectlist > .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .projectlist > .grid-sizer,
  .projectlist > .item {
    width: 12.5%;
  }
}
@media only screen and (min-width: 768px) {
  .projectlist .hilite {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .projectlist .hilite {
    width: 25%;
  }
}
.eventlist {
  margin: 20px -20px 20px 0;
}
@media only screen and (min-width: 992px) {
  .eventlist {
    margin: 40px -20px 40px 0;
  }
}
@media only screen and (min-width: 1450px) {
  .eventlist {
    margin: 60px 40px 60px 60px;
  }
}
.eventlist a {
  text-decoration: none;
}
.eventlist .title {
  font-weight: bold;
}
.eventlist .item {
  font-family: inherit;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.eventlist .item {
  font-size: 16px;
  line-height: 1.1;
  padding: 5px 0;
}
body#home #main-content .wrapper {
  max-width: none;
}
@media only screen and (min-width: 1200px) {
  body#home #main-content .wrapper {
    max-width: 960px;
  }
}
body#home .agenda {
  margin-bottom: 60px;
}
body#home .agenda .project {
  margin-bottom: 20px;
}
body#home .agenda .title {
  font-size: 24px;
  text-transform: uppercase;
}
body#home .agenda .date,
body#home .agenda .location,
body#home .agenda .country {
  display: inline;
  margin-right: .5em;
}
body#home .slideshow {
  position: relative;
}
body#home .slideshow figure {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
}
body#home .slideshow figure :first-child {
  display: block;
  position: relative;
}
body#home .slideshow figure figcaption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  color: #fff;
  padding: 10px;
}
body#home #gallery {
  margin-bottom: 60px;
}
body#home #info hgroup {
  margin-bottom: 20px;
}
@media only screen and (min-width: 736px) {
  body#home #gallery {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    float: left;
  }
  body#home #info {
    width: 50%;
    float: right;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  body#home #gallery {
    width: 61.8%;
    float: left;
  }
  body#home #info {
    width: 38.2%;
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  body#home #info {
    padding-left: 60px;
  }
}
table.agenda {
  width: 100%;
}
table.agenda td {
  padding-right: 20px;
}
table.agenda td:last-child {
  padding-right: 0;
}
table.agenda tr {
  border-top: 1px solid;
}
table.agenda tr:first-child {
  border-top: 0;
}
table.agenda tr:last-child {
  border-bottom: 1px solid;
}
table.agenda tr.tourdate td {
  padding-top: 3px;
  padding-bottom: 3px;
}
table.agenda a {
  color: #000000;
  text-decoration: none;
}
table.agenda a:hover,
table.agenda a:focus {
  text-decoration: underline;
}
table.agenda .date {
  width: 10%;
}
table.agenda .remark {
  text-transform: uppercase;
  font-weight: normal;
}
table.agenda .country {
  width: 20%;
}
table.agenda .project {
  font-weight: bold;
}
table.agenda .day {
  display: inline-block;
  width: 12px;
  text-align: center;
}
table.agenda .country {
  text-align: right;
}
article.agenda .agenda-filter h1 {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  article.agenda section.extra {
    width: 20%;
    float: right;
  }
  article.agenda section.agenda {
    width: 75%;
    float: left;
  }
}
article.about > nav {
  margin: 1em 0;
}
@media only screen and (min-width: 736px) {
  article.about > nav {
    width: 38.2%;
    float: left;
  }
}
article.about > nav .active {
  font-weight: bold;
}
article.about > nav a {
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 736px) {
  article.about .panel {
    width: 61.8%;
    float: right;
  }
}
article.about section {
  display: none;
}
article.about section > h2 {
  display: none;
}
article.about section.active {
  display: block;
}
form#newsletter-subscribe {
  max-width: 600px;
  margin: auto;
}
form#newsletter-subscribe .invite {
  *zoom: 1;
  margin-bottom: 20px;
}
form#newsletter-subscribe .invite:before,
form#newsletter-subscribe .invite:after {
  display: table;
  content: "";
  line-height: 0;
}
form#newsletter-subscribe .invite:after {
  clear: both;
}
form#newsletter-subscribe .invite .box {
  margin: 1em 0;
}
form#newsletter-subscribe .invite .box > label {
  display: block;
  margin-bottom: 5px;
}
form#newsletter-subscribe .invite .groups {
  margin-top: 2em;
}
form#newsletter-subscribe .invite .groups > span {
  display: block;
  margin-bottom: 5px;
}
form#newsletter-subscribe .invite .groups > label {
  margin-right: 10px;
}
@media only screen and (min-width: 736px) {
  form#newsletter-subscribe .invite .groups > span {
    display: inline-block;
    margin-right: 1em;
  }
  form#newsletter-subscribe .invite .name {
    *zoom: 1;
  }
  form#newsletter-subscribe .invite .name:before,
  form#newsletter-subscribe .invite .name:after {
    display: table;
    content: "";
    line-height: 0;
  }
  form#newsletter-subscribe .invite .name:after {
    clear: both;
  }
  form#newsletter-subscribe .invite .name .firstname {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  form#newsletter-subscribe .invite .name .lastname {
    width: 50%;
    float: right;
  }
}
form#newsletter-subscribe .invite .buttons {
  margin-top: 2em;
}