@import url(http://fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
/* --- import sass library --- */
.mixes li, .mixes li .right, header, header nav ul {
  *zoom: 1;
}
header:before, header nav ul:before, header:after, header nav ul:after {
  content: " ";
  display: table;
}
.mixes li:after, .mixes li .right:after, header:after, header nav ul:after {
  clear: both;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent 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 */
}

/**
 * Remove default margin.
 */
html {
  height: 100%;
}
body {
  min-height: 100%; margin: 0
}


body.darkpage {
	 background:#392e29
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

p.quote, h5.quotefrom { font-style:italic}
h5.quotefrom  { font-size:16px; color:#a47f9d}
p.quote { margin-bottom:0}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

#nav {margin-top: 15px}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address 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. Correct `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. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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;
}

/**
 * Remove 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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

div.filters li { list-style:none; 
					padding:0 !important;
					margin: 0px !important}
div.filters h3 { font-weight:normal; font-size:16px}					


body {
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* template vars */
/* header vars */
/* color vars */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fontawesome-webfont.eot?v=4.0.3");
  src: url("../assets/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../assets/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../assets/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../assets/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-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);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star {
  background:url(../images/icon-SBB.png) repeat center; width:90px; height:90px
}

.fa-star-o {
  background:url(../images/icon-SBB.png) repeat center; width:90px; height:90px
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half {
  background:url(../images/icon-equipment.png) repeat center; width:75px; height:75px
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe { background:url(../images/icon-meet.png) repeat center; width:90px; height:90px
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud {
   background:url(../images/icon-values.png) repeat center; width:90px; height:90px
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download {
   background:url(../images/icon-SBB.png) repeat center; width:90px; height:90px
}

.fa-cloud-upload {
 background:url(../images/icon-values.png) repeat center; width:90px; height:90px
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty,
.fa-star-half-full,
.fa-star-half-o {
   background:url(../images/icon-SBB.png) repeat center; width:90px; height:90px
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/*! responsive-nav.js 1.0.23 by @viljamis */
.nav-collapse ul {
  width: 100%;
  display: block;
  list-style: none;
  margin-right:10px
}

.nav-collapse li {
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  display: block;
  font-size: 36px;
  height: 87px;
  width: 87px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 93px;
  text-align: center;
  background: transparent;
}

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1024px) {
  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }
}	

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.blogpost h1 { font-size:35px; line-height:40px; margin-bottom:25px !important}
.blogpost h1, .blogpost  h2 {
  margin:0;
}
.blogpost  h2 { margin-bottom:10px}
.blogpost .post li { list-style:none}
.meta { color:#ba76ad !important}
.comment-form { color:#fff}
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: normal; color:#ba76ad
}

body.netwalking b, body.netwalking strong, body.netwalking a { color:#889a4e}

.dark b, .dark strong {
color:#d4d4d4
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
	background-color: #302a2d;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 50px 0 20px 0;
  font-size:22px;
  color:#ba76ad 
  
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  vertical-align: top;
}

.center {
  max-width: 80em;
  margin: 0 auto;
  position: relative;
}

.row {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 1%;
  *zoom: 1;
  min-height: 1%;
}

.clearfix {
  height: 0;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.fg1, .fg2, .fg3, .fg4, .fg5, .fg6, .fg7, .fg8, .fg9, .fg10, .fg11, .fg12 {
  margin: 0 2% 0;
  padding: 0;
  float: left;
  position: relative;
}

.fg12 {
  width: 96%;
}

.fg11 {
  width: 87.66%;
}

.fg10 {
  width: 79.33%;
}

.fg9 {
  width: 71%;
}

.fg8 {
  width: 62.66%;
}

.fg7 {
  width: 54.33%;
}

.fg6 {
  width: 46%;
}

.fg5 {
  width: 37.66%;
}

.fg4 {
  width: 21%
}


body.homepage .fg4 {
  width: 29%;
}

body.contact .fg4 {
	width: 220px;
}
body.contact .fg8 {
	width: auto;
}

.fg3 {
  width: 21%;
}

.fg2 {
  width: 12.66%;
}

.fg1 {
  width: 4.33%;
}

body.halfhalf .fg4, body.halfhalf .fg8 { width:45%}

.push12 {
  margin-left: 100%;
}

.push11 {
  margin-left: 93.66%;
}

.push10 {
  margin-left: 85.33%;
}

.push9 {
  margin-left: 77%;
}

.push8 {
  margin-left: 68.66%;
}

.push7 {
  margin-left: 60.33%;
}

.push6 {
  margin-left: 52%;
}

.push5 {
  margin-left: 43.66%;
}

.push4 {
  margin-left: 35.33%;
}

.push3 {
  margin-left: 27%;
}

.push2 {
  margin-left: 18.66%;
}

.push1 {
  margin-left: 10.33%;
}

.fg-no-gutter {
  padding: 0 3.5%;
  margin-top: 0;
  margin-bottom: 0;
}

.fg-no-gutter > [class*="fg"] {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}

.fg-no-gutter img {
  max-width: 100%;
  max-height: 100%;
}

.fg-no-gutter .fg12 {
  width: 100%;
}

.fg-no-gutter .fg11 {
  width: 91.66%;
}

.fg-no-gutter .fg10 {
  width: 83.33%;
}

.fg-no-gutter .fg9 {
  width: 75%;
}

.fg-no-gutter .fg8 {
  width: 66.66%;
}

.fg-no-gutter .fg7 {
  width: 58.33%;
}

.fg-no-gutter .fg6 {
  width: 50%;
}

.fg-no-gutter .fg5 {
  width: 41.66%;
}

.fg-no-gutter .fg4 {
  width: 33.33%;
}

.fg-no-gutter .fg3 {
  width: 25%;
}

.fg-no-gutter .fg2 {
  width: 16.66%;
}

.fg-no-gutter .fg1 {
  width: 8.33%;
}

.fg-no-gutter .push12 {
  margin-left: 100%;
}

.fg-no-gutter .push11 {
  margin-left: 91.66%;
}

.fg-no-gutter .push10 {
  margin-left: 83.33%;
}

.fg-no-gutter .push9 {
  margin-left: 75%;
}

.fg-no-gutter .push8 {
  margin-left: 66.66%;
}

.fg-no-gutter .push7 {
  margin-left: 58.33%;
}

.fg-no-gutter .push6 {
  margin-left: 50%;
}

.fg12 .push5 {
  margin-left: 41.66%;
}

.fg-no-gutter .push4 {
  margin-left: 33.33%;
}

.fg-no-gutter .push3 {
  margin-left: 25%;
}

.fg-no-gutter .push2 {
  margin-left: 16.66%;
}

.fg-no-gutter .push1 {
  margin-left: 8.33%;
}

.fg-no-mobile {
  display: block !important;
}

.fg-no-desktop {
  display: none !important;
}

@media screen and (max-width: 36.5em) {
  .row {
    padding: 0em;
    margin: 0;
  }

  .fg1, .fg2 {
    width: 46%;
    margin-bottom: 1em;
  }

  .fg3, .fg4, .fg5, .fg6, .fg7, .fg8, .fg9, .fg10, .fg11, .fg12 {
    margin: 0 2% 1em;
    padding: 0;
    width: 96%;
  }

  .fg-no-gutter > [class*="fg"] {
    width: 50%;
  }

  .fg-no-mobile {
    display: none !important;
  }

  .fg-no-desktop {
    display: block !important;
  }
}
#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}

#slides .slides-container .container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3000;
  -webkit-backface-visibility: hidden !important;
}
#slides .slides-container .container .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 3000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#slides .slides-container .container .caption h1, #slides .slides-container .container .caption h2, #slides .slides-container .container .caption h3, #slides .slides-container .container .caption h4, #slides .slides-container .container .caption h5, #slides .slides-container .container .caption h6 {
  font-family: "Arimo", sans-serif;
  color: white;
  font-size: 96px;
  text-align: center;
  line-height: 108px;
  font-weight: 800;
  position: relative;
}
#slides .slides-container .container .caption h3 { min-width:320px; padding-bottom:230px; background:url(../images/logo.png) center bottom no-repeat}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  display: none;
  width: 100%;
}

.slides-navigation a {
  position: absolute;
  display: block;
}

.slides-navigation a.prev {
  left: 0;
}

.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 35px;
  text-align: center;
  width: 100%;
}

.slides-pagination a {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: rgba(255, 255, 255, 0.5);
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}

.slides-pagination a.current {
  background: #fff;
-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.81);
-moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.81);
box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.81);
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */
[data-uk-scrollspy*='uk-animation-'] {
  opacity: 0;
}

/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-scale-up;
  animation-name: uk-scale-up;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-scale-down;
  animation-name: uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-slide-top;
  animation-name: uk-slide-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-slide-bottom;
  animation-name: uk-slide-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-slide-left;
  animation-name: uk-slide-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-slide-right;
  animation-name: uk-slide-right;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

/* Modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* Keyframes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/*
 * Scale up
 */
@-webkit-keyframes uk-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale down
 */
@-webkit-keyframes uk-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Slide top
 */
@-webkit-keyframes uk-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide bottom
 */
@-webkit-keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}
/*
 * Slide top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Spin
 */
@-webkit-keyframes uk-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* --- standard  --- */
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  color: #444;
  line-height: 1.5em;
  font-size: 14px;
}

a {
  text-decoration: none;
  outline: 0;
  border: 0;
  color: #ba76ad;
  font-weight: normal;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:focus {
  outline: 0;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 31.9px;
}

h4 { color:#000}
body.netwalking h4, body.netwalking h5 { color:#637137}
h5 {font-size: 14px; color:#ba76ad; font-weight:normal !important}
h6 {font-size: 17px; color:#fff !important; font-weight:normal !important}

p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin: 0.4em 0 1.2em 0;
  color: #444;
}

article.map p { color:#999}
body.darkpage div.fg4 li,body.darkpage  div.fg8 li {
    margin: 0 0 0 30px;
	padding:5px 0;
    color: #999;	
	
	}
	
div.fg4 li, div.fg8 li	 {    
	margin: 0 0 0 30px;
	padding:5px 0;
	color: #444	}

.blogpost .post li { vertical-align:top; width:40%; margin:0 9% 20px 0; display: inline-block}
.blogpost .post li p {display: inline; font-size:14px; line-height:15px}
.blog-menus-bottom, .blog-menus-top { margin-bottom:15px}	
.blog-menus-bottom { display:none}	
div.fg4 > ul, div.fg8 > ul { margin-bottom:20px}	

div.fg4 p + h4 { margin-top:30px}

img {
  max-width: 100%;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 300;
}

h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

h5 {
  line-height: 20px;
}

code {
  display: block;
  width: auto;
  padding: 2%;
  background: #eee;
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: left;
}

input {
  width: 75%;
}
input[type="submit"] {
  width: auto;
  padding: 10px 80px;
}

textarea {
  width: 100%;
}

input, textarea, button {
  display: block;
  border: 0;
  resize: none;
  padding: 10px;
  line-height: 24px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* <<<<<<<<     General Styles     >>>>>>>> */
.fa-1 {
  font-size: 14px;
}

.fa-2 {
  font-size: 22px;
}

.fa-3 {
  font-size: 30px;
}

.fa-4 {
  font-size: 38px;
}

.fa-5 {
  font-size: 46px;
}

.fa-6 {
  font-size: 54px;
}

.space {
  padding: 45px 0;
}

.map.space {
  padding: 0px 0;
}
.space.hl {
  padding-top: 0 !important;
}
.space.dark {
  background: #393135;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:        inset 0px -10px 20px -10px #000000; ;
}

.blogpost .post p { font-size:16px}

.space.dark p {
  color: #999;
}

hgroup p {
  color: #fff !important;
}



.gallerydescriptionwrapper, .gallerythumbwrapper { position:relative; margin:0 auto; color:#ba76ad;}

a.fg4 entry image { width:auto; font-size:6px}

.space.dark a {
  color: #ba76ad;
  font-weight: normal;
}

.space.dark a:hover {
  color: #fff;
}
.space.dark h1, .space.dark h2, .space.dark h3, .space.dark h4, .space.dark h5, .space.dark h6 {
  color: white;
}
.space.dark .light {
  color: #666 !important;
}
.space.dark .social {
  background: #151515;
}
.space.dark .social .fa {
  color: #fff;
}
.space.dark input, .space.dark textarea {
  background: #393135;
  color: #eee;
}
.space.dark input::-webkit-input-placeholder, .space.dark textarea::-webkit-input-placeholder {
  color: #333;
}
.space.dark input:-moz-placeholder, .space.dark textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.space.dark input::-moz-placeholder, .space.dark textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.space.dark input:-ms-input-placeholder, .space.dark textarea:-ms-input-placeholder {
  color: #333;
}
.space.moderate {
 background: #2a2623  ;

}

#slides .slides-container .container .caption img {
  -webkit-backface-visibility: visible !important;
  position: static !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 2 !important;
  max-width: none !important;
  height: auto !important;
  width: auto !important;
}

.slides-container {
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.height {
  margin-top: 85px;
}

.headline {
  text-align: center;
  padding: 70px 0 20px;
  position: relative;
}

body.homepage .headline, body.contact .headline, body.halfhalf .headline, .headline, body.netwalking .headline, body.blogpost .headline  {
  text-align: center;
  padding: 100px 0 105px;
  position: relative;
}

 body.netwalking .headline {padding: 120px 0 115px}

.headline p {
  display: inline-block;
  max-width: 920px;
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 28px;
  color:#333b4b
}
.headline h1, .headline h2, .headline h3, .headline h5, .headline h6 {
  color: #a47f9d;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
  margin-top: 0;
  text-transform: normal;
 
}

.headline h1{ 
 margin-bottom: 0px;
 padding-bottom:15px 
 }

.headline.nospace {
  padding: 0;
}

.headline h1, .headline p { 
color: white; text-shadow: 2px 2px 5px rgba(68, 68, 68, 0.8);
	}

.homepage .headline h1,
.contact .contact h1,
.netwalking .netwalking h1 { line-height:65px}	

body.homepage .headline h1, body.bloghome .headline h1 {
    display: inline-block;
    max-width: 920px;
	margin:0 0 30px 0;
	padding-bottom:15px;
    font-size: 20px;
    line-height: 28px;
	font-weight: 300;
    font-family: "Nunito", sans-serif;}

body.homepage .headline p, body.bloghome .headline p  {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
    padding-bottom:15px;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: normal;
	font-size:45px;
	line-height:55px;
	color:#fff
}

.social {
  display: inline-block;
  background: #EAEAEA;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social.square {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.social.small {
  width: 32px;
  height: 32px;
}
.social.small .fa {
  font-size: 16px;
  color: #A9A9A9;
  line-height: 32px;
}
.social.medium {
  width: 48px;
  height: 48px;
}
.social.medium .fa {
  font-size: 24px;
  color: #A9A9A9;
  line-height: 48px;
}
.social.large {
  width: 64px;
  height: 64px;
  font-size: 32px;
}
.social.large .fa {
  font-size: 32px;
  color: #A9A9A9;
  line-height: 64px;
}

i.fa {
  color: white;
  position: relative;
}
i.fa .small {
  font-size: 32px;
}
i.fa .medium {
  font-size: 48px;
}
i.fa .large {
  font-size: 64px;
}

.tile {
  text-align: center;
}
.tile h1, .tile h2, .tile h3, .tile h4, .tile h5, .tile h6 {
  margin: 0;
  color: black;
  line-height: 1.3em;
  text-transform: none;
}
.tile hr {
  display: block;
  background: black;
  width: 20px;
  height: 5px;
  border: 0;
  margin: 0 auto;
}
.tile i.fa {
  font-size: 64px;
  color: black;
  position: relative;
  padding-bottom: 10px;
}
.tile .btn {
  margin-top: 20px;
}

.team img {
  padding: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.btn.grey {
  background: #7d726c !important;
  color: #fff !important;
}
a:hover.btn {
  background: #a47f9d !important;
  color: #fff !important;
}

.btn.btn-fb {
  background: #365899 !important;
  color: #fff !important;
 
}
.btn.btn-meetup {
  background: #F64060 !important;
  color: #fff !important;
  
}




.space.dark a.btn, a.fg4.image { border-bottom:none}

.btn.green {
  background: #5eb36f !important;
  color: white !important;
}
.btn.red {
  background: #e76e66 !important;
  color: white !important;
}
.btn.blue {
  background: #407eb8 !important;
  color: white !important;
}
.btn.yellow {
  background: #dda56c !important;
  color: white !important;
}
.btn.orange {
  background: #e16a3f !important;
  color: white !important;
}
.btn.black {
  background: black !important;
  color: white !important;
}
.btn.darkgrey {
  background: #111 !important;
  color: white !important;
}

#gmaps {
  height: 400px;
  padding: 0;
  background: url(../images/map.jpg) top center black;
}


.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
}

.work .entry {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align:center
}
.work .entry img {
  opacity: 0.7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.work .entry:hover img {
  opacity: 1;
}
.work .entry:hover .hover {
  opacity: 1;
}
.work .entry .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7000;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.work .entry .hover i {
  color: white;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 56px;
  width: 56px;
  background: rgba(255, 255, 255, 0.15);
  line-height: 56px;
  font-size: 21px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

/* <<<<<<<<     Header     >>>>>>>> */


header {
  padding:  0;
  background: url(../images/bg-nav.jpg) no-repeat #282c32;
  z-index: 10;
  position: relative;
   border-bottom:1px solid #4c4c4c;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.49);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.49);
}
header .logo {
  float: left;
}
header .logo a, .space.dark header .logo a {
  font-size: 1px;
  font-weight: 700;
  line-height: 23px;
  display: block;
  color: #00000000;
  padding:31px 0 44px 230px;
  background:url(../images/logo-small.png) no-repeat;
  margin-left:10px
}

body.netwalking header .logo a  { 
background:url(../images/logo-small-netwalking.png) no-repeat;
padding:5px 0px 10px 60px;}

header nav {
  float: right;
}
header nav ul li {
  display: block;
  float: left;
  padding-left: 30px;
}
header nav ul li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  color: #a47f9d;
}
header nav ul li a:hover {
  color: #fff;
}
header nav ul li.uk-active a {
  color: white;
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

/* <<<<<<<<     Google Maps     >>>>>>>> */
.map {
  background: #000;
  position: relative;
}
.map .contact {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  display: table;
}
.map .contact .cell {
  display: table-cell;
  vertical-align: middle;
}
.map .contact .cell .content {
  padding: 25px;
  float: left;
  background: black;
  opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.map .contact .cell .content h1, .map .contact .cell .content h2, .map .contact .cell .content h3, .map .contact .cell .content h4, .map .contact .cell .content h5, .map .contact .cell .content h6 {
  color: white;
  text-transform: uppercase;
}
.map .contact .cell .content p {
  margin-bottom: 0;
}





/* <<<<<<<<     Contact Form     >>>>>>>> */
#contact textarea {
  height: 150px;
  background: #ddd;
}
#contact input {
  background: #ddd;
}

#easy #error {
  display: none;
  background: #e76e66;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  font-weight: 800;
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#easy #success {
  display: none;
  background: #5eb36f;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  font-weight: 800;
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

 #slides .slides-container .container .caption h5 {
    font-size: 48px !important;
    line-height: 53px !important;
  }  
  
  
.footer ul{ list-style-type: none; color:#ddd}   
.footer h3  { color:#fff}
.footer h3 { padding-bottom:20px}
.footer a {color:#fff}
.footer a:hover {border-bottom: thin dotted}
.footer .headline {padding: 20px 0px !important}
.footer { padding:20px 0}
.footer .fg4, 
body.halfhalf .footer .fg4,
body.contact .footer .fg4   {width: 29%}

/* <<<<<<<<     Responsive Design     >>>>>>>> */
@media all and (max-width: 1024px) and (min-width: 300px) {

.space {
    padding: 30px 0;
}

div.slides-control li + li, .slides-navigation, .slides-pagination { display:none !important}

  #slides .caption h3 {
    font-size: 48px !important;
    line-height: 60px !important;
  }
  
  #slides .slides-container .container .caption h5 {
    font-size: 28px !important;
    line-height: 33px !important;
  }  

  .logo {
    float: none !important;
    text-align: center;
    padding: 0;
  }


  .logo a {
    display: inline-block !important;
  }

  header {
    padding: 0;
  }

  #nav {
    float: none;
  }
  #nav ul li {
    float: none;
    display: block;
    width: auto;
    padding-left: 0;
  }
  #nav ul li:first-child a {
    border-top: 1px solid #eee;
  }
  #nav ul li:last-child a {
    border-bottom: 0px solid #eee;
  }
  #nav ul li a {
    float: none;
    padding: 10px;
    border-bottom: 1px dotted #555;
  }
}

@media all and (max-width: 666px) and (min-width: 10px) {
.hideemail { display:none}	
}

@media all and (max-width: 400px) and (min-width: 10px) {
.footer { display:none}	

.space {
    padding: 20px 0 0 0;
}

}
/* <<<<<<<<     Internet Explorer     >>>>>>>> */
.ie [data-uk-scrollspy*='uk-animation-'] {
  opacity: 1;
}

/* <<<<<<<<     Documentation     >>>>>>>> */
.docu header {
  text-align: center;
}
.docu header .logo {
  float: none;
  display: inline-block;
}
.docu p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.docu .grid {
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
}
.docu .grid2 {
  height: 175px;
  line-height: 75px;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  background: #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.docu .tile .btn {
  margin: 2px 0;
}
.docu .team p {
  font-size: 14px;
  margin: 20px 0;
}
.docu .para-example {
  height: 200px;
}


@media all and (max-height: 650px) {
 .slides-navigation, .slides-pagination { display:none !important}
 }
 
body.homepage a.homepage,
body.partners a.partners,
body.faq a.faq,
body.halfhalf a.halfhalf,
body.gallery a.gallery,
body.contact a.contact,
body.testimonials a.testimonials,
body.netwalking a.netwalking { color:#fff; text-shadow: 0px 0px 5px #4f463f; font-weight:bold}





@media screen and (min-width: 1024px) {
  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }


}	

@media screen and (max-width: 700px) {
body.homepage .headline{ padding:70px 0 70px 0}
.fg3, .fg4,body.homepage .fg4, .fg5, .fg6, .fg7, .fg9, .fg10, .fg11, .fg12 {
    margin: 0 2% 1em;
    padding: 0;
    width: 30%;
}
.fg8 { width:60%}

 body.netwalking .headline {padding: 105px 0 85px}
 body.netwalking img { float:left; margin-right:20px}	
.blogpost .post li { width:100%; margin:0 0 20px 0; display:block}


}

@media screen and (max-width: 580px) {
 body.contact .headline { padding:85px 0 105px 0}	
  body.homepage .headline p {
	font-size:45px;
	line-height:45px
}	

body.blogpost .headline {
    padding: 40px 0 50px
}
}

@media screen and (max-width: 525px) {
 body.netwalking .headline {padding: 70px 0 75px}
 body.netwalking img { float:left; margin-right:20px}	
 body.contact .headline { padding:45px 0 85px 0}	
 body.homepage .headline p {
	font-size:45px;
	line-height:45px
}
div.contact { display:none}



}
 
 
@media screen and (max-width: 480px) {
body.contact .fg4 {display:none}
body.contact .headline { padding:45px 0 85px 0}	
body.netwalking img { float:left; margin-right:20px}	
 body.homepage .headline p {
	font-size:40px;
	line-height:40px
}
body.blogpost .headline {
 padding: 40px 0 30px
}
}

@media screen and (max-width: 455px) {
body.homepage .headline, body.contact .headline  { padding:60px 0 85px 0}
body.halfhalf .fg4, body.halfhalf .fg8 { width:96%; }
.fg3, .fg4,body.homepage .fg4, .fg5, .fg6, .fg7, .fg8, .fg9, .fg10, .fg11, .fg12 {
    margin: 0 2% 1em;
    padding: 0;
    width: 96%;	
}
 body.netwalking .headline {padding: 70px 0 75px 0}
 body.netwalking img { float:left; margin-right:20px}
 .hidephoto { display:none}	
 body.homepage .headline p {
	font-size:38px;
	line-height:38px
}
.blog-menus-bottom { display:inline-block; width:45% ; vertical-align:top}
.blog-menus-top { display:none}
body.blogpost .headline {
 padding: 40px 0 10px
}
}


@media screen and (max-width: 380px) {
body.homepage .headline, body.contact .headline { padding:60px 0 85px 0}
.homepage .headline h1, .contact .contact h1, .netwalking .netwalking h1 {    line-height: 55px; font-size:45px}	
.fg3, .fg4, body.homepage .fg4, .fg5, .fg6, .fg7, .fg8, .fg9, .fg10, .fg11, .fg12 {
    margin: 0 2% 1em;
    padding: 0;
    width: 96%;}
body.netwalking img { display:none}	
body.netwalking .headline { padding:70px 0 60px 0}
body.homepage .headline { padding:40px 0 30px 0}
body.gallery .headline { padding:20px 0}
body.contact .headline { padding:35px 0 45px 0}	
body.gallery h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}
body.gallery .headline p {font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin:  0;}

body.homepage .headline p {
	font-size:35px;
	line-height:35px
}

body.blogpost .headline {
 padding: 20px 0 10px
}
}

@media screen and (max-width: 339px) {
body.homepage .headline, body.contact .headline { padding:20px 0 40px 0}
.homepage .headline h1, .contact .contact h1, .netwalking .netwalking h1 {    line-height: 55px; font-size:45px}	
.fg3, .fg4, body.homepage .fg4, .fg5, .fg6, .fg7, .fg8, .fg9, .fg10, .fg11, .fg12 {
    margin: 0 2% 1em;
    padding: 0;
    width: 96%;}
 body.netwalking .headline {padding: 70px 0 60px}	
 body.netwalking img { display:none}
header .logo a { margin-left:0}	
.logo {
      padding: 27px 20px 20px 0;

}

header {
  padding: 0px 0;
}

body.homepage .headline p {
	font-size:32px;
	line-height:32px
}

}

