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: #484848; font-family: 'Source Sans Pro', sans-serif; background: #FFF url(../images/bg-body.gif) repeat;}

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

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, h2 { font-size: 30px; line-height:30px; font-style: normal; font-variant: normal; font-weight: 200; text-align:center;position:relative; color:#333938;}
h1:after, h2:after {content:''; position:absolute; width: 80px; height: 4px; background: #d1071d; left:50%;  bottom: -10px; 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  -------------------------------------------------------------- */

.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:-120px;}

.midle, .obsahHolder p.midle {text-align:center;}
.logaStore { padding:40px 0;}

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

#header { min-height: 144px; margin:0 auto; color:#383d43; background:#fff;}
#headerWrapper {min-height: 78px; max-width:1200px; margin:0 auto; position:relative; color:#6f6f6f; }
a#logo { display:block; position:absolute; left:0px; top: 40px;width: 247px; height: 82px; text-decoration:none; }
.slogan { display:none;}
.topHeader { background:#e9142b; width:240px; height:6px; margin:0 auto 20px auto;}

#menu { min-height:40px; font-size:16px; font-weight: lighter; margin:1px auto; padding:0; text-align:center; margin:6px 20px 0 250px;}
#menu ul { margin:0; padding:0; text-align:right;}
#menu li { display:inline; list-style-type:none;}
#menu a {text-decoration:none; color:#484d4c; 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:#e9142b solid 2px; color:#000;}

.obsahHolder .submenu ul li { list-style-image:none; list-style-type:none; padding:0;}
.submenu {font-size:18px;margin:1px auto; padding:0; text-align:center;}
.submenu ul { margin:0; padding:0; }
.submenu li { display:inline; list-style-type:none;}
.submenu a {text-decoration:none; color:#fff; background: #747474; display:block; height:16px; line-height:16px; padding:13px 23px; margin: 1px 1px 10px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.submenu li a {display:inline-block; white-space:nowrap;}
.submenu a:hover, .submenu ul li.selected a { background:#e9142b; }
.submenu li a.zvyraznit { background:#000;}

#subheader {border-top:#ececec solid 1px; padding: 40px 0 0 0; background:#FFF;}
#subheaderbox { min-height:412px; background: #ececec; text-align:center;}
#subheaderiner { min-height:195px; background: #ececec; text-align:center;}

.headerboxHome {height:412px; background:#999; float:left; width:50%;}
.headerboxHome p { display:block; background:url(../images/bg_red-transp.png) repeat; margin:77px 60px 60px; color:#fff; position:relative; text-align: left; padding: 60px 30px 30px; font-size:18px; min-height:150px;}
.headerboxHome p:hover { background:#333;}
.headerboxHome a { position:absolute; left:0; top:0; text-decoration:none; display:block; width:100%; height:100%; color:#FFF;}
.headerboxHome a em { display:none;}
.headerboxHome p strong, .headerboxiner p strong { font-size:36px; font-weight: normal;}
.headerboxHome p span { display:none;}
/*.headerboxHome p span { position:absolute; right:-50px; top:-50px; display:block; width:100px; height:80px; padding:30px 10px 10px; background:#000; text-align:center; -moz-border-radius:120px; -webkit-border-radius:120px; border-radius:120px; }*/
.dekor1 { background:url(../images/dekor-01.jpg) no-repeat top center;}
.dekor2 { background:url(../images/dekor-02.jpg) no-repeat top center;}

.innerdekor1 { background:url(../images/dekor-01-wide.jpg) no-repeat top center; min-height:195px;}
.innerdekor2 { background:url(../images/dekor-02-wide.jpg) no-repeat top center; min-height:195px;}

.headerboxiner {background:url(../images/bg_red-transp.png) repeat; color:#FFF; float:left; text-align:left; padding:30px; width:33%;}
.headerboxright { float:right; padding:20px;}

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:#e9142b;}
 p.buton { cursor:pointer; display:inline;}
a:hover.buton, input:hover.buton, button:hover.buton, p:hover.buton {color:#fff; background:#000;}

.obsahHolder { max-width:1200px;  margin:0px auto; padding:50px 10px 10px 10px; background:#FFF;}
.obsahHolder p strong { color:#000;}

.obsahHolder ul li { list-style-image:url(../images/list-style.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;}

.hideme { position:absolute; top: -1200px; left:0; width:100%; height:auto; display:none;}

.bannerProd { background: #3e3e3e url(../images/bg-banner-prodejna.jpg) no-repeat top center; color:#c0c0c0; padding:30px 3% 30px 40%; margin:30px auto 50px;}
.bannerProd div { border-left:#e9142b solid 2px; padding:20px;}
.bannerProd h4 { text-align:left; color:#FFF; font-size:24px;}
.bannerProd p strong { color:#FFF;}
.bannerProd .buton { background:none; border:#c0c0c0 solid 1px; font-size:16px; line-height:50px;}
.bannerProd .buton:hover { background:#e9142b; border:#e9142b solid 1px;}

#menu li.colored a { color:#d8130a;}
.QRkod { width:200px; height:200px; margin: 10px auto;}

.newsItem { float:left; width:43%; padding:10px 2%; margin:10px 1%; border:#d9dde2 solid 1px; min-height:225px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; position:relative;}
.newsItem:after {content:''; position:absolute; width: 80px; height: 8px; background: #e9142b; left:50%;  bottom: 0px; margin-left: -40px;}
.newsItem:hover { border:#4a4a4a solid 1px;}
.newsItem a { display:block; position:absolute; left:0; top: 0; width:100%; height:100%; color:61676a;}
.newsItem a strong { position:absolute; display: block; text-align:center; left:0; bottom:30px; width:100%;}
.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 p { max-height:72px; overflow:hidden;}
.newsItem h4 { text-align:left; margin: 10px 0; padding:10px 0; color:#61676a; font-size:24px; line-height:30px; border-bottom:#4a4a4a solid 1px; height:55px; overflow:hidden;}
.date, .obsahHolder p strong.date {color:#000; padding:0;}

.starsiNov { clear:both; text-align:center; border-bottom:#d1dce1 solid 1px; margin:50px 0; line-height:1px; padding:50px 0 0 0;}
.starsiNov a { text-decoration:none; position:relative;}
.starsiNov a strong { position:absolute; left:0; top:-8px; display:block; background:#e9142b; padding:3px 20px; width:200px; height:40px; line-height:40px; margin-left: -130px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-weight:normal; color:#FFF;}
.starsiNov a strong:hover { background:#000;}
	
.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:#e9142b solid 1px; padding:3px 10px; margin:3px 5px; color:#000;}
.strankovani a:hover {border:#000 solid 1px;}

.grey 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 */
.grey a:hover img {filter: none; -webkit-filter: grayscale(0);}

.prodBox { width:95%; height:212px; background:#e9142b; color:#FFF; margin:10px auto 30px; position:relative;}
.prodBox p a { position:absolute; left:0px; top:0px; width:100%; height:100%; text-decoration:none;}
.prodBox p a:hover strong { background:#000; border:#000 solid 1px;}
.prodBox p a strong { display:block; position:absolute; left:0; bottom: 10px; width:46%; margin:10px 2%; border:#eb9ba0 solid 1px; background:#e9142b; color:#FFF; text-align:center; padding:10px 0;-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.prodBox p { float:left; width:46%; padding:30px 2%;}
.prodBox p span { font-size:26px;}
.prodBox div { float:right; width:50%; text-align:center; height:100%;}
.prodBox div img { padding-top:30px;}
.prodDekor1 { background:url(../images/obsah/prod-dekor-1.jpg) no-repeat top center;}
.prodDekor2 { background:url(../images/obsah/prod-dekor-2.jpg) no-repeat top center;}
.prodDekor3 { background:url(../images/obsah/prod-dekor-3.jpg) no-repeat top center;}
.prodDekor4 { background:url(../images/obsah/prod-dekor-4.jpg) no-repeat top center;}

.obsahHolder .ostatniItem strong { color:#FFF;}
.ostatniItem { width:100%; min-height:200px; margin:20px auto; text-align:center;}
.ostatniImg { width:50%; height:200px; float:left; background:#000; overflow: hidden;}
.ostatniImg img { width:100%; height:auto;}
.ostatniITxt { width:50%; height:200px; float:right;background:#e9142b; color:#FFF;}

.ostatniImg img:hover {opacity: 0.5; filter: alpha(opacity=50)/* For IE8 and earlier */; transform: scale(1.1); -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.ostatniITxt h4 { font-size:20px; padding:0px 20px; color:#FFF; border:none;margin: 30px 0 1px;}
.ostatniITxt p { font-size:14px; padding:20px; color:#ec989d;}
.ostatniITxt a.buton { background:#e9142b; color:#fff; border:#eb9ba0 solid 1px; white-space:nowrap;}
.ostatniITxt  a.buton:hover  { background:#000; border:#000 solid 1px;}

.backTop { position:fixed; bottom: 20px; right:20px;}
.backTop a { display:block; width:36px; height:36px; background: url(../images/go-up.png); -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;}
.backTop a strong { display:none;}

.prdItm { float:left; width:18%; height:230px; overflow:hidden; position:relative; border-bottom:#d1071d solid 2px; margin:10px 1% 30px;}
.prdItm:hover { border-bottom:#000 solid 2px;}
.prdItm img { width:100%; height:auto;}
.prdItm p { position:absolute; left:0; bottom:0px; width:100%; background:#FFF; text-align:center;}

.akce { background:#d1071d; color:#FFF; text-align:center; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; padding:30px; margin:30px auto; font-size:20px;}

.formItems p { display:block; float:left; width:23%; margin:10px 1% 20px; min-height:160px; text-align:center;}
.tabPocet input { width:30px;}
.tabRozmer input { width:100%;}
.formOkna textarea { width:100%; min-height:100px;}

.prodDvere { float:left; width:14%; height:300px; margin:10px 1%; text-align:center;}
.prodDvere img { width: auto; height:300px; margin:0 auto;}

.vzornik {width:40px; height:40px; display:inline-block; margin:1px 2px;}
.vzornik img { display:block; width:40px; height:40px;}

.hlinik img { width:33%; height:auto;}

#form, #form2, #form3 { position:relative;}
#returnmessage, #returnmessage2, #returnmessage3 { position: absolute; width:100%; height:80%; background: url(../images/transp_white-80perc.png) repeat; text-align:center; padding-top:20%; z-index:999; font-size:30px;}
#returnmessage:empty, #returnmessage2:empty, #returnmessage3:empty { display:none; }

#footer { width:100%; margin:20px 0 0; clear:both; position:relative; background:#1f1f1f; }
#footer .wrapper {min-height:200px; padding:40px 0 ; text-align:center; color:#aebac0; background:#1f1f1f;}
#footer a { color:#aebac0;}
#footer a:hover { color:#fff;}
#footer strong { color:#fff;}
#footer p { padding: 10px 0;}
#footer h3 { color:#FFF;}
.colore { color:#e9142b;}
.col3 { width:33%; text-align:center; min-height:110px; float:left;}
.col3 h4 { color:#e9142b; font-weight: normal; font-size:14px; margin:0; padding:0;}
.footerbig { color:#fff; font-size:20px; font-family: Helvetica Neue, Arial, Helvetica; line-height:35px; font-style: normal; font-variant: normal; font-weight: 200;}
#footer .footerbig strong {color:#fff;}
#footer hr { color: #4b4b4b; background-color: #4b4b4b; border:none; height: 1px; margin: 30px 0 30px 0; clear:both;}
#footer .footerbig a {color:#fff; text-decoration:none;} 
#footer p.footblock { border-top:#4b4b4b solid 1px; margin:10px 0; padding:40px 0; font-size:14px; clear:both;}
#footer .wrapper p.footerLogo { background:url(../images/logo_footer.gif) no-repeat top center; padding:45px 40px;}

/*---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:#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 table input { width:98%;}
#mainform td.vrade input { width:inherit; display:inline;}
#mainform input[type=checkbox], #mainform td.vrade input[type=checkbox] { width:30px; height:30px;}
#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:#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 { visibility:hidden; position:absolute;}
#mainform table label { visibility: visible; position: relative;}
#mainform .spam { 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; }

.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:#d8130a solid 1px; background:#FFF; color:#000;}
dl.ergoTabs dt.selected { /* background:#fbfbfb; border-bottom:#00acf3 solid 3px;*/ background:#d8130a; 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;}

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

table.clr {
border-top: #464646 1px solid;
border-bottom: #464646 1px solid; color:#000;
width:100%; margin: 10px auto;
}
table.clr td {
background-color:#fafafa; padding: 0.3em;
border-bottom: #e8e8e8 1px solid; border-right: #fafafa 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 { float:right; padding:0 10px 20px 20px;}
.picLeft { float:left; padding:0 20px 20px 10px;}

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

.homeinfo {
background-color: #e9142b;
color:#fff; font-size:18px;
padding:10px; margin-bottom:10px; text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

.novazelenausporam {
background-color: #108a00;
color:#fff; font-size:18px;
padding:10px; margin-bottom:10px; text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}
.novazelenausporam a, .novazelenausporam strong { color: #CFFFCD;}

.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.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.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: #333 solid 1px; }

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

@media (max-width: 1561px) {

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

@media (max-width: 1180px) {
.colmn1 p, .colmn2 p { padding:3px 10px;}
} /* 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) {
.wrapper, #menu, .obsahHolder, #menu ul li ul, #mainform { width: inherit;}
.obsahHolder { padding:10px;}
.obsahHolder .newsDetail ul.gallery, .obsahHolder .newsDetail ul.gallery2 { width:100%;}
.prodDvere { width:23%;}
} /* end media max-width: 990px */

@media (max-width: 847px) {
.prodBox p span { font-size:18px;}
.prodBox p { font-size:14px;}
#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:208px;}
#mainform { width:90%;}
} /* end media max-width: 847px */

@media (max-width: 847px) {

} /* end media max-width: 847px */

@media (max-width: 816px) {

} /* end media max-width: 816px */

@media (max-width: 745px) {
.newsItem { float:inherit; width:93%}
.newsItem h4 { height:inherit; overflow:visible;}
.headerboxHome p strong, .headerboxiner p strong { font-size:22px;}
.headerboxHome p { font-size:14px; padding:50px 20px 20px; margin:60px 40px 40px;}
.headerboxHome p span {width: 90px; height: 70px; right:-30px;}
.headerboxiner { width:50%;}
} /* end media max-width: 745px */


@media (max-width: 680px) {
.prodBox { width: inherit; height:auto;}
.prodBox div { float:inherit; width:100%;}
.prodBox p { float:inherit; width:inherit; padding:20px;}
.prodBox p a strong { bottom: 115px; width:90%; margin:1px 5%;}
.half { float:inherit; width:100%; min-height:inherit; text-align:center;}
.bannerProd {padding: 30px 3% 30px 5%;}
.colmn1, .colmn2, .colmn1n3, .colmn2n3 { float:inherit; width:inherit; border:none; padding:0; position:relative; margin-bottom:20px; min-height:inherit;}
.col3 {width: 49%;}
.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;}
.ostatniImg img { width:110%; height:auto;}
} /* end media max-width: 680px */

@media (max-width: 537px) {
.headerboxright { float:inherit;margin: 5px auto; clear: both;}
.prodDvere { width:43%;}
} /* end media max-width: 537px */

@media (max-width: 520px) {
a#logo img { width:90%; height:auto;}
.headerboxHome { float:inherit; width:100%; height:inherit;}
body #subheader { height:inherit;}
.obsahHolder { margin:1px auto 20px;}
.obsahHolder div.funkcePrm p strong { min-height:20px;}
.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;}
#mainform { width:80%;}
#menu a { padding:3px 8px;}
.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;}
.contactBox div { background:#FFF;}
.col3 { width:100%; float:inherit; min-height: 50px; }
.ostatniImg img { width: auto; height:100%;}
} /* end media max-width: 520px */

/* warning about old internet explorer */
.old-msie { display:none }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .old-msie { display:block }
}
