@import"//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext&lang=cs" screen and (min-width: 500px);


/*! 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.
 */

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.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * 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"], /* 1 */
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;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*
 * 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
   ========================================================================== */

a {
    color: #4989f2;
    font-weight: 400;
}
a:hover,
a:active,
a:focus
{
    background: #4989f2;
    color: #fff;
    text-decoration: none;
}
a[href$='.pdf'] {
    background-image: url('../images/pdf.png');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    min-height: 52px;
    padding-left: 55px;
    display: inline-block;
}
h1 {
    font-size: 3em;
    font-weight: 300;
    margin: 0 0 .5em;
}
@media (max-width: 320px) {
    h1 {
        font-size: 2.7em;
    }
}
h2 {
    font-weight: 300;
    font-size: 2.2em;
    margin: 0 0 .5em;
}
h3 {
    font-weight: 300;
    font-size: 1.8em;
    margin: 0 0 .5em;
}
.container iframe {
    background: url(../images/loader.gif) no-repeat center #eee;
}
.single.single-svj .container  iframe {
    background-position: center 100px;
}



/**
 * Wordpress
 */
.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}
.text-center {
    text-align: center;
}



.border {
    position: fixed;
    top: 100px;
    border-bottom: solid 1px #ccc;
    width: 100%;
    z-index: 3;
}
.border-bg {
    position: relative;
    background: #edeae6;
    width: 100%;
    height: 40px;
    z-index: 4;
    padding-top: 100px;
}
@media (max-width: 800px) {
    .border,
    .border-bg
    {
        display: none;
    }
}
.logo {
    z-index: 10;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #edeae6;
    padding-bottom: 20px;
}
.logo:hover,
.logo:active,
.logo:focus
{
    background: #edeae6;
}
header {
    z-index: 5;
    position: fixed;
    top: 0;
    min-height: 100px;
    width: 100%;
    /*overflow: hidden;*//*TESTING*/
    background: #edeae6;
}
header .logo {
    height: 60px;
    overflow: hidden;
    background: transparent;
    padding-bottom: 0;
}
header ul.menu {
    margin: 23px 20px 13px 200px;
    padding: 0;
    list-style: none;
    float: right;
    text-align: right;
}
header ul.menu > li {
    display: inline-block;
    font-size: 0; /* NOTE: avast chrome plugin is adding elements after login link */
}
header ul.menu > li a {
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    display: inline-block; /* NOTE: not block because avast chrome plugin is adding things into our menu */
    font-size: 16px; /* NOTE: avast chrome plugin is adding elements after login link */
    padding: 15px 20px;
    border-bottom: solid 2px transparent;
    border-radius: 3px;
}
@media (max-width: 1200px) {
    header ul.menu > li a {
        padding: 10px 10px;
    }
}
@media (max-width: 1050px) {
    header ul.menu > li a {
        padding: 10px 5px;
    }
}
@media (max-width: 1000px) {
    header ul.menu > li a {
        padding: 5px 5px;
        font-size: 14px; /* NOTE: used px not em because avast chrome plugin is adding elements after login link */
    }
}
header ul li.current-menu-item a
{
    border-color: #81BB47;
}
header ul.menu > li a:hover,
header ul.menu > li a:active,
header ul.menu > li a:focus
{
    background: #81BB47;
    color: #fff;
}
header ul.menu > li.menu-item-has-children > a:hover,
header ul.menu > li.menu-item-has-children > a:active,
header ul.menu > li.menu-item-has-children > a:focus
{
    color: #000;
    background: transparent;
}
header ul.menu > li:last-child a {
    background: #e1861b;
    color: #fff;
}
header ul.menu > li:last-child a:hover {
    background: #ffa628;
    border-bottom-color: #ffa628;
}
header ul.sub-menu {
    display: none;
    left: 0;
    right: 0;
    box-sizing: border-box;
    position: absolute;
    padding: 0 5px 5px;
    text-align: center;
    background: #edeae6;
    margin: 0 -1px;
    border: solid 1px #81BB47;
    border-top: none;
}
header ul.sub-menu a {
    box-sizing: border-box;
    width: 100%;
}
header ul li.menu-item-has-children {
    position: relative;
}
header ul li.menu-item-has-children:hover {
    outline: solid 1px #81BB47;
}
header ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 28px;
}
header ul li.menu-item-has-children:hover > a {
    color: transparent !important;
}
header ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    width: 0;
    height: 20px;
    border-top: solid 8px #81BB47;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    margin-right: 10px;
}
header ul li.menu-item-has-children:hover > a:after {
    right: 50%;
    margin: 0;
}
header li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
@media (max-width: 800px) {
    header ul.sub-menu {
        position: inherit;
        display: block;
        background: transparent;
    }
    header ul.sub-menu > li {
        border-top: solid 1px #dbdbdb;
    }
    header ul.menu > li.menu-item-has-children > a {
        display: none;
    }

}



.block-uvod {
    background: #edeae6;
    height: 140px;
    border-bottom: solid 1px #ccc;
}
.block-uvod .mobile {
    position: fixed;
    z-index: 7;
    top: 10px;
    right: 10px;
    display: none;
    background: url(../images/menu.png) no-repeat center #fff;
    width: 32px;
    height: 32px;
    border: solid 1px #333;
    border-radius: 3px;
}
.block-uvod .counter {
    float: right;
    margin-right: 23px;
    font-size: .8em;
}
.block-uvod .counter strong {
    font-size: 1.2em;
    padding-left: 2px; /* some visual sugar */
}
.block-uvod .fb-like {
    float: right;
    margin-right: 22px; /* some visual sugae */
    overflow: hidden;
    width: 200px;
    height: 22px;
    text-align: right;
}



body.page,
body.single,
body.error404,
body.archive
{
    background: #eee;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 40px 20px 40px;
}
@media (max-width: 800px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.col .container {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 40px;
    box-shadow: #ccc 2px 2px 10px;
    background: #fff;
}
.col1 .container {
    padding-left: 0;
    padding-right: 0;
}
.gray {
    background: #eee;
}
.white {
    background: #fff;
}
.menu-offset {
    border-top: 100px solid transparent;
    margin-top: -100px;
}
@media (max-width: 800px) {
    .menu-offset {
        border-top: none;
        margin-top: 0;
    }
}



.white-popup .wrapper {
    /*background: #8BB845;*/
    color: #fff;
}



.block-intro {
    border-top: solid 1px #888;
    color: #fff;
    /*background: #1fa67a;*/
    /*background: #1bb45e;*/
    /*background: #7ab55c;*/
    /*background: #81BB47;*/
    /*background: #8BB845;*/
    overflow: hidden; /* becuase of .block-intro.video .content::after */
}
.block-intro .container {
    padding-top: 0;
    padding-bottom: 0;
}
.block-intro .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 40px 0 20px;
    width: 60%;
}
.block-intro.video .content::after {
    content: '';
    background: #fff;
    display: block;
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    right: -203%;
}
@media (max-width: 960px) {
    .block-intro .content {
        width: 100%;
    }
    .block-intro.video .content::after {
        display: none;
    }
}
.block-intro h1 {
    margin: 0;
    font-size: 3em;
    font-weight: 100;
    text-shadow: 0px 1px 1px #999;
}
.block-intro p {
    font-size: 1.4em;
    line-height: 1.8em;
    padding: 10px 5px;
}
.block-intro .button {
    font-size: 1.1em;
    margin-left: -5px;
}
.block-intro .button:focus,
.block-intro .button:hover,
.block-intro .button:active
{
    background: #22e;
}
.block-intro .button.demo-ucet {
    background: #e1861b;
    margin-left: 30px;
}
.block-intro .button.demo-ucet:hover {
    background: #22e;
}
.block-intro ul {
    font-size: 1.4em;
    padding: 10px 30px;
}
.block-intro li {
    margin-bottom: 10px;
    padding-left: 10px;
    list-style-image: url(../images/intro-check.png);
}
.block-intro .img {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    height: auto;
}
@media (max-width: 960px) {
    .block-intro .img {
        width: 50%;
        margin: auto;
        display: block;
    }
}
@media (max-width: 640px) {
    .block-intro .img {
        width: 100%;
    }
}
.block-intro .demo {
    display: inline-block;
    position: relative;
    height: 340px; /* size of the default imac image */
    width: 35%;
    margin-top: 60px;
    margin-left: 5%;
}
@media (max-width: 960px) {
    .block-intro .demo {
        display: block;
        width: 380px;
        height: 299px;
        margin: 0 auto;
    }
    .block-intro.video .container {
        position: relative;
    }
    .block-intro.video .container::after {
        content: '';
        background: #fff;
        display: block;
        height: 330px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media (max-width: 640px) {
    .block-intro .demo {
        width: 280px;
        height: 221px;
    }
    .block-intro.video .container::after {
        height: 250px;
    }
    .block-intro h1 {
        font-size: 2.2em;
    }
}
.block-intro .demo img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#video {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(about:blank); /* IE */
}
#video a {
    display: block;
    width: 100%;
    height: 100%;
    /*width: 99%;*/
    /*height: 85%;*/
    /*margin: 0.5%;*/
    /*border-radius: 3%;*/
    /*background: rgba(0,0,0,0.1);*/
}
#video a:hover,
#video a:active,
#video a:focus
{
    background: transparent;
}
#player {
    display: none;
    width: 100%;
    height: 100%;
}
@media (max-width: 800px) {
    #video {
        top: 15px;
        left: 15px;
        width: 350px;
        height: 200px;
    }
    #player {
        display: block;
    }
    #video a {
        display: none;
    }
}
@media (max-width: 640px) {
    #video {
        left: 11px;
        top: 11px;
        width: 258px;
        height: 146px;
    }
}



.block-badges img {
    cursor: pointer;
}
.block-badges .container {
    margin-top: -139px;
    text-indent: 290px;
}
@media (max-width: 1150px) {
    .block-badges .container {
        text-indent: 230px;
    }
}
@media (max-width: 1050px) {
    .block-badges .container {
        margin-top: 0;
        text-indent: 0;
        text-align: center;
    }
}
@media (max-width: 450px) {
    .block-badges .container img {
        width: 45%;
        height: auto;
    }
}



.block-list h2 {
    text-align: center;
    margin-bottom: 1em;
}
.block-list ul {
    list-style: none;
    padding: 0;
}
.block-list li {
    font-size: 1.3em;
    margin-bottom: 2.2em;
    position: relative;
    display: block;
    padding-left: 3.5em;
}
.block-list li:before {
    position: absolute;
    left: 0;
    top: -15px;
    content: '';
    width: 58px;
    height: 49px;
    margin-top: 6px;
    background: url(../images/list-check.png) no-repeat;
}
@media (max-width: 800px) {
    .block-list li {
        padding-left: 2.8em;
    }
    .block-list li:before { /*NOTE its ok to use, as IE9 supports this, IE8 doesnt, but it doesnt support media query as well*/
        background-size: contain;
        width: 40px;
        height: 40px;
        top: -8px;
    }
}



.block-content-list {
    position: relative;
}
.block-content-list img {
    position: absolute;
    left: 30px;
    border: solid 1px #eee;
    box-shadow: 3px 3px 0 -1px #ccc;
    width: 200px;
    height: auto;
    margin-top: 9px;
}
.block-content-list h3,
.block-content-list p
{
    margin-left: 225px;
    margin-right: 20px;
}
.block-content-list h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.9em;
    font-weight: 600;
}
@media (max-width: 800px) {
    .block-content-list h3,
    .block-content-list p
    {
        margin-left: 240px;
    }
}
@media (max-width: 640px) {
    .block-content-list img {
        display: none;
    }
    .block-content-list h3,
    .block-content-list p
    {
        margin-left: 0;
    }
}



.tabs {
    border-bottom: solid 1px #000;
    text-align: center;
    /*margin-bottom: 60px;*/
}
.tab h2 {
    margin-top: 60px;
}
.tabs a {
    font-weight: 300;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: bottom;
    padding: 15px 0 10px 0;
    margin-bottom: -1px;
    font-size: 1.7em;
    background: #ddd;
    border-bottom: solid 1px #000;
    text-decoration: none;
}
@media (max-width: 960px) {
    .tabs a {
        font-size: 1.5em !important;
    }
}
@media (max-width: 800px) {
    .tabs a {
        font-size: 1em  !important;;
    }
}
.tabs a:hover,
.tabs a:active
{
    border: solid 1px #000;
    border-bottom-color: #f6f6f6;
    background: #f6f6f6;
    color: #000;
    outline: none;
}
.tabs a:focus {
    outline: none;
}
.tabs .active,
.tabs .active:hover
{
    color: #000;
    text-decoration: none;
    padding-top: 20px;
    font-size: 2em;
    background: #f6f6f6;
    border: solid 1px #000;
    border-bottom-color: #f6f6f6;
}



.block-kroky h2 {
    text-align: center;
    margin-bottom: 1em;
}
.block-kroky ol {
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: -20px 0 0;
}
.block-kroky li {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    vertical-align: top;
    padding: 20px;
    font-size: 1em;
    font-weight: 400;
    border-radius: 3px;
}
.block-kroky .count-3 li {
    width: 33%;
}
.block-kroky .count-4 li {
    width: 25%;
}
.block-kroky li:before {
    display: block;
    margin: 0 auto 10px;
    content: counter(step, decimal);
    counter-increment: step;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100%;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    background: #4989f2;
    font-weight: 400;
}
.block-kroky p {
    margin: 0;
    min-height: 4.1em;
}
.block-kroky img {
    border: solid 1px #eee;
    display: block;
    background: #fff;
    margin: 10px auto 0;
    width: 70%;
}
.block-kroky li:hover {
    background: #8ade89;
}


.block-youtube-kroky h2 {
    text-align: center;
    margin-bottom: 1em;
}
.block-youtube-kroky #youtube-frame {
    text-align: center;
}
.block-youtube-kroky #youtube-frame iframe {
    display: inline-block;
    width: 100%;
    max-width: 640px;
    height: 390px;
    background: #282828;
}
@media (max-width: 600px) {
    .block-youtube-kroky #youtube-frame iframe {
        height: 300px;
    }
}
@media (max-width: 400px) {
    .block-youtube-kroky #youtube-frame iframe {
        height: 200px;
    }
}



.block-call2action {
    padding: 40px 0 60px;
}


.block-cenik {
    padding: 40px 0 20px;
}
.block-cenik h2 {
    text-align: center;
    margin-bottom: 1em;
}
.block-cenik .balik {
    box-sizing: border-box;
    padding-bottom: 35px;
    float: left;
    border: solid 1px #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    background: #fff;
}
.block-cenik .balik-in {
    overflow: hidden; /* NOTE: responsive clash */
}
.block-cenik .balik.bigger {
    position: relative;
    margin: -12px -1% 0;
    padding-bottom: 30px;
    box-shadow: 1px 3px 8px #bebebe;
    font-size: 1.2em;
}
.block-cenik .balik.smaller {
    margin-top: 20px;
    padding-bottom: 39px;
    font-size: 0.8em;
    margin-left: 0;
    border-left: none;
}
.block-cenik .balik p.resp {
    display: none;
    margin: 12px 0 0;
}
.block-cenik .blank {
    height: 183px;
    min-height: 0;
    margin-top: 50px;
    border-top-right-radius: 0;
    text-align: center;
    font-size: 1.5em;
}
.block-cenik .blank.dph {
    height: 201px;
}
.block-cenik .blank p {
    padding-top: 30px;
    color: #666;
    line-height: 1.7em;
}
.block-cenik .balik h4 {
    background: #466270;
    color: #fff;
    line-height: 50px;
    margin: 0 -1px 0 0;
    font-weight: 400;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.block-cenik .balik h5 {
    margin: 35px 0 0;
    font-size: 2em;
    font-weight: 400;
    color: #000;
}
@media (min-width: 961px) and (max-width: 1200px) {
    .block-cenik .balik h5 {
        font-size: 1.6em;
    }
    .block-cenik .blank {
        height: 175px;
    }
}
.block-cenik .balik h5 span {
    font-size: 0.5em;
    font-weight: 100;
}
.block-cenik .balik h6 {
    margin: 0;
    font-size: .8em;
    font-weight: 100;
}
.block-cenik .balik a {
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.1em;
}
.block-cenik .balik.blank a {
    margin-top: 50px;
    display: inline-block;
}
@media (min-width: 961px) and (max-width: 1100px) {
    .block-cenik .balik a {
        padding: 10px 10px;
    }
}
.block-cenik .balik a:hover {
    border-color: #29b24a;
    background: #2ec451;
}
.block-cenik .balik.bigger h4 {
    padding-left: 30px;
    background: #1e9ad6;
    line-height: 70px;
    font-size: 1.2em;
}
.block-cenik #cenik-3-rocni .balik.bigger h4 {
    padding-left: 0;
    height: 70px;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .block-cenik .balik.bigger h4 {
        padding-left: 0;
    }
}
.block-cenik .balik.bigger h4:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 100px;
    height: 96px;
    background: url(../images/tag.png) no-repeat;
    background-size: contain;
}
.block-cenik #cenik-3-rocni .balik.bigger h4:before {
    display: none;
}
@media (min-width: 961px) and (max-width: 1200px) {
    .block-cenik .balik.bigger h4 {
        padding-left: 0;
    }
    .block-cenik .balik.bigger h4:before {
        width: 80px;
        top: -8px;
        left: -8px;
    }
}
.block-cenik .balik.bigger h5 {
    font-weight: 600;
}
.block-cenik .balik.smaller h4 {
    line-height: 40px;
    background: #294059;
}
.block-cenik .balik.smaller h5 {
    margin-top: 30px;
}
.block-cenik .balik.smaller h6 {
    margin-top: 5px;
}
.block-cenik .balik.smaller a {
    margin-top: 25px;
}
.block-cenik .balicky {
    position: relative;
    z-index: 1;
}
.block-cenik .balicky-info {
    position: relative;
    top: -18px; /*NOTE: not 16 because of IE*/
    z-index: 0;
}
.block-cenik .balicky-info .row {
    display: table;
    width: 100%;
}
.block-cenik .balicky-info .cell {
    display: table-cell;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.block-cenik .balicky-info .first .cell {
    padding-top: 50px;
    box-shadow: inset 0 10px 12px -10px;
}
.block-cenik .balicky-info .cell.full {
    border-left: solid 1px #ccc;
    width: 99%;
}
.block-cenik .balicky-info .cell.name {
    border-left: solid 1px #ccc;
    font-weight: 600;
    text-align: right;
}
.block-cenik .balicky-info .cell.smaller {
    margin-left: 0;
}
.block-cenik .balicky-info .cell-spacer { /* balicky has 99% to prevent % calculation rounding errors. this spacer compensate for it */
    width: 1%;
    font-size: 0;
    overflow: hidden;
}

/**
 * SWITCH
 */
.block-cenik .switch {
    margin: 0 auto 28px;
    width: 500px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #f3f3f3;
}
.block-cenik .switch input {
    position: relative;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.block-cenik .switch input:before {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    display: block;
    border-radius: 100%;
    border: solid 2px #444;
    background: #fff;
    color: #fff;
    text-align: center;
    content: '●';
    font-size: 31px;
    line-height: 22px;
}
.block-cenik .switch input:checked:before {
    color: #444;
}
.block-cenik .switch label {
    display: inline-block;
    cursor: pointer;
    padding: 1.5em 2em;
}
.sleva20 {
    position: relative;
}
.sleva20:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: 'Sleva 20%';
    background: #2bac0e;
    display: block;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    padding: .3em .5em;
}
.sleva20:before {
    content: '';
    position: absolute;
    right: 27px;
    top: 22px;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-top-color: #2bac0e;
}
@media (max-width: 600px) {
    .block-cenik .switch {
        width: auto;
    }
    .block-cenik .switch span {
        display: none;
    }
    .block-cenik .switch label {
        padding: 1.5em;
    }
}

/**
 * BALICKY SIZES
 */
.block-cenik .count-1 {
    width: 70%;
    margin: auto;
}
.block-cenik .count-2 {
    width: 70%;
    margin: auto;
}
.block-cenik .count-3 {
    width: 80%;
    margin: auto;
}
.block-cenik .count-4 {
    width: 100%;
}
.block-cenik .count-1 .balik {
    width: 50%;
}
.block-cenik .count-1 .balik.blank {
    width: 50%;
}
.block-cenik .count-2 .balik {
    width: 30%;
}
.block-cenik .count-2 .balik.blank {
    width: 39%;
}
.block-cenik .count-2 .balik.bigger {
    width: 32%;
}
.block-cenik .count-3 .balik {
    width: 22%;
}
.block-cenik .count-3 .balik.blank {
    width: 33%;
}
.block-cenik .count-3 .balik.bigger {
    width: 24%;
}
.block-cenik .count-4 .balik {
    /*width: 20%;*/
    width: 18%;
}
.block-cenik .count-4 .balik.blank {
    /*width: 19%;*/
    width: 27%;
}
.block-cenik .count-4 .balik.bigger {
    /*width: 22%;*/
    width: 20%;
}
.block-cenik .count-4 .balik.smaller {
    /*width: 16%;*/
    width: 14%;
}

/**
 * BALICKY INFO SIZES
 */
.block-cenik .count-1 .cell {
    width: 40%;
}
.block-cenik .count-1 .cell.name {
    width: 59%;
}
.block-cenik .count-2 .cell {
    width: 30%;
}
.block-cenik .count-2 .cell.name {
    width: 39%;
}
.block-cenik .count-2 .cell.bigger {
    width: 30%;
}
.block-cenik .count-3 .cell {
    width: 22%;
}
.block-cenik .count-3 .cell.name {
    width: 33%;
}
.block-cenik .count-4 .cell {
    /*width: 20%;*/
    width: 18%;
}
.block-cenik .count-4 .cell.name {
    /*width: 19%;*/
    width: 27%;
}
.block-cenik .count-4 .cell.smaller {
    /*width: 16%;*/
    width: 14%;
}


/**
 * CENIK UPSALE
 */
body.single-cenik {
    background: transparent;
}
.cenik-upsale {
    margin-top: 60px;
    min-height: 300px;
    box-sizing: border-box;
    padding: 20px 20px 40px;
    text-align: center;
    background: #fff;
}
@media (max-width: 950px) {
    .cenik-upsale {
        min-height: 400px;
    }
}

.block-doporuceni {
    position: relative;
    text-align: center;
}
.block-doporuceni h2 {
    text-align: center;
    margin-bottom: 1em;
}
.block-doporuceni .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 40px 20px;
    text-align: left;
}
.block-doporuceni .item img {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    border-radius: 3px;
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 0 -1px #ccc;
    box-shadow: 3px 3px 0 -1px #ccc;
}
.block-doporuceni .item .name {
    font-size: 0.9em;
}
.block-doporuceni .item p {
    font-size: 0.8em;
}
.block-doporuceni .vertical,
.block-doporuceni .horizontal
{
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.block-doporuceni .vertical {
    padding-bottom: 20px;
}
.block-doporuceni .arrow {
    position: absolute;
    background: url(../images/arrows.png) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99em;
}
@media (max-width: 960px) {
    .block-doporuceni .arrow {
        display: none;
    }
}
.block-doporuceni .left {
    width: 32px;
    height: 60px;
    left: -26px;
    top: 80px;
}
.block-doporuceni .right {
    width: 32px;
    height: 60px;
    background-position: -60px 0;
    right: -26px;
    top: 80px;
}
.block-doporuceni .up {
    display: none;
    /*width: 60px;*/
    /*height: 32px;*/
    /*background-position: -94px 0;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*margin-left: -16px;*/
}
.block-doporuceni .down {
    width: 60px;
    height: 32px;
    background-position: -94px -60px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}



.block-aktuality h2 {
    text-align: center;
    margin-bottom: 1em;
}
.block-aktuality .item {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 20px;
    margin: 0 1% 20px;
    background: #eee;
    border: solid 1px #ddd;
}
.block-aktuality .item:focus,
.block-aktuality .item:hover,
.block-aktuality .item:active
{
    background: #4989f2;
}
.block-aktuality .img {
    display: block;
    width: 100px;
    height: 52px;
    overflow: hidden;
    float: left;
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 0 -1px #ccc;
    box-shadow: 3px 3px 0 -1px #ccc;
    background: center center url(../images/placeholder-100-52.png) no-repeat #eee;
}
.block-aktuality .img img {
    width: 100%;
    height: auto;
}
.block-aktuality h5 {
    vertical-align: middle;
    margin: 0 0 0 120px;
    font-weight: 600;
    font-size: 0.9em;
    text-decoration: underline;
}
.block-aktuality span {
    background: #eee;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.8em;
    text-decoration: underline;
}
.block-aktuality .item:focus span,
.block-aktuality .item:hover span,
.block-aktuality .item:active span
{
    background: transparent;
}
@media (max-width: 960px) {
    .block-aktuality .item {
        width: 48%;
    }
}
@media (max-width: 640px) {
    .block-aktuality .item {
        width: 98%;
    }
}



/*#facebook-faces {*/
    /*margin: 40px;*/
    /*min-height: 155px;*/
    /*overflow: hidden;*/
    /*text-align: center;*/
/*}*/
/*#facebook-faces iframe {*/
    /*background: transparent;*/
/*}*/
/*#facebook-faces .container {*/
    /*padding: 0;*/
/*}*/
/*@media (max-width: 800px) {*/
    /*#facebook-faces {*/
        /*margin-left: 20px;*/
        /*margin-right: 20px;*/
    /*}*/
/*}*/



footer {
    overflow: hidden;
    background: #333;
    font-size: .9em;
    font-weight: 300;
}
footer .container {
    padding: 20px 0;
}
@media (max-width: 800px) {
    footer .container {
        padding: 20px;
    }
}
footer ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
footer li {
    display: inline-block;
    margin-right: 20px;
}
footer a {
    white-space: nowrap;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    color: #ccc;
}
footer a:hover {
    text-decoration: underline;
}



.popup {
    overflow: hidden;
}
#popup-wrapper {
    position: absolute;
    left: -99em;
    top: -99em;
}
.popup #popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #333; /*IE*/
    background: rgba(200,200,200,0.8);
    text-align: center;
}
.popup #popup-content {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: inline-block;
    padding: 10px;
    border: solid 1px #000;
    border-radius: 3px;
    background: #000;
    box-shadow: 0 0 20px #000;
}
.popup iframe {
    float: left;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    box-shadow: none !important; /* to overwrite styling from single pages */
    border-color: transparent !important; /* to overwrite styling from single pages */
}
#popup-close {
    display: block;
    position: absolute;
    right: -22px;
    top: -22px;
    width: 44px;
    height: 44px;
    background: url(../images/close.png) no-repeat;
}



.block-content img {
    max-width: 100%;
    height: auto;
}
.block-content ol {
    font-weight: 300;
}
.block-content ol a {
    vertical-align: middle;
    display: inline-block;
    padding: 3px 6px;
}
.block-content h1,
.block-content h2
{
    font-weight: 400;
}



.archive .item {
    margin-bottom: 40px;
}
.archive .item .img {
    text-align: center;
    float: left;
    display: block;
    border: solid 1px #eee;
    box-shadow: 3px 3px 0 -1px #ccc;
    margin-top: 9px;
    width: 200px;
    min-height: 105px;
    height: auto;
    background: center center url(../images/placeholder-200-105.png) no-repeat;
    background-size: contain;
}
.archive .item .content {
    margin-left: 240px;
}
@media (max-width: 800px) {
    .archive .item .img {
        width: 150px;
        min-height: 78px;
    }
    .archive .item .content {
        margin-left: 180px;
    }
}
@media (max-width: 640px) {
    .archive .item .img {
        display: none;
    }
    .archive .item .content {
        margin-left: 0;
    }
}
.single .navigation {
    margin-top: 40px;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}
.single .navigation .item {
    width: 47%;
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 640px) {
    .single .navigation .item {
        width: 100%;
    }
}
.single .navigation .nav-next {
    float: left;
}
.single .navigation .nav-next:before {
    content: '';
    display: block;
    position: absolute;
    left: -35px;
    top: 15px;
    background: url(../images/arrows.png) no-repeat;
    width: 32px;
    height: 60px;
}
.single .navigation .nav-prev {
    float: right;
}
.single .navigation .nav-prev:after {
    content: '';
    display: block;
    position: absolute;
    right: -35px;
    top: 15px;
    background: url(../images/arrows.png) no-repeat -60px 0;
    width: 32px;
    height: 60px;
}
@media (max-width: 800px) {
    .single .navigation .nav-next:before,
    .single .navigation .nav-prev:after
    {
        display: none;
    }
}
.single .fb-share {
    float: right;
    text-indent: -99em;
    display: inline-block;
    width: 56px;
    height: 21px;
    overflow: hidden;
    background: url('../images/fb-share.png') no-repeat;
}


.archive.tax-rozhovory_category .item .media,
.archive.tax-navody_category .item .media
{
    float: left;
    margin-top: 9px;
    width: 480px;
    height: 270px;
}
.archive.tax-rozhovory_category .item .media iframe,
.archive.tax-navody_category .item .media iframe
{
    border: solid 1px #ccc;
    box-shadow: 3px 3px 0 -1px #ccc;
    width: 100%;
    height: 100%;
}
.archive.tax-rozhovory_category .item .media img,
.archive.tax-navody_category .item .media img
{
    border: solid 1px #ccc;
    box-shadow: 3px 3px 0 -1px #ccc;
    width: 100%;
    height: auto;
}
.archive.tax-rozhovory_category .item .content,
.archive.tax-navody_category .item .content
{
    margin-left: 515px;
}
@media (max-width: 960px) {
    .archive.tax-rozhovory_category .item .media,
    .archive.tax-navody_category .item .media
    {
        width: 320px;
        height: 180px;
    }
    .archive.tax-rozhovory_category .item .content,
    .archive.tax-navody_category .item .content
    {
        margin-left: 355px;
    }
}
@media (max-width: 800px) {
    .archive.tax-rozhovory_category .item .media,
    .archive.tax-navody_category .item .media
    {
        width: 240px;
        height: 135px;
    }
    .archive.tax-rozhovory_category .item .content,
    .archive.tax-navody_category .item .content
    {
        margin-left: 275px;
    }
}
@media (max-width: 640px) {
    .archive.tax-rozhovory_category .item .media,
    .archive.tax-navody_category .item .media
    {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    .archive.tax-rozhovory_category .item .content,
    .archive.tax-navody_category .item .content
    {
        margin-left: 0;
    }
}
@media (max-width: 640px) {
    .archive.tax-rozhovory_category .item .media,
    .archive.tax-navody_category .item .media
    {
        width: 100%;
        height: 134px;
    }
}
.single.single-rozhovory .block-content .media,
.single.single-navody .block-content .media
{
    margin: 1em 0;
}
.single iframe,
.single.single-rozhovory .block-content .media iframe,
.single.single-rozhovory .block-content .media img,
.single.single-navody .block-content .media iframe,
.single.single-navody .block-content .media img
{
    border: solid 1px #ccc;
    box-shadow: 3px 3px 0 -1px #ccc;
    display: block;
    max-width: 100%;
}
@media (max-width: 800px) {
    .single iframe,
    .single.single-rozhovory .block-content .media iframe,
    .single.single-rozhovory .block-content .media img,
    .single.single-navody .block-content .media iframe,
    .single.single-navody .block-content .media img
    {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .single iframe,
    .single.single-rozhovory .block-content .media iframe,
    .single.single-navody .block-content .media iframe
    {
        height: 134px;
    }
}



.wp-pagenavi {
    text-align: center;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 3px 10px;
}





/* Animations */
@-webkit-keyframes question-fade {
    0% {
        background: #fdfdaa;
    }
    100% {
        background: transparent;
    }
}
@keyframes question-fade {
    0% {
        background: #fdfdaa;
    }
    100% {
        background: transparent;
    }
}
@-webkit-keyframes fade-in-up {
    0% {
        -webkit-transform: translate3d(0, 32px, 0);
        -moz-transform: translate3d(0, 32px, 0);
        -ms-transform: translate3d(0, 32px, 0);
        -o-transform: translate3d(0, 32px, 0);
        transform: translate3d(0, 32px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fade-in-up {
    0% {
        -webkit-transform: translate3d(0, 32px, 0);
        -moz-transform: translate3d(0, 32px, 0);
        -ms-transform: translate3d(0, 32px, 0);
        -o-transform: translate3d(0, 32px, 0);
        transform: translate3d(0, 32px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.fade-in {
    -webkit-animation: fade-in-up 1s both cubic-bezier(0.22, 0.44, 0, 1);
    animation: fade-in-up 1s both cubic-bezier(0.22, 0.44, 0, 1);
}
.fade-sequence-1 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.fade-sequence-2 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.fade-sequence-3 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}




/* ==========================================================================
   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 (max-width: 1050px) {
    .block-kroky p {
        min-height: 5.5em;
    }
}
@media (max-width: 1015px) {
    .block-kroky p {
        font-size: 0.9em;
    }
}
@media (max-width: 960px) {
    .block-kroky .count-4 li {
        width: 44%;
        margin: 3%
    }
    .block-kroky p {
        min-height: 4.1em;
    }
    .block-cenik .balicky {
        text-align: center;
    }
    .block-cenik .balik {
        vertical-align: middle;
        float: none;
        display: inline-block;
        max-width: 250px;
    }
    .block-cenik .balik p.resp {
        display: block;
    }
    .block-cenik .blank {
        display: none;
    }
    .block-cenik .balik,
    .block-cenik .balik.bigger,
    .block-cenik .balik.smaller
    {
        margin-bottom: 20px;
    }
    .block-cenik .balik.bigger {
        max-width: 270px;
        margin-top: 10px;
    }
    .block-cenik .balicky-info {
        top: 0;
        margin-bottom: 20px;
        z-index: auto;
    }
    .block-cenik .balicky-info .row {
        border: none;
        display: block;
    }
    .block-cenik .balicky-info .cell {
        display: none;
    }
    .block-cenik .balicky-info .first .cell {
        padding-top: 10px;
    }
    .block-cenik .balicky-info .resp { /* NOTE: jediny riadok s inymi parametrami (pocet nemovitosti) */
        display: none;
    }
    .block-cenik .balicky-info .cell.full,
    .block-cenik .balicky-info .cell.name
    {
        margin: auto;
        width: 99%;
        float: none;
        display: block;
        border: none;
        text-align: center;
        font-weight: 400;
        background: transparent;
        box-shadow: none;
    }
    .block-cenik .balik.smaller {
        border-left: solid 1px #ccc;
        margin-top: 0;
    }

    /**
     * BALICKY SIZES
     */
    .block-cenik .count-1,
    .block-cenik .count-2,
    .block-cenik .count-3,
    .block-cenik .count-4
    {
        width: 100%;
    }
    .block-cenik .count-1 .balik {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .block-cenik .count-2 .balik {
        width: 49%;
    }
    .block-cenik .count-2 .balik.bigger {
        width: 52%;
    }
    .block-cenik .count-3 .balik {
        width: 33%;
    }
    .block-cenik .count-3 .balik.bigger {
        width: 35%;
    }
    .block-cenik .count-3 .balik.smaller {
        width: 25%;
    }
    .block-cenik .count-4 .balik {
        width: 25%;
    }
    .block-cenik .count-4 .balik.bigger {
        width: 27%;
    }
    .block-cenik .count-4 .balik.smaller {
        width: 21%;
    }

    .block-doporuceni {
        text-align: left;
    }
}
@media (max-width: 800px) {
    header ul.menu > li a {
        display: block;
        text-align: center;
    }

    .block-uvod .mobile {
        display: block;
    }
    .block-uvod {
        height: auto;
        text-align: center;
    }
    .logo {
        display: inline-block;
        z-index: 0;
        position: static;
        padding: 20px;
    }
    header {
        display: none;
        height: auto;
        max-height: 100%;
    }
    header .logo {
        height: 110px;
    }
    header ul.menu {
        float: none;
        margin: 0;
    }
    header ul.menu > li {
        display: block;
        background: #fff;
        border-bottom: solid 1px #dbdbdb;
        width: 100%;
    }
    header ul.menu > li:last-child a {
        padding: 15px;
    }

    .block-kroky .count-3 li,
    .block-kroky .count-4 li
    {
        width: 50%;
        margin: 0;
    }
    .block-kroky li:hover {
        background: transparent;
    }

    .block-cenik .balik.smaller {
        border-left: solid 1px #ccc;
    }

    /**
     * BALICKY SIZES
     */
    .block-cenik .count-3 .balik {
        width: 50%;
    }
    .block-cenik .count-3 .balik.bigger {
        width: 52%;
    }
    .block-cenik .count-3 .balik.smaller {
        width: 50%;
    }
    .block-cenik .count-4 .balik {
        width: 49%;
    }
    .block-cenik .count-4 .balik.bigger {
        width: 52%;
    }
    .block-cenik .count-4 .balik.smaller {
        width: 46%;
    }

    .block-doporuceni .item
    {
        width: 50%;
    }

    .popup #popup-content {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        margin: 0;
    }
    .popup #popup-content iframe {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 640px) {
    .block-kroky .count-3 li,
    .block-kroky .count-4 li
    {
        width: 100%;
    }
    .block-kroky p {
        min-height: 0;
        margin-bottom: 1em;
    }
    .block-kroky img {
        width: 50%;
        min-width: 200px;
    }

    /**
     * BALICKY SIZES
     */
    .block-cenik .count-1 .balik,
    .block-cenik .count-2 .balik,
    .block-cenik .count-2 .balik.bigger,
    .block-cenik .count-3 .balik,
    .block-cenik .count-3 .balik.bigger,
    .block-cenik .count-4 .balik,
    .block-cenik .count-4 .balik.bigger,
    .block-cenik .count-4 .balik.smaller
    {
        width: 100%;
    }

    .block-doporuceni .item
    {
        min-height: 0;
        width: 100%;
        text-align: center;
    }
    .block-doporuceni .item img {
        margin-left: auto;
        margin-right: auto;
    }

    footer li {
        margin: 0;
    }

    /* online chat */
    .zopim {
        display: none;
    }
}





.col {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.col1 {
    margin-left: 3%;
    width: 25%;
}
.col2 {
    width: 72%;
}
@media (max-width: 960px) {
    .col1,
    .col2
    {
        margin-left: 0;
        width: 100%;
    }
}



.button {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: solid 1px #fff;
    padding: 15px 20px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 1.5em;
    box-shadow: 0px 1px 1px #888;
    background: #3d8cc7;
    background: -moz-linear-gradient(top, #27a7df 0%, #158EBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27a7df), color-stop(100%, #158EBF));
    background: linear-gradient(to bottom, #27a7df 0%, #158EBF 100%);
}
.button:focus,
.button:hover,
.button:active
{
    background: #27ab47;
}
.button-orange {
    background: #dd4a38;
    background: -moz-linear-gradient(bottom, #c74122 0%, #ef5511 100%);
    background: -webkit-linear-gradient(bottom, #c74122 0%, #ef5511 100%);
    background: linear-gradient(bottom, #c74122 0%, #ef5511 100%);
}



.highlight {
    -webkit-animation: question-fade 5s cubic-bezier(0.22, 0.44, 0, 1);
    animation: question-fade 5s cubic-bezier(0.22, 0.44, 0, 1);
}



table {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}
td,
th
{
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 7px 15px;
    font-size: 0.8em;
}
/*td:last-child,*/
/*th:last-child*/
/*{*/
    /*border-right: none;*/
/*}*/
thead td,
thead th
{
    font-weight: 700;
    color:#000;
    font-size: .9em;
    background: #eee;
}
.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table td {
    height: 70px;
}
.table th:nth-child(1) {
    width: 95px;
}
.table th:nth-child(2) {
    width: 90px;
}
.table td:nth-child(3) {
    text-align: center;
    background: #FF4C4C;
    color: #fff;
    font-weight: 600;
}
.table tr:nth-child(1) td:nth-child(3) {
    background: #80FF80;
    color: #000;
    font-weight: normal;
}
.table td:nth-child(5) {
    text-align: center;
    width: 125px;
}



#sidebar .widget,
.container-box
{
    padding: 20px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: #ccc 2px 2px 10px;
}
@media (max-width: 640px) {
    .col .container-box {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
#sidebar.sticky {
    position: relative;
}
#sidebar *:first-child {
    margin-top: 0;
}
#sidebar h4 {
    font-size: 1.2em;
    font-weight: 600;
}
#sidebar ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#sidebar .widget_text {
    background: #fcf8e3;
}
#sidebar .widget_text:before {
    content: '';
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    margin: -5px 5px 0 -10px;
    background: url(../images/ziarovka.png) no-repeat;
}
#sidebar .widget li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
#sidebar .widget li:last-child {
    margin-bottom: 0;
}
#sidebar .widget a {
    display: block;
    background: #fdc;
    padding: 10px;
    margin: -10px;
    font-size: 0.9em;
    color: #4989f2;
    font-weight: 600;
}
#sidebar .widget a:hover,
#sidebar .widget a:active,
#sidebar .widget a:focus
{
    background: #ffd0cc;
    text-decoration: underline;
}
#sidebar .img {
    display: block;
    width: 99%;
    border: solid 1px #eee;
    box-shadow: 3px 3px 0 -1px #ccc;
    background: center center url(../images/placeholder-200-105.png) no-repeat #eee;
    background-size: contain;
    min-height: 89px;
}
#sidebar .img img {
    width: 100%;
    height: auto;
}
#sidebar .post-image {
    opacity: 0.8;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
#sidebar a:hover .post-image {
    opacity: 1;
}
@media (max-width: 960px) {
    #sidebar .widget li {
        width: 30%;
        margin-right: 3%;
    }
    #sidebar .widget li:nth-child(3n+1) {
        clear:left
    }
    #sidebar .post-image {
        opacity: 1;
    }
    #sidebar .post-title {
        height: 2.7em;
        overflow: hidden;
    }
}
@media (max-width: 720px) {
    #sidebar .widget li {
        width: 45%;
        margin-right: 5%;
    }
    #sidebar .widget li:nth-child(3n+1) {
        clear: none;
    }
    #sidebar .widget li:nth-child(2n+1) {
        clear:left
    }
}
@media (max-width: 450px) {
    #sidebar .widget li {
        width: 100%;
        margin-right: 0;
    }
    #sidebar .post-image {
        opacity: 1;
    }
}


/**
 * SKIN
 */
.skin .block-uvod,
.skin header,
.skin .border-bg,
.skin .logo
{
    background: #fff;
}
.skin header .menu {
    margin-left: 380px;
}
@media (max-width: 800px) {
    .skin header .menu {
        margin-left: 0;
    }
}
.skin #skin-logo {
    position: absolute;
    left: 180px;
    top: 29px;
    z-index: 10; /* same as .logo */
    background: #fff;
    padding: 20px;
}
@media (max-width: 800px) {
    .skin #skin-logo {
        display: inline-block;
        z-index: 0;
        position: static;
        padding: 20px;
    }
}
.skin #skin-logo2 {
    position: absolute;
    left: 200px;
    background: #edeae6;
}
@media (max-width: 800px) {
    .skin #skin-logo2 {
        position: static;
        vertical-align: top;
        margin: 20px;
    }
}
@media (max-width: 870px) {
    .skin .fb-like {
        display: none;
    }
}


#google-map {
    border: 0 none;
    width: 100%;
}


.kontakt {
    margin: 30px 0;
}
.kontakt td {
    font-size: 20px;
}
.kontakt td span {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}





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

