/*! 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: 15px; color: #4e5056; font-family: 'Source Sans Pro', sans-serif; background: #fff; }

/* 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: #d8130a; text-decoration: underline; }
a:focus, a:hover { color: #000; }

hr { color: #e7e8e8; background-color: #e7e8e8; 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, .hidden { 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; }

.midle { text-align:center;}
.number { text-align:right;}

/* Pre-seting Web site -------------------------------------------------------------- */

/*noinspection CssInvalidPseudoSelector*/
@media screen, projection {
h1, h2, h3 { font-size: 30px; line-height:30px; font-style: normal; font-variant: normal; font-weight: 200; text-align:center;position:relative; color:#d8130a;}
h1:after, h2:after, h3:after {content:''; position:absolute; width: 80px; height: 4px; background: #000; left:50%;  bottom: -16px; margin-left: -40px;}

h4, h5 {font-weight:normal; text-align:center; position:relative; color:#d8130a;}
p { margin:0; padding:6px 0; line-height:1.2; font-weight:normal;}
select, input, textarea {background: #FFF; border:1px solid #CCC; color: #999; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; line-height:39; height:39px;}
.cleaner { clear:both; }

/* web suchelazce -------------------------------------------------------------- */

::-moz-selection { background:#1dadff; color:#FFF;}
::-webkit-selection { background:#1dadff; color:#FFF;}

.display-none {display: none;}

#nahoru { position:fixed; bottom:10px; right:10px; z-index:100; }
#nahoru a { display:block; text-decoration:none; background:url(../images/bg-nazacatek.gif) repeat; width:37px; height:37px; -moz-border-radius:37px; -webkit-border-radius:37px; border-radius:37px;}
#nahoru a strong { display:none;}

.wrapper { max-width:1200px; /*min-height:600px;*/ margin: 0 auto; padding:0; position:relative;}

#header { min-height: 127px; margin:0 auto; background:#fff;}
#headerWrapper {min-height: 127px; max-width:1200px; margin:0 auto; position:relative; }
#header a { text-decoration:none; color:#a2a2a2;}
#header a:hover {color:#545454; text-decoration:underline;}

#logo a { display:block; width: 201px; height: 104px; position: absolute; top:4px; left:10px; text-decoration:none; z-index:6; }

#header a.buton {color:#fff;}
#header a.buton:hover {color:#fff; text-decoration:none;}
#header a.buton:active {color:#000; text-decoration:none; background:#FFF;}
#header a.buton:disabled {color:#fff; text-decoration:none; background:#ebebeb;}
#header .colmn1n3 a { color:#000; text-decoration:underline;}

#kosikTop { position:absolute; z-index:7; width:150px; height:115px; top:0; right:70px; text-align:center; background:url(../images/icon-kosik.gif) no-repeat top center; background-position: center 30px;}
#kosikTop h3 { display:none;}
#kosikTop h4 { color:#c30f07; border:none; font-size:14px; margin:0;  line-height:18px; margin:37px 0 0 0;}
#kosikTop h4 strong {font-size:12px; color:#000; white-space:nowrap;}
#kosikTop p { color:#c30f07; font-size:12px; padding:20px 0;}
#kosikTop p a.buton {position:absolute; z-index:7; width:100%; height:100%; top:0; right:0; background:none; padding:0; margin:0; line-height:inherit;}
#kosikTop p a.buton strong { display:none;}
#kosikTop p a.buton:active {}
#kosikTop p a.buton:disabled {}

.userLog { position:absolute; top:0; right:0; width:70px; height:105px; background:url(../images/icon-profile.gif) no-repeat top center; background-position: center 30px;}
.userLog a { display:block; width:100%; height:100%; text-decoration: none; color:#c30f07; font-size:12px; text-align:center;}
.userLog a:hover { text-decoration:none;}
.userLog a strong {color:#c30f07; font-size:12px; padding-top:93px; font-weight:normal; display:block;}
.userLog a span { color:#c30f07; font-size:12px; padding-top:84px; display:block;}

.contInfo { position:absolute; top:92px; right:220px; width:375px; display:block; margin:0; padding:0; font-size:14px;}
.contInfo a { text-decoration:none; text-align:left;}
.contInfo strong { float:right;}

#searchBox {position:absolute; z-index:9; top:30px; right:220px;}
#searchBox input {-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding:0 12px; line-height:39px; height:39px;  font-size:18px; }
#searchBox input.buton { color:#fff; text-decoration:none; background:#d8130a; border:#d8130a solid 1px; line-height:39px; height:41px;}
#searchBox input:hover.buton { background:#000; border:#000 solid 1px;}
#searchBox input:active.buton { color:#fff; text-decoration:none; background:#d8130a; border:#d8130a solid 1px;}
#searchBox input:disabled.buton {color:#000; text-decoration:none; background:#fff;}
#searchBox input[type="search"] {background:#f7f7f7 url(../images/icon-search.gif) no-repeat top right; width:250px; color:#939393;border:#ebebeb solid 1px;}
#searchBox input[type="search"]:hover, #searchBox input[type="search"]:focus {border:#ebebeb solid 1px;}
#searchBox label { display:none;}

.zalozka { float:left; width:47%; border:#ebebeb 1px solid; border-bottom:#999 1px solid; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; padding: 10px 1%; text-align:center; position:relative;}
.zalozka input[type="search"], .zalozka input[type="text"] { width:90%; margin: 10px 0;} 
.zalozka.selected {border:#999 1px solid; border-bottom:#FFF 1px solid; }

.zalozka label {width: 100%; display: block;}

#lang {position:absolute; top:0px; right:10px; z-index:8; height:54px; line-height:54px;}
#lang span { text-decoration:underline; padding:3px; color:#fff; margin:0 2px; cursor: pointer;}
#lang span:hover { color:#d8130a;}

#menu {font-size:14px; margin:0 auto 10px; padding:0; text-align:center; position: relative; clear:both; min-height:54px; background:#000;}
#menu ul {position:relative; display:block; max-width:1100px; margin:0 auto; padding:0 100px 0 0;}
#menu li { display:inline; list-style-type:none;}
#menu a {text-decoration:none; color:#fff; display:block; padding:0 10px; line-height:54px; height:54px; margin:0px 2px; text-transform: uppercase;}
#menu li a {display:inline-block; white-space:nowrap; position:relative;}
#menu ul li.selected a:after {content:''; position:absolute; left:20px; right:20px; height: 4px; background: #d8130a; bottom: 0px;}
#menu a:hover { background:#900701;}

#menu ul li ul {display:none;}
#menu ul li.selected ul {display:block;}
#menu ul li.selected ul li ul {display:none;}
#menu ul li.selected ul li.selected ul {display:block;}

#menu ul li ul { position:absolute; bottom:-54px; left:0; width:100%; max-width:inherit; min-height:54px; z-index:0; padding:0; background: #f2f2f2; z-index:99;}
#menu ul li.selected ul { display: block; }
#menu ul li ul li a, #menu ul li.selected ul li a { color:#000;}
#menu ul li.selected ul li a:after { display:none;}
#menu ul li ul li a:hover, #menu ul li.selected ul li a:hover, #menu ul li.selected ul li.selected a:hover { color:#fff; background:#424242;}
#menu ul li ul li.selected a, #menu ul li.selected ul li.selected a {color:#d8130a;}
#menu ul li.selected ul li.selected a:after { display:block; content:''; position:absolute; left:20px; right:20px; height: 4px; background: #d8130a; bottom: 0px;}

#filterBox { max-width:1200px; margin:66px auto 16px; text-align:center;}
#filterBox select { background:#f7f7f7; border:#ebebeb solid 1px; height:39px; line-height:39px; min-width:140px; font-size:18px; margin:0 3px 0 30px; padding: 0 10px;}
#filterBox button {-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; margin:0 3px; color: #FFF; font-size:18px;}
#filterBox button:hover { background:#000;border:#000 solid 1px;}
#filterBox label { display:none;}

.filtrRok { position:relative; display:inline-block; margin-bottom:10px;}
.filtrRok:after {content:'1'; position:absolute; top:4px; left:8px; width:30px; height: 30px; background: #d8130a;-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; color:#FFF; font-size:18px; line-height:30px;}
.filtrZnacka { position:relative; display:inline-block; margin-bottom:10px;}
.filtrZnacka:after {content:'2'; position:absolute; top:4px; left:8px; width:30px; height: 30px; background: #d8130a;-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; color:#FFF; font-size:18px; line-height:30px;}
.filtrModel { position:relative; display:inline-block; margin-bottom:10px;}
.filtrModel:after {content:'3'; position:absolute; top:4px; left:8px; width:30px; height: 30px; background: #d8130a;-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; color:#FFF; font-size:18px; line-height:30px;}
.filtrHledat {background:#d8130a; border:#d8130a solid 1px; height:37px; line-height:37px; min-width:140px; margin-bottom:10px;}
.filtrSmazat {background:#929292; border:#929292 solid 1px; height:37px; line-height:37px; min-width:140px; margin-bottom:10px;}

.dovolena { display:block; text-align:center; position:absolute; left:0; top:10px; z-index:10; background: url(../images/bg-dovolena.png) no-repeat top center; font-size:28px; color:#fff; padding:130px 2%; width:96%;}
.dovolena:empty { display:none; }

#subheader {min-height:570px; text-align:center; position:relative; margin:0; padding:1px;}
#subheader.mensi { min-height:50px; height:10px;}
#subheaderTop { position:absolute; z-index:3; left:0; top:0; width:100%; height:450px; background: #545659 url(../images/slider/motiv2.jpg) repeat-x top center;}
#subheaderBottom { position:relative; z-index:60; max-width: 1200px; min-height: 245px; margin:310px auto 0 auto;}
.homeBlock { position:relative; background:#fff; border:#ebebeb solid 1px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; text-align:center; float:left; min-height: 300px; width:22.5%; padding: 5px 1%; margin:0 1px 20px 1px;}
.homeBlock:hover { border:#d8130a solid 1px;}
.homeBlock h5 { color:#d8130a; font-size:30px; padding:20px 5px 5px; margin:0; font-weight:300; line-height:28px;}
.homeBlock p strong { color:#000;}


.slogan { display:block; float:left; width:45%; color:#FFF; background: url(../images/bg-slogan.png) repeat; margin-top:150px; padding:0;}
.slogan span { display:block; float:right; padding:20px; font-size:35px;}


a.buton, input.buton, button.buton, span.buton {color:#fff; font-size:18px; font-weight: normal; line-height:39px; height:39px; padding:5px 30px; text-decoration:none; position:relative; white-space:nowrap;
-moz-border-radius:3px; -webkit-border-radius: 3px; border-radius:3px; background:#d8130a; border:none; cursor: pointer; }
a:hover.buton, input:hover.buton, button:hover.buton, span:hover.buton {color:#fff; background:#000; border:none;}
a:active.buton, input:active.buton, button:active.buton, span:active.buton {color:#000; text-decoration:none; background: #ebebeb;}
a:disabled.buton, input:disabled.buton, button:disabled.butonn, span:disabled.buton {color:#fff; text-decoration:none; background:#ebebeb;}
input.buton, button.buton {padding:0 30px; margin:0 4px; height:33px; line-height:33px; border:none;}

a.buton.biger {padding:5px 17px; height:27px; line-height:27px;}

#breadcrumb { display:none;}

.infoDovol { position:absolute; left:0px; top:150px; width:50%; margin:0 25%; font-size:18px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#FFF; color:#000; text-align:center; padding:40px;}

#obsahHolder { max-width:1200px;  margin:45px auto 20px; padding-top:1px;}
#obsahHolder p strong { color:#000;}

#obsah { float:right; width:69%;}
#leftSider { float:left; width:30%;}

.colmn1 { float:left; width:47%; border-right:#474747 1px dotted; padding-right:1em; }
.colmn2 { float:right; width:47%;}

.colmn1n3, .colmn3n3 { float:left; width:293px; border-right:#474747 1px dotted; padding:0 10px; margin:10px 0; }
.colmn3n3 { border:none;}


#kategorie { margin:0 0 10px 0; padding:15px; list-style-type: none; border:#ebebeb solid 1px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
#kategorie h3, #boxCustomer h3 { color:#d8130a; font-size:18px; margin:0; text-align:left}
#kategorie h3:after, #boxCustomer h3:after { display:none;}

#kategorie ul li ul {display:none;}
#kategorie ul li.selected ul {display:block;}
#kategorie ul li.selected ul li ul {display:none;}
#kategorie ul li.selected ul li.selected ul {display:block;}

#kategorie ul {list-style:none; margin:0; padding:0; font-size:13px; }
#kategorie li {line-height:15px;}
#kategorie ul li a {text-decoration:none; color:#000; display:block; padding:6px 4px; line-height:15px; background: #fff; border-top:#ebebeb solid 1px;}
#kategorie ul li a:hover{ background:#000; color:#FFF;}
#kategorie ul li.selected a { color:#fff; background:#d8130a;}

#kategorie ul li ul li a, #kategorie ul li.selected ul li a {padding:6px 4px 6px 30px; color:#000;	background: #f7f7f7;}
#kategorie ul li ul li.selected a { color:#FFF; background: #d8130a;}

#kategorie ul li ul li ul li a, #kategorie ul li.selected ul li ul li a {padding:6px 4px 6px 50px; color:#000; font-weight:bold; background: #e7e7e7; border-top: #ebebeb solid 1px;}
#kategorie ul li ul li ul li.selected a { color:#FFF; background: #d8130a;}

.banner { display:block; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; overflow:hidden; height: auto; width: 100%;}
.banner img { width:100%; height:auto;}
.bannerInfo { margin:10px; text-align:center; font-size:14px;}

#boxUserInfo { position: relative; /* kvuli overlay */}

#boxCustomer { border:#ebebeb solid 1px; margin-bottom:10px; text-align:center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding:10px; }
#boxCustomer input[type=email], #boxCustomer input[type=password] { background:#f7f7f7; border: #ebebeb solid 1px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; width:90%; height:39px; line-height:39px; text-align:center; font-size:18px;}
#boxCustomer .buton { width:90%; height:39px; font-size:18px; background:#d8130a; border:#d8130a solid 1px; color:#fff;}
#boxCustomer .buton:hover { background:#000; border:#000 solid 1px;}

#contactForm {position: relative}
#contactForm input[type="submit"] { width:99%; padding:0;}
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm input[type="tel"] { border:#b0b4bb solid 1px; width:272px; margin:0 5px 10px 0; padding:3px;}
#contactForm textarea { width:97%; height:66px; padding:1%; margin:0 0 10px 0; border:#b0b4bb solid 1px;}
#contactForm label { display:none;}
/*#contactForm.overlay { background:lightgrey; position: absolute; left:0;top:0; display: block; width: 100%;height: 100%}*/

/*---mailform---*/
#mainform {-webkit-box-shadow:0 0 20px 2px #f5f5f5; box-shadow:0 0 20px 2px #f5f5f5; -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 input {-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#ebebeb 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 input[type=email]:hover, #mainform input[type=tel]: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:#d8130a; border:#d8130a solid 1px; color:#FFF; line-height:30px; height:32px; margin: 20px 0 0; padding:1px 30px; display: inline-block; cursor:pointer;}
#mainform input[type=submit]:hover { background:#000; border:#000 solid 1px;}
#mainform label { display:none;}

.mainformwraper { background:#f8f8f8; 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; }

.gdpr { font-size:12px; color:#999;}


#obsah .listItem { width:31%;}
.listItem { border:#ebebeb solid 1px; position:relative; width:22%; height:400px; overflow:hidden; float:left; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; margin:5px 1%;}
.listItem:hover {border:#d8130a solid 1px;}
.listItem:hover div.moreinfo {top: 0;}
.listItem p strong { color:#000;}
.listItem div.imgSmall { display:block; text-align:center; width:96%; height:193px; margin:10px 2%; background: #FFF url(../images/obsah/non-img-thhumb.jpg) no-repeat top center; }
.listItem div.imgSmall img { width: auto; height:auto; margin:0 auto;}
.listItem h5 { color:#d8130a; font-size:18px; font-weight: 200; margin: 0px 5px;}

.listItem p {text-align:center; font-size:13px;}
.listItem p.price { font-size:18px;color:#000; line-height:18px; padding:0; position:absolute; left:0; bottom:50px; width:100%;}
.listItem p.price span {font-weight:bold;}
.listItem .partNo {}
.listItem .skladem { position:absolute; left:10px; bottom:10px; color:#00a900; padding-left:26px; background: url(../images/arrows.png) no-repeat -96px -175px; text-align: left;}
.listItem .skladem strong { font-weight:normal; color:#00a900;}
.listItem .naobjednavku { position:absolute; left:10px; bottom:10px; color:#8f0000; padding-left:26px; background: url(../images/arrows.png) no-repeat -96px -245px; text-align: left; font-weight:normal;}
.listItem .naobjednavku strong { font-weight:normal; color:#8f0000;}
.listItem .dokosiku { position:absolute; bottom:10px; right:10px;}
.listItem .dokosiku .integer { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;  background:#ebebeb; color:#000; border: #ebebeb solid 1px; width:30px; text-align:center; line-height:29px; height:29px;}
.listItem .dokosiku .buton {-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#d8130a; color:fff; font-size:16px; line-height:18px; padding:0 20px;}
.moreinfo { position:absolute; left:0px; top:-346px; width:60%; margin:60px 20%; background:#d8130a; padding:20px 0; text-align:center; color:#FFF; z-index:17; overflow:hidden;}
.listItem a { position:absolute; left:0; top:0; display:block; width:100%; height:165px; z-index:20;}

#prodGalery { width:49%; float:left;}
#prodGalery ul { width:100%; list-style-type:none; margin: 0; padding:0; overflow: hidden; }
#prodGalery ul li { text-align:center; width:23%; height:auto; position:relative; float:left; margin:10px 1% 0 1%;}
#prodGalery ul li img:hover {border:#484848 solid 1px;}
#prodGalery ul li img {width:98%; height:auto; border:#ebebeb solid 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}

.nahledGalery { padding-top: 75%; width:100%; margin:0 1%; height: auto; text-decoration:none; display:block; position:relative; background:url(../images/obsah/non-img-nahled.jpg) no-repeat top center; background-size: 100% 100%; overflow:hidden; }
.nahledGalery img { position:absolute; left:0; top:0; width:98%; height: auto; border:#ebebeb solid 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.nahledGalery span {width:22px; height:22px; display:block; position:absolute; right:20px; top:20px; background: url(../images/arrows.png) no-repeat -96px -210px;}

#prodInfo { width:49%; float:right; position:relative;}
#prodDetail .skladem { position:absolute; top:4px; right:10px; color:#00a900; line-height:11px; padding-left:26px; background: url(../images/arrows.png) no-repeat -96px -175px;}
#prodDetail .naobjednavku { position:absolute; top:4px; right:10px; color:#8f0000; line-height:11px; padding-left:26px; background: url(../images/arrows.png) no-repeat -96px -245px;}
.naobjednavku { position: relative; right: inherit; top: inherit; color:#8f0000; line-height:11px; padding-left:26px; background: url(../images/arrows.png) no-repeat -96px -245px;}

.discountPrice {border: 1px solid #346286; color:#346286; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; padding:3px 10px; margin:5px 0;}
#prodInfo {color:#4e5056;}
#prodInfo strong {color:#000;}
#prodInfo .price {color:#4d4d4d;}
#prodInfo .price.not-used {text-decoration: line-through;}
#prodInfo .price strong { font-size:34px; color:#000; font-weight:bold;}
#prodInfo .price span { color:#000; font-size:18px;}
.zaloha { color:#00a900;}
.zaloha span { font-weight:bold;}

.breadcrumbProd { text-align:center; padding:0 0 10px 0; font-size:14px; line-height:16px;}
.breadcrumbProd span { overflow:hidden; color:#FFF; padding-right:15px; position:relative;}
.breadcrumbProd span:after {content:''; position:absolute; width: 16px; height: 16px; background:url(../images/arrows.png) no-repeat -92px -38px;}

#prodInfo .dokosiku { margin:10px 0 30px;}
#prodInfo .dokosiku .integer { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;  background:#ebebeb; color:#000; border: #ebebeb solid 1px; width:40px; text-align:center; line-height:29px; height:29px;}
#prodInfo .dokosiku .buton {-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#d8130a; color:fff; font-size:16px; line-height:26px; padding:0 50px; height:30px;}
#prodInfo .dokosiku .buton:hover { background:#000;}

.strankovani p { display:block; height:25px; line-height:25px; clear:both; padding:0; margin:0 0 10px 0; color:#000;}
.strankovani a { display: inline-block; width:25px; height:25px;
	background: url(../images/arrows.png) no-repeat -10px -175px;
	color:#fff; text-align:center; font-size:13px; letter-spacing:-1px; margin: 0 3px 2px 0; text-decoration:none;}
.strankovani a:hover, .strankovani a.selected { color:#000;}
.strankovani a span { display:none;}
.pagerholderLeft {display: inline-block; width:56px; height:25px; float:left;
	background: url(../images/arrows.png) no-repeat -10px -319px;
}
.pagerholderRight {display: inline-block; width:56px; height:25px; float:right;
	background: url(../images/arrows.png) no-repeat -10px -354px;
}
.strankovani a.first { float:left;
	background: url(../images/arrows.png) no-repeat -45px -35px;
}
.strankovani a.last { float:right;
	background: url(../images/arrows.png) no-repeat -45px -70px;
}
.strankovani a.prev { float:left;
	background: url(../images/arrows.png) no-repeat -10px -35px;
}
.strankovani a.next { float:right;
	background: url(../images/arrows.png) no-repeat -10px -70px;
}
.stankCent { text-align:center; width:83%; float:left; display:block; margin:0 10px; background:url(../images/bg_strankovani.gif) repeat top center;}

#obsahHolderWide .stankCent { width:860px;}


/* form objednavka */
#frmOrder  {position:relative;}
#frmOrder .overlay {background: white;}
#frmOrder .overlay.confirm:before { content: none; }
#frmOrder .overlay.order-ok:before { content: none; }
#frmOrder input, #frmOrder select { width:90%;}
#fldDelName, #fldInvName { width:96%;}
#frmOrder textarea { width:100%; height:300px; line-height:25px; text-align:center;}
#frmOrder input[type="checkbox"], #frmOrder input[type="radio"] { width:inherit; line-height:inherit; height:inherit;}

.overlay {position: absolute; left:0; top:0; width: 100%; height: 100%; text-align:center; background: url(../images/overlay-loading.gif) repeat;}
.overlay:before { content: ''; /*      display: inline-block;*/ height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */}

.overlay .vert-center { display: inline-block; vertical-align: middle; /* width: 300px;*/ padding: 10px 15px;}
.overlay .vert-center .close { border:#FFF solid 1px; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px; padding:2px 16px; cursor:pointer;}

#frmOrder .overlay.loading, .overlay.loading { background: url(../images/overlay-loading.gif) repeat;}

.payments__item {
    margin-bottom: 1em; padding-left:60px; border-bottom:#dcdfe5 dotted 1px; min-height: 46px;
}
.payments__item--1 {
    background: url(../images/ikony-doruceni-dobirka.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* dobirka */
}
.payments__item--2 {
    background: url(../images/ikony-doruceni-osobni.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* osobni */
}
.payments__item--3 {
    background: url(../images/ikony-doruceni-proforma.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* proforma */
}

.deliveries__item {
    margin-bottom: 1em; padding-left:60px; border-bottom:#dcdfe5 dotted 1px; min-height: 46px;
}
.deliveries__item--1 {
    background: url(../images/ikony-doruceni-osobni.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* osobni odber */
}
.deliveries__item--2 {
    background: url(../images/ikony-doruceni-dpd.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* DPD */
}
.deliveries__item--3 {
    background: url(../images/ikony-doruceni-posta.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* ceska posta */
}
.deliveries__item--4 {
    background: url(../images/ikony-doruceni-geis.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* Geis */
}
.deliveries__item--5 {
    background: url(../images/ikony-doruceni-balik.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* balikovna */
}
.deliveries__item--6 {
    /* toptrans */
    background: url(../images/ikony-doruceni-toptrans.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
}
.deliveries__item--7 {
   background: url(../images/ikony-doruceni-dpd.png) no-repeat; background-size: 50px 50px; background-position: -5px -5px;
    /* DPD */
}


.deliveries__options {
    margin-left: 1.5em;
}
/* /form order */
.overlay.warning {-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px; background-color: #910000; border: 1px solid #FF0000;}

.overlay.info { background:lightyellow; color:red;}

.cart-animated {background: #fff url(../images/box_closing.gif) center center no-repeat;-moz-border-radius:10px; -webkit-border-radius: 10px; border-radius:10px; border:1px solid #346286;}

#boxUserInfo div.overlay.warning { color:#ffffff;}
.overlay.loading { background: url(../images/overlay-loading.gif) repeat;}

.steps div { width:25%; text-align:center; display:inline-block; position: relative; margin:0; padding:0;}
.steps div strong { display:block; width:25px; height:25px; line-height:25px; -moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px; font-size:16px; background:#e3e3e6; color:#000; text-align:center; margin:0 auto; position:relative; z-index:10;}
.krok1:before {content:''; position:absolute; z-index:2; width: 50%; height: 4px; background: #e3e3e6; left:0;  top: 11px; }
.krok1:after {content:''; position:absolute; z-index:2; width: 50%; height: 4px; background: #e3e3e6; right:0;  top: 11px; }
.steps div.krok2 strong { background:#000; color:#FFF;}
.krok2:before {content:''; position:absolute; z-index:2; width: 50%; height: 4px; background: #d8130a; left:0;  top: 11px; }
.krok2:after {content:''; position:absolute; z-index:2; width: 50%; height: 4px; background: #e3e3e6; right:0;  top: 11px; }
.steps div.krok3 strong { background:#d8130a; color:#FFF;}
.krok3:before {content:''; position:absolute; z-index:2; width: 50%; height: 4px; background: #d8130a; left:0;  top: 11px; }
.krok3:after {content:''; position:absolute; z-index:2; width: 50%; height: 4px; background: #d8130a; right:0;  top: 11px; }

textarea[name="note"] { width:861px;}

legend {border: #ebebeb solid 1px; background:#fff; padding: 2px 10px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; color:#000;}
fieldset {border: 1px solid #ebebeb; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; margin: 20px 0; padding: 10px;}
#fldNote { width:620px;}

#prodDetPriceCZ, .subtotal {background: #f6f7f6; border: 1px solid #ebebeb; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#666; text-align:center; font-size: 12px; line-height: 32px; margin: 0 0 10px;}
#prodDetPriceCZ strong, .subtotal strong {font-size: 22px; letter-spacing: -1px; font-weight:normal;}
#prodDetPriceCZDPH, .subtotalVAT {background: #f6f7f6; border: 1px solid #ebebeb; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#d8130a; text-align:center; font-size: 12px;line-height: 32px;  }
#prodDetPriceCZDPH strong, .subtotalVAT strong {font-size: 30px; letter-spacing: -1px;  font-weight:normal;}

.ordersPrices { text-align:center;}
.ordersPrices strong, fieldset.ordersPrices strong { font-size:22px; color:#FFF; font-weight:normal;}

fieldset.ordersPrices {background: #25272B; color: #EAC101; padding: 0.625em; border:#25272B;}

.orderedItems { padding:22px 10px 10px; background: #FFF;}


#footer { width:100%; margin:50px 0 0 0; clear:both; position:relative;  background:#000; }
#footer .wrapper {min-height:150px; padding:20px 0; background:#000; text-align:center; color:#999999;} 
#footer .wrapper p { padding:10px;} 
#footer a { color:#999999;}
#footer a:hover, #footer strong { color:#c5c5c5;}
#footer h4 {font-weight:normal; text-align:center; position:relative; font-size:25px; line-height:30px; color:#999999;}
#footer h4:after {content:''; position:absolute; width: 80px; height: 4px; background: #d8130a; left:50%;  bottom: -17px; margin-left: -40px;}

#footer .wrapper p.col3 { width:33%; float:left; height:120px; font-size:18px; text-align:left; padding:0;}
#footer .col3 strong { color:#d8130a; font-weight: normal;}
#footer .col3 span {font-size:28px; font-weight:100; color:#FFF; line-height:54px;}
#footer .col3 span em { color:#c5c5c5;}
.footerBlock { clear:both;border-bottom:#3b3b3b solid 1px; text-align: center; padding:10px; margin:10px auto;}


.galleryList {float:left; margin:0 5px 20px 5px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:#cccccc solid 1px; background:#f2f2f2; width:460px; height:152px; padding:10px;}
.galleryList img {float:left; margin-right:10px;}
.galleryList p.gallpedex { height:75px; overflow:hidden;}
.galleryList h3 {line-height:18px; font-size:18px; margin:0 0 5px 0; padding:0; height:36px; overflow:hidden; color:#434343;}
.galleryList:hover {border:#acacac solid 1px;}

ul.gallery, ul.gallery2 { width:648px; list-style-type:none; margin:0; padding:0; overflow: hidden; }
ul.gallery li, ul.gallery2 li { text-align:center; width:202px; height:152px; position:relative; float:left; margin:0 2px 20px 2px; background:#cccccc; border:#cccccc solid 1px;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; overflow:hidden;}
ul.gallery li:hover, ul.gallery2 li:hover {border:#484848 solid 1px;}
ul.gallery li p, ul.gallery2 li p { font-size:11px; font-style:italic; color:#fff; width:192px; margin:0; padding:2px 5px; position:absolute; bottom: 5px; left:0; text-align:center; background:url(../images/50-perc-black.png) repeat;}
ul.gallery li p:empty, ul.gallery2 li p:empty { display:none;}

ul.gallery2 { width:983px; margin-left:10px;}
ul.gallery2 li { margin:0 10px 20px 10px; padding:10px; background:#f2f2f2;}
ul.gallery2 li p { margin:0 10px 10px;}

 /* tabs */
dl.ergoTabs { position:relative; padding:0; overflow:auto; margin:0;}
dl.ergoTabs dt { cursor:pointer; float:left; height:25px; left:5px; line-height:25px; padding:0 1em; position:relative; z-index:2;
font-weight:normal; border:#e0e0e4 solid 1px; background:#ffffff;
-moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}

dl.ergoTabs dt.selected { font-weight: bold; background:#fbfbfb; border:#e0e0e4 solid 1px; border-bottom:#fbfbfb solid 1px;
-moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
dl.ergoTabs dt:hover { background:#fed100; border:#d0a600 solid 1px;}
dl.ergoTabs dd { float:right; margin:26px 0 0 -100%; width:100%; z-index:1; display:none; }
dl.ergoTabs dd.selected { display:block; }
dl.ergoTabs dd div { background:#fbfbfb; padding:15px; border:#e0e0e4 solid 1px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
dd table.edit {margin:0 auto; }
dd table.edit td { padding:0; }
dl.ergoTabs dt.hilighter { border:#fed100 solid 1px;}

/* tabulky  -------------------------------------------------------------- */

table.clr {
color:#000; font-size:16px;
width:100%; margin: 10px auto;
}
table.clr td {
background:#f7f7f7; padding: 0.3em;
border-bottom: #ebebeb 1px solid; border-right: #ebebeb 1px solid; vertical-align:middle;
}

table.clr th {
background:#000; text-align:center;border-right: #292929 1px solid;
color:#fff; font-weight:normal; vertical-align:middle;
}
table.clr p {
background-color: #ebebeb; color: #353328;
padding:2px;
}

table.clr input[type="number"] { width:33px; text-align:right;}
/* 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 { background:#434343; color:#d3d3d3; margin:5px 0; padding:10px; -moz-border-radius:6px; -webkit-border-radius: 6px; border-radius: 6px; font-style:italic;}
blockquote strong { color:#fff;}
p.cite { text-align:right;}
blockquote table td { padding:2px 0; border-bottom:#b7b7b7 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: 0;}
p.msieWarning a { color:#FF0000; }
p.msieWarning a:hover { color:#5CFF1D; }

.msgOK {background:#2cbe0f; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#fff; text-align:center; margin:10px 0;}

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:empty, .msgOK:empty { display:none; }
.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 0 -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"], a[href$=".rtf"] {
	background: transparent url(../images/ikony.png) no-repeat 0 -112px;
	margin-left:3px; padding-left:20px;
}
a.excel, a[href$=".xls"] {
	background: transparent url(../images/ikony.png) no-repeat 0 -48px;
	margin-left:3px; padding-left:20px;
}
a.compress, a[href$=".zip"] {
	background: transparent url(../images/ikony.png) no-repeat 0 0;
	margin-left:3px; padding-left:20px;
}
a.text, a[href$=".txt"] {
	background: transparent url(../images/ikony.png) no-repeat 0 -96px;
	margin-left:3px; padding-left:20px;
}
a.email/*, a[href^="mailto:"]*/ {
	background: transparent url(../images/ikony.png) no-repeat 0 -32px;
	margin-left:3px; padding-left:20px;
}
a.ppt, a[href$=".ppt"] {
	background: transparent url(../images/ikony.png) no-repeat 0 -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;}


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

    /* -------- end cookie-bar -------- */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; background:#000;-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: url(../images/80-perc-white.png) repeat;}
#colorbox{}
#cboxContent{margin-top:20px;}
.cboxIframe{background:#000;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#000; position: relative;}
#pinterest { position: absolute; left:0; bottom:0;}
#cboxTitle{position:absolute; top:-17px; left:5px; color:#ccc; background:#000; margin-right:140px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
#cboxCurrent{position:absolute; top:-17px; right:5px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:10px; margin-top:-12px; background:url(../images/colorbox/controls.png) no-repeat top left; width:25px; height:25px; text-indent:-9999px; border:none;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:10px; margin-top:-12px; background:url(../images/colorbox/controls.png) no-repeat top right; width:25px; height:25px; text-indent:-9999px; border:none;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; top:10px; right:10px; display:block; background:url(../images/colorbox/controls.png) no-repeat top center; width:25px; height:25px; text-indent:-9999px; border:none;}
#cboxClose:hover{background-position:bottom center;}

    /* slider, see https://swiperjs.com/get-started#swiper-css-stylessize */
    .slider-envelope {
        --swiper-navigation-size: 25px;
        position: relative;
		margin-bottom: 40px;
		border-top:#ebebeb 1px solid;
		padding-top:1px;
    }

    .slider {
        --slider-border-radius: 6px;
        border-radius: var(--slider-border-radius);
        max-height: 426px;
        width: 100%;
		max-width: 1200px;
    }

    .slider__slide img {
        border-radius: var(--slider-border-radius);
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .swiper-button-prev, .swiper-button-next {
        background: url(../images/arrows.png) no-repeat -10px -35px;
        height: var(--swiper-navigation-size);
        width: var(--swiper-navigation-size);
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        content: '';
    }

    .swiper-button-prev {
        left: -12px;
    }

    .swiper-button-next {
        background-position: -10px -70px;
        right: -9px;
    }

    .swiper-button-prev:hover {
        background-position: -45px -35px;
    }

    .swiper-button-next:hover {
        background-position: -45px -70px;
    }

    .slider__text {
        display: block;
        font-size: 2em;
        font-weight: bold;
        right: 10px;
        position: absolute;
        bottom: 15px;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		padding:5px;
		color:#000;
    }
	@media (max-width: 630px) {
		.slider__text {font-size: 1em;}
	} /* end media min-width: 630px */

    .slider__text:empty {
        display: none;
    }

    .slider__button {
        background: #fff;
        border-radius: 10px;
        border: #999 solid 1px;
        bottom: -8px;
        color: #000;
        cursor: pointer;
        font-size: 16px;
        left: 50%;
        padding: 1px 25px;
        position: absolute;
        text-align: center;
        transform: translate(-50%, 0);
        z-index: 2;
    }

    /* /slider */

/*------------------flot--------------------*/
.demo-container {
	box-sizing: border-box; 
	width: 620px;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
}
.demo-container table { width:inherit;}/*bug width fix*/

.demo-graf {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 2px;
}

	.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
	.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
	.autocomplete-selected { background: #F0F0F0; }
	.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
	.autocomplete-group { padding: 2px 5px; }
	.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

	/*-----------------------------------------------------------------------------*/
} /* end media screen */

@media (max-width: 1180px) {
.colmn1 p, .colmn2 p { padding:3px 10px;}
.stankCent { width:81%;}
} /* end media min-width: 1180px */

@media (max-width: 1031px) {
.colmn1 p, .colmn2 p { padding:3px 10px;}

} /* end media min-width: 1031px */

@media (max-width: 990px) {
#obsah .listItem { width:46%;}
.listItem { width: 31%;}
.wrapper, #menu, .obsahHolder, #mainform { width: inherit;}
.obsahHolder { padding:10px;}
.obsahHolder .newsDetail ul.gallery, .obsahHolder .newsDetail ul.gallery2 { width:100%;}
#footer .wrapper { width:96%; padding:20px 2%;}
.stankCent { width:77%;}
} /* end media max-width: 990px */

@media (max-width: 880px) {
} /* end media max-width: 880px */

@media (max-width: 847px) {
#header { height:inherit; background-position:left top;}
#footer .wrapper p { padding:10px 30px;}
#footer .wrapper p.quater { padding:10px 0px;}
.quater { width:48%; height:208px;}
#mainform { width:95%;}
#footer .col3 span {font-size:20px;}
} /* end media max-width: 847px */

@media (max-width: 847px) {
#logo a { position:relative; top:inherit; left:inherit; margin:0;}
#searchBox { position:relative; top:inherit; right:inherit; margin:5px auto; text-align:center;}
.contInfo { display:none;}
#obsah { float:inherit; width:96%; margin:0 auto;}
#leftSider { float:inherit; width:96%; margin:0 auto;}
} /* end media max-width: 847px */

@media (max-width: 816px) {
.homeBlock { width: 47%; min-height:200px;}
.homeBlock h5 br { display:none;}
#prodGalery { float:inherit; width:95%; padding:0 2%;}
#prodInfo { float:inherit; width:95%; padding:0 2%;}
.slogan { width:90%;}
} /* end media max-width: 816px */

@media (max-width: 737px) {
#obsah .listItem { width:95%;}
.listItem { width: 46%;}
.newsItem { float:inherit; width:93%}
.newsItem h4 { height:inherit; overflow:visible;}
} /* end media max-width: 737px */


@media (max-width: 680px) {
.half { float:inherit; width:100%; min-height:inherit; text-align:center;}
.colmn1, .colmn2, .colmn1n3, .colmn2n3 { float:inherit; width:inherit; border:none; padding:0; position:relative; margin-bottom:20px; min-height:inherit;}
.obsahHolder ul { padding:0;}
.obsahHolder ul.gallery li { width:32%;}
.obsahHolder ul {padding: 25px;}
#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;}
.obrazek { width:90%; height:auto; margin: 0 auto;}
#footer .wrapper p.col3 { width:49%; text-align:center; min-height:110px; float:left;}
.stankCent { width:74%;}
} /* end media max-width: 680px */

@media (max-width: 580px) {
.listItem { width: 95%;}
#menu li { display:inline-block;}
#menu ul li ul { position:inherit; bottom:inherit; left:inherit;}
#menu ul { width:100%;}
} /* end media max-width: 527px */

@media (max-width: 520px) {
.homeBlock { float:inherit; width: inherit; min-height:55px; padding: 1px 10px 1px 10px; min-height:inherit; height:inherit;}
.homeBlock p { padding:0 0 10px;}
.homeBlock a strong { bottom:14px;}
#subheader.mensi { height:inherit;}
.obsahHolder ul.gallery li { width:48%;}
a#logo { position:relative; top:inherit; left:inherit; margin:0 auto;}
#menu { margin: 0 0 30px;}
#menu ul { text-align:center;}
.quater { width:100%; height: inherit;}
.quater ul { text-align:center; list-style-type:none;}
#menu a { padding:3px 8px;}
#footer .wrapper .quater p { text-align:center; margin:4px 0; padding:0;}
#footer h4 { text-align:center; margin:10px 0 4px; padding:0;}
#footer .wrapper p.col3 { width:100%; text-align:center; min-height:20px; float: inherit;}
.stankCent { width:70%;}
#prodInfo .dokosiku .buton {padding: 0 36px;}
} /* end media max-width: 520px */


@media (max-width: 430px) {
#logo a { margin:0 auto;}
#lang { position: relative; top:inherit; right:inherit; height:22px; line-height: 22px; border-bottom: #4e5056 solid 1px;}
#menu { margin:0 0 10px;}
#menu ul { padding:0;}
#menu a { height:40px; line-height:40px;}
#searchBox input[type="search"] { width:90%; background: #f7f7f7; padding: 0 2%;}
#searchBox input.buton { width: 96%; margin: 0px 0; position: absolute; top: -40px; left: 2%;}
#searchBox {margin: 15px auto 0px;}
input.buton, button.buton {padding: 0 17px;}

.zalozka input[type="submit"] { position: absolute; top: 43px; width: 88%; left: 5%;} 
.zalozka input[type="search"], .zalozka input[type="text"] { width:90%; margin: 50px 0 10px;} 

.filtrRok, .filtrZnacka, .filtrModel { width:100%;}
#filterBox select { width:90%;}
#prodDetail .skladem, #prodDetail .naobjednavku { position:relative; right:inherit; top: inherit;}
#kosikTop { position:relative; top:inherit; right:inherit; float:left; width:65%;}
.userLog { position:relative; top:inherit; right:inherit; float:left; width:35%;}
#logo a img { width:100%; height:auto;}
.stankCent { width:55%;}
} /* end media max-width: 430px */

/* balikovna */
.balikovna__modal,
.dpd_pickup__modal {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.balikovna__content,
.dpd_pickup__content {
    background-color: #fefefe;
    margin: 2em 1em 1em;
    position: fixed;
    top: 2em;
    left: 1em;
    right: 1em;
    bottom: 1em;
}

.balikovna__iframe,
.dpd_pickup__iframe {
    width: 100%;
    height: 100%;
}

.balikovna__close,
.dpd_pickup__close {
    border: 0;
    background: inherit;
    color: #fff;
    float: right;
    margin-right: 1em;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
}

.balikovna__close:hover,
.balikovna__close:focus,
.dpd_pickup__close:hover,
.dpd_pickup__close:focus {
    color: #000;
}
/* /balikovna */


@media print {

body {
color:#143545;
background:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

.noprint { display: none; }
.printPage { display: none; }

/*a:after {
content:" (" attr(href) ") ";
font-size:90%;
}
*/
a img { border:0; }

a, a:hover { color:#0B9EE8; }

#header p.lang, #header form, #sidebar, #footer p span, .pagination, .pager, .frmFilter, #logo, #header p, #footer p {
display:none;
}
table {
margin:0 auto;
width:100%;
}
td {
padding:2px;
/*background:url(img/prodList_bg.gif) repeat-x;*/
border-top:1px solid #EAEDEF;
}
th {
border-left:8px solid #8dd8f8;
}

table.prodList td strong {
color:#0B9EE8;
}

h1 {
font-family:Arial,Helvetica,sans-serif;
color:#274f62;
margin:0 0 10px 0; padding:2px 0 2px 17px;
font-size:18px;
font-weight:normal;
border-left:10px solid #8dd8f8;
}

#header { display:none; }
#headerPrint { margin-bottom: 20px; }

#printProductList {
width: 100%;
text-align:center;
margin-top:-30px;
font-size:22px;
color:#274f62;
}

.tooltipContent{ display: none; }

#footer { display:none; }
#footerPrint {
width:100%;
margin:5px auto;
}
#footerPrint p {
width:100%;
text-align: right;
border-bottom: 1px solid black;
}

}
