/* colors */
/* dunkel grŸn #006600 */
/* grŸne #6d9848 */
/* misc */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * 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 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
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 `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * 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;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 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;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-reg-webfont.eot');
  src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-reg-webfont.woff') format('woff'), url('../fonts/lato-reg-webfont.ttf') format('truetype'), url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-bol-webfont.eot');
  src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bol-webfont.woff') format('woff'), url('../fonts/lato-bol-webfont.ttf') format('truetype'), url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
[class^="download-"],
[class*=" download-"] {
  display: block;
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.download-exe {
  background-image: url(../images/mime-types/exe.gif);
}
.download-pdf {
  background-image: url(../images/mime-types/pdf.gif);
}
.download-lst {
  background-image: url(../images/mime-types/lst.gif);
}
body {
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: lato, sans-serif;
}
.btn,
.navigation a {
  font-family: lato, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
  text-decoration: none;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 20px;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
h4 {
  color: #467849;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
h5 {
  color: #467849;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
h3 {
  position: relative;
  top: 1px;
}
h4,
h5 {
  position: relative;
  top: 4px;
}
p,
ul,
ol {
  position: relative;
  top: 4px;
  margin-top: 0;
  margin-bottom: 20px;
}
ul,
ol {
  padding-left: 20px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row .row {
  margin: 0;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 16px;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.container {
  width: 980px;
}
.span12 {
  width: 980px;
}
.span11 {
  width: 897px;
}
.span10 {
  width: 814px;
}
.span9 {
  width: 731px;
}
.span8 {
  width: 648px;
}
.span7 {
  width: 565px;
}
.span6 {
  width: 482px;
}
.span5 {
  width: 399px;
}
.span4 {
  width: 316px;
}
.span3 {
  width: 233px;
}
.span2 {
  width: 150px;
}
.span1 {
  width: 67px;
}
[class*="span"].offset12 {
  margin-left: 1012px;
}
[class*="span"].offset11 {
  margin-left: 929px;
}
[class*="span"].offset10 {
  margin-left: 846px;
}
[class*="span"].offset9 {
  margin-left: 763px;
}
[class*="span"].offset8 {
  margin-left: 680px;
}
[class*="span"].offset7 {
  margin-left: 597px;
}
[class*="span"].offset6 {
  margin-left: 514px;
}
[class*="span"].offset5 {
  margin-left: 431px;
}
[class*="span"].offset4 {
  margin-left: 348px;
}
[class*="span"].offset3 {
  margin-left: 265px;
}
[class*="span"].offset2 {
  margin-left: 182px;
}
[class*="span"].offset1 {
  margin-left: 99px;
}
.half {
  width: 50%;
  float: left;
}
.third {
  width: 33.333%;
  float: left;
}
/* 
 * Heads-Up Grid
 * Simple HTML + CSS grid overlay for web design and development.
 *
 * Files: hugrid.css, hugrid.js, example.html
 * 
 * Example and documentation at: http://bohemianalps.com/tools/grid
 * 
 * Shurane, thanks for your help! https://github.com/shurane
 * 
 * Copyright (c) 2011 Jason Simanek
 *
 * Version: 1.5 (09/03/2011)
 * Requires: jQuery v1.6+
 *
 * Licensed under the GPL license:
 *   http://www.gnu.org/licenses/gpl.html
*/
/* Default Heads-Up Grid Properties - These will be overwritten by the values entered in the document.ready function. */
#hugrid {
  width: 960px;
  /* width of webpage */
  margin-left: -480px;
  /* to center the grid, set half of webpage width as negative value */
}
#hugrid div {
  margin-left: 140px;
  /* width of column */
  width: 24px;
  /* width of column gutter */
}
/* Default Heads-Up Grid Styles - These styles allow you to change the color and style of the lines that make the Heads-Up Grid */
#hugrid div div {
  border-color: #FF00EB;
  /* color of grid line */
  border-style: solid;
  /* style of grid line (dotted, dashed, solid) */
  opacity: 0.3;
  /*opacity of grid line */
}
#hugrid div:hover {
  background-color: #36F3FF;
  /* color of gutter on :hover */
}
#hugrid div.mline {
  border-color: #AA82FF;
  /* color of margin line */
  border-style: solid;
  /* style of margin lines (dotted, dashed, solid) */
}
#hugridRows {
  border-color: #AA82FF;
  /* color of top margin line */
  border-style: solid;
  /* style of top margin line */
}
#hugridRows div.lineB {
  border-color: #5DFF35;
  /* color of row line */
  border-style: solid;
  /* style of row line */
  opacity: 0.3;
  /*opacity of row line */
}
#hugridRows div.lineB:hover {
  border-color: #5DFF35;
  /* color of row line on :hover */
  border-style: solid;
  /* style of row line on :hover */
  opacity: 1.0;
  /*opacity of row line on :hover */
}
/* ------------------------------------------------------------------------- */
/* Fixed Styles (No need to alter the below styles for standard grid needs.) */
#hugrid {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 50%;
  height: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  cursor: crosshair;
}
#hugrid div {
  display: block;
  float: left;
  position: relative;
  top: 0;
  border-width: 0;
}
#hugrid div div {
  margin: 0;
  width: 0;
}
#hugrid div div.lineL {
  float: left;
  height: 10000px;
  border-width: 0 0 0 1px;
}
#hugrid div div.lineR {
  float: right;
  height: 10000px;
  border-width: 0 1px 0 0;
}
#hugrid div.mline {
  margin: 0 0 0 -1px;
  width: 0;
  height: 100000px;
}
#hugrid div.mlineL {
  border-width: 0 1px 0 0;
}
#hugrid div.mlineR {
  float: right;
  margin-right: -1px;
  border-width: 0 0 0 1px;
}
#hugrid div:hover {
  opacity: 0.5;
}
#hugrid div:hover div.lineL,
#hugrid div:hover div.lineR {
  border-style: solid;
  opacity: 1.0;
}
#hugridRows {
  position: absolute;
  z-index: 90000;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 0;
  cursor: crosshair;
}
#hugridRows div {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
}
#hugridRows div div.lineB {
  margin: 0;
  border-width: 0 0 1px 0;
}
#hugridUX {
  display: block;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 0;
  margin: 0;
  padding: 4px;
  font: bold 11px/100% Arial, sans-serif;
  color: #AAA;
  text-align: center;
}
#hugridUX div#hugridButtonBkgd {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 0 0 0 16px;
  opacity: 0.3;
}
#hugridUX button#hugridButton {
  cursor: pointer;
  position: relative;
  width: 28px;
  margin: 0;
  padding: 8px 2px;
  background-color: #5DFF35;
  border-radius: 40px;
  border-width: 0;
  box-shadow: 0 0 2px #666;
  outline: 0;
  font: bold 11px/100% Arial, sans-serif;
}
#hugridUX button#hugridButton::-moz-focus-inner {
  border: 0;
}
#hugridUX button#hugridButton.buttonisoff {
  background: none;
  box-shadow: none;
}
#hugridUX button#hugridButton.buttonisoff:hover {
  background-color: #999;
}
#hugbuttonON {
  color: #333;
}
#hugbuttonOFF {
  color: #333;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* parsley */
input.parsley-success,
textarea.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error,
textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
ul.parsley-error-list {
  margin: -10px 0 10px;
  padding: 0;
  list-style-type: none;
}
ul.parsley-error-list li {
  color: darkred;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.contenttable,
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.contenttable th,
.table td,
.contenttable td {
  padding: 8px 12px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #cddfc9;
  border-bottom: 1px solid #cddfc9;
}
.contenttable th,
.table th {
  font-weight: bold;
  background: #58984c;
  color: #fff;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.contenttable th a,
.table th a {
  color: #fff;
}
.contenttable thead th,
.table thead th {
  vertical-align: bottom;
}
.contenttable,
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
}
.contenttable tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #cddfc9;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}
.contenttable tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > td {
  background-color: #eef5ed;
  border-color: #fff;
}

.contenttable-white tbody > tr:nth-child(odd) > td,
.contenttable-white tbody > tr:nth-child(even) > td {
	background-color: #fff;
	border-color: #eef5ed;
	text-shadow: none;
}

.blob-list-container thead > tr > th,
.contenttable-white thead > tr:nth-child(odd) > th,
.contenttable-white thead > tr:nth-child(even) > th {
	background-color: #58984c;
	border: none;
}

.contenttable-white tbody td a {
	display: inline-block;
	color: #ffffff;
	border-radius: 4px;
	background: #559a3f;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
padding: 6px 12px;
font-size: 13px;
}



/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/colorbox/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
header {
  margin: 26px 0 20px;
}
header .row {
  position: relative;
  top: 0;
  left: 0;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 a {
  background: url(../images/css/bits-bytes-logo.png) 0 0 no-repeat;
  display: block;
  text-indent: -999em;
  width: 237px;
  height: 115px;
}
header p.claim {
  display: none;
}
header .inner {
  padding: 4px 0px 16px 16px;
}
.navigation {
  background: #382171;
  border: solid 3px #5cb5b6;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 720px;
  z-index: 999;
}
.navigation ul,
.navigation li {
  margin: 0;
  padding: 0;
  top: 0;
  list-style: none;
  list-style-position: outside;
}
.navigation .first > li {
  display: inline-block;
  float: left;
}
.navigation .first > li > a {
  padding: 16px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
}
.navigation .first > li:first-child > a {
  padding-left: 32px;
}
.navigation .first > li > a:hover {
  background: rgba(78, 177, 175, 0.2);
}
.navigation li.menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  /*	float: right; 
	position: relative;
	left: 0;
*/
}
.navigation li.menu .form {
  display: none;
  position: absolute;
  right: 0;
  width: 720px;
  height: 52px;
  background: #382171;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navigation li.menu .form form {
  margin: 0;
}
.navigation li.menu .form input {
  float: left;
  margin: 10px 0 0 16px;
  width: 640px;
}
.navigation li.menu .form a {
  float: right;
  padding: 12px 10px 14px 0;
}
.navigation li.menu a {
  padding: 14px 16px;
  font-size: 24px;
  line-height: 20px;
  color: #5cb5b6;
}
.navigation li.menu a:hover {
  color: #ffffff;
}
.navigation .dropdown {
  visibility: hidden;
  position: absolute;
  top: 53px;
  left: 14px;
  z-index: 4;
  background: #ffffff;
  color: #000000;
  border: solid 3px #5cb5b6;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  width: 648px;
  padding: 0 20px 20px 20px;
}
.non-js .navigation .first > li:hover .dropdown {
  visibility: visible;
}
.js .navigation .dropdown.on {
  visibility: visible;
}
/* ie render issues */
.ie8 .navigation .dropdown i {
  display: none;
}
.ie8 .navigation .first > li:hover .dropdown i {
  display: none;
}
.js.ie8 .navigation .dropdown.on i {
  display: inline;
}
.navigation .dropdown h4,
.navigation .dropdown h4 a {
  font-size: 20px;
  margin: 17px 0 13px;
  font-weight: bold;
}
.navigation .dropdown h4,
.navigation .dropdown h4 a,
.navigation .dropdown p {
  color: #163030;
}
.navigation .dropdown h4 a:hover {
  color: #000000;
}
.navigation .dropdown h4 i {
  float: left;
  color: #898989;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.navigation .dropdown ul,
.navigation .dropdown form {
  padding: 10px 0 10px;
}
.navigation .dropdown form {
  margin-bottom: 0;
}
.navigation .dropdown form input[type="text"],
.navigation .dropdown form input[type="password"] {
  width: 270px;
}
.navigation .dropdown form .btn {
  clear: both;
  margin: 20px 0 0;
  display: block;
}
.navigation .dropdown #n14 a {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
}
.navigation .dropdown #n14 a:after {
  content: '';
  background: url(../images/css/neu-navigation.png) 0 0 no-repeat;
  width: 22px;
  height: 16px;
  position: absolute;
  right: -15px;
  top: -9px;
}
.navigation .dropdown {
  color: #3a3a3a;
}
.navigation .dropdown a:hover span,
.navigation .dropdown a:hover {
  color: #000000;
}
.navigation .dropdown a.btn:hover {
  color: #ffffff;
}
.navigation .dropdown p {
  margin-right: 20px;
}
.navigation .dropdown a {
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navigation .dropdown a span {
  position: absolute;
  left: 100px;
  color: #898989;
}
#navigation .tinynav {
  display: none;
}
.navigation .space-before-20 {
  margin-top: 20px;
}
#n6:before {
  content: "\f0c7";
}
#n7:before {
  content: "\f108";
}
#n8:before {
  content: "\f06b";
}
#n9:before {
  content: "\f02a";
}
#n23:before {
  content: "\f085";
}
#n24:before {
  content: "\f0eb";
}
#n66:before {
  content: "\f019";
}
footer .inner {
  background: #417630;
  color: #ffffff;
  padding: 13px 20px 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
footer .inner a {
  color: #ffffff;
  text-decoration: none;
}
footer .inner a:hover {
  color: #000000;
}
footer .inner .left {
  float: left;
}
footer .inner .right {
  float: right;
}
footer .inner span a {
  padding: 0 10px;
}
footer .inner span:after {
  content: '|';
}
footer .inner span:last-child:after {
  content: '';
}
body {
  min-height: 1200px;
  width: 100%;
  background: url(../images/css/bg.jpg) fixed bottom left no-repeat;
  background-size: cover;
  margin: 0;
  line-height: 20px;
}
a {
  color: #2d5221;
}
.inner,
.csc-frame-102,
.csc-ctype-list,
.csc-default .csc-default {
  padding: 20px;
}
.csc-frame-103 {
  padding: 0 !important;
}
.csc-default .csc-default .inner {
  padding: 0;
}
.header {
  padding: 18px 20px 2px;
}
h3 i {
  float: left;
  color: #898989;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
section {
  margin-bottom: 20px;
}
input[type=submit],
.btn {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #559a3f;
  color: #ffffff;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
}
.btn-small {
  padding: 6px 12px;
  font-size: 13px;
}
.teaser .row .csc-default:hover,
.csc-layout-104:hover {
  -webkit-box-shadow: 0 0 5px rgba(65, 109, 61, 0.4);
  -moz-box-shadow: 0 0 5px rgba(65, 109, 61, 0.4);
  box-shadow: 0 0 5px rgba(65, 109, 61, 0.4);
}
.teaser .row .csc-default:hover .btn,
.csc-layout-104:hover .btn {
  background: #417630;
}
.btn:hover {
  background: #417630;
}
.teaser .csc-default,
.csc-layout-104 {
  position: relative;
}
.teaser .csc-default {
  text-align: center;
}
.teaser .action,
.csc-layout-104 .action {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0;
  top: auto;
  text-align: center;
}
img {
  width: 100%;
  height: auto;
}
.teaser img {
  margin: 20px 0 10px;
}
.teaser .csc-textpic-image {
  min-height: 110px;
}
.intro .inner {
  position: relative;
  left: 0;
  top: 0;
}
.intro .inner h2,
.intro .inner h3 {
  max-width: 640px;
}
.intro .inner p {
  max-width: 480px;
}
.intro h2 {
  color: #382171;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.intro img.background {
  position: absolute;
  top: 0;
  right: 0;
}
.intro .white {
  background-position: top right;
  background-repeat: no-repeat;
}
.clickable {
  cursor: pointer;
}
/* weiss 50% */
.opaque,
.csc-layout-100 {
  background: rgba(255, 255, 255, 0.5);
}
/* weiss 100% */
.white,
.csc-layout-101,
.csc-layout-102,
.csc-layout-104,
.csc-ctype-list {
  background: #fff;
}
.grau {
  background: #eeeeee;
}
.gruen,
.csc-layout-103 {
  background: #d8edd2;
}

.csc-layout-105 {
	background: #df0016;
	color: #fff;
}
.csc-layout-105 a {
	color: #fff;
}
.csc-layout-105 p {
	top: 0;
	font-size:18px
}
.csc-layout-105 p:last-child {
	margin-bottom: 0;
}
.csc-default .csc-layout-103 {
  padding: 20px;
  margin: 0 0 20px 0;
}
.csc-default .csc-layout-103 .inner {
  padding: 0;
}
.csc-default .span4:last-child .csc-layout-103 {
  margin-right: 20px;
}
.csc-default .span4:first-child .csc-layout-103 {
  margin-left: 20px;
}
.round,
.csc-frame-100,
.csc-frame-101,
.csc-frame-102 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.csc-frame-100,
.csc-frame-101 {
  overflow: hidden;
}
.csc-frame-101 {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), 0 0 1px #000000;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
}
.csc-header h1 {
  margin-top: 0;
}
.csc-default {
  *zoom: 1;
}
.csc-default:before,
.csc-default:after {
  display: table;
  content: "";
  line-height: 0;
}
.csc-default:after {
  clear: both;
}
.csc-default .span4 .csc-default {
  margin-top: 20px;
}
.csc-default .span4 .csc-default:first-child {
  margin-top: 0;
}
#c195,
#c258 {
  background: white;
}
#c142,
#c258 {
  padding: 20px;
  background: white;
}
#c142 ol,
#c258 ol {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
#c142 ol li,
#c258 ol li {
  display: block;
  margin: 0;
  padding: 0;
}
#c142 .csc-form-element-fieldset,
#c258 .csc-form-element-fieldset {
  float: left;
}
#c142 .csc-form-2,
#c258 .csc-form-2 {
  width: 648px;
}
#c142 .csc-form-5,
#c258 .csc-form-5 {
  width: 280px;
}
#c142 .csc-form-5 input[type=text],
#c258 .csc-form-5 input[type=text] {
  width: 100%;
}
#c142 .csc-form-element-textarea label,
#c258 .csc-form-element-textarea label {
  display: none;
}
#c142 .csc-form-element-textarea textarea,
#c258 .csc-form-element-textarea textarea {
  width: 608px;
  min-height: 300px;
}
#c142 .csc-form-element-checkbox input,
#c258 .csc-form-element-checkbox input {
  float: left;
}
#c142 input[type=submit],
#c258 input[type=submit] {
  margin-top: 20px;
}
.csc-uploads-fileSize {
  padding-left: 10px;
}
.nowrap {
  white-space: nowrap;
}
.csc-ctype-image.csc-space-before-20 img {
  margin-top: 20px;
}
.csc-ctype-image.csc-space-before-40 img {
  margin-top: 40px;
}
.csc-ctype-image.csc-space-before-60 img {
  margin-top: 60px;
}
.tx-dfactsauth-pi1 .error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
  padding: 10px;
  margin-bottom: 20px;
}
.tx-dfactsauth-pi1 .message {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
  padding: 10px;
  margin-bottom: 20px;
}
.container.faq h3 {
  margin: 20px 0 5px 0;
  color: #467849;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.container.faq .inner div {
  margin-bottom: 40px;
}
.container.faq section section {
  margin: 0;
}

.container-above .csc-default:last-child {
	margin-bottom: 14px;
}

div.csc-textpic.csc-textpic-right > div.csc-textpic-imagewrap,
div.csc-textpic.csc-textpic-intext-right-nowrap > div.csc-textpic-imagewrap {
  float: right;
}
div.csc-textpic.csc-textpic-right.csc-textpic-below img {
  width: auto;
}
.slider {
  width: 980px;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.slider:before,
.slider:after {
  display: table;
  content: "";
}
.slider:after {
  clear: both;
}
.slider ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.slider ul li {
  display: none;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}
.slider ul li:first-child {
  display: block;
}
.slider .slides,
.slider .controls,
.slider img {
  width: 100%;
  min-height: 385px;
  cursor: pointer;
}
.slider .slides li {
  overflow: hidden;
  width: 980px;
  height: 385px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.slider img {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.slider .controls {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slider .arrows {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 385px;
  display: none;
}
.slider .controls:hover .arrows {
  display: block;
}
.slider .arrows a {
  color: #ffffff;
  font-size: 64px;
  position: absolute;
  top: 150px;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.slider .arrows a:hover {
  text-shadow: 0 0 10px #382171;
}
.slider .arrows .left {
  left: -20px;
}
.slider .arrows .right {
  right: -20px;
}
.slider .row > div {
  position: relative;
  top: 0;
  left: 0;
}
.slider .banner {
  position: absolute;
  top: -60px;
  left: 0;
  background: #559a3f;
  padding: 20px 30px;
  margin: 0;
  color: #ffffff;
  text-align: center;
  z-index: 10;
  line-height: 32px;
}
@media screen and (max-width: 1000px) {
  body {
    background: url(../images/css/bg-struktur-kachel.jpg) 0 0 repeat;
    background-size: auto;
    font: 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 480px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
  .container {
    width: auto;
    margin: 0;
  }
  [class*="span"],
  .third.col,
  .span12,
  .span11,
  .span10,
  .span9,
  .span8,
  .span7,
  .span6,
  .span5,
  .span4,
  .span3,
  .span2,
  .span1 {
    width: auto;
    float: none;
  }
  [class*="span"],
  .third.col,
  [class*="span"].offset12,
  [class*="span"].offset11,
  [class*="span"].offset10,
  [class*="span"].offset9,
  [class*="span"].offset8,
  [class*="span"].offset7,
  [class*="span"].offset6,
  [class*="span"].offset5,
  [class*="span"].offset4,
  [class*="span"].offset3,
  [class*="span"].offset2,
  [class*="span"].offset1 {
    margin-left: 0;
  }
  .row {
    margin: 0;
  }
  .row .round.opaque > [class*="span"]:first-child,
  .row .round.opaque > [class*="span"]:last-child,
  .round,
  .slider img,
  footer .inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .col {
    border-top: 9px solid #ccc;
  }
  .teaser {
    border-top: 9px solid #ccc;
  }
  footer {
    margin-top: 0 !important;
  }
  footer .inner {
    padding: 10px 20px 20px;
  }
  footer .inner .left,
  footer .inner .right {
    float: none;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  footer .inner .right {
    display: none;
  }
  .row,
  section,
  section.slider,
  section.above {
    margin-bottom: 0;
  }
  section.above .row {
    background: rgba(255, 255, 255, 0.75) !important;
  }
  section.above .btn {
    margin: 0 10px 10px 0;
  }
  .row {
    border-bottom: 9px solid #ccc;
  }
  .row .row,
  .slider .row,
  header .row,
  footer .row {
    border: none;
  }
  .teaser:hover,
  .box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .banner h2 {
    position: static;
    top: 0;
    left: 0;
    text-align: center;
  }
  .above [class*="offset"] .inner,
  .inner,
  .above .inner {
    padding: 20px;
    width: auto;
  }
  section.teaser .csc-default .csc-frame-101,
  section.teaser .csc-default .csc-frame-101:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .section.teaser {
    padding: 10px 20px 20px;
    text-align: center;
  }
  .section.teaser img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  section.teaser .csc-default .csc-frame-101 h3 {
    display: none;
  }
  .slider,
  .slider .slides li {
    width: 100%;
    height: auto !important;
  }
  .slider .controls {
    display: none;
  }
  .slider,
  .slider .slides,
  .slider .controls,
  .slider img {
    position: static;
    width: 100%;
    min-height: 100px;
    height: auto !important;
  }
  .slider .banner {
    position: static;
  }
  .slider .slides {
    display: none;
  }
  header {
    margin: 10px 0;
  }
  header h1 {
    text-align: center;
  }
  header h1 a {
    /*		background: url(../images/css/bits-bytes-logo-small.png) top center no-repeat; 
		width: 237px;
		margin: 0 auto; */
    margin: 0px 0px 0 20px;
  }
  .above h2 {
    font-size: 24px !important;
    margin-left: 0 !important;
  }
  table.table {
    font-size: 75%;
    line-height: 1;
  }
  table.table th,
  table.table td {
    padding: 3px;
    border: none;
  }
  .navigation {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin: 10px 20px;
  }
  .navigation .span4 {
    width: 300px;
    float: left;
    margin: 0 10px 0px;
  }
}
@media screen and (max-width: 750px) {
  .navigation {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    border: none;
    margin: 0;
    width: auto;
    margin: 10px 20px;
  }
  .navigation .l_tinynav1 {
    display: none;
  }
  #navigation .tinynav {
    padding: 10px;
    width: 100%;
    display: block;
    height: auto;
    background: #382171;
    border: solid 3px #5cb5b6;
    color: #ffffff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
  }
  #navigation:before {
    content: "\f063";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #fff;
    position: absolute;
    right: 12px;
    top: 12px;
    pointer-events: none;
  }
  .sameheight {
    height: auto !important;
  }
  .csc-frame-101 {
    -webkit-border-shadow: none;
    -moz-border-shadow: none;
    border-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  section.intro img.background {
    width: auto;
    position: absolute;
    right: 0;
    display: block !important;
    opacity: .2;
  }
  section.intro .csc-frame-101 {
    background: none !important;
  }
  #c142 .csc-form-2,
  #c258 .csc-form-2,
  #c142 .csc-form-5,
  #c258 .csc-form-5,
  #c142 .csc-form-element-textarea textarea,
  #c258 .csc-form-element-textarea textarea,
  #c142 .csc-form-element-textline,
  #c258 .csc-form-element-textline {
    width: auto;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  section.teaser .csc-default .csc-default {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: 9px solid #ccc;
  }
  section.teaser .csc-default .csc-default:nth-child(2n) {
    border-right: none;
  }
  .container section .sameheight {
    height: auto !important;
  }
  section.teaser {
    background: #eee;
  }
  section.teaser .csc-default .csc-default {
    border: none;
    width: 45%;
    margin: 2.5%;
  }
  .span2 {
    width: 25%;
    display: inline-block;
  }
  .span4 .csc-ctype-textpic .csc-textpic-imagewrap {
    width: 25%;
    display: inline-block;
  }
}
/* large desktops */
/* tablets to regular desktops */
/* portrait tablets and narrow desktops */
/* landscape phone */
/* portrait phone */
@media screen and (max-width: 320px) {
  header h1 a {
    background: url(../images/css/bits-bytes-logo-mobile.png) center no-repeat;
    background-size: contain;
    display: block;
    max-width: 280px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
  }
  a.btn {
    margin: 10px 0;
  }
}

#navigation #n103 .span4 {
	width: 100%;
}
