@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*! 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.
 */
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; }

.cf:before, .cf:after {
  content: "";
  display: table; }
.cf:after {
  clear: both; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../fileimg/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../files/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  text-align: left; }

#wrapper {
  padding: 10px 5px;
  max-width: 833px;
  float: left; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0; }

p {
  padding: 0;
  margin: 0 0 20px 0; }

ul {
  padding: 0;
  margin-bottom: 20px;
  list-style: none; }
  ul li {
    list-style: none; }

p + ul {
  margin-top: -20px; }

h2 {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0; }
  h2 + p {
    padding: 0 0 10px 0;
    margin: 0 0 12px 0; }
  h2 u {
    letter-spacing: 8px;
    word-spacing: 4px; }
    h2 u span {
      letter-spacing: 0;
      word-spacing: 0; }
      h2 u span:nth-child(2) {
        letter-spacing: 5px; }

#header {
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  display: block;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0; }
  #header:before, #header:after {
    content: "";
    display: table; }
  #header:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #header {
      padding: 0 0 5px 0;
      border-bottom: none; } }
  #header .logo {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 400;
    color: #00f;
    padding: 10px 60px 10px 10px;
    margin: 0;
    letter-spacing: 10px;
    word-spacing: 5px; }
    @media only screen and (min-width: 600px) {
      #header .logo {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.44444;
        padding: 10px; } }
    #header .logo span {
      word-spacing: 0;
      letter-spacing: 0; }
  #header nav {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    padding: 0 10px 5px;
    margin: 0;
    display: none; }
    #header nav:before, #header nav:after {
      content: "";
      display: table; }
    #header nav:after {
      clear: both; }
    @media only screen and (min-width: 600px) {
      #header nav {
        display: block; } }
    #header nav ul {
      list-style: none;
      margin: 0 0 0 12px;
      padding: 0; }
      #header nav ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 7px 0; }
        @media only screen and (min-width: 600px) {
          #header nav ul li {
            margin: 0 0 2px; } }
        @media only screen and (min-width: 900px) {
          #header nav ul li {
            margin: 0; } }
        #header nav ul li a {
          color: #00f;
          text-decoration: underline; }
          @media only screen and (min-width: 768px) {
            #header nav ul li a:hover {
              color: #000000;
              text-decoration: none; } }
  #header #menu-submit {
    box-sizing: border-box;
    width: 40px;
    height: 20px;
    cursor: pointer;
    padding: 20px 8px;
    display: inline-block;
    text-indent: -999em;
    z-index: 99;
    text-decoration: none;
    color: transparent;
    position: absolute;
    top: 7px;
    right: 10px; }
    @media only screen and (min-width: 483px) {
      #header #menu-submit {
        top: 3px; } }
    @media only screen and (min-width: 600px) {
      #header #menu-submit {
        display: none; } }
    #header #menu-submit span,
    #header #menu-submit span:before,
    #header #menu-submit span:after {
      content: '';
      cursor: pointer;
      height: 2px;
      width: 24px;
      position: absolute;
      display: block;
      background: #1e1e1e; }
    #header #menu-submit span:before {
      bottom: 8px; }
    #header #menu-submit span:after {
      bottom: -8px; }
    #header #menu-submit.active span {
      background-color: transparent; }
      #header #menu-submit.active span:before, #header #menu-submit.active span:after {
        top: 0; }
      #header #menu-submit.active span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #header #menu-submit.active span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

#main {
  padding: 92px 0 0 0; }
  @media only screen and (min-width: 320px) {
    #main {
      padding: 65px 0 0 0; } }
  @media only screen and (min-width: 505px) {
    #main {
      padding: 43px 0 0 0; } }
  @media only screen and (min-width: 600px) {
    #main {
      padding: 114px 0 0 0; } }
  #main .row {
    line-height: 0;
    padding: 0; }
    #main .row:before, #main .row:after {
      content: "";
      display: table; }
    #main .row:after {
      clear: both; }
  #main .c-100 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 5px 0; }
    #main .c-100:before, #main .c-100:after {
      content: "";
      display: table; }
    #main .c-100:after {
      clear: both; }
  #main .c-64 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 5px 0; }
    #main .c-64:before, #main .c-64:after {
      content: "";
      display: table; }
    #main .c-64:after {
      clear: both; }
    @media only screen and (min-width: 480px) {
      #main .c-64 {
        width: 64%;
        float: left;
        padding: 0 0 5px 0; }
        #main .c-64.left {
          padding-right: 2.5px; }
        #main .c-64.right {
          padding-left: 2.5px; } }
  #main .c-36 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 5px 0; }
    #main .c-36:before, #main .c-36:after {
      content: "";
      display: table; }
    #main .c-36:after {
      clear: both; }
    @media only screen and (min-width: 480px) {
      #main .c-36 {
        width: 36%;
        float: left;
        padding: 0 0 5px 0; }
        #main .c-36.left {
          padding-right: 2.5px; }
        #main .c-36.right {
          padding-left: 2.5px; } }
  #main .work {
    padding: 0 0 20px 0; }
    #main .work:before, #main .work:after {
      content: "";
      display: table; }
    #main .work:after {
      clear: both; }
    #main .work:last-of-type {
      padding: 0; }
    #main .work a {
      display: block;
      line-height: 0; }
    #main .work h2 {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400;
      margin: 0;
      padding: 0; }

#onas {
  padding: 200px 0 0 0; }
  @media only screen and (min-width: 768px) {
    #onas {
      padding: 200px 5px 100px; } }

#kontakt {
  padding: 200px 0; }
  @media only screen and (min-width: 768px) {
    #kontakt {
      padding: 200px 5px 400px; } }
  #kontakt a,
  #kontakt a:hover {
    color: #000000; }

#onas img {
  max-width: 140px;
  margin-bottom: 20px;
  margin-left: 16px; }

.contact-line:before, .contact-line:after {
  content: "";
  display: table; }
.contact-line:after {
  clear: both; }
.contact-line.block {
  padding-bottom: 20px; }
.contact-line .title {
  box-sizing: border-box;
  float: left;
  width: 30%;
  padding: 0 10px 0 0; }
  .contact-line .title:before, .contact-line .title:after {
    content: "";
    display: table; }
  .contact-line .title:after {
    clear: both; }
  @media only screen and (min-width: 600px) {
    .contact-line .title {
      width: 25%; } }
.contact-line .value {
  box-sizing: border-box;
  float: left;
  width: 70%; }
  .contact-line .value:before, .contact-line .value:after {
    content: "";
    display: table; }
  .contact-line .value:after {
    clear: both; }
  @media only screen and (min-width: 600px) {
    .contact-line .value {
      width: 75%; } }
.contact-line a {
  text-decoration: none;
  color: #00f; }
  @media only screen and (min-width: 768px) {
    .contact-line a:hover {
      text-decoration: underline;
      color: #000000; } }

footer p {
  margin: 0;
  padding: 10px 0; }

/*# sourceMappingURL=style.css.map */
