:root {
    --color-secondary: #82c312;
}

blockquote/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio, canvas, video { display: inline-block;}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {display: none; height: 0;}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {display: none;}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */

html {background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 { font-size: 2em; margin: 0.67em 0;}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {border-bottom: 1px dotted;}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {font-weight: bold;}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {font-style: italic;}

/**
 * Address differences between Firefox and other browsers.
 */

hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}

/**
 * Address styling not present in IE 8/9.
 */

mark {background: #ff0; color: #000;}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em;}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {white-space: pre-wrap;}

/**
 * Set consistent quote types.
 */

q {quotes: "\201C" "\201D" "\2018" "\2019";}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {font-size: 80%;}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {border: 0;}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {overflow: hidden;}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {margin: 0;}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {border: 0; /* 1 */  padding: 0; /* 2 */}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input { line-height: normal;}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {text-transform: none;}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type `input` and others.
 */

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {cursor: default;}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */  padding: 0; /* 2 */}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).
 */

input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */  box-sizing: content-box;}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {border-collapse: collapse; border-spacing: 0;}

/* basic typography -------------------------------------------------------------- */

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */
body { font-size: 16px; color: #54585e; font-family:Arial, Helvetica, sans-serif; background: #FFF; margin-top:113px;}

/* Headings -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #000;}
h1 { font-size: 20px; line-height: 20px; margin:0 0 30px; padding: 10px 0;}
h2 { font-size: 20px; line-height: 20px; margin:0 0 30px; padding: 10px 0; }
h3 { font-size: 18px; line-height: 18px; margin:0 0 10px; padding: 10px 0; }
h4 { font-size: 18px; line-height: 18px; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements -------------------------------------------------------------- */
p { margin: 0 0 1.5em; }
p img.left { float: left; margin: 0 8px 8px 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

/*a:visited { color: #30334A; } */
a { color: #6ca607; text-decoration: underline; }
a:focus, a:hover { color: #000; }

hr { color: #e7edef; background-color: #e7edef; border:none; height: 1px; margin: 6px 0 6px 0; clear:both;}

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 1.22; font-size: xx-small;}
sup {vertical-align: top;}
suB {vertical-align: bottom;}

abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; color:#d0a600; }

/* Lists -------------------------------------------------------------- */
li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

/* Tables -------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #acaeb9;}
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; color:#000; }

/* Misc classes -------------------------------------------------------------- */
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }

.quiet { color: #666; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }

.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }

/* Pre-seting Web site -------------------------------------------------------------- */

@media screen, projection {

h1 {font-weight:normal; text-align:center; position:relative; color:#82c312; font-size: 30px; line-height:36px;}
h2 {font-weight:normal; text-align:center; position:relative; color:#82c312; font-size: 30px; line-height:30px;}
h1:after, h2:after {content:''; position:absolute; width: 80px; height: 2px; background: #82c312; left:50%;  bottom: -6px; margin-left: -40px;}


h3, h4, h5 {font-weight:normal; text-align:center; position:relative;}
p { margin:0; padding:6px 0; line-height:1.2; font-weight:normal;}
select, input, textarea {background: #F1F1F7; border:1px solid #D3D4DC; color:#303840;}
.cleaner { clear:both; }

/* web  -------------------------------------------------------------- */

.breadcrumb { font-size:13px; margin: 13px auto; padding: 6px; color: #b3b3b3; text-align: center; border-top: #f3f3f3 1px solid; border-bottom: #f3f3f3 1px solid; width:60%;}

.gdpr { font-size:11px; color:#999;}

::-moz-selection { background:#d9dde2; color:#000;}
::-webkit-selection { background:#d9dde2; color:#000;}

.zalozka { display:block; position:relative;}
.zalozka a { position:absolute; left:0; top:-190px;}

.midle, .obsahHolder p.midle {text-align:center;}
.logaStore { padding:40px 0;}

.logoappkee { width:196px; height:auto;}
.czechia { width:100px; height:auto;}

.wrapper { max-width:1200px; /*min-height:600px;*/ margin: 0 auto; padding:0; position:relative;}

#header { min-height: 78px; margin:0 auto; color:#383d43; position:fixed; top:0; left:0; width:100%; background:#fff; z-index:90; border-bottom:#e6e6e6 solid 1px;}
#header:after {content:''; width: 100%; height: 44px; background: #fff; position:absolute; left: 0px; bottom: -45px;}
#headerWrapper {min-height: 78px; max-width:1200px; margin:0 auto; position:relative; color:#6f6f6f; }
a#logo { display:block; position:absolute; left:0px; top: 10px;width: 196px; height: 55px; text-decoration:none; }
a#logo img { width:196px; height:auto;}
.slogan { display:none;}
#langHolder { position:absolute; left:10px; bottom:-35px; font-size:12px; z-index:91;}
#langHolder a { color:#6f6f6f; text-decoration:none;}
#langHolder a:hover { color:#000; text-decoration: underline;}
#langHolder strong { color:#000;}
#socHolder {position:absolute; right:10px; bottom:-43px; font-size:12px; z-index:91;}

.socHoldfooter { display:none;}

#socHolder a { line-height:30px; height:30px; display:inline-block; font-size:14px; text-decoration:none;}

#socHolder a.prihlasit {-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius: 5px; background:#fff; border:#82c312 solid 2px; color:#000; padding: 0px 14px;}
#socHolder a.prihlasit:hover { background:#000; color:#fff; border:#000 solid 2px;}

.facebook { display: inline-block; width:30px; height:30px; background:url(../images/social-icon.png) no-repeat; background-position: 0 0; margin-left:20px;}
.facebook:hover {background:url(../images/social-icon.png) no-repeat; background-position: 0px -60px;}
.instagram { display: inline-block; width:30px; height:30px; background:url(../images/social-icon.png) no-repeat; background-position: -33px 0px;}
.instagram:hover {background:url(../images/social-icon.png) no-repeat; background-position: -33px -60px;}
.youtube { display: inline-block; width:30px; height:30px; background:url(../images/social-icon.png) no-repeat; background-position: -66px 0px;}
.youtube:hover {background:url(../images/social-icon.png) no-repeat; background-position: -66px -60px;}
a.facebook span, a.youtube span, a.instagram span { font-size:0px;}

#menu { min-height:40px; font-size:14px; font-weight: lighter; margin:1px auto; padding:0; text-align:center; margin-left:196px;}
#menu ul { margin:0; padding:0; text-align:right;}
#menu li { display:inline; list-style-type:none;}
#menu a {text-decoration:none; color:#6f6f6f; display:block; height:15px; line-height:15px; padding:10px 10px; margin: 0; border-bottom:#fff solid 2px;}
#menu li a {display:inline-block; white-space:nowrap;}
#menu a:hover, #menu ul li.selected a { border-bottom:#82c312 solid 2px; color:#000;}

.velke { font-size:24px; line-height:40px;}
.topFunkKolecko { background:url(../images/icon-top-funkce.jpg) no-repeat top center; height:164px;  }

.ntfManager { text-align:center; background:url(../images/bg-notifee-manager.gif) repeat-x top; min-height:600px; padding:30px 0 0; margin-bottom:50px;}
.ntfManager img { width:1200px; height:auto;}

.vychytavky {font-size:14px; margin:50px auto 20px; padding:0; text-align:center;}
.vychytavky ul { margin:0; padding:0; text-align:right;}
.vychytavky li { display:inline; list-style-type:none; }
.obsahHolder ul li {margin:0; padding:0;}
.vychytavky span {text-decoration:none; color:#fff; background:#8dd217; display:block; height:15px; line-height:15px; padding:10px 20px; margin: 3px 1px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.vychytavky li span {display:inline-block; white-space:nowrap;}
.vychytavky span:hover { background:#000;}

#premFnc h2 { color:#1a85f7;}
#premFnc h2:after {content:''; position:absolute; width: 80px; height: 2px; background: #1a85f7; left:50%;  bottom: -6px; margin-left: -40px;}
#premFnc p { margin: 0 0 0 80px; padding:10px 0;}
#premFnc p.breadcrumb { margin:13px auto; padding:6px;}
#premFnc img { max-width:600px; height:auto; margin: 0 auto; padding:40px 0 0;}
#premFnc .half { text-align:center;}
#premFnc p.crown { background:url(../images/icon-prem-funkce.gif) no-repeat top center; margin:50px 0 0 80px; padding:130px 0 0 0; text-align:center;}

a.buton, input.buton, button.buton, p.buton {color:#FFF; font-size:14px; font-weight: normal; line-height:21px; height:21px; padding:7px 20px; text-decoration:none; position:relative;
-moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px; background-color:#82c312;}
 p.buton { cursor:pointer; display:inline;}
a:hover.buton, input:hover.buton, button:hover.buton, p:hover.buton {color:#fff; background:#000;}

.butonBig {-moz-border-radius:10px; -webkit-border-radius: 10px; border-radius: 10px; background:#82c312; color:#FFF; border:none; font-size:28px; padding:12px 40px; text-decoration:none; margin:5px 0 50px; display:inline-block;}
.butonBig:hover { background:#000; color:#FFF;}

input.buton, button.buton {padding:0 4px; margin:0 4px; height:24px;}

.obsahHolder { max-width:1200px;  margin:45px auto 20px; padding-top:1px;}
.obsahHolder p strong { color:#000;}

.obsahHolder ul li { list-style-image:url(../images/list-style-notifee.gif); line-height:16px; padding:4px;}
/*.obsahHolder ul { margin:0;}*/

.colmn1 { float:left; width: calc(50% - 12px); border-right:#c4cccf 1px dotted; padding-right:10px; margin-bottom:10px; margin-top:30px; }
.colmn2 { float:right; width: calc(50% - 10px); margin-top:30px;}

.colmn1n3 { float:left; width:calc(33% - 20px); border-right:#c4cccf 1px dotted; padding:0 10px; margin:10px 0; min-height:300px;}
.colmn2n3 { float:left; width:calc(66% - 20px); border-right:#c4cccf 1px dotted; padding:0 10px; margin:10px 0; }

.colmn1n3 ul { margin:0;}

.colmn1n3 h2 { font-size: 23px; line-height:23px;}

.half { float:left; width:50%; min-height:400px; overflow: hidden;}

.hideme { position:absolute; top: -1200px; left:0; width:100%; height:auto; display:none;}

#pemFncLeft { float:left; width:50%; min-height:400px; padding: 10px 30%;}
#pemFncRight { float:left; width:50%; min-height:400px;}

.premFc { color:#ff9300;}
.funkcePrm {-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; border:#e6e6e6 solid 1px; float:left; width:31%; min-height: 327px; margin:20px 1%; text-align:center; position:relative;}
.funkcePrm:hover {border:#82c312 solid 1px; -webkit-box-shadow:0 0 20px 2px #e1e5e8; box-shadow:0 0 20px 2px #e1e5e8;}
.funkcePrm p { padding:20px; text-align:center; font-size:14px;}
.funkcePrm p.gdpr { font-size:11px;}
.obsahHolder div.funkcePrm p strong { display:block; color:#82c312; font-size:18px; min-height:44px;}
.icon-4, .icon-5, .icon-6 { display:block; width: 80px; height:80px; margin:0 auto;}
.icon-4 { background:url(../images/icon4.png) no-repeat top center;}
.icon-5 { background:url(../images/icon5.png) no-repeat top center;}
.icon-6 { background:url(../images/icon6.png) no-repeat top center;}
.topFnc { display:block; position:absolute; right:0px; top:-20px; width:100px; height:86px; background:url(../images/top-funkce.png) no-repeat top center;}

#menu li.colored a { color:#82c312;}
.QRkod { float:left; margin-right:10px; width:80px; height:auto;}

.oth { line-height:20px;}
.oth img, #othHolder img { width:63px; height:20px;}
#othHolder { line-height:24px; position:absolute; right:470px; bottom: -37px; z-index: 91; font-size:15px;}
#othHolder span { line-height:24px; height:20px; display:block; float:left;  font-size:15px;}

.affiltop { min-height:680px; background:url(../images/affile-pic1.jpg) top left no-repeat; background-size: cover; text-align:center; }
.affiltop h1 {font-size:42px; color:#FFF; padding-top:300px; line-height: 50px;}
.affiltop h1:after { display: none;}
.affilItem {-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; border:#e6e6e6 solid 1px; float:left; width:31%; min-height: 275px; margin:20px 1%; text-align:center; position:relative; }
.affilItem:hover {border:#82c312 solid 1px; -webkit-box-shadow:0 0 20px 2px #e1e5e8; box-shadow:0 0 20px 2px #e1e5e8;}
.affilItem span { display:block; width:40px; height:40px; line-height:40px; text-align:center; background:#000; color:#FFF; -moz-border-radius:50px; -webkit-border-radius:50px; border-radius:50px; margin:20px auto;}
.affilItem p { padding:20px; text-align:center; font-size:14px;}
.affilstrike { background:url(../images/affile-pic1.jpg) bottom no-repeat; background-size: cover; text-align:center; padding:120px 20px; color:#FFF; font-size:30px;}
.affilstrike strong { color:#e8f9cb;}
.affilimg { width:80%; height:auto;}
.affilpopis .colmn2 p { padding:20px;}

.ntfce { width:32%; height:auto;}

div.cenik {-webkit-box-shadow:0 0 20px 2px #e1e5e8; box-shadow:0 0 20px 2px #e1e5e8; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; width:21%; float:left; margin:10px 1% 10px 3%; border:none; padding:0; text-align:center; min-height: 650px; position:relative;}
.cenik:after {content:''; position:absolute; width: 100%; height: 46px; background: url(../images/cenik-bottom.png) no-repeat top center; left: 0%; bottom: 15px;}
.cenik h5 { padding:20px; margin:0 0 10px 0; font-size:24px;}
.cenik h5.color1 { color:#000; }
.cenik h5.color1:after {content:''; position:absolute; width: 80px; height: 2px; background: #000; left:50%;  bottom: 6px; margin-left: -40px;}
.cenik p { padding:3px 20px; line-height:28px;}
.cenik p.premFc { background:url(../images/koruna-mala.png) no-repeat top center; padding-top:40px;}
.price { font-family: Helvetica Neue, Arial, Helvetica; font-size: 14px; line-height:37px; font-style: normal; font-variant: normal; font-weight: 300; color:#82c312;}
.obsahHolder .cenik p.price strong { color:#82c312;}
.obsahHolder p.price strong {font-size: 37px; color:#54585e; font-weight: 400;}

.btntarif {-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; color: #000; padding: 2px 1%; text-decoration:none; width: 90%; display: block; position: absolute; bottom: 77px; left: 3%; border:#82c312 solid 2px;}
.btntarif:hover { border:#000 solid 2px; background:#000; color:#FFF;}

.cenikwide {-webkit-box-shadow:0 0 20px 2px #e1e5e8; box-shadow:0 0 20px 2px #e1e5e8; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; margin:10px 1% ; border:none; padding:10px 20px; min-height: 200px; position:relative;}
.cenikwide p { text-align:center;}
.cenikwide h5 { padding:20px; margin:0 0 10px 0; font-size:24px;}
.cenikwide h5:after {content:''; position:absolute; width: 80px; height: 2px; background: #000; left:50%;  bottom: 6px; margin-left: -40px;}
.cenikwide .btntarif {padding: 3px 20px; line-height: 28px; width: 194px; display: inline-block; position: relative; bottom: inherit; left: inherit;}

.cenikhalf {-webkit-box-shadow:0 0 20px 2px #e1e5e8; box-shadow:0 0 20px 2px #e1e5e8; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; width:48%; float:left; margin:10px 1%; border:none; padding:20px 0; min-height: 160px; position:relative;}
.cenikhalf ul { padding:3px 20px; margin: 0px 110px 0px 20px;}
.icofabric { position:absolute; top:70px; right: 50px; width:80px; height:80px; background: url(../images/icon-fabric-io.gif) no-repeat top center;}
.cenikhalf p {margin: 0 20px;}
.cenikhalf .price { padding:20px 20px 1px 20px; text-align: right; display:inherit; background: url(../images/icon-apple-android.png) no-repeat; background-position:50px 20px; }
.cenikhalf .price strong { font-weight:normal; font-size:16px;}
.cenikhalf p { padding:20px 20px 0 20px;}

.blockImg { display:block; width:100%; height:300px; overflow:hidden; text-align:center; padding:0; margin:0;}
.blockImg img { margin:0 auto; width: auto; height:100%;}

.newsItem { padding:10px; margin-bottom:10px; border-bottom:#e6e6e6 solid 1px; min-height:225px;}
.newsItem .moreButon a { text-decoration:none; cursor:pointer; font-weight:normal; padding:5px 30px; margin:5px auto; text-align:center; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#82c312 solid 1px; background:#82c312; color:#fff;}
.newsItem .moreButon a:hover {border:#000 solid 1px; background:#000;}
.newsImg { float:left; margin:0 20px 10px 0; padding:0; display:block; width: 300px; height:225px; overflow:hidden;}
.newsImg img { width:100%; height:auto;}
.newsItem h3 { text-align:left; margin: 0 0 10px 0; padding:0; color:#000; font-size:22px;}
.date {color:#82c312; font-weight: bold; padding:0;}

.strankovani { margin:10px 0; text-align:center;}
.strankovani a { display: inline-block; text-decoration:none; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#e6e6e6 solid 1px; padding:3px 10px; margin:3px 5px; color:#000;}
.strankovani a:hover {border:#000 solid 1px;}

.appstore, .googleplay { width:135px; height:auto;}

.sledujiNotif { background:url(../images/sleduji-notifikace.jpg) no-repeat right; text-align:center; padding: 40px 350px 40px 0; max-width:700px; margin:20px auto;}
.browsery { text-align:center; margin: 0 0 60px 0;}
.persona { float:left; width:33%; min-height:430px; text-align:center;}
.persona h5 { color:#82c312; font-size:19px;}
.persona span { color:#000; font-style:italic;}

.jak1, .jak2, .jak3 { float:left; width:33%; min-height:285px; text-align:center;}
.jak1 span, .jak2 span, .jak3 span { color:#82c312; text-transform: uppercase;}
.jak1 p, .jak2 p, .jak3 p { padding:5px 20px;}
.jak1 h5, .jak2 h5, .jak3 h5 { font-size:34px; color:#000; font-weight:600; margin:30px 0 10px; padding:0 10px 100px 10px;}
.jak1 h5 {background:url(../images/ico-install.png) no-repeat bottom center;}
.jak2 h5 {background:url(../images/ico-nastav.png) no-repeat bottom center;}
.jak3 h5 {background:url(../images/ico-zobraz.png) no-repeat bottom center;}


.grey a img, .grey img {filter: gray; /* IE6-9 */ filter: grayscale(1); /* Firefox 35+ */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */}
/* Disable grayscale on hover */
.grey a:hover img, .grey img:hover {filter: none; -webkit-filter: grayscale(0);}

.referbox { text-align:center; margin:20px 0; border-top:#e6e6e6 solid 1px;border-bottom:#e6e6e6 solid 1px;}
.referbox a { display: inline-block; margin:10px auto; width: 150px;}
.referbox img { width:100%; height:auto;}
@media (max-width: 450px) {
.referbox a { width: 165px;}
} /* end media max-width: 450px */

.boxpropojeni {-webkit-box-shadow:0 0 20px 2px #e1e5e8; box-shadow:0 0 20px 2px #e1e5e8; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; width:23%; float:left; margin:10px 1% ; border:none; padding:0; text-align:center; min-height: 120px; position:relative;}
.boxpropojeni:hover {-webkit-box-shadow:0 0 20px 2px #cbcfd3; box-shadow:0 0 20px 2px #cbcfd3; }
.boxpropojeni img { width:100%; height:auto;}

#footer { width:100%; margin:20px 0 0; clear:both; position:relative; font-size:12px; background:#171b1c; }
#footer .wrapper {min-height:200px; padding:40px 0 20px 0; text-align:center; color:#6d7b80; background:#171b1c;}
#footer a { color:#9ca0a4;}
#footer a:hover { color:#fff;}
#footer strong { color:#fff;}
#footer p { padding: 10px 0;}
.colore { color:#00acf3;}
.quater { width:24%; text-align:center; height:110px; float:left;}
.footerbig { color:#82c312; font-size:24px; font-family: Helvetica Neue, Arial, Helvetica; line-height:24px; font-style: normal; font-variant: normal; font-weight: 100;}
#footer .footerbig a {color:#82c312; text-decoration:none;} 
.footblock { border-top:#454f53 solid 1px;}
.footerLogo {height:20px; background:url(../images/logo-footer.png) no-repeat top center; background-size: 100px 25px;}

.greentxt { color:#82c312;}
/**--- video ---*/
.videoblock { min-height:457px; background:#f4f4f4 url(../images/bg-videoblock.jpg) no-repeat top center;}

.videoblockleft { width: 40%; float:left; margin-top:30px; position:relative; z-index:5;}
.videoblockleft p { font-family: Helvetica Neue, Arial, Helvetica; font-style: normal; font-variant: normal; font-weight: bold; font-size:34px; color:#000; padding:21px 10px; }
.videoblockleft p strong { color:#82c312; display:block;}
.videoblockleft p span { font-size:16px; font-weight:normal; display:block; line-height:16px;}
.videoblockleft p.calltoaction {font-size:16px; font-weight:normal;}
.videoblockleft p.calltoaction a {-moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px; background:#82c312; color:#fff; padding: 15px 24px; text-decoration:none;}
.videoblockleft p.calltoaction a:hover { background:#000;}

.greyblock { background: #f9f9f9;-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; width:29%; margin:10px 1%; padding:10px 1%; min-height: 200px; float:left;}
.greyblock h2 { color:#000; font-family: Helvetica Neue, Arial, Helvetica; font-size: 20px; font-weight:bold; margin:0px;}
.greyblock h2:after { display:none;}

.whiteblock { width:21%; margin:10px 1%; padding:90px 1% 10px; min-height: 100px; float:left;}
.whiteblock h3 { color:#000; font-family: Helvetica Neue, Arial, Helvetica; font-size: 20px; font-weight:bold; margin:0px;}
.ikona-1 { background:url(../images/ikona-1.png) no-repeat top center; background-size: 20%; }
.ikona-2 { background:url(../images/ikona-2.png) no-repeat top center; background-size: 20%; }
.ikona-3 { background:url(../images/ikona-3.png) no-repeat top center; background-size: 20%; }
.ikona-4 { background:url(../images/ikona-4.png) no-repeat top center; background-size: 20%; }

.playbtn { width:150px; height:105px; background:url(../images/playbtn.png) no-repeat; cursor:pointer; position:absolute; top:120px; right: 28%; z-index:20;}
.playbtn strong { display:none;}
.playbtn:hover {-webkit-box-shadow:0 0 20px 2px #cbcfd3; box-shadow:0 0 20px 2px #cbcfd3;}
.comp { position: absolute; z-index:2; top:12px; right:0;}

@media (max-width: 999px) {
.comp { position: absolute;top:44px; width:550px; height:auto;}
.videoblockleft p { font-size:28px; padding-left:10px;}
.videoblockleft p strong {line-height: 29px;}
} /* end media max-width: 999px */

@media (max-width: 893px) {
.videoblock { text-align:center; background:#f4f4f4 url(../images/bg-videoblock.jpg) no-repeat top center; background-size: cover;}
.comp { position: relative; top: inherit; width:66%; height:auto; margin:0 auto;}
.videoblockleft { width: inherit; float: inherit; margin-top:53px; position:relative; z-index:5;}
.videoblockleft p { font-size:31px; padding:24px 10px 1px;}
.playbtn { position:absolute; top:320px; right:41%;}
} /* end media max-width: 893px */

@media (max-width: 688px) {
.greyblock, .whiteblock  { width:inherit; float:inherit; min-height:60px;}
.ikona-1, .ikona-2, .ikona-3, .ikona-4 { background-size: 10%; }
.whiteblock  {padding: 40px 1% 10px; text-align:center;}
} /* end media max-width: 688px */

@media (max-width: 450px) {
.comp { position: relative; top: inherit; width:98%; height:auto; margin:0 auto;}
.playbtn { position:absolute; top:286px; right:31%;}
.videoblockleft p { font-size:24px;}
h1 br { display:none;}
h1, h2 { font-size:24px; line-height:26px;}
} /* end media max-width: 450px */

[hidden] {
    display: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); /* pruhlednost s opacity se dedi, nežádoucí */
    z-index: 9999;
    display: grid;
    place-items: center;
}

.overlay__video {
    width: 98%;
    min-width: 500px;
    max-width: 1000px;
	min-height:600px;
	height:600px;
    background: rgba(0, 0, 0, 1);
	position:relative;
}
@media (max-width: 500px) {
.overlay__video { min-width: inherit;}
} /* end media max-width: 500px */

.overlay__close {
	position:absolute; right:-40px; top:-40px; color:#000; background:#FFF; -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px; font-size:29px; text-align:center;
	width: 40px;
    height: 40px;
    place-self: start end;
    cursor: pointer;
}
.overlay__close:hover { background:#82c312; color:#FFF;}

.overlay__video iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}

/**--- /video ---*/

/*---mailform---*/
#mainform {-webkit-box-shadow:0 0 20px 2px #d5d5d5; box-shadow:0 0 20px 2px #d5d5d5; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; margin:20px auto; padding:20px; position:relative; clear:both; text-align:center;}
#mainform #form {}
#mainform h4 { font-size:20px; position:relative; text-align:left;}
#mainform h4:after {content:''; position:absolute; width: 60px; height: 2px; background: #edbe00; left: 30px; bottom: -11px; margin-left: -30px;}

#mainform input {-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#e7edef solid 1px; background:#fff; height:30px; line-height:30px; width:30%; margin:20px 1% 20px 1%; padding:0; text-align:center; font-size:16px; display:inline-block;}
#mainform input[type=text]:hover, #mainform textarea:hover { border:#c4cccf solid 1px;}
#mainform textarea {background:#FFF; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#e7edef solid 1px; width:96%; height:80px; margin: 20px auto; resize:none; text-align:center; font-size:16px; padding:4px 0; display:inline-block;}
#mainform input[type=submit] { background:#82c312; border:#82c312 solid 1px; color:#FFF; line-height:30px; height:32px; margin: 20px 0 0; padding:1px 30px; display: inline-block; cursor:pointer;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#mainform input[type=submit]:hover { background:#000; border:#000 solid 1px;}
#mainform label { display:none;}


.mainformwraper { background:#f0f0f0; margin:0 auto; padding:1px 0 20px;}

.obsahHolder #mainform #returnmessage{ display:block; position:absolute; top:20px; left:20px; background:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#000; text-align:center; width:calc(100% - 60px); height:calc(100% - 60px); padding:10px;}
.obsahHolder #mainform #returnmessage:empty { display:none; }

.members a img {
filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
.members a:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

/*input[type=submit] {width:266px; height:47px; font-size:18px; background: url(../images/button.png) no-repeat; background-position: 0 0; color:#000; border:none; cursor:pointer;}*/

 /* tabs */
dl.ergoTabs { position:relative; padding:10px; overflow:auto; margin:0; text-align:center;}
dl.ergoTabs dt { cursor:pointer; height:25px;  line-height:25px;  position:relative; z-index:2; font-weight:normal;  /*float:left; left:5px; padding:0 1em; */ display:inline; padding:5px 30px; margin:5px auto; text-align:center; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#82c312 solid 1px; background:#FFF; color:#000;}
dl.ergoTabs dt.selected { /* background:#fbfbfb; border-bottom:#00acf3 solid 3px;*/ background:#82c312; color:#FFF;}
dl.ergoTabs dt:hover { border:#000 solid 1px; color:#FFF; background:#000;}
dl.ergoTabs dd { float:right; margin:40px 0 0 -100%; width:100%; z-index:1; display:none; }
dl.ergoTabs dd.selected { display:block; text-align:left;}
dl.ergoTabs dd div.segment { background:#fbfbfb; padding:15px; border-top:#e0e0e4 solid 1px; }
dd table.edit {margin:0 auto; }
dd table.edit td { padding:0; }
dl.ergoTabs dt.hilighter { border:#fed100 solid 1px;}


 /* ergo Blocks */
dl.ergoBlock { position:relative; padding:10px 0; overflow:auto; margin:0; text-align:center;}
dl.ergoBlock dt { cursor:pointer; height:25px;  line-height:36px;  position:relative; z-index:2; font-weight:normal; display:inline; padding:5px 30px; margin:5px auto; text-align:center; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#82c312 solid 1px; background:#FFF; color:#000;}
dl.ergoBlock dt.selected {background:#82c312; color:#FFF;}
dl.ergoBlock dt:hover { border:#000 solid 1px; color:#FFF; background:#000;}
dl.ergoBlock dd { float:right; margin:40px 0 0 -100%; width:100%; z-index:1; display:none; text-align:center; background: url(../images/bg-notifee-manager.gif) repeat-x top;}
dl.ergoBlock dd.selected { display:block;}
dl.ergoBlock dd div.segment { background:#fbfbfb; padding:15px; border-top:#e0e0e4 solid 1px; }
dd table.edit {margin:0 auto; }
dd table.edit td { padding:0; }
dl.ergoBlock dt.hilighter { border:#fed100 solid 1px;}

dl.ergoBlock.priklady dd { background:url(../images/bg-priklady.gif) repeat-x top; }
dl.ergoBlock.priklady dd img { width:900px; height:auto;}

.SMLmacOS { background:url(../images/notifee-macos.png) no-repeat top center; background-size: auto 100%; min-height:566px}
.SMLWindows {background:url(../images/notifee-windows.png) no-repeat top center; background-size: auto 100%; min-height:566px}
.SMLiOS {background:url(../images/notifee-ios.png) no-repeat top center; background-size: auto 100%; min-height:566px}
.SMLAndroid {background:url(../images/notifee-android.png) no-repeat top center; background-size: auto 100%; min-height:566px}

.SMLBlog { background:url(../images/priklady-blog.png) no-repeat top center; background-size: auto 100%; min-height:650px}
.SMLPripom {background:url(../images/priklady-pripominka.png) no-repeat top center; background-size: auto 100%; min-height:650px}
.SMLOznam {background:url(../images/priklady-oznameni.png) no-repeat top center; background-size: auto 100%; min-height:650px}
.SMLSdeleni {background:url(../images/priklady-sdeleni.png) no-repeat top center; background-size: auto 100%; min-height:650px}

/* tabulky  -------------------------------------------------------------- */

table.clr {
border-top: #1f5520 1px solid;
border-bottom: #e0e5ea 1px solid; color:#000;
width:100%; margin: 10px auto;
}
table.clr td {
background-color:#f3f6f9; padding: 0.3em;
border-bottom: #e0e5ea 1px solid; border-right: #f3f6f9 1px solid; vertical-align:middle;
}
table.clr th {
background-color:#464646; text-align:center;border-right: #616161 1px solid;
color:#fff; font-weight:normal;
border-bottom: #393939 1px solid; vertical-align:middle;
}
table.clr p {
background-color: #ebe9de; color: #353328;
padding:2px;
}

/* ostatni -------------------------------------------------------------- */

.picRight { display: block; float:right; background:#e0e2e7; border: #9b9da2 solid 1px; margin:0 0 10px 10px; padding:5px;}
.picRight img {border: #9b9da2 solid 1px;}

/* Sample obsahu -------------------------------------------------------------- */
blockquote, q { font-style: normal; background:#1f2f34; color:#a3a8ad; margin:5px 0; padding:20px; -moz-border-radius:4px; -webkit-border-radius: 4px; border-radius:4px;}
blockquote strong, blockquote a, blockquote a:hover { color:#fff;}
p.cite { text-align:right; font-style:italic;}
blockquote table td { padding:2px 0px; border-bottom:#b5bfc4 solid 1px;}

pre code {
border:1px dotted #5f5f5f;
background-color: rgba(0,0,0,0.1);
display:block;
max-height:15em;
overflow:auto;
padding:0.5em;
}

span.imgBox {
display:block;
width:200px;
float:right;
margin:0.5em 0 0.5em 0.5em;
border:1px solid #CCCCCC;
background:#333333;
}
span.imgBox span { padding: 0.5em; display:block;}

th, td {
/*border:1px solid gray;*/
padding:3px 0.5em;
}

form { margin:0; padding:0; border:none;}

p.error {
padding:0.5em; background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.error:empty {background: none repeat scroll 0 0 transparent; border: medium none;}

p.important {
padding:0.5em; text-align:center; color:#624005; font-size:11px;
background-color:#fec42b; border:1px solid #cb8100; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.warning, p.msieWarning {
padding:10px;
background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
z-index:100; position:absolute; top: 30px;
}
p.warning {top: 0px;}
p.msieWarning a { color:#FF0000; }
p.msieWarning a:hover { color:#5CFF1D; }

.msgOK {
background-color: #009900;
border-bottom:1px solid #00CC00;
border-top:1px solid #00CC00;
color:#a5ffa5; font-size:11px;
padding:10px; margin-bottom:10px; text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

#errMsg, p.warning, .msg {
background-color:#9f0000;
border-bottom:1px solid #f90000;
border-top:1px solid #f90000;
color:#FFF;
padding:10px;
margin-bottom:10px;
text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}
.msg, .msgOK { margin:0;}
#errMsg:empty, .msg:empty, .msgOK:empty { display:none; }
#errMsg.empty { display:none; } /*kvuli msie samostatny selector */
.msg.empty, .msgOK.empty { display:none; } /*kvuli msie samostatny selector */

input.error { border:#CC0000 solid 1px;}
label.error { background-color:#CC0000; color:#FFF; font-size:11px; border:#8f000a solid 1px; padding:2px 6px; display: block; margin:5px;
-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-align:center;}

a.hover:hover { font-style:italic; }
a.active:active { font-weight:bold }

a.pdf, a[href$=".pdf"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -64px;
margin-left:3px; padding-left:20px;
}

/*a.image, a[href$=".jpg"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -16px;
margin-left:3px; padding-left:20px;
}*/
a.word, a[href$=".doc"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -112px;
margin-left:3px; padding-left:20px;
}
a.excel, a[href$=".xls"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -48px;
margin-left:3px; padding-left:20px;
}
a.compress, a[href$=".zip"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px 0px;
margin-left:3px; padding-left:20px;
}
a.text, a[href$=".txt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -96px;
margin-left:3px; padding-left:20px;
}
/*a.email, a[href^="mailto:"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -32px;
margin-left:3px; padding-left:20px;
}*/
a.ppt, a[href$=".ppt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -80px;
margin-left:3px; padding-left:20px;
}

table.pagination {
background: none repeat scroll 0 0 #efefef;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
color: #000;
empty-cells: hide;
margin: 10px 0;
text-align: center;
width: 100%;
}
table.pagination td strong {color: #000;}

.obsahHolder ul.gallery { width:100%;  list-style-type:none; margin:0 0 40px 0; padding:10px 0; overflow: hidden; text-align:center;}
.obsahHolder ul.gallery li { list-style:none; text-align:center; width:24%; height:auto; position:relative; background:none; padding:0; overflow:hidden; margin:0.2%;}
ul.gallery li  {float:left; background:#fff; border:#e6e6e6 solid 1px; overflow:hidden;-moz-border-radius:3px; -webkit-border-radius: 3px; border-radius:3px;}
ul.gallery li img { width:100%; height:auto; display:block;}

ul.gallery li:hover {border:#000 solid 1px; }

/*-----------------------------------------------------------------------------*/
} /* end media screen */

@media (max-width: 1200px) {
.ntfManager img { width:100%; height:auto;}
.ntfManager { min-height:50px;}
.obsahHolder { padding:10px;}
} /* end media min-width: 1200px */

@media (max-width: 1180px) {
/*.wrapper { overflow:hidden;}*/
.colmn1 p, .colmn2 p { padding:3px 10px;}
} /* end media min-width: 1180px */

@media (max-width: 1031px) {
.colmn1 p, .colmn2 p { padding:3px 10px;}
dl.ergoBlock.priklady dd img { width:100%; height:auto;}
} /* end media min-width: 1031px */

@media (max-width: 990px) {
.wrapper, #menu, .obsahHolder, #menu ul li ul, #mainform { width: inherit;}
.obsahHolder .newsDetail ul.gallery, .obsahHolder .newsDetail ul.gallery2 { width:100%;}
.serviceItem { width:45%; margin:10px 2%;}
.serviceItem a { width:inherit;}
} /* end media max-width: 990px */

@media (max-width: 861px) {
.SMLBlog { background:url(../images/priklady-blog.png) no-repeat top center; background-size:100% auto; min-height:650px}
.SMLPripom {background:url(../images/priklady-pripominka.png) no-repeat top center; background-size: 100% auto; min-height:650px}
.SMLOznam {background:url(../images/priklady-oznameni.png) no-repeat top center; background-size: 100% auto; min-height:650px}
.SMLSdeleni {background:url(../images/priklady-sdeleni.png) no-repeat top center; background-size: 100% auto; min-height:650px}
} /* end media max-width: 861px */

@media (max-width: 847px) {
#premFnc p { margin:0; padding:10px;}
#premFnc p.crown { margin: 0; padding:100px 0 0 0;}
#premFnc img { max-width:inherit; width:100%; height:auto;}
#header { height:inherit; background-position:left top;}
#infoLogo { display:none;}
#footer .wrapper p { padding:10px 30px;}
#footer .wrapper p.quater { padding:10px 0px;}
.quater { width:48%; height:108px;}
div.cenik {width:44%; margin:10px 0 10px 4%; min-height:580px;}
#mainform { width:90%;}
} /* end media max-width: 847px */

@media (max-width: 847px) {
.sledujiNotif {background: url(../images/sleduji-notifikace.jpg) no-repeat bottom center; max-width:inherit; padding:0 20px 120px 20px; }
} /* end media max-width: 847px */

@media (max-width: 816px) {
#othHolder { line-height:20px; position: relative; bottom: inherit; right: inherit; float:left; margin: 9px 0 9px 40%;}
} /* end media max-width: 816px */

@media (max-width: 737px) {
.boxpropojeni {width: 31%; min-height: 110px;}
.funkcePrm { width:47%; min-height: 400px;}
.persona a img { width:60%; height:auto;}

.affilItem { width:47%;}
} /* end media max-width: 737px */


@media (max-width: 680px) {
.half { float:inherit; width:100%; min-height:inherit; text-align:center;}
#premFnc img { width:100%; height:auto;}
.persona { float:inherit; width:100%; min-height:inherit; border-bottom: #CCC solid 1px; margin-bottom:10px;}
.persona a img { width:30%; height:auto;}
.persona h5 { margin:0;}
.jak1, .jak2, .jak3 { float:inherit; width:100%; min-height:inherit;}
.jak1 h5, .jak2 h5, .jak3 h5 { font-size:18px; margin:0; padding: 0 10px 71px 10px;}
#mainform h3 { text-align:center;}
#mainform { padding:10px;}
#mainform input, #mainform textarea { width: 96%; margin: 5px 0 0 0; padding: 5px 2% 5px 2%;}
#mainform input[type=button] { position: relative; bottom:inherit; right:inherit; margin:10px auto 0;}
.colmn1, .colmn2, .colmn1n3, .colmn2n3 { float:inherit; width:inherit; border:none; padding:0; position:relative; margin-bottom:20px; min-height:inherit;}
.serviceItem { width:90%; margin:10px 4%;}
.serviceItem a { width:inherit;}
.obsahHolder ul { padding:0;}
.obsahHolder ul.gallery li { width:32%;}
.swipText h4 { margin:30px 0;}
.swipText h5 { margin:10px 0;}
.obsahHolder ul {padding: 25px;}
.cenikhalf { width:98%;}
dl.ergoTabs dt { font-size:12px; padding:5px; white-space:nowrap;}
.cenikhalf ul { margin: 0px 65px 0px 20px;}
.icofabric { display:block; position: relative; top: inherit; right: inherit; width:80px; height:80px; background: url(../images/icon-fabric-io.gif) no-repeat top center; margin:20px auto 0; text-align:center;}
.newsItem { text-align:center;}
.newsImg { float: inherit; margin:0 auto 20px auto; padding:0; display:block; width: 100%; height:225px; overflow:hidden;}
.newsImg img { width:100%; height:auto;}
.newsItem h3 { text-align: center;}
.pedex { text-align:justify;}
h1 { font-size: 31px; padding:10px;}
#menu a { padding: 10px 3px;}
#othHolder { float:inherit; line-height:20px; position: relative; bottom: inherit; right: inherit; margin:10px auto 10px; text-align:center;}
#othHolder span { float:inherit; display: inline;}
#menu a { padding:3px;}
#othHolder { display:none;}
.cenikwide .btntarif { width:77%;}
.obsahHolder {margin: 1px auto 20px; padding-top:1px;}
dl.ergoBlock.priklady dd { background:none;}
dl.ergoBlock dd {padding: 57px 0 0;}
} /* end media max-width: 680px */

@media (max-width: 527px) {
.ntfce { width:60%; height:auto; margin:10px auto;}
.boxpropojeni {width: 48%; min-height: 90px;}
body { margin-top:104px;}

body {margin-top:126px;}
.ergoBlock img { display:none}
.SMLmacOS { background:url(../images/maly-notifee-macos.png) no-repeat top center; background-size: 95% auto; min-height:425px}
.SMLWindows {background:url(../images/maly-notifee-windows.png) no-repeat top center; background-size: 95% auto; min-height:425px}
.SMLiOS {background:url(../images/maly-notifee-ios.png) no-repeat top center; background-size: 95% auto; min-height:425px}
.SMLAndroid {background:url(../images/maly-notifee-android.png) no-repeat top center; background-size: 95% auto; min-height:425px}

.SMLBlog { background:url(../images/maly-priklady-blog.png) no-repeat top center; background-size: 95% auto; min-height:325px}
.SMLPripom {background:url(../images/maly-priklady-pripominka.png) no-repeat top center; background-size: 95% auto; min-height:325px}
.SMLOznam {background:url(../images/maly-priklady-oznameni.png) no-repeat top center; background-size: 95% auto; min-height:325px}
.SMLSdeleni {background:url(../images/maly-priklady-sdeleni.png) no-repeat top center; background-size: 95% auto; min-height:325px}

#othHolder { float:inherit; line-height:20px; position: relative; bottom: inherit; right: inherit; margin:10px auto 10px; text-align:center;}
#othHolder span { float:inherit; display: inline;}
#socHolder, #langHolder {bottom:inherit; text-align:center; line-height:34px; height:34px; padding-top:10px;}
#socHolder p, #langHolder p { padding:1px 0; line-height:34px;}
#socHolder a.prihlasit { padding:2px 12px;}
#socHolder {bottom:-43px;}
#socHolder a.facebook, #socHolder a.instagram, #socHolder a.youtube { display:none;}
#menu li.colored a { font-weight:bold;}

#headerWrapper { text-align:center;}
.socHoldfooter { text-align:center; display: block;}
.socHoldfooter a { line-height:30px; height:30px; display:inline-block; font-size:17px;}
.facebookfooter { display: inline-block; width:30px; height:30px; background:url(../images/social-icon.png) no-repeat; background-position:0px -60px;}
.instagramfooter { display: inline-block; width:30px; height:30px; background:url(../images/social-icon.png) no-repeat; background-position: -33px -60px;}
.youtubefooter { display: inline-block; width:30px; height:30px; background:url(../images/social-icon.png) no-repeat; background-position: -66px -60px;}
a.facebookfooter span, a.youtubefooter span, a.instagramfooter span { font-size:0px;}

.browsery img { width:60px; height:auto;}
.butonBig { padding:20px; margin: 5px 10px 50px 10px;}
.vychytavky span {height:inherit; margin:3px 6px;}
.vychytavky li span { white-space:inherit;}
dl.ergoBlock dd img { width:97%; height:auto;}
dl.ergoBlock dd { padding:35px 0;}
.funkcePrm { width:97%; min-height: 100px;}
.funkcePrm p.gdpr br { display:none;}
.obsahHolder div.funkcePrm p strong { min-height:20px;}
#menu { margin:0;}
a#logo { position:relative; top:inherit; left:inherit; margin:0 auto;}
#menu ul { text-align:center;}
.appmanag .colmn2 img { max-width:250px; width:80%; height:auto; margin:0 auto;}
.facebook { margin-left:5px;}
.swipText h4 { font-size:34px;}
.swipText h5 { font-size:34px; line-height:34px;}
.swipText p { padding:20px;}
.swipText { width:80%; left:10%}
.swipText p br { display:none; }
#rychKont { display:none;}
.quater { width:100%; height: inherit;}
.obsahHolder ul.gallery li { width:48%;}
div.cenik {width:92%; margin:10px 0 10px 4%;}
#mainform { width:95%;}
.zalozka a { position:absolute; left:0; top:-290px;}
#menu a { padding:3px 8px;}

#socHolder a.prihlasit { padding:1px 12px; height:27px; line-height:27px;}
.wrapper { max-width:97%;}
.affilItem { float:inherit; width:inherit; min-height:70px;}
.affilItem h3 {padding: 1px 0; margin:0;}
} /* end media max-width: 520px */

@media (max-width: 400px) {
	#header:after {position: absolute; left: 0px; bottom: -50px; height:50px}
} /* end media max-width: 400px */

/* warning about old internet explorer */
.old-msie { display:none }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .old-msie { display:block }
}

/* notifee.css start */
.notifee {
    bottom: auto;
    clear: none;
    clip: auto;
    color: inherit;
    cursor: auto;
    direction: inherit;
    display: inline;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    height: auto;
    left: auto;
    letter-spacing: normal;
    line-height: inherit;
    list-style: outside none;
    list-style-type: inherit;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    outline: medium none invert;
    overflow: visible;
    padding: 0;
    position: static;
    right: auto;
    table-layout: auto;
    text-align: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    white-space: normal;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: auto;
    -o-border-image: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    perspective: none;
    perspective-origin: 50% 50%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    text-shadow: none;
    transition: all 0s ease 0s;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    word-break: normal;
}

.notifee div {
    display: block;
    overflow: hidden;
    line-height: 1;
    color: #000000;
    font-weight: 500;
}

#notifee-dialog-container {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    position: fixed;
    z-index: 2258594000;
    left: 0;
    right: 0;
    top: 0;
    -webkit-animation-name: slideDownEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: .6s;
    animation-fill-mode: forwards;
}

#notifee-dialog {
    width: 450px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(5, 27, 44, .05), 0 2px 32px rgba(5, 27, 44, .15) !important;
    background: #fff !important;
    padding: 1.5em;
    border-bottom-left-radius: .75em;
    border-bottom-right-radius: .75em;
}

#notifee-body {
    box-sizing: border-box;
    margin: 0;
}

#notifee-body-icon {
    box-sizing: border-box;
    float: left;
    width: 72px;
    height: 72px;
    position: relative;
}

#notifee-body-icon img {
    width: 100%;
    height: 100%;
}

#notifee-body-message {
    padding: 0 0 0 1em;
    line-height: 1.4em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    color: #2d2d2d;
}

#notifee-footer {
    position: relative;
}

#notifee-dialog button {
    float: right;
    width: 108px;
    box-sizing: border-box;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: .9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .33rem;
    font-family: inherit;
    letter-spacing: .05em;
    transition: background-color 75ms ease;
    margin: 0;
}

.notifee-button.allow {
    background: #82c312;
    color: #fff !important;
    border: #0000BB;
}

.notifee-button.allow:hover, .notifee-button.allow:focus {
    background: #79b510;
    outline: none;
}

.notifee-button.cancel {
    margin-right: 1em !important;
    background: #fff;
    color: #79b510 !important;
}

.notifee-button.cancel:hover, .notifee-button.cancel:focus {
    background: #f5f5f5;
    outline: none;
}

#notifee-icon-container {
    font-family: 'Open Sans', sans-serif;
    transform: scale(0.75);
    opacity: 0.75;
    bottom: 0;
    right: 0;
    z-index: 2147483000;
    position: fixed;
    width: 70px;
    height: 70px;
    transition: all 0.25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#notifee-icon-container:hover, .notifee-icon-container-full {
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: all 0.25s ease-in-out;
}

#notifee-icon-container div {
    overflow: visible !important;
}

#notifee-icon {
    width: 48px;
    height: 48px;
    background: #82c312;
    border-radius: 48px;
    box-shadow: 0 2px 4px rgba(5, 27, 44, .05), 0 2px 32px rgba(5, 27, 44, .15) !important;
}

#notifee-icon:hover {
    box-shadow: 0 2px 4px rgba(5, 27, 44, .20), 0 2px 32px rgba(5, 27, 44, .30) !important;
    cursor: pointer;
}

#notifee-icon-circle {
    margin-left: 3px;
    margin-top: 3px;
    border-radius: 48px;
    width: 40px;
    height: 40px;
    border: #ececec 1px solid;
    float: left;
}

#notifee-icon-bell {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    margin-top: 7px;
    margin-left: 5px;
}

.notifee-tooltip {
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.notifee-tooltip .notifee-tooltip-text {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    bottom: 8px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.5s;
    font-weight: normal !important;
    white-space: nowrap;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
}

.notifee-tooltip .notifee-tooltip-text::after {
    content: "";
    position: absolute;
    top: 36%;
    left: 100%;
    border: 5px solid transparent;
    border-top-color: #555;
    transform: rotate(270deg);
}

.notifee-tooltip:hover .notifee-tooltip-text {
    left: -10px;
    visibility: visible;
    opacity: 0.95 !important;
}

.notifee-tooltip-show {
    left: -10px !important;
    visibility: visible !important;
    opacity: 0.95 !important;
}

.notifee-icon-dialog {
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.notifee-icon-dialog .notifee-icon-dialog-text {
    visibility: hidden;
    width: auto;
    background-color: #82c312;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 6px;
    position: absolute;
    z-index: 2147483000;
    bottom: 60px;
    left: 48px;
    margin: 0 auto;
    transition: opacity 0.5s;
    font-weight: 600 !important;
    white-space: nowrap;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    box-shadow: 0 2px 4px rgba(5, 27, 44, .15), 0 2px 32px rgba(5, 27, 44, .25) !important;
}

.notifee-visible {
    visibility: visible !important;
}

.notifee-hidden {
    visibility: hidden !important;
}

.notifee-gone {
    display: none !important;
}

#notifee-banner {
    display: none;
    -webkit-animation-name: slideUpEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideUpEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#notifee-link {
    display: inline-block;
    line-height: 3.2rem;
    height: 2.2rem;
    font-size: 11px !important;
}

#notifee-link a {
    color: #2b2b2b !important;
    text-decoration: none !important;
}

#notifee-link img {
    height: 12px;
    vertical-align: sub;
    padding-left: 2px;
}

@media (max-width: 480px) {

    .notifee-button.cancel {
        margin-right: 0 !important;
    }

    #notifee-banner {
        display: block;
        width: 100%;
        bottom: 0;
        z-index: 2147483000;
        position: fixed;
        transition: all 0.25s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #notifee-banner img {
        display: block;
        vertical-align: bottom;
    }

    #notifee-banner-close {
        position: absolute;
        top: -18px;
        overflow: visible;
        right: 0;
        width: 44px;
        height: 32px;
        padding-top: 6px;
    }

    #notifee-banner-icon {
        position: absolute;
        right: 12px;
        width: 16px;
        height: 16px;
        opacity: 0.75;
        background: #606060;
        border-radius: 16px;
        padding: 5px;
    }

    #notifee-banner-icon:hover {
        opacity: 1;
    }

    #notifee-banner-icon:before, #notifee-banner-icon:after {
        position: absolute;
        left: 12px;
        content: ' ';
        height: 17px;
        width: 2px;
        background-color: #ffffff;
    }

    #notifee-banner-icon:before {
        transform: rotate(45deg);
    }

    #notifee-banner-icon:after {
        transform: rotate(-45deg);
    }

}

@media (max-width: 370px) {

    #notifee-footer {
        margin-top: 1em;
    }

}

@keyframes slideDownEnter {
    0% {
        transform: translateY(-200%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideUpEnter {
    0% {
        transform: translateY(200%);
    }
    100% {
        transform: translateY(0);
    }
}
/* notifee.css end */


/* -------- cookie-bar -------- */
.cookie-bar { position: fixed; /*right: 1em; bottom: 1em; margin-left: 1em;*/ left: 50%; top: 50%; transform: translate(-50%,-50%);max-height: calc(100% - 16px); width: calc(100% - 16px); z-index: 2147483631;
 width: 50%; z-index: 100; background: #fff; color: #141414; padding: 1em; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; box-shadow: 0 32px 68px rgba(0,0,0,.3);
 padding:40px; text-align:center;}
.cookie-bar div { border:#e6e6e6 solid 1px; padding: 20px 10px; background:#f9f9f9; margin:20px 0 30px;}
.cookie-bar div p { padding:13px 0;}
.cookie-bar strong { color:#000;}
.cookie-bar label { cursor: pointer; font-weight: bold;}
.cookie-bar button { border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height: 32px; line-height: 32px; text-align: center; cursor: pointer; border:#82c312 solid 1px; background:#fff; color:#82c312; margin:3px;}
.cookie-bar button.prefer { background:#82c312; color:#fff;}
.cookie-bar button:hover { background:#000; border:#000 solid 1px; color:#fff;}
/* -------- end cookie-bar -------- */


/* price calculator */
.calculator {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "variants""price""visits""range""labels";
	color:#000;
}
@media (min-width: 600px) {
    .calculator {
        grid-template-columns: 30% 1fr 30%;
        grid-template-areas: "visits price variants""range range range""labels labels labels";
    }
}

.calculator__visits {
    grid-area: visits;
    text-align: center;
}

.calculator__price {
    grid-area: price;
    text-align: center;
	font-size:24px; 
}

.calculator__variants {
    grid-area: variants;
    text-align: center;
}

@media (min-width: 600px) {
    .calculator__visits {
        text-align: left;
    }
    .calculator__variants {
        text-align: right;
    }

}

.datvismonth { color:#82c312; display:block; padding-bottom:10px;}
.datvismonth span { font-weight:bold; font-size:24px;}

.calculator__variants button { border: none; text-transform:uppercase; background:#FFF; margin:0 5px; padding: 1px 0;}

.calculator__variants button.js-active {
    font-weight: bold;
	border-bottom:#82c312 solid 2px;
}

.calculator__range {
    grid-area: range;
    padding:0 0.8em 0 0.1em; /* vycentrovani na min/max labels */
}

.calculator__range input[type="range"] {
    width: 100%;
    accent-color: var(--color-secondary);
}

.calculator__labels {
    grid-area: labels;
    position: relative;
	min-height:50px;
}

.calculator__label {
    position: absolute;
    text-align: center;
    top: 0;
	color: #b3b3b3;
	font-size: 12px;
}

.calculator__label--min {
    left: 0;
}

.calculator__label--basic {
    left: 7.6%;
}
.calculator__label--standard {
    left: 25.7%;
}
.calculator__label--profi {
    left: 44.6%;
}
.calculator__label--max {
    right: 0;
}

@media (min-width: 550px) {
    .calculator__label--basic {
        left: 8.5%;
    }
    .calculator__label--standard {
        left: 28%;
    }
    .calculator__label--profi {
        left: 47.6%;
    }
}
/* /price calculator */
