@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------

	 * SCSS by RJ
	 * @date 8.2.2014 10:57:34

	 * DO NOT EDIT! only owner <RJ>

---------------------------------------------------------------------------------------------------- */
/* Internal
---------------------------------------------------------------------------------------------------- */
/*  Helpers, mixins + function + own shortcuts css helper
---------------------------------------------------------------------------------------------------- */
/* Prepo─Źet na %
---------------------------------------------------------------------------------------------------- */
/* Partials - (typography, reset ...)
 ---------------------------------------------------------------------------------------------------- */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600,800,900&display=swap');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.lightblack {
  color: #a2a2a2;
}

.mediumblack {
  color: #6f6f6f;
}

.right-col .btn {
  display: inline-block;
  border: 0;
  min-width: 200px;
  background: #13e7cc;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-bottom: 2px solid #323a45;
  font-size: 16px;
  -moz-transition: color 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}
.right-col .btn span {
  position: relative;
  top: 2px;
  margin-left: 6px;
}
.right-col .btn:hover {
  box-shadow: inset 0 -40px 0 0 #323a45;
}

table.simple {
  width: 100%;
  table-layout: fixed;
}
table.simple td {
  border-bottom: 1px dotted #6f6f6f;
  padding: 10px 20px;
}

/* Floats
---------------------------------------------------------------------------------------------------- */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clr {
  clear: right !important;
}

.cll {
  clear: left !important;
}

.cl,
.cleaner {
  clear: both !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
}

/* Alignment
---------------------------------------------------------------------------------------------------- */
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.taj {
  text-align: justify !important;
}

.vab {
  vertical-align: bottom !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

/* Displaying
---------------------------------------------------------------------------------------------------- */
.nod,
.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

.hid {
  visibility: hidden;
}

/* TextTransform
---------------------------------------------------------------------------------------------------- */
.uppercase,
.upper {
  text-transform: uppercase;
}

.lowercase,
.lower {
  text-transform: lowercase;
}

/* Margins
---------------------------------------------------------------------------------------------------- */
.nmr,
.mrn {
  margin-right: 0 !important;
}

.nml,
.mln {
  margin-right: 0 !important;
}

.nm,
.nomar,
.mn {
  margin: 0 !important;
}

.nmb,
.mbn {
  margin-bottom: 0 !important;
}

.nmt,
.mtn {
  margin-top: 0 !important;
}

/* Paddings
---------------------------------------------------------------------------------------------------- */
.nopad,
.pn,
.np {
  padding: 0 !important;
}

.npl,
.pln {
  padding-left: 0 !important;
}

.npr,
.prn {
  padding-right: 0 !important;
}

.npt,
.ptn {
  padding-top: 0 !important;
}

.npb,
.pbn {
  padding-bottom: 0 !important;
}

/* Margins - defined
---------------------------------------------------------------------------------------------------- */
.mab30,
.mab60 {
  margin-bottom: 30px !important;
}

.mr4 {
  margin-right: 4px;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

/* Borders
---------------------------------------------------------------------------------------------------- */
.nb,
.bn {
  border: none !important;
}

.bbn {
  border-bottom: 0 !important;
}

.bt0 {
  border-top: 0 !important;
}

.bln {
  border-left: 0 !important;
}

.brn {
  border-right: 0 !important;
}

/* Cursors
---------------------------------------------------------------------------------------------------- */
.pointer {
  cursor: pointer !important;
}

.default {
  cursor: default !important;
}

/* Misc
---------------------------------------------------------------------------------------------------- */
.spaceman {
  position: absolute;
  top: -3000px;
  left: 0;
}

.overflow {
  overflow: hidden;
}

/* Widths
---------------------------------------------------------------------------------------------------- */
.w49per {
  width: 49% !important;
}

.w50per {
  width: 50% !important;
}

.w70per {
  width: 70% !important;
}

.w75per {
  width: 75% !important;
}

.w100per {
  width: 100% !important;
}

.w100per {
  width: 100% !important;
}

.w90per {
  width: 90% !important;
}

.w80per {
  width: 80% !important;
}

.w70per {
  width: 70% !important;
}

.w60per {
  width: 60% !important;
}

.w50per {
  width: 50% !important;
}

.w40per {
  width: 40% !important;
}

.w30per {
  width: 30% !important;
}

.w20per {
  width: 20% !important;
}

.w10per {
  width: 10% !important;
}

/* Tucnost rezu - pokryjeme vsechny moznosti
---------------------------------------------------------------------------------------------------- */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.h5 {
  height: 5px !important;
}

.h10 {
  height: 10px !important;
}

.h15 {
  height: 15px !important;
}

.h20 {
  height: 20px !important;
}

.h30 {
  height: 30px !important;
}

.h40 {
  height: 40px !important;
}

.h50 {
  height: 50px !important;
}

.h60 {
  height: 60px !important;
}

.h70 {
  height: 70px !important;
}

.h80 {
  height: 80px !important;
}

.h90 {
  height: 90px !important;
}

.h100 {
  height: 100px !important;
}

.fz1 {
  font-size: 1px !important;
}

.fz2 {
  font-size: 2px !important;
}

.fz3 {
  font-size: 3px !important;
}

.fz4 {
  font-size: 4px !important;
}

.fz5 {
  font-size: 5px !important;
}

.fz6 {
  font-size: 6px !important;
}

.fz7 {
  font-size: 7px !important;
}

.fz8 {
  font-size: 8px !important;
}

.fz9 {
  font-size: 9px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.w100per {
  width: 100% !important;
}

.w90per {
  width: 90% !important;
}

.w80per {
  width: 80% !important;
}

.w70per {
  width: 70% !important;
}

.w60per {
  width: 60% !important;
}

.w50per {
  width: 50% !important;
}

.w40per {
  width: 40% !important;
}

.w30per {
  width: 30% !important;
}

.w20per {
  width: 20% !important;
}

.w10per {
  width: 10% !important;
}

.wauto {
  width: auto !important;
}

/* shortcuts, third party plugins
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'rjwebdesign';
  src: url('/fonts/rjwebdesign.eot');
  src: url('/fonts/rjwebdesign.eot?#iefix') format('embedded-opentype'), url('/fonts/rjwebdesign.woff') format('woff'),
    url('/fonts/rjwebdesign.ttf') format('truetype'), url('/fonts/rjwebdesign.svg#rjwebdesign') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'rjwebdesign' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'rjwebdesign' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before {
  content: 'a';
}

.icon-angle-left:before {
  content: 'b';
}

.icon-angle-down:before {
  content: 'c';
}

.icon-angle-up:before {
  content: 'd';
}

.icon-angle-double-down:before {
  content: 'e';
}

.icon-angle-double-left:before {
  content: 'f';
}

.icon-angle-double-right:before {
  content: 'g';
}

.icon-angle-double-up:before {
  content: 'h';
}

.icon-arrow-circle-left:before {
  content: 'i';
}

.icon-arrow-circle-right:before {
  content: 'j';
}

.icon-arrow-circle-up:before {
  content: 'k';
}

.icon-asterisk:before {
  content: 'l';
}

.icon-arrow-right:before {
  content: 'm';
}

.icon-arrow-left:before {
  content: 'n';
}

.icon-arrow-up:before {
  content: 'o';
}

.icon-arrow-down:before {
  content: 'p';
}

.icon-arrow-circle-down:before {
  content: 'q';
}

.icon-bell:before {
  content: 'r';
}

.icon-bell-two:before {
  content: 's';
}

.icon-briefcase-case-two:before {
  content: 't';
}

.icon-bar-chart:before {
  content: 'u';
}

.icon-bug:before {
  content: 'v';
}

.icon-calendar:before {
  content: 'w';
}

.icon-calendar-1:before {
  content: 'x';
}

.icon-call-phone-square:before {
  content: 'y';
}

.icon-camera:before {
  content: 'z';
}

.icon-certificate:before {
  content: 'A';
}

.icon-chat-bubble:before {
  content: 'B';
}

.icon-check-mark-2:before {
  content: 'C';
}

.icon-clock:before {
  content: 'D';
}

.icon-cup:before {
  content: 'E';
}

.icon-document:before {
  content: 'F';
}

.icon-download:before {
  content: 'G';
}

.icon-dollar:before {
  content: 'H';
}

.icon-facebook-square:before {
  content: 'I';
}

.icon-exclamation-circle:before {
  content: 'J';
}

.icon-flag:before {
  content: 'K';
}

.icon-folder-open:before {
  content: 'L';
}

.icon-google-plus:before {
  content: 'M';
}

.icon-heart:before {
  content: 'N';
}

.icon-linkedin-square:before {
  content: 'O';
}

.icon-information-circle:before {
  content: 'P';
}

.icon-like-filled:before {
  content: 'Q';
}

.icon-dislike:before {
  content: 'R';
}

.icon-male:before {
  content: 'S';
}

.icon-skype:before {
  content: 'T';
}

.icon-smile:before {
  content: 'U';
}

.icon-smiley-frown:before {
  content: 'V';
}

.icon-smiley-meh:before {
  content: 'W';
}

.icon-star-two:before {
  content: 'X';
}

.icon-talk-chat:before {
  content: 'Y';
}

.icon-twitter-square:before {
  content: 'Z';
}

.icon-tumblr-square:before {
  content: '0';
}

.icon-user:before {
  content: '1';
}

.icon-youtube:before {
  content: '2';
}

.icon-zoom-in:before {
  content: '3';
}

.icon-zoom-out:before {
  content: '4';
}

.icon-youtube-square:before {
  content: '5';
}

.icon-pencil:before {
  content: '6';
}

.icon-mic:before {
  content: '7';
}

.icon-pencil-square:before {
  content: '8';
}

.icon-leaf:before {
  content: '9';
}

.icon-legal:before {
  content: '!';
}

.icon-google-plus-1:before {
  content: '"';
}

.icon-email-envelope:before {
  content: '#';
}

.icon-content-43:before {
  content: '$';
}

.icon-align-justify:before {
  content: '%';
}

.icon-torsos-male-female:before {
  content: '&';
}

.icon-telephone:before {
  content: "'";
}

.icon-icq:before {
  content: '(';
}

.icon-social-skype:before {
  content: ')';
}

.icon-link:before {
  content: '*';
}

.icon-web:before {
  content: '+';
}

.icon-home:before {
  content: ',';
}

.icon-favorite-heart-outline:before {
  content: '-';
}

.icon-social-github:before {
  content: '.';
}

.icon-github-alt:before {
  content: '/';
}

.icon-rss-two:before {
  content: ';';
}

.icon-rss:before {
  content: ':';
}

.icon-search:before {
  content: '<';
}

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  font-size: 1.25em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: ' ';
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 1.5em;
}

/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background: #1d1d1d;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}

.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_item {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover {
  background: #ccc;
  color: #fff;
}

.slicknav_nav a:hover,
.slicknav_nav li.active a {
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/assets/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/assets/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/assets/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/assets/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('/assets/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Magnific Popup CSS */
.modal-popup,
.white-popup,
.white-popup-block,
.modal-our-team {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 0 auto;
}

.modal-our-team .nod {
  display: block !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #ba0c2f;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Main Layout + responsive
---------------------------------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Inter', sans-serif;
  height: 100%;
}

h2 {
  font-weight: 400;
}

#index-page body {
  background: url('/assets/gfx/bg-home-low.jpg') no-repeat top center;
  background-size: cover;
}
#index-page #wrapper {
  max-width: none;
}
#index-page .right-col {
  height: 100%;
  background: none;
  position: relative;
}
#index-page .right-col div.block {
  position: absolute;
  width: 950px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  #index-page .right-col div.block {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #index-page .right-col div.block {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
  }
}
#index-page .right-col div.block h1 {
  color: rgba(255, 255, 255, 0.92);
  font-size: 3.4em;
  line-height: 1.5em;
  text-align: center;
  text-shadow: -3px 3px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.1em;
}
#index-page .right-col div.block a.fake-btn {
  display: inline-block;
  border: 1px solid #fff !important;
  color: #fff;
  font-size: 2em;
  padding: 0.2em 1em;
  -moz-transition: 0.3s box-shadow;
  -o-transition: 0.3s box-shadow;
  -webkit-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
#index-page .right-col div.block a.fake-btn:first-child {
  margin-right: 0.6em;
}
#index-page .right-col div.block a.fake-btn:hover {
  color: #222;
  box-shadow: inset 0 -99px 0 0 #fff;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  color: #222;
  line-height: 1.55;
}

#wrapper {
  height: 100%;
}

#index-page .fake-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgba(0, 0, 0, 0.42);
}

.fullpage #wrapper {
  max-width: none;
}

.left-col {
  width: 300px;
  height: 100%;
  padding: 40px;
  padding-left: 0px;
  padding-right: 40px;
  position: fixed;
  display: table-cell;
  background: #1d1d1d;
}
.fullpage .left-col {
  width: 100%;
  display: block;
  height: auto;
  position: static;
  padding: 20px 40px;
}
.fullpage .left-col #header h1 {
  margin-bottom: 0;
  text-align: left;
}

.right-col {
  padding: 40px 30px;
  margin-left: 300px;
  background: #fff;
  font-size: 15px;
  max-width: 1620px;
}
.fullpage .right-col {
  padding: 40px 40px;
  margin: 0;
  width: 100%;
  display: block;
  position: static;
  height: auto;
}
.right-col a {
  color: #0b8979;
  border-bottom: 1px solid #0b8979;
  text-decoration: none;
}

@-webkit-keyframes triangle {
  22% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  75% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes triangle {
  22% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  75% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes triangle {
  22% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  75% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes triangle {
  22% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  75% {
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
#header h1 {
  margin: 0;
  line-height: 1;
  color: #323a45;
  text-align: right;
  font-weight: 200;
  font-size: 5em;
  margin-bottom: 60px;
}
#header h1 a {
  color: #13e7cc;
  text-decoration: none;
  position: relative;
}
#header h1 span {
  display: block;
}
#header h1 span.blue {
  color: #2980b9;
}
#header menu {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
#header menu li {
  display: block;
  text-align: right;
  margin-bottom: 0.35em;
}
#header menu li.active a {
  color: #13e7cc;
}
#header menu li.active a:after {
  width: 100%;
  background: #13e7cc;
}
#header menu a {
  text-align: right;
  font-size: 1.3em;
  text-decoration: none;
  color: #bbbbbb;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
#header menu a:after {
  content: '';
  height: 2px;
  background: #bbbbbb;
  left: 0;
  width: 0;
  position: absolute;
  bottom: -4px;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
#header menu a:hover {
  color: #fff;
}
#header menu a:hover:after {
  width: 100%;
  background: #fff;
}

.ss-icons {
  text-align: right;
  clear: both;
}
.ss-icons a {
  text-decoration: none;
  color: #bbbbbb;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  margin-left: 4px;
  font-size: 18px;
}
.ss-icons a:hover {
  color: #13e7cc;
}

hr {
  height: 1px;
  border: 0;
  background: #e9ebec;
}

.right-col h1,
.right-col h2,
.right-col h3,
.right-col h4,
.right-col h5,
.left-col h1,
.left-col h2,
.left-col h3,
.left-col h4,
.left-col h5 {
  color: #323a45;
  line-height: 1;
  padding-bottom: 4px;
  font-weight: 600;
}
.right-col h1 a,
.right-col h2 a,
.right-col h3 a,
.right-col h4 a,
.right-col h5 a,
.left-col h1 a,
.left-col h2 a,
.left-col h3 a,
.left-col h4 a,
.left-col h5 a {
  color: #323a45;
  border-bottom: 1px;
}
.right-col h1,
.left-col h1 {
  margin-top: 0;
  margin-bottom: 1.53em;
  text-transform: uppercase;
  font-weight: 600;
}
.right-col h2,
.left-col h2 {
  font-size: 1.4em;
}

/* Blog
---------------------------------------------------------------------------------------------------- */
section.blog p.published {
  color: #a2a2a2;
  font-size: 13px;
  margin: 0;
}
section.blog .actualized {
  margin: 0;
  font-size: 13px;
}
section.blog .actualized time {
  background: #aaf8ee;
  padding: 0 1px;
}
section.blog .blog-left {
  float: left;
  width: 68%;
}
section.blog .blog-left h2 {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 4px;
  margin-top: 0;
}
section.blog .blog-left h2 a {
  text-decoration: underline;
}
section.blog .blog-left.blog-left-detail h2 {
  padding-left: 5px;
  background: none repeat scroll 0 0 rgba(242, 242, 242, 0.5);
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0 !important;
}
section.blog .blog-left.blog-left-detail h3 + p,
section.blog .blog-left.blog-left-detail h3 + ul,
section.blog .blog-left.blog-left-detail h3 + ol {
  margin-top: 0;
}
section.blog .blog-left.blog-left-detail h3 {
  margin-bottom: 0 !important;
}
section.blog .blog-left.blog-left-detail p + h2,
section.blog .blog-left.blog-left-detail ul + h2 {
  margin-top: 30px;
}
section.blog .blog-left.blog-left-detail ul {
  padding-left: 16px;
}
section.blog .blog-left h3 a {
  border-bottom: 1px solid #0b8979;
  color: #0b8979;
}
section.blog .blog-left p + h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
section.blog .blog-right {
  float: right;
  width: 30%;
  text-align: right;
  padding-right: 1em;
  padding-bottom: 1em;
  background: rgba(0, 0, 0, 0.05);
}
section.blog .blog-right span.icon {
  position: relative;
  top: 3px;
  right: 8px;
}
section.blog .blog-right menu {
  margin: 0;
  padding: 0;
}
section.blog .blog-right menu li {
  list-style: none;
  margin-bottom: 0.2em;
}
section.blog .blog-right menu li span {
  color: #a2a2a2;
}
section.blog .blog-right menu li.active a {
  font-weight: bold;
}

/* JUSH
---------------------------------------------------------------------------------------------------- */
.jush {
  color: black;
}

.jush-htm_com,
.jush-com,
.jush-com_code,
.jush-one,
.jush-php_doc,
.jush-php_com,
.jush-php_one,
.jush-js_one,
.jush-js_doc {
  color: gray;
}

.jush-php {
  color: #000033;
  background-color: #fff0f0;
}

.jush-php_quo,
.jush-quo,
.jush-quo_one,
.jush-php_eot,
.jush-apo,
.jush-sql_apo,
.jush-sqlite_apo,
.jush-sql_quo,
.jush-sql_eot {
  color: green;
}

.jush-php_apo {
  color: #009f00;
}

.jush-php_quo_var,
.jush-php_var,
.jush-sql_var {
  font-style: italic;
}

.jush-php_apo .jush-php_quo_var,
.jush-php_apo .jush-php_var {
  font-style: normal;
}

.jush-php_halt2 {
  background-color: white;
  color: black;
}

.jush-tag_css,
.jush-att_css .jush-att_quo,
.jush-att_css .jush-att_apo,
.jush-att_css .jush-att_val {
  color: black;
  background-color: #ffffe0;
}

.jush-tag_js,
.jush-att_js .jush-att_quo,
.jush-att_js .jush-att_apo,
.jush-att_js .jush-att_val,
.jush-css_js {
  color: black;
  background-color: #f0f0ff;
}

.jush-tag,
.jush-xml_tag {
  color: navy;
}

.jush-att,
.jush-xml_att,
.jush-att_js,
.jush-att_css,
.jush-att_http {
  color: teal;
}

.jush-att_quo,
.jush-att_apo,
.jush-att_val {
  color: purple;
}

.jush-ent {
  color: purple;
}

.jush-js_reg {
  color: navy;
}

.jush-php_sql .jush-php_quo,
.jush-php_sql .jush-php_apo,
.jush-php_sqlite .jush-php_quo,
.jush-php_sqlite .jush-php_apo,
.jush-php_pgsql .jush-php_quo,
.jush-php_pgsql .jush-php_apo,
.jush-php_mssql .jush-php_quo,
.jush-php_mssql .jush-php_apo,
.jush-php_oracle .jush-php_quo,
.jush-php_oracle .jush-php_apo {
  background-color: #ffbbb0;
}

.jush-bac,
.jush-php_bac,
.jush-bra,
.jush-mssql_bra,
.jush-sqlite_quo {
  color: red;
}

.jush-num,
.jush-clr {
  color: #007f7f;
}

.jush a {
  color: navy;
}

.jush-sql a,
.jush-sql_code a,
.jush-sqlite a,
.jush-pgsql a,
.jush-mssql a,
.jush-oracle a {
  font-weight: bold;
}

.jush-php_sql .jush-php_quo a,
.jush-php_sql .jush-php_apo a {
  font-weight: normal;
}

.jush-tag a,
.jush-att a,
.jush-apo a,
.jush-quo a,
.jush-php_apo a,
.jush-php_quo a,
.jush-php_eot2 a {
  color: inherit;
  color: expression(parentNode.currentStyle.color);
}

a.jush-custom:link,
a.jush-custom:visited {
  font-weight: normal;
  color: inherit;
  color: expression(parentNode.currentStyle.color);
}

pre {
  border: 1px dashed #808080;
  width: auto;
  overflow: auto;
  line-height: 1.2;
  padding: 10px;
  display: block;
  font-size: 14px;
  background: #fffff7;
}

/* Portfolio
---------------------------------------------------------------------------------------------------- */
section.portfolio .portfolio-left {
  width: 48%;
  float: left;
  position: relative;
}
section.portfolio .portfolio-right {
  width: 48%;
  float: right;
}
section.portfolio .portfolio-right a.btn {
  margin-top: 40px;
}
section.portfolio .portfolio-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.portfolio .portfolio-right ul li {
  margin-bottom: 30px;
}
section.portfolio .portfolio-right ul li p {
  display: inline;
}
section.portfolio .portfolio-right ul li span {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
section.portfolio .portfolio-right ul li p {
  margin: 0;
}
section.portfolio ul.category {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
section.portfolio ul.category li {
  display: inline-block;
  padding-right: 2px;
}
section.portfolio ul.category li a {
  color: #323a45;
  padding: 0.3em;
  -moz-transition: 0.3s box-shadow, color 0.3s;
  -o-transition: 0.3s box-shadow, color 0.3s;
  -webkit-transition: 0.3s box-shadow, color 0.3s;
  transition: 0.3s box-shadow, color 0.3s;
}
section.portfolio ul.category li a:hover {
  box-shadow: inset 0 -32px 0 0 #0b8979;
  color: #fff;
}
section.portfolio ul.category li a.active {
  background: #0b8979;
  color: #fff;
}
section.portfolio ul.category li:after {
  content: '|';
  padding-left: 6px;
  position: relative;
  top: 1px;
}
section.portfolio ul.category li:last-child:after {
  content: '';
}
section.portfolio .list.main {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  section.portfolio .list.main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  section.portfolio .list.main {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.portfolio .list .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
section.portfolio .list .item a {
  display: block;
  height: 100%;
  width: 100%;
}
section.portfolio .list .item a img {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
section.portfolio .list .item:nth-child(3n) {
  margin-right: 0;
}
section.portfolio .list .item:hover .abs {
  top: 0%;
}
section.portfolio .list .item a {
  text-decoration: none;
}
section.portfolio .list .item .abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  height: 100%;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  min-height: 110px;
}
@media screen and (max-width: 1300px) {
  section.portfolio .list .item .abs {
    top: 50%;
  }
}
section.portfolio .list .item .abs h3 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #13e7cc;
}
section.portfolio .list .item .abs h3 a {
  color: #13e7cc;
  text-decoration: none !important;
  position: relative;
  display: block;
  z-index: 443;
}
section.portfolio .list .item .abs h3 a:before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: -200px;
  top: -200px;
  z-index: 434;
}
section.portfolio .list .item .abs h4 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 10px;
  margin: 0;
  color: #fff;
}
section.portfolio .list .item .abs time {
  font-size: 13px;
  color: #fff;
  height: 30px;
}

/* Timeline
---------------------------------------------------------------------------------------------------- */
.cbp_tmtimeline {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}

.cbp_tmtimeline:before {
  bottom: 0;
  content: '';
  left: 20%;
  margin-left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}

.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  padding-right: 100px;
  position: absolute;
  width: 25%;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: left;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2.4em;
}

.cbp_tmtimeline > li .cbp_tmlabel {
  border-radius: 5px;
  margin: 0 0 15px 25%;
  padding: 2em;
  position: relative;
}

.cbp_tmlabel p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6em;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 0;
  padding: 0 0 10px;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
  border: 10px solid rgba(0, 0, 0, 0);
  content: ' ';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 10px;
  width: 0;
}

.cbp_tmtimeline > li .cbp_tmicon {
  border-radius: 50%;
  font-family: 'ecoico';
  font-size: 1.4em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 40px;
  left: 20%;
  line-height: 40px;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 40px;
}

@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline > li .cbp_tmtime {
    padding: 0 0 20px;
    position: relative;
    width: 100%;
  }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline > li .cbp_tmlabel {
    font-size: 95%;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 1em;
  }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    border-right-color: rgba(0, 0, 0, 0);
    left: 20px;
    right: auto;
    top: -20px;
  }

  .cbp_tmtimeline > li:nth-child(2n + 1) .cbp_tmlabel:after {
    border-right-color: rgba(0, 0, 0, 0);
  }

  .cbp_tmtimeline > li .cbp_tmicon {
    float: right;
    left: auto;
    margin: -55px 5px 0 0;
    position: relative;
  }
}
.cbp_tmtimeline:before {
  background: none repeat scroll 0 0 #9cf7eb;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  color: #0fb8a2;
}

.cbp_tmtimeline > li:nth-child(2n + 1) .cbp_tmtime span:last-child {
  color: #13e7cc;
}

.cbp_tmtimeline > li .cbp_tmlabel {
  background: none repeat scroll 0 0 #13e7cc;
  color: #ffffff;
}

.cbp_tmtimeline > li:nth-child(2n + 1) .cbp_tmlabel {
  background: none repeat scroll 0 0 #0fb8a2;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #13e7cc;
}

.cbp_tmtimeline > li:nth-child(2n + 1) .cbp_tmlabel:after {
  border-right-color: #0fb8a2;
}

.cbp_tmtimeline > li .cbp_tmicon {
  background: none repeat scroll 0 0 #0fb8a2;
  box-shadow: 0 0 0 8px #9cf7eb;
  color: #ffffff;
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    border-bottom-color: #3594cb;
  }

  .cbp_tmtimeline > li:nth-child(2n + 1) .cbp_tmlabel:after {
    border-bottom-color: #6cbfee;
  }
}
/* Sluzby
---------------------------------------------------------------------------------------------------- */
section.sluzby .sluzby-list {
  counter-reset: num;
}
section.sluzby .sluzba {
  display: block;
  height: auto;
  position: relative;
  overflow: hidden;
}
section.sluzby .sluzba > div {
  margin-left: 20px;
}
section.sluzby .sluzba:nth-child(3n) {
  margin-right: 0;
}
section.sluzby .sluzba h2,
section.sluzby .sluzba h3 {
  margin-bottom: 0;
}
section.sluzby .sluzba h2:before {
  counter-increment: num;
  content: '' counter(num) '';
  background: #13e7cc;
  color: #323a45;
  text-align: center;
  padding: 2px 6px;
  margin-right: 8px;
  display: inline-block;
}
section.sluzby .sluzba.open h2:before {
  content: '-';
}
.right-col section.sluzby .sluzba h2 a {
  color: #323a45;
  text-decoration: underline;
}
section.sluzby h2 {
  padding-left: 0em;
}
section.sluzby h2 span {
  position: relative;
  top: 2px;
  left: 0px;
  margin-right: 6px;
}
section.sluzby .accordion p:first-child {
  margin-top: 0;
}
section.sluzby p + p {
  color: #13e7cc;
}

table.primary {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
}
table.primary th,
table.primary td {
  padding: 6px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
}
table.primary th {
  background: #323a45;
  color: #fff;
  text-align: left;
  box-shadow: 0 0 10px rgba(50, 58, 69, 0.3);
}
table.primary td {
  background: #13e7cc;
  font-weight: bold;
  color: #323a45;
  box-shadow: 0 0 10px rgba(240, 240, 240, 0.6);
}

table.primary.pricelist td {
  text-align: right;
}

/* Homepage
---------------------------------------------------------------------------------------------------- */
.homepage .about-me h2,
.homepage .contact-me h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.homepage .about-me h2 + h3,
.homepage .contact-me h2 + h3 {
  color: #a2a2a2;
  margin-top: 0;
}
.homepage .about-me img,
.homepage .contact-me img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .homepage .about-me img,
  .homepage .contact-me img {
    float: none;
    margin-right: 0;
    margin: auto;
    margin-bottom: 20px;
  }
}
.homepage .personal-info {
  float: right;
  width: 49%;
}
.homepage .personal-info.-left {
  float: left;
}
.homepage .personal-info ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.homepage .personal-info ul li {
  list-style: none;
  margin-bottom: 18px;
}
.homepage .personal-info ul li .label {
  display: inline-block;
  width: 100px;
}
.homepage .personal-info ul li .label:after {
  content: ':';
}
.homepage .personal-info ul li .label span {
  position: relative;
  top: 2px;
  margin-right: 6px;
  color: #0b8979;
}
.homepage .personal-info ul li .svg {
  display: inline-block;
  color: #0b8979;
  margin-right: -2px !important;
}
.homepage .personal-info ul li .svg svg {
  width: 17px;
  height: 17px;
}
.homepage .personal-info ul li .text {
  display: inline-block;
}
.homepage .skills,
.homepage .contact-form {
  float: right;
  width: 49%;
}
.homepage .skills .bar,
.homepage .contact-form .bar {
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 6px;
  overflow: hidden;
}
.homepage .skills .bar.green .progress,
.homepage .contact-form .bar.green .progress {
  background: #5cb85c;
}
.homepage .skills .bar.red .progress,
.homepage .contact-form .bar.red .progress {
  background: #d9534f;
}
.homepage .skills .bar.yellow .progress,
.homepage .contact-form .bar.yellow .progress {
  background: #f0ad4e;
}
.homepage .skills .bar .progress,
.homepage .contact-form .bar .progress {
  height: 20px;
  float: left;
  background: #13e7cc;
}
.homepage .contact-form {
  float: left;
  width: 45%;
}
.homepage .last-work {
  float: left;
  width: 49%;
}
.homepage .last-work div {
  background: #eaeded;
  border-bottom: 2px solid #d9dfdf;
}
.homepage .last-work div a img {
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.homepage .last-work div a:hover img {
  filter: alpha(opacity=60);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}
.homepage .last-work div h3,
.homepage .last-work div h4 {
  margin: 0;
  padding: 20px;
}
.homepage .last-work div h3 {
  color: #323a45;
  padding-bottom: 8px;
}
.homepage .last-work div h4 {
  color: #a2a2a2;
  padding-top: 0;
}
.homepage .last-work.now-work {
  float: right;
  width: 49%;
}

.fr-pagination {
  display: inline-block;
}

.pagination {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 40px;
  clear: both;
  background: #f7f7f7;
}
.pagination li {
  display: inline-block;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin-right: -5px;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  color: #222;
  background: #f7f7f7;
  text-decoration: none;
  border-bottom: none;
  border: 1px solid #e7ebeb !important;
  -moz-transition: 0.3s box-shadow, color 0.3s;
  -o-transition: 0.3s box-shadow, color 0.3s;
  -webkit-transition: 0.3s box-shadow, color 0.3s;
  transition: 0.3s box-shadow, color 0.3s;
}
.pagination a.current,
.pagination a:hover,
.pagination span.current,
.pagination span:hover {
  color: #fff;
  box-shadow: inset 0 -32px 0 0 #0b8979;
}
.pagination span.fr {
  border: 0;
  color: #6f6f6f;
}

.form table {
  width: 100%;
}
.form th,
.form label {
  font-weight: normal;
  text-align: left;
}
.form td,
.form th {
  vertical-align: top;
}
.form th:first-child {
  padding-right: 6px;
  width: 140px;
}
.form input[type='text'],
.form input[type='email'],
.form input[type='password'],
.form textarea {
  width: 100%;
  display: block;
  border: 1px solid #b2b2b2;
  margin-bottom: 10px;
  padding: 0 3px;
}
.form .btn {
  width: 100%;
}
.form textarea {
  height: 100px;
}
.form input[type='text'],
.form input[type='email'] {
  height: 30px;
  line-height: 30px;
}
.form label.required {
  font-weight: bold;
}
.form label.required:before {
  content: '*';
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.flash {
  margin: 20px 0;
}

.error {
  color: red;
}

#crumbs {
  font-size: 13px;
  position: relative;
  top: -20px;
}

.claim {
  font-size: 12px;
  margin-top: 20px;
  color: #626262;
}
.claim a {
  text-decoration: none;
  color: #626262;
}
.claim span {
  position: relative;
  top: 3px;
}

a img {
  border-bottom: 0;
  text-decoration: none;
}

.right-col .last-work a,
.right-col .item a {
  text-decoration: none;
  border-bottom: 0;
}

/**
 * FSHL 2.1.0                                  | Fast Syntax HighLighter |
 * -----------------------------------------------------------------------
 *
 * LICENSE
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 */
/* Copyright (c) 2002 Martin Cohen */
/* Copyright (c) 2011-2012 Jaroslav Hansl├şk */
/* Common */
.xlang {
  color: #ff0000;
  font-weight: bold;
}

.line {
  color: #000000;
  background-color: #ffffff;
}

/* CSS */
.css-at-rule {
  color: #004a80;
  font-weight: bold;
}

.css-tag {
  color: #004a80;
}

.css-id {
  color: #7da7d9;
  font-weight: bold;
}

.css-class {
  color: #004a80;
}

.css-pseudo {
  color: #004a80;
}

.css-property {
  color: #003663;
  font-weight: bold;
}

.css-value {
  color: #448ccb;
}

.css-func {
  color: #448ccb;
  font-weight: bold;
}

.css-color {
  color: #0076a3;
}

.css-comment {
  background-color: #e5f8ff;
  color: #999999;
}

/* CPP */
.cpp-keywords1 {
  color: #0000ff;
  font-weight: bold;
}

.cpp-num {
  color: #ff0000;
}

.cpp-quote {
  color: #a52a2a;
  font-weight: bold;
}

.cpp-comment {
  color: #00ff00;
}

.cpp-preproc {
  color: #c0c0c0;
}

/* HTML */
.html-tag {
  color: #598527;
  font-weight: bold;
}

.html-tagin {
  color: #89a315;
}

.html-quote {
  color: #598527;
  font-weight: bold;
}

.html-comment {
  color: #999999;
  background-color: #f1fae4;
}

.html-entity {
  color: #89a315;
}

/* Java */
.java-keywords1 {
  color: #0000ff;
  font-weight: bold;
}

.java-num {
  color: #ff0000;
}

.java-quote {
  color: #a52a2a;
  font-weight: bold;
}

.java-comment {
  color: #009900;
}

.java-preproc {
  color: #c0c0c0;
}

/* Javascript */
.js-out {
  color: #898993;
}

.js-keywords1 {
  color: #575757;
  font-weight: bold;
}

.js-num {
  color: #575757;
}

.js-quote {
  color: #575757;
  font-weight: bold;
}

.js-comment {
  color: #898993;
  background-color: #f4f4f4;
}

/* Neon */
.neon-section {
  color: #598527;
}

.neon-sep {
  color: #ff0000;
}

.neon-key {
  color: #0000ff;
}

.neon-comment {
  color: #999999;
}

.neon-value {
  color: #000000;
}

.neon-quote {
  color: #884433;
}

.neon-num {
  color: #448ccb;
}

.neon-var {
  color: #ffaa00;
}

.neon-ref {
  color: #884433;
}

/* PHP */
.php-keyword1 {
  color: #dd2244;
  font-weight: bold;
}

.php-keyword2 {
  color: #dd2244;
}

.php-var {
  color: #ffaa00;
  font-weight: bold;
}

.php-num {
  color: #ff0000;
}

.php-quote {
  color: #884433;
  font-weight: bold;
}

.php-comment {
  color: #999999;
  background-color: #ffffee;
}

/* Python */
.py-keyword1 {
  color: #0033cc;
  font-weight: bold;
}

.py-keyword2 {
  color: #ce3333;
  font-weight: bold;
}

.py-keyword3 {
  color: #660066;
  font-weight: bold;
}

.py-num {
  color: #993300;
}

.py-docstring {
  color: #e86a18;
}

.py-quote {
  color: #878787;
  font-weight: bold;
}

.py-comment {
  color: #009900;
  font-style: italic;
}

/* SQL */
.sql-keyword1 {
  color: #dd0000;
  font-weight: bold;
}

.sql-keyword2 {
  color: #dd2222;
}

.sql-keyword3 {
  color: #0000ff;
  font-weight: bold;
}

.sql-value {
  color: #5674b9;
}

.sql-comment {
  color: #ffaa00;
}

.sql-num {
  color: #ff0000;
}

.sql-option {
  color: #004a80;
  font-weight: bold;
}

/* Texy */
.texy-hlead {
  color: #4444bb;
  font-weight: bold;
}

.texy-hbody {
  background-color: #eeeeff;
  color: #4444bb;
}

.texy-hr {
  color: #bb4444;
}

.texy-code {
  color: #666666;
}

.texy-html {
  color: #66aa66;
}

.texy-text {
  color: #6666aa;
}

.texy-err {
  background-color: #ff0000;
  color: #ffffff;
}

pre {
  border: 1px solid #cccccc;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 1.42857;
  margin: 20px 0;
  padding: 9.5px;
  font-family: monaco, consolas, monospace;
  overflow: auto;
  white-space: pre;
}

pre code {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

code {
  background-color: #f9f2f4;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
  color: #c7254e;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
  font-family: monaco, consolas, monospace;
}

/* Komentare
------------------------------------------------------------------------------- */
div.comment {
  background: #f1f1f1;
  width: auto;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}

span.nickname {
  float: left;
  font-weight: bold;
  font-size: 1.18em;
  color: #13e7cc;
}

div.comment .reaction,
div.comment .anchor,
div.comment .nickname {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 1.2em;
  display: inline-block;
}

div.comment a.anchor,
div.comment a.reaction {
  text-decoration: none;
  font-size: 0.9em;
  color: #cccccc;
}

.avatar {
  float: left;
  margin-right: 20px;
}
.avatar img {
  box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.7);
  border: 6px solid #fff;
}

div.comment a.reaction {
  text-decoration: none;
  font-size: 0.9em;
  margin-right: 1em;
}

.anchor,
.reaction {
  float: right;
}

div.comment span {
  color: #cb5655;
}

div.comment .username a:hover {
  color: #757575;
}

div.comment .date {
  font-size: 0.9em;
  color: #777d8a;
}

.comment .gravatar {
  display: inline-block;
  margin-right: 20px;
}

.comment .separator {
  margin: 10px 0;
}

.left-side {
  float: left;
  width: 300px;
}

#contact-form .left-side input.txt {
  width: 86%;
}

#contact-form .right-side textarea {
  width: 280px;
  height: 182px;
}

.right-side {
  float: left;
  width: 300px;
}

.cmt-www span,
.cmt-email span {
  display: none;
}

.cmt-www,
.cmt-email {
  margin: 0 3px;
}

.cmt-www {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/assets/gfx/ico-url.png') no-repeat;
  position: relative;
  top: 1px;
}

.cmt-email {
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url('/assets/gfx/ico-email.gif') no-repeat;
}

.tag-html {
  background: #ffcaca;
}

.tag-php {
  background: #c0faf2;
}

.tag-mysql {
  background: #c4ecff;
}

.tag-css {
  background: #ffffd5;
}

.tag-jquery {
  background: #ffd9ff;
}

.tag-javascript {
  background: #eee;
}

.tag-seo {
  background: #93ff93;
}

.tag-nette {
  background: #0b4886;
  color: #e6e6e6 !important;
}

.tag {
  padding: 0 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !important;
}
.tag:hover {
  text-decoration: none !important;
}

#preloader {
  background-color: #1d1d1d;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

#status {
  background-image: url('/assets/gfx/logo-v2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  height: 97px;
  left: 50%;
  margin: -49px 0 0 -40px;
  position: absolute;
  top: 50%;
  width: 80px;
}

.meta {
  color: #6f6f6f;
  font-size: 13px;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background: #d9534f;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
  content: '';
  border-top: 3px solid #d9534f;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}

.ribbon-green:after {
  right: 0;
}

.abs-a {
  position: relative;
}

#gallery img {
  box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.7);
  border: 6px solid #fff;
}
#gallery a {
  border-bottom: 0 !important;
}
#gallery .download-photo {
  font-size: 11px;
  padding-top: 3px;
  text-decoration: none;
}
#gallery .gallery-a {
  display: block;
  float: left;
  width: 17%;
  max-width: 400px;
  margin-right: 2%;
  margin-bottom: 6%;
  text-decoration: none;
  border-bottom: 0;
  text-decoration: none;
}
#gallery .gallery-a h2 {
  min-height: 50px;
  font-size: 1.3em;
}
@media only screen and (max-width: 1600px) {
  #gallery .gallery-a h2 {
    min-height: 70px;
  }
}
@media only screen and (max-width: 1600px) {
  #gallery .gallery-a {
    width: 20%;
  }
}
@media only screen and (max-width: 1600px) {
  #gallery .gallery-a {
    width: 20%;
  }
}
@media only screen and (max-width: 800px) {
  #gallery .gallery-a {
    width: 31%;
  }
}
#gallery .gallery-a img {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#gallery .gallery-a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  #gallery .gallery-a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #gallery .gallery-a h2 {
    min-height: 1px;
  }
}
#frm-searchForm {
  text-align: right;
  margin-bottom: 10px;
  border: 1px solid #a2a2a2;
  float: right;
}
#frm-searchForm * {
  vertical-align: middle;
  display: inline-block;
}
#frm-searchForm input[type='text'],
#frm-searchForm input[type='email'] {
  border: 0;
  background: 0;
  height: 30px;
  line-height: 30px;
  color: #bbbbbb;
  padding-left: 10px;
  padding-left: 5px;
  font-size: 13px;
  font-family: 'Open Sans';
  color: #626262;
}
#frm-searchForm input[type='text']::-webkit-input-placeholder,
#frm-searchForm input[type='email']::-webkit-input-placeholder {
  color: #626262;
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#frm-searchForm input[type='text']:-moz-placeholder,
#frm-searchForm input[type='email']:-moz-placeholder {
  color: #626262;
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#frm-searchForm input[type='text']::-moz-placeholder,
#frm-searchForm input[type='email']::-moz-placeholder {
  color: #626262;
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#frm-searchForm input[type='text']:-ms-input-placeholder,
#frm-searchForm input[type='email']:-ms-input-placeholder {
  color: #626262;
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
#frm-searchForm button {
  border: 1px solid #1d1d1d;
  background: none;
  height: 30px;
  line-height: 30px;
  color: #bbbbbb;
  padding: 0;
}

.block.search article h2 {
  margin-bottom: 0;
}
.block.search article p {
  margin: 0;
  margin-top: 10px;
}
.block.search article p + p {
  font-size: 12px;
}
.block.search article p + p span {
  position: relative;
  top: 2px;
}

/* GALERKA - v2
---------------------------------------------------------------------------------------------------- */
.gall-wrap {
  overflow: hidden;
  margin: 0px;
}

a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.gall-box {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
}

.gall-boxInner {
  position: absolute;
  left: 1px;
  right: 0px;
  top: 1px;
  bottom: 1px;
  overflow: hidden;
}

.gall-boxInner img {
  width: 100%;
}

.gall-boxInner a:hover img {
  filter: alpha(opacity=75);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  -webkit-opacity: 0.75;
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}

.gall-boxInner .titleBox {
  position: absolute;
  bottom: 33.5%;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2% 4%;
  font-size: 13px;
  min-height: 18%;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 480px) {
  /* Smartphone view: 1 tile */
  .gall-box {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 650px) and (min-width: 481px) {
  /* Tablet view: 2 tiles */
  .gall-box {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 651px) {
  /* Small desktop / ipad view: 3 tiles */
  .gall-box {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
}
@media only screen and (max-width: 1290px) and (min-width: 1051px) {
  /* Medium desktop: 4 tiles */
  .gall-box {
    width: 25%;
    padding-bottom: 25%;
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heart {
  fill: #ccc;
  position: relative;
  top: 3px;
  width: 14px;
  margin-left: 3px;
  -o-animation: pulse 1s ease infinite;
  -moz-animation: pulse 1s ease infinite;
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
}

.right-col a:hover {
  text-decoration: underline !important;
}

.right-col .fake-btn:hover {
  text-decoration: none !important;
}

.right-col .tag:hover,
.right-col .tag-v2:hover {
  text-decoration: none !important;
}

.tag-v2 {
  border: 1px solid #13e7cc !important;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 3px;
  color: #fff !important;
  background: #13e7cc;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #008080;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.right-col section h1 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.right-col .btn-load-next {
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none !important;
}

#snippet--energieWrapper .formik {
  width: 500px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  background: #fff;
  padding: 20px;
}

#energie-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.63);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.energie-close {
  text-align: right;
}

@media (max-width: 700px) {
  .fullpage .right-col {
    padding: 40px 15px;
  }
}

.gist-container {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
}
.gist-container aside {
  width: 300px;
  min-width: 300px;
  flex-basis: 300px;
  text-align: center;
}
@media (max-width: 700px) {
  .gist-container aside {
    order: -1;
    width: 100%;
    margin-bottom: 30px;
    flex-basis: 100%;
  }
}
.gist-container .gists {
  overflow: hidden;
  flex: 1;
  padding-right: 30px;
}
@media (max-width: 700px) {
  .gist-container .gists {
    overflow: initial;
    width: 100%;
    padding-right: 0;
  }
}
.gist-container .gists h1 {
  margin-bottom: 0px;
}
.gist-container .gists h2 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.gist-container .label {
  display: inline-block;
  padding: 2px 8px;
  text-decoration: none;
  background: #007f7f;
  color: #fff;
  margin-bottom: 6px;
  margin-right: 2px;
}
.gist-container .label--small {
  padding: 1px 6px;
  font-size: 12px;
}
.gist-container time {
  margin-right: 10px;
  display: block;
}
.gist-container .gist-detail pre,
.gist-container .gist-list pre {
  padding: 0;
  font-size: 15px;
  margin-top: 0;
}
.gist-container .gist-detail code,
.gist-container .gist-list code {
  display: block;
  padding: 5px;
  margin: 0;
}
.gist-container .gist-list pre,
.gist-container .gist-list .markdown-container {
  max-height: 200px;
  overflow: hidden;
}
.gist-container .markdown-container {
  border: 1px solid #e1e4e8;
  border-top: 01px solid transparent;
  background-color: #fafbfc;
  padding-left: 1rem;
  padding-right: 1rem;
}
.gist-container .markdown-container code {
  margin-top: 1em;
  margin-bottom: 1em;
}
.gist-container h3.gist-anchor {
  background-color: #fafbfc;
  border: 1px solid #e1e4e8;
  padding: 8px 10px;
  margin-bottom: 0;
  position: relative;
  color: navy;
  font-weight: normal;
}
.gist-container h3.gist-anchor a {
  visibility: hidden;
}
.gist-container h3.gist-anchor:hover a {
  visibility: visible;
}
.gist-container a.btn-on-gist-- {
  margin-top: 4px;
  margin-right: 10px;
  visibility: visible !important;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 4px;
  font-size: 15px;
}
.gist-container a.btn-on-gist {
  border: 1px solid rgba(27, 31, 35, 0.2) !important;
  float: right;
  color: #333;
  border-radius: 2px;
  background: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
  padding: 2px 6px;
  margin-left: 6px;
}

/* for block of numbers */
td.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #ccc;
  border-right: 1px solid #ccc;
  vertical-align: top;
  padding-right: 5px !important;
  /* your custom style here */
}

/* for block of code */
td.hljs-ln-code {
  padding-left: 10px !important;
}

.gist-form {
  margin-bottom: 20px;
}
.gist-form input {
  width: 100%;
  padding: 10px 5px;
}

.Clients {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-bottom: 40px;
  max-width: 85ch;
}
.Clients > * {
  text-align: center;
}
.Clients > a {
  border-bottom: 2px solid currentColor !important;
  text-decoration: none !important;
}
.Clients > a:hover {
  text-decoration: none !important;
}

.ReferenceTags {
  max-width: 100ch;
  line-height: 1.77;
}
.ReferenceTags > a {
  color: #666;
  border-bottom: 2px solid currentColor !important;
  text-decoration: none !important;
}
.ReferenceTags > a:hover {
  text-decoration: none !important;
}

.tel-info {
  font-size: 85%;
  color: #777;
}

/* Responsive - nesahat, jediny kdo to muze editovat je RJ!
---------------------------------------------------------------------------------------------------- */
/* Obecne veci
---------------------------------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

@media \0screen {
  img {
    width: auto;
    /*  ie 8 */
  }
}
.slicknav_menu {
  display: none;
}

.slicknav_menu {
  background: #1d1d1d;
}

@media screen and (min-width: 960px) {
  .form th:first-child {
    padding-right: 6px;
    min-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #header h1 {
    text-align: center !important;
  }

  #index-page body {
    background: #fff;
  }
  #index-page .fake-bg {
    display: none;
  }
  #index-page .right-col {
    background: #f2f2f2;
  }
  #index-page .right-col div.block {
    position: static;
    margin: auto;
    max-width: 100%;
  }
  #index-page .right-col div.block h1 {
    font-size: 2.56em;
    margin-bottom: 0;
    color: #000;
  }
  #index-page #wrapper {
    height: auto;
  }

  .js #main-nav {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }

  #header .claim {
    display: none;
  }

  .left-col,
  .right-col {
    width: 100%;
    height: auto;
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    padding: 1em;
  }

  #header h1 {
    text-align: left;
    margin: 30px;
    margin-top: 0;
  }

  .cbp_tmtimeline > li .cbp_tmicon,
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    display: none;
  }

  #index-page .right-col div.block a.fake-btn {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 1em;
    background: #fff;
    color: #222;
  }
}
@media screen and (max-width: 580px) {
  section.portfolio ul.category li,
  section.portfolio ul.category a {
    display: block;
  }
  section.portfolio ul.category li:after {
    content: '';
    display: none;
  }

  #index-page .right-col div.block h1 {
    font-size: 2.2em;
    text-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  }

  section.blog .blog-right,
  section.blog .blog-left {
    width: 100%;
  }
  section.blog .blog-left {
    float: right;
  }
  section.blog .blog-right {
    float: left;
    text-align: left;
    padding-left: 1em;
  }

  section.portfolio .list .item {
    width: 100%;
  }
  section.portfolio .list .item img {
    width: 100%;
  }
  section.portfolio .list .item .abs {
    text-align: left;
  }
  section.portfolio .portfolio-left,
  section.portfolio .portfolio-right {
    width: 100%;
  }
  section.portfolio .portfolio-left {
    margin-bottom: 20px;
  }
  section.portfolio .portfolio-left img {
    width: 100%;
  }

  .homepage .personal-info,
  .homepage .about-me,
  .homepage .skills,
  .homepage .contact-form {
    width: 100%;
  }
}

/*# sourceMappingURL=screen.css.map */
