@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900&subset=latin,latin-ext);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

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

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

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

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

/**
 * 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%;
  line-height: 0;
  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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.3.0 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("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.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: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

.fa-star-half:before {
  content: "";
}

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*****************

COLORS

*****************/
/*****************

FONTS

*****************/
/*****************

SUSY

*****************/
.hyperSlider {
  overflow: hidden;
  /* Disable touch action only if you want to prevent scrolling webpage when user starts touch on slider */
  /*
    -ms-touch-action: none;
    touch-action: none;
  */
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  list-style: none;
  padding: 0;
}

.hyperSlider.vertical {
  max-width: none;
  max-height: 100%;
  white-space: normal;
}

.hyperSlider > * {
  display: inline-block;
  position: relative;
}

.hyperSlider.vertical > * {
  display: block;
}

.hyperSlider .hyperSliderMovingPoint {
  max-width: 0;
  min-width: 0;
  width: 0px;
  height: 1px;
  overflow: hidden;
  margin: 0;
}

.hyperSlider.vertical .hyperSliderMovingPoint {
  max-width: none;
  min-width: 1px;
  width: 1px;
  height: 0px;
}

/* EXAMPLE: center items horizontally when all of them are visible and sliding is not needed. */
.hyperSlider.all-active {
  text-align: center;
}

.hyperSlider.all-active .hyperSliderMovingPoint {
  display: none;
}

/* OPTIONAL: this is needed only when using orientation: auto on the sliders. */
/* Based on: http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/ */
.resize-triggers {
  visibility: hidden;
}

.resize-triggers, .resize-triggers > div, .contract-trigger:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.resize-triggers > div {
  background: #eee;
  overflow: auto;
}

.contract-trigger:before {
  width: 200%;
  height: 200%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #ffffff;
  font-size: 100%;
  color: #000000;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
}

html[lang="pl"] .pl,
html[lang="en"] .en {
  color: #995164;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

img,
svg,
object {
  max-width: 100%;
  height: auto;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000000;
  padding: 0.2em 0;
}

.wrapper {
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

#ScreenReader,
#Submitted {
  display: none;
}

header {
  width: 100%;
  height: 8.5rem;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
header.hidden {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
header .wrapper {
  padding: 0;
}
header h1 {
  margin: 20px;
  max-width: 75%;
}
header h1 a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 20px;
  max-width: 166px;
}
header .menu-toggler {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 35px;
  height: 27px;
}
header .menu-toggler .bar {
  background-color: #000000;
  display: block;
  height: 4px;
  width: 100%;
  margin-bottom: 5px;
}
header ul.menu {
  display: none;
}
header.visible {
  overflow: scroll;
  height: 100%;
  -moz-transition: height 1000ms;
  -o-transition: height 1000ms;
  -webkit-transition: height 1000ms;
  transition: height 1000ms;
}
header.visible .menu-toggler {
  top: 42px;
}
header.visible nav ul.menu {
  display: table;
}
header nav {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
header nav ul.menu {
  display: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
header nav ul.menu li {
  display: table-row;
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
  text-align: center;
  height: 8.5rem;
}
header nav ul.menu li a {
  color: #000000;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 2px solid #000000;
  text-decoration: none;
}
header nav ul.menu li a:link, header nav ul.menu li a:visited, header nav ul.menu li a:active {
  color: #000000;
}
header nav ul.menu li a:hover, header nav ul.menu li a.active {
  color: #995164;
}
header nav ul.menu li a + a:before {
  content: "/";
  margin: 0 0.3em;
  color: #000000;
}
header nav ul.menu li.skip {
  position: absolute;
  top: -35px;
  right: 20px;
  height: auto;
  border: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
header nav ul.menu li.skip a {
  border-bottom: none;
  display: none;
}
header nav ul.menu li.skip:focus a {
  display: block;
}

main {
  padding-top: 8.5rem;
  overflow: hidden;
}
main h2 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}
main h3 {
  position: absolute;
  bottom: -10px;
  z-index: 0;
  font-size: 70px;
  font-size: 7rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
main section {
  position: relative;
}
main .left-col,
main .right-col {
  position: relative;
}
main .slider {
  width: 70%;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}
main .slider ul {
  margin: 0;
  height: 100%;
}
main .slider li {
  height: 100%;
  text-align: center;
  width: 100%;
  position: relative;
}
main .slider li img,
main .slider li svg,
main .slider li object {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  height: 100%;
}
main .slider .nav {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60px;
  font-size: 6rem;
  color: #d1d1d1;
}
main .slider .nav.prev {
  left: -55px;
}
main .slider .nav.next {
  right: -55px;
}
main .slider .nav:link, main .slider .nav:visited {
  color: rgba(209, 209, 209, 0.5);
}
main .slider .nav.active {
  color: #ffffff;
}
main .slider .nav.active:hover, main .slider .nav.active:active {
  color: #d1d1d1;
}
main #Home, main #Wstęp {
  z-index: 0;
}
main #Home .wrapper, main #Wstęp .wrapper {
  position: relative;
  height: 320px;
}
main #Home h2, main #Wstęp h2 {
  text-align: left;
  position: relative;
  top: 55px;
  margin-bottom: 0;
  z-index: 2;
  width: 65%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  font-size: 24px;
  font-size: 2.4rem;
}
main #Home h3, main #Wstęp h3 {
  color: rgba(0, 0, 0, 0.04);
  text-align: left;
}
main #Home .device, main #Wstęp .device {
  width: 304px;
  position: absolute;
  right: -110px;
  top: 5px;
  z-index: 1;
}
main #AboutUs, main #ONas {
  z-index: 1;
  background: #c1b8a1 url("../images/triangle-homepage.png") no-repeat center top;
  padding: 65px 0 100px;
}
main #AboutUs .wrapper, main #ONas .wrapper {
  position: relative;
}
main #AboutUs h2 img, main #ONas h2 img,
main #AboutUs h2 object, main #ONas h2 object {
  height: 0.75em;
  vertical-align: middle;
  vertical-align: baseline;
}
main #AboutUs p, main #ONas p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 35px;
}
main #AboutUs h3, main #ONas h3 {
  color: rgba(0, 0, 0, 0.07);
  width: 100%;
  font-size: 78px;
  font-size: 7.8rem;
  white-space: normal;
  bottom: -150px;
}
main #AboutUs h3 img, main #ONas h3 img,
main #AboutUs h3 object, main #ONas h3 object {
  height: 0.75em;
  opacity: 0.07;
  vertical-align: middle;
  vertical-align: baseline;
}
main #AboutUs .bookshelf, main #ONas .bookshelf {
  display: none;
  position: absolute;
  width: 319px;
  height: 507px;
  -webkit-clip-path: polygon(28% 0, 100% 23%, 100% 93%, 76% 100%, 0 76%, 0 8%);
  clip-path: polygon(28% 0, 100% 23%, 100% 93%, 76% 100%, 0 76%, 0 8%);
  shape-outside: polygon(28% 0, 100% 23%, 100% 93%, 76% 100%, 0 76%, 0 8%);
}
main #Certificates, main #Certyfikaty {
  z-index: 2;
  background-color: #7e2e43;
  background-image: url("../images/triangle-aboutus.png"), url("../images/pattern-certificates.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center center;
  padding: 60px 0 50px;
}
main #Certificates #certificatesSlider, main #Certyfikaty #certificatesSlider {
  height: 120px;
}
main #HowWeWork, main #JakDziałamy {
  padding: 70px 0;
  z-index: 3;
  background: #ffffff url("../images/triangle-certificates.png") no-repeat center top;
}
main #HowWeWork p, main #JakDziałamy p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 35px;
}
main #HowWeWork h3, main #JakDziałamy h3 {
  color: rgba(0, 0, 0, 0.07);
  bottom: -30px;
}
main #HowWeWork .scrum-diagram, main #JakDziałamy .scrum-diagram {
  max-width: 280px;
  text-align: center;
  display: block;
  margin: 0 auto 45px;
}
main #HowWeWork .lamp, main #JakDziałamy .lamp {
  display: none;
}
main #HowWeWork .monitor, main #JakDziałamy .monitor {
  display: none;
}
main #Technologies, main #Technologie {
  z-index: 4;
  background-color: #319b4f;
  background-image: url("../images/triangle-workout.png"), url("../images/pattern-technologies.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: center top, center center;
  padding: 60px 0;
}
main #technologiesSlider, main #technologiesSlider {
  height: 135px;
}
main #Team, main #Zespół {
  background: #319b4f url("../images/grass.png") repeat-x center top;
  z-index: 5;
}
main #Team .user-info, main #Zespół .user-info {
  padding: 55px 5em 70px;
  text-align: center;
  position: relative;
}
main #Team .user-info .avatar, main #Zespół .user-info .avatar {
  display: block;
  width: 94px;
  height: 94px;
  border: 10px solid #319b4f;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  margin: 0 auto 2em;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}
main #Team .user-info h2, main #Zespół .user-info h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}
main #Team .user-info h4, main #Zespół .user-info h4 {
  color: #995164;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
main #Team .user-info p, main #Zespół .user-info p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: normal;
}
main #Team .arrow, main #Zespół .arrow {
  display: none;
  position: absolute;
  top: 580px;
  color: #319b4f;
  font-size: 60px;
  font-size: 6rem;
}
main #Team .arrow.prev, main #Zespół .arrow.prev {
  left: 0;
}
main #Team .arrow.next, main #Zespół .arrow.next {
  right: 0;
}
main #Team .arrow:hover, main #Zespół .arrow:hover {
  color: #192d20;
}
main #Team.active .arrow, main #Zespół.active .arrow {
  display: block;
}
main #Team .office, main #Zespół .office {
  width: 100%;
  height: 400px;
  background-image: url("../images/triangle-technologies.png"), url("../images/team.gif");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left top;
  -moz-transition: background-position 1000ms;
  -o-transition: background-position 1000ms;
  -webkit-transition: background-position 1000ms;
  transition: background-position 1000ms;
}
main #Team .office img, main #Zespół .office img {
  display: none;
}
main #Team .office.Marcin, main #Zespół .office.Marcin {
  background-position: center top, left 0;
}
main #Team .office.Marcin + .members #Marcin a, main #Zespół .office.Marcin + .members #Marcin a {
  left: 70px;
}
main #Team .office.Marcin + .members #Lukasz a, main #Zespół .office.Marcin + .members #Lukasz a {
  left: 215px;
}
main #Team .office.Marcin + .members #Marta a, main #Zespół .office.Marcin + .members #Marta a {
  left: 400px;
}
main #Team .office.Marcin + .members #Michal a, main #Zespół .office.Marcin + .members #Michal a {
  left: 565px;
}
main #Team .office.Marcin + .members #Grzegorz a, main #Zespół .office.Marcin + .members #Grzegorz a {
  left: 645px;
}
main #Team .office.Lukasz, main #Zespół .office.Lukasz {
  background-position: center top, -250px 0;
}
main #Team .office.Lukasz + .members #Marcin a, main #Zespół .office.Lukasz + .members #Marcin a {
  display: none;
}
main #Team .office.Lukasz + .members #Lukasz a, main #Zespół .office.Lukasz + .members #Lukasz a {
  left: 45px;
}
main #Team .office.Lukasz + .members #Marta a, main #Zespół .office.Lukasz + .members #Marta a {
  left: 230px;
}
main #Team .office.Lukasz + .members #Michal a, main #Zespół .office.Lukasz + .members #Michal a {
  left: 395px;
}
main #Team .office.Lukasz + .members #Grzegorz a, main #Zespół .office.Lukasz + .members #Grzegorz a {
  left: 475px;
}
main #Team .office.Marta, main #Zespół .office.Marta {
  background-position: center top, -360px 0;
}
main #Team .office.Marta + .members #Marcin a, main #Zespół .office.Marta + .members #Marcin a {
  display: none;
}
main #Team .office.Marta + .members #Lukasz a, main #Zespół .office.Marta + .members #Lukasz a {
  display: none;
}
main #Team .office.Marta + .members #Marta a, main #Zespół .office.Marta + .members #Marta a {
  left: 120px;
}
main #Team .office.Marta + .members #Michal a, main #Zespół .office.Marta + .members #Michal a {
  left: 285px;
}
main #Team .office.Marta + .members #Grzegorz a, main #Zespół .office.Marta + .members #Grzegorz a {
  left: 365px;
}
main #Team .office.Michal, main #Zespół .office.Michal {
  background-position: center top, -570px 0;
}
main #Team .office.Michal + .members #Marcin a, main #Zespół .office.Michal + .members #Marcin a {
  display: none;
}
main #Team .office.Michal + .members #Lukasz a, main #Zespół .office.Michal + .members #Lukasz a {
  display: none;
}
main #Team .office.Michal + .members #Marta a, main #Zespół .office.Michal + .members #Marta a {
  display: none;
}
main #Team .office.Michal + .members #Michal a, main #Zespół .office.Michal + .members #Michal a {
  left: 75px;
}
main #Team .office.Michal + .members #Grzegorz a, main #Zespół .office.Michal + .members #Grzegorz a {
  left: 155px;
}
main #Team .office.Grzegorz, main #Zespół .office.Grzegorz {
  background-position: center top, right 0;
}
main #Team .office.Grzegorz + .members #Marcin a, main #Zespół .office.Grzegorz + .members #Marcin a {
  display: none;
}
main #Team .office.Grzegorz + .members #Lukasz a, main #Zespół .office.Grzegorz + .members #Lukasz a {
  left: auto;
  right: 660px;
}
main #Team .office.Grzegorz + .members #Marta a, main #Zespół .office.Grzegorz + .members #Marta a {
  left: auto;
  right: 475px;
}
main #Team .office.Grzegorz + .members #Michal a, main #Zespół .office.Grzegorz + .members #Michal a {
  left: auto;
  right: 295px;
}
main #Team .office.Grzegorz + .members #Grzegorz a, main #Zespół .office.Grzegorz + .members #Grzegorz a {
  left: auto;
  right: 165px;
}
main #Team .members, main #Zespół .members {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
main #Team .members a, main #Zespół .members a {
  position: absolute;
  display: block;
  text-indent: -999em;
}
main #Team .members li .user-info, main #Zespół .members li .user-info {
  display: none;
  background: white url("../images/pattern-team.jpg") no-repeat bottom right;
}
main #Team .members li.active .user-info, main #Zespół .members li.active .user-info {
  display: block;
}
main #Team .members #Marcin .avatar, main #Zespół .members #Marcin .avatar {
  background-image: url("../images/avatar_Marcin.png");
}
main #Team .members #Marcin a, main #Zespół .members #Marcin a {
  width: 90px;
  height: 135px;
  top: 140px;
}
main #Team .members #Lukasz .avatar, main #Zespół .members #Lukasz .avatar {
  background-image: url("../images/avatar_Lukasz.png");
}
main #Team .members #Lukasz a, main #Zespół .members #Lukasz a {
  width: 60px;
  height: 130px;
  top: 165px;
}
main #Team .members #Marta .avatar, main #Zespół .members #Marta .avatar {
  background-image: url("../images/avatar_Marta.png");
}
main #Team .members #Marta a, main #Zespół .members #Marta a {
  width: 60px;
  height: 130px;
  top: 165px;
}
main #Team .members #Michal .avatar, main #Zespół .members #Michal .avatar {
  background-image: url("../images/avatar_Michal.png");
}
main #Team .members #Michal a, main #Zespół .members #Michal a {
  width: 80px;
  height: 120px;
  top: 65px;
}
main #Team .members #Grzegorz .avatar, main #Zespół .members #Grzegorz .avatar {
  background-image: url("../images/avatar_Grzegorz.png");
}
main #Team .members #Grzegorz a, main #Zespół .members #Grzegorz a {
  width: 130px;
  height: 140px;
  top: 40px;
}
main #Contact, main #Kontakt {
  background: #192d20 url("../images/triangle-team.png") no-repeat center top;
  color: #ffffff;
  padding: 65px 0 50px;
  position: relative;
}
main #Contact h3, main #Kontakt h3 {
  color: rgba(149, 148, 148, 0.07);
  font-size: 90px;
  font-size: 9rem;
}
main #Contact p, main #Kontakt p {
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
main #Contact .messages div, main #Kontakt .messages div {
  display: none;
}
main #Contact .messages div.active, main #Kontakt .messages div.active {
  display: block;
}
main #Contact .messages div p, main #Kontakt .messages div p {
  font-size: 20px;
  font-size: 2rem;
}
main #Contact .messages .error, main #Kontakt .messages .error {
  color: #9D586A;
}
main #Contact .messages .success, main #Kontakt .messages .success {
  color: #319b4f;
}
main #Contact form, main #Kontakt form {
  margin-bottom: 6em;
}
main #Contact form > div, main #Kontakt form > div {
  margin-bottom: 1em;
}
main #Contact form > div.invalid input[type="text"],
main #Contact form > div.invalid textarea, main #Kontakt form > div.invalid input[type="text"],
main #Kontakt form > div.invalid textarea {
  border: 1px solid #9D586A;
}
main #Contact form > div.invalid input[type="text"]:focus,
main #Contact form > div.invalid textarea:focus, main #Kontakt form > div.invalid input[type="text"]:focus,
main #Kontakt form > div.invalid textarea:focus {
  outline: 1px solid #9D586A;
}
main #Contact form > div.invalid .error.active, main #Kontakt form > div.invalid .error.active {
  display: block;
}
main #Contact form input[type="text"],
main #Contact form textarea, main #Kontakt form input[type="text"],
main #Kontakt form textarea {
  background: none;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  width: 100%;
  color: #ffffff;
  padding: 1em;
  outline: 1px solid #192d20;
}
main #Contact form input[type="text"]:-moz-placeholder,
main #Contact form textarea:-moz-placeholder, main #Kontakt form input[type="text"]:-moz-placeholder,
main #Kontakt form textarea:-moz-placeholder {
  color: #ffffff;
}
main #Contact form input[type="text"]::-moz-placeholder,
main #Contact form textarea::-moz-placeholder, main #Kontakt form input[type="text"]::-moz-placeholder,
main #Kontakt form textarea::-moz-placeholder {
  color: #ffffff;
}
main #Contact form input[type="text"]:-ms-input-placeholder,
main #Contact form textarea:-ms-input-placeholder, main #Kontakt form input[type="text"]:-ms-input-placeholder,
main #Kontakt form textarea:-ms-input-placeholder {
  color: #ffffff;
}
main #Contact form input[type="text"]::-webkit-input-placeholder,
main #Contact form textarea::-webkit-input-placeholder, main #Kontakt form input[type="text"]::-webkit-input-placeholder,
main #Kontakt form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
main #Contact form input[type="text"]:focus,
main #Contact form textarea:focus, main #Kontakt form input[type="text"]:focus,
main #Kontakt form textarea:focus {
  outline: 1px solid #319b4f;
  border-color: #319b4f;
  background-color: white;
  color: #319b4f;
}
main #Contact form textarea, main #Kontakt form textarea {
  height: 170px;
}
main #Contact form .button-row, main #Kontakt form .button-row {
  text-align: center;
}
main #Contact form input[type="submit"], main #Kontakt form input[type="submit"] {
  background-color: #319b4f;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 1em 2em;
  border: none;
  margin: 0.6em 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
main #Contact form input[type="submit"]:focus, main #Kontakt form input[type="submit"]:focus {
  outline: 1px solid #319b4f;
  border-color: #319b4f;
}
main #Contact form input[type="submit"]:hover, main #Kontakt form input[type="submit"]:hover {
  background-color: #184e28;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
main #Contact form .error, main #Kontakt form .error {
  display: none;
  color: #9D586A;
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
}
main #Contact form .g-recaptcha, main #Kontakt form .g-recaptcha {
  float: left;
}
main #Contact h4, main #Kontakt h4 {
  text-align: center;
  margin-bottom: 35px;
}
main #Contact address, main #Kontakt address {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}
main #Contact address a, main #Kontakt address a {
  color: #ffffff;
  display: block;
}
main #Contact address span, main #Kontakt address span {
  display: block;
  margin-bottom: 1.5em;
}

.last-title {
  position: absolute;
  bottom: 0;
  z-index: 0;
  font-size: 130px;
  font-size: 13rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  color: rgba(149, 148, 148, 0.07);
}

footer {
  color: #ffffff;
  padding: 12px 0 18px;
  text-align: center;
  border-bottom: 20px solid #319b4f;
  position: relative;
  margin-top: -48px;
}
footer p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
footer a {
  color: #319b4f;
}
footer a:link, footer a:visited {
  color: #319b4f;
}
footer a:hover, footer a:active {
  color: #995164;
}

@media (min-width: 30em) {
  main .slider {
    width: 90%;
  }
  main .slider li {
    width: 50%;
  }
  main .slider .nav.prev {
    left: -40px;
  }
  main .slider .nav.next {
    right: -40px;
  }
  main #Home h2, main #Wstęp h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  main #Home .device, main #Wstęp .device {
    right: 0;
  }
}
@media (min-width: 48em) {
  .wrapper {
    padding: 0 15px;
    max-width: 120em;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }

  header {
    height: 9.5rem;
  }
  header .wrapper {
    height: 100%;
  }
  header h1 {
    width: 23.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  header h1 a {
    max-width: 250px;
  }
  header .menu-toggler {
    display: none;
  }
  header nav {
    width: 65%;
    float: right;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    height: 100%;
    position: relative;
  }
  header nav ul.menu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header nav ul.menu li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 1.1rem;
    text-align: center;
    height: auto;
  }
  header nav ul.menu li a {
    border-bottom: none;
  }
  header nav ul.menu li:last-child {
    margin-right: 0;
  }
  header nav ul.menu li a[href="#MainContent"], header nav ul.menu li a[href="#Treść"] {
    display: none;
  }

  main {
    padding-top: 9.5rem;
  }
  main h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  main .left-col,
  main .right-col {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  main .left-col {
    padding-right: 0.83333%;
  }
  main .right-col {
    padding-left: 0.83333%;
  }
  main .slider {
    width: 90%;
  }
  main .slider li {
    width: 25%;
  }
  main #Home .wrapper, main #Wstęp .wrapper {
    height: 500px;
  }
  main #Home h2, main #Wstęp h2 {
    top: 150px;
    font-size: 45px;
    font-size: 4.5rem;
  }
  main #Home h3, main #Wstęp h3 {
    left: 1.66667%;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  main #Home .device, main #Wstęp .device {
    width: 269px;
    right: 0;
    top: 0px;
  }
  main #AboutUs, main #ONas {
    padding: 75px 0;
  }
  main #AboutUs p, main #ONas p {
    margin-bottom: 40px;
  }
  main #AboutUs h3, main #ONas h3 {
    white-space: nowrap;
    bottom: -93px;
  }
  main #HowWeWork, main #JakDziałamy {
    padding: 75px 0 140px;
  }
  main #HowWeWork .wrapper, main #JakDziałamy .wrapper {
    position: relative;
  }
  main #HowWeWork p, main #JakDziałamy p {
    margin-bottom: 40px;
  }
  main #HowWeWork h3, main #JakDziałamy h3 {
    bottom: -185px;
  }
  main #HowWeWork .scrum-diagram, main #JakDziałamy .scrum-diagram {
    max-width: 549px;
    text-align: center;
  }
  main #Team .office, main #Zespół .office {
    position: relative;
    max-width: 1018px;
    max-height: 400px;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  main #Team .office .triangle, main #Zespół .office .triangle {
    width: 42px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -21px;
  }
  main #Team .office img, main #Zespół .office img {
    display: block;
  }
  main #Team .office + .members a, main #Zespół .office + .members a {
    display: block;
    left: 0;
    right: 0;
  }
  main #Team.active .arrow, main #Zespół.active .arrow {
    display: none;
  }
  main #Team .user-info, main #Zespół .user-info {
    width: 330px;
    padding: 15px;
    position: relative;
    top: -400px;
  }
  main #Team .user-info:before, main #Team .user-info:after, main #Zespół .user-info:before, main #Zespół .user-info:after {
    content: " ";
    width: 21px;
    height: 42px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
  main #Team .user-info:before, main #Zespół .user-info:before {
    left: -21px;
    background-image: url("../images/triangle-left.png");
  }
  main #Team .user-info:after, main #Zespół .user-info:after {
    right: -21px;
    background-image: url("../images/triangle-right.png");
  }
  main #Team .user-info .avatar, main #Zespół .user-info .avatar {
    display: none;
  }
  main #Team .members, main #Zespół .members {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1018px;
  }
  main #Team .members li, main #Zespół .members li {
    position: absolute;
  }
  main #Team .members li .user-info, main #Zespół .members li .user-info {
    display: block;
    background: rgba(255, 255, 255, 0.9) url("../images/pattern-team.jpg") no-repeat bottom right;
    opacity: 0;
    left: -9999px;
  }
  main #Team .members li.active .user-info, main #Zespół .members li.active .user-info {
    opacity: 1;
    -moz-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    -webkit-transition: opacity 1000ms;
    transition: opacity 1000ms;
  }
  main #Team .members .member-img, main #Zespół .members .member-img {
    display: none;
  }
  main #Team .members #Marcin, main #Zespół .members #Marcin {
    width: 90px;
    height: 135px;
    left: 15%;
    top: 30%;
  }
  main #Team .members #Marcin a, main #Zespół .members #Marcin a {
    top: 0;
  }
  main #Team .members #Marcin.active .user-info, main #Zespół .members #Marcin.active .user-info {
    top: -90px;
    left: 85px;
    padding: 25px;
  }
  main #Team .members #Marcin.active .user-info:before, main #Zespół .members #Marcin.active .user-info:before {
    top: 130px;
  }
  main #Team .members #Marcin.active .user-info:after, main #Zespół .members #Marcin.active .user-info:after {
    display: none;
  }
  main #Team .members #Lukasz, main #Zespół .members #Lukasz {
    width: 60px;
    height: 130px;
    left: 29%;
    top: 38%;
  }
  main #Team .members #Lukasz a, main #Zespół .members #Lukasz a {
    top: 0;
  }
  main #Team .members #Lukasz.active .user-info, main #Zespół .members #Lukasz.active .user-info {
    top: -114px;
    left: 85px;
    padding: 36px 38px;
  }
  main #Team .members #Lukasz.active .user-info:before, main #Zespół .members #Lukasz.active .user-info:before {
    top: 130px;
  }
  main #Team .members #Lukasz.active .user-info:after, main #Zespół .members #Lukasz.active .user-info:after {
    display: none;
  }
  main #Team .members #Marta, main #Zespół .members #Marta {
    width: 60px;
    height: 130px;
    left: 47%;
    top: 37%;
  }
  main #Team .members #Marta a, main #Zespół .members #Marta a {
    top: 0;
  }
  main #Team .members #Marta.active .user-info, main #Zespół .members #Marta.active .user-info {
    left: -360px;
    top: -111px;
    padding: 15px;
  }
  main #Team .members #Marta.active .user-info:before, main #Zespół .members #Marta.active .user-info:before {
    display: none;
  }
  main #Team .members #Marta.active .user-info:after, main #Zespół .members #Marta.active .user-info:after {
    top: 130px;
  }
  main #Team .members #Michal, main #Zespół .members #Michal {
    width: 80px;
    height: 120px;
    left: 62%;
    top: 10%;
  }
  main #Team .members #Michal a, main #Zespół .members #Michal a {
    top: 0;
  }
  main #Team .members #Michal.active .user-info, main #Zespół .members #Michal.active .user-info {
    left: -330px;
    top: -28px;
    padding: 35px;
  }
  main #Team .members #Michal.active .user-info:before, main #Zespół .members #Michal.active .user-info:before {
    display: none;
  }
  main #Team .members #Michal.active .user-info:after, main #Zespół .members #Michal.active .user-info:after {
    top: 50px;
  }
  main #Team .members #Grzegorz, main #Zespół .members #Grzegorz {
    width: 130px;
    height: 140px;
    left: 71%;
    top: 9%;
  }
  main #Team .members #Grzegorz a, main #Zespół .members #Grzegorz a {
    top: 0;
  }
  main #Team .members #Grzegorz.active .user-info, main #Zespół .members #Grzegorz.active .user-info {
    left: -340px;
    top: -26px;
    padding: 25px;
  }
  main #Team .members #Grzegorz.active .user-info:before, main #Zespół .members #Grzegorz.active .user-info:before {
    display: none;
  }
  main #Team .members #Grzegorz.active .user-info:after, main #Zespół .members #Grzegorz.active .user-info:after {
    top: 50px;
  }
  main #Contact p, main #Kontakt p {
    text-align: center;
    margin-bottom: 30px;
  }
  main #Contact form .g-recaptcha, main #Kontakt form .g-recaptcha {
    float: none;
  }
  main #Contact form .g-recaptcha div > div, main #Kontakt form .g-recaptcha div > div {
    margin: 0 auto;
  }
  main #Contact form input[type="submit"], main #Kontakt form input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main #Contact h4, main #Kontakt h4 {
    text-align: left;
    margin-bottom: 50px;
    margin-left: 45px;
  }
  main #Contact address, main #Kontakt address {
    text-align: left;
    margin-left: 45px;
  }
}
@media (min-width: 64em) {
  header nav ul.menu li {
    margin: 0 2rem;
  }

  main h2 {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 75px;
  }
  main h3 {
    width: 100%;
    bottom: -45px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 130px;
    font-size: 13rem;
    line-height: 0.9;
  }
  main #Home .wrapper, main #Wstęp .wrapper {
    height: 680px;
  }
  main #Home h2, main #Wstęp h2 {
    top: 210px;
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  main #Home h3, main #Wstęp h3 {
    text-align: left;
    left: 54%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main #Home .device, main #Wstęp .device {
    width: 562px;
  }
  main #AboutUs, main #ONas {
    padding: 65px 0 190px;
  }
  main #AboutUs p, main #ONas p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 45px;
  }
  main #AboutUs h3, main #ONas h3 {
    bottom: -220px;
    font-size: 130px;
    font-size: 13rem;
  }
  main #AboutUs .bookshelf, main #ONas .bookshelf {
    display: block;
    left: 90%;
    bottom: -200px;
  }
  main #HowWeWork p, main #JakDziałamy p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main #HowWeWork .monitor, main #JakDziałamy .monitor {
    display: block;
    position: absolute;
    bottom: -150px;
    right: 20px;
    width: 271px;
    height: 367px;
  }
  main #Team, main #Zespół {
    height: 400px;
  }
  main #Team .user-info, main #Zespół .user-info {
    width: 350px;
  }
  main #Team .members, main #Zespół .members {
    position: relative;
    top: -404px;
    left: auto;
    margin: 0 auto;
    height: 400px;
  }
  main #Team .members #Marcin, main #Zespół .members #Marcin {
    left: 155px;
    top: 140px;
  }
  main #Team .members #Marcin.active .user-info, main #Zespół .members #Marcin.active .user-info {
    top: -110px;
    left: 95px;
    padding: 45px;
  }
  main #Team .members #Lukasz, main #Zespół .members #Lukasz {
    left: 295px;
    top: 165px;
  }
  main #Team .members #Lukasz.active .user-info, main #Zespół .members #Lukasz.active .user-info {
    padding: 45px;
  }
  main #Team .members #Marta, main #Zespół .members #Marta {
    left: 470px;
    top: 165px;
  }
  main #Team .members #Marta.active .user-info, main #Zespół .members #Marta.active .user-info {
    left: -370px;
    top: -140px;
    padding: 45px;
  }
  main #Team .members #Marta.active .user-info:after, main #Zespół .members #Marta.active .user-info:after {
    top: 160px;
  }
  main #Team .members #Michal, main #Zespół .members #Michal {
    left: 650px;
    top: 70px;
  }
  main #Team .members #Michal.active .user-info, main #Zespół .members #Michal.active .user-info {
    left: -370px;
    padding: 45px;
  }
  main #Team .members #Grzegorz, main #Zespół .members #Grzegorz {
    left: 720px;
    top: 40px;
  }
  main #Team .members #Grzegorz.active .user-info, main #Zespół .members #Grzegorz.active .user-info {
    left: -360px;
    padding: 45px;
  }
  main #Contact h3, main #Kontakt h3 {
    bottom: -35px;
    font-size: 130px;
    font-size: 13rem;
  }
  main #Contact form .button-row, main #Kontakt form .button-row {
    text-align: right;
  }
  main #Contact form .g-recaptcha, main #Kontakt form .g-recaptcha {
    float: left;
  }
  main #Contact form .g-recaptcha div > div, main #Kontakt form .g-recaptcha div > div {
    margin: 0 20px 0 0;
  }
  main #Contact p, main #Kontakt p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 100em) {
  main .slider {
    width: 100%;
  }
  main .slider li {
    width: 25%;
  }
  main #HowWeWork .lamp, main #JakDziałamy .lamp {
    display: block;
    width: 100px;
    height: 402px;
    position: absolute;
    top: -75px;
    right: -20%;
  }
  main #AboutUs .bookshelf, main #ONas .bookshelf {
    display: block;
    left: 88%;
    bottom: -170px;
  }
  main #Team .members #Marcin.active .user-info, main #Zespół .members #Marcin.active .user-info {
    left: -375px;
  }
  main #Team .members #Marcin.active .user-info:before, main #Zespół .members #Marcin.active .user-info:before {
    display: none;
  }
  main #Team .members #Marcin.active .user-info:after, main #Zespół .members #Marcin.active .user-info:after {
    display: block;
    top: 130px;
  }
  main #Team .members #Grzegorz.active .user-info, main #Zespół .members #Grzegorz.active .user-info {
    left: 160px;
  }
  main #Team .members #Grzegorz.active .user-info:before, main #Zespół .members #Grzegorz.active .user-info:before {
    display: block;
    top: 50px;
  }
  main #Team .members #Grzegorz.active .user-info:after, main #Zespół .members #Grzegorz.active .user-info:after {
    display: none;
  }
}
svg {
  display: none;
}

html.svgclippaths svg {
  display: block;
}
html.svgclippaths svg + picture {
  display: none !important;
}

#scrum-diagram-svg {
  width: 100%;
  cursor: pointer;
}
.msie #scrum-diagram-svg {
  height: 1px;
  padding-bottom: 140%;
  overflow: visible;
}
#scrum-diagram-svg #cup {
  opacity: 0;
}
.svg-phase3 #scrum-diagram-svg #cup {
  opacity: 1;
  -moz-transition: opacity 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s;
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s linear 0s;
}
#scrum-diagram-svg #bitroot {
  opacity: 0;
}
.svg-phase4 #scrum-diagram-svg #bitroot {
  opacity: 1;
  -moz-transition: opacity 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s;
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s linear 0s;
}
#scrum-diagram-svg #voyager {
  opacity: 0;
}
.svg-outro #scrum-diagram-svg #voyager {
  opacity: 1;
  -moz-transition: opacity 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s;
  -webkit-transition: opacity 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s linear 0s;
}

.scrum-diagram-text {
  position: absolute;
  opacity: 0;
}
.scrum-diagram-text.intro {
  top: 14%;
  left: 1%;
  width: 24%;
}
.scrum-diagram-text.intro text {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  text-length: 100%;
  font-size: 70px;
  font-size: 7rem;
}
.scrum-diagram-text.intro text + text {
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
.scrum-diagram-text.phase1 {
  top: 31%;
  left: 1%;
  width: 24%;
}
.scrum-diagram-text.phase1 text {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
.scrum-diagram-text.phase2 {
  top: 26%;
  left: 71%;
  width: 24%;
}
.scrum-diagram-text.phase2 text {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
.scrum-diagram-text.outro {
  top: 87%;
  left: 27%;
  width: 40%;
}
.scrum-diagram-text.outro text {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 70px;
  font-size: 7rem;
}
.scrum-diagram-text.outro text + text {
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
.svg-intro .scrum-diagram-text.intro, .svg-phase1 .scrum-diagram-text.phase1, .svg-phase2 .scrum-diagram-text.phase2, .svg-outro .scrum-diagram-text.outro {
  opacity: 1;
  -moz-transition: opacity 1s linear 0s;
  -o-transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 1s linear 0s;
}
