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;}ma

/* ==========================================================================
   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 */
}/*zakaz kopirovani obsahu*/

/**
 * Remove default margin.
 */

body {margin: 0;}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {outline: thin dotted;}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {outline: 0;}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 { font-size: 2em; margin: 0.67em 0;}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {border-bottom: 1px dotted;}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {font-weight: bold;}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {font-style: italic;}

/**
 * Address differences between Firefox and other browsers.
 */

hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}

/**
 * Address styling not present in IE 8/9.
 */

mark {background: #ff0; color: #000;}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em;}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {white-space: pre-wrap;}

/**
 * Set consistent quote types.
 */

q {quotes: "\201C" "\201D" "\2018" "\2019";}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {font-size: 80%;}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {border: 0;}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {overflow: hidden;}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {margin: 0;}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {border: 0; /* 1 */  padding: 0; /* 2 */}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input { line-height: normal;}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {text-transform: none;}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type `input` and others.
 */

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {cursor: default;}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */  padding: 0; /* 2 */}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).
 */

input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */  box-sizing: content-box;}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {border-collapse: collapse; border-spacing: 0;}

/* basic typography -------------------------------------------------------------- */

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */
body { font-size: 16px; color: #54585e; font-family: 'Source Sans Pro', sans-serif; background: #FFF;}

/* Headings -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #14232b;}
h1 { font-size: 20px; line-height: 20px; margin:30px 0; padding: 10px 0;}
h2 { font-size: 20px; line-height: 20px; margin:30px 0; padding: 10px 0; }
h3 { font-size: 20px; line-height: 20px; margin:30px 0; padding: 10px 0; }
h4 { font-size: 18px; line-height: 18px; margin:0 0 10px; padding: 10px 0;}
h5 { font-size: 1em; font-weight: bold; margin:0 0 10px; padding: 10px 0;}
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: #ac0b0b; text-decoration: underline; }
a:focus, a:hover { color: #bb1818; }

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, h3 {font-size:36px; line-height:38px; text-align:left; position:relative; margin:10px auto 30px; display:inline-block; padding-left: 60px;}
h1:after, h2:after, h3:after {content:''; position:absolute; width: 40px; height: 0; left:0px; top:50%; border-top: 4px #cc1212 solid;}

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:#cc1212; color:#fff;}
::-webkit-selection { background:#cc1212; color:#fff;}

.zalozka { display:block; position:relative;}
.zalozka a { position:absolute; left:0; top:-150px;}

html { scroll-behavior: smooth;} /* hladke najeti na zalozku*/

.midle, .obsahHolder p.midle {text-align:center;}

.wrapper {max-width:1200px; /*min-height:600px;*/ margin: 0 auto; padding:50px 0 0 0; position:relative;}

#header { margin:0 auto; color:#383d43; width:100%; position: fixed; top: 0; left: 0;z-index: 90; background:#FFF; border-bottom:#f3f3f3 1px solid;}
#header a {color:#383d43;}

#headerWrapper {min-height: 96px; max-width:1200px; margin:0 auto; position:relative; color:#6f6f6f; }
a#logo { display:block; position:absolute; left:0px; top: 26px; width:183px; height:40px; text-decoration:none; z-index:55;}

.underHeader { min-height: 900px; margin:96px auto 0px; position:relative; background:url(../images/bg-home.jpg) no-repeat top center; padding:1px;
max-width:2000px}
.slogan {  max-width:380px; padding:45px; background:#cc1212; -moz-border-radius:6px; -webkit-border-radius: 6px; border-radius: 6px; color:#eca5a5; font-size:22px; font-style:italic; margin-left:25%; position:relative; z-index:30;}
.nadpis { color:#FFF; font-size:30px;}
.paralaxob1 { left: 49%; position:absolute; z-index:31; top:120px;}
.paralaxob2 { left: 12%; position:absolute; z-index:26;}
.paralaxob3 { right: 10%; position:absolute; z-index:25;}
.paralaxob4 { left: 54%; position:absolute; z-index:23; top:430px;}
.paralaxob5 { left: 30%; position:absolute; z-index:22; top: 3px;}
.paralaxob6 { left: 50%; position:absolute; z-index:21; top: 20px;}
.paralaxob7 { left: 31%; position:absolute; z-index:20; top:400px;}

.bigbuton { background: none; color:#fff; padding:7px 0; display:inline-block; -moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px; text-decoration:none; margin: 5px 10px; font-size:20px; position:relative; border: none; background:#cc1212;
transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
width:31%; text-align:center;}
.bigbuton:hover { background:#000; color:#fff;padding:10px 0;}

.bigbutonselected { background: none; color:#fff; padding:7px 0; display:inline-block; -moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px; text-decoration:none; margin: 5px 10px; font-size:20px; position:relative; border: none; background:#000;
transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
width:31%; text-align:center;}
.bigbutonselected:hover { background:#000; color:#fff;padding:10px 0;}

.odsazeni { margin-top:90px;}

#langholder { position: absolute; z-index:5; background:#FFF; right: 10px; top:22px; font-size:14px; color:#c1c1c1; text-transform:uppercase; border-left:#a8a8a8 solid 1px; height:40px; line-height:40px;}
#langholder strong { color:#cc1212; padding:0 0 0 10px;}
#langholder a { color:#c1c1c1; text-decoration:none;padding:0 0 0 10px;}

#headerWrapper:before { content: ''; position: absolute; width: 60%; height: 1px; background: #d5d7dc; left: 0%; top: 45px; z-index: 2;}

#menu { min-height:38px; font-size:16px; margin:12px 103px 10px 220px; padding:0; text-align:center; position:relative; z-index:3;}
#menu ul { margin:0; padding:0; text-align:right;}
#menu li { display:inline; list-style-type:none; background:#FFF;}
#menu a {text-decoration:none; color:#414141; display:block; height:15px; line-height:15px; padding:10px 10px; margin: 0; border-bottom:#fff solid 2px; text-transform:uppercase;}
#menu li a {display:inline-block; white-space:nowrap;}
#menu a:hover { border-bottom:#efefef solid 4px; color:#2d5128;}
#menu ul li.selected a { border-bottom:#cc1212 solid 4px; color:#313131;}
.menuhome { background:url(../images/icon-home.png) no-repeat; background-position:10px 6px;}
.menuhome span { visibility:hidden; display:block; width:30px; height:15px;}

.sectiononas {padding:50px 0; background: #eaebee url(../images/bg-onas.jpg) no-repeat center; background-size: cover; position:relative; z-index:50;}

.block-container {display: flex; justify-content: space-between; margin-bottom: 5px;}

.homeItems { display:block; text-decoration:none; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; margin:20px 1%; width:49%; text-align:center; background:#303842; padding: 60px 0 20px; position:relative; min-height:260px; color:#fff;}
.homeItems:hover { background: #ced2d6; color:#3d4043; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.homeItems:before {content:''; position:absolute; width: 21px; height: 21px; background: url(../images/skladem1.png) no-repeat; left:50%;  bottom: 30px; margin-left: -10px;}
.homeItems:hover:before { background: url(../images/skladem2.png) no-repeat;}
.sectionkonstrukce .homeItems h4 { color:#fff;}
.sectionkonstrukce .homeItems:hover h4 {color:#14232b;}
.homeItems h4 { color:#14232b; font-size:26px; line-height:25px; font-weight:bold;} 
.obsahHolder .homeItems p {margin:0 0 90px; font-size:16px; padding:10px; text-align:center;}

.whitebox {-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; background:#FFF; margin:30px 0; width:93%; padding:2%; color:#000;}
.obsahHolder div.whitebox p strong { color:#000;}

.sectionvyroba {padding:50px 0; 
background: #fff url(../images/bg-vyroba-robot.jpg) no-repeat center center; background-attachment: scroll; background-size: auto; background-size: cover; background-attachment: fixed;
color:#FFF;}
.sectionvyroba a { color:#FFF;}
.sectionvyroba .obsahHolder p strong { color:#FFF;}

.sectionvyroba h3 { color:#FFF;}
.sectionvyroba .homeItems { background:#c40d0d; color:#FFF; margin:20px 1%; width:31%;} 
.sectionvyroba .homeItems:hover { background: #f3f4f6; color:#828282;}
.sectionvyroba .homeItems:hover:before { background: url(../images/skladem2.png) no-repeat;}
.sectionvyroba .homeItems:before {content:''; position:absolute; width: 21px; height: 21px; background: url(../images/skladem1.png) no-repeat; left:50%;  bottom: 30px; margin-left: -10px;}

.sectionkonstrukce {padding:50px 0; background: #fff url(../images/bg-konstrukce.jpg) no-repeat center center; background-attachment: scroll; background-size: auto; background-size: cover; background-attachment: fixed;}
.sectionkonstrukce .homeItems { min-height:260px;}

.numberHolder {}
.numberItem { width:25%; text-align:center; float:left; color:#000;}
.obsahHolder .numberItem p {font-weight:bold; text-align: center; line-height:120px;}
.numberBlock {margin:0 auto 10px; padding:0; width:120px; height:120px; line-height:120px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; font-size:25px; color:#000; border:#cc1212 solid 10px; }
.obsahHolder .numberItem p.popisek { line-height:10px;}

.obrazek { display:block; overflow:hidden;}
.obrazek img {}

a.buton, input.buton, button.buton, p.buton {color:#71b865; 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; border:#71b865 solid 1px; background: none;}
 p.buton { cursor:pointer; display:inline;}
a:hover.buton, input:hover.buton, button:hover.buton, p:hover.buton {color:#fff; background:#71b865; }

input.buton, button.buton {padding:0 4px; margin:0 4px; height:24px;}

.obsahHolder { max-width:1200px;  margin:1px auto; padding:1px 20px 20px;}
.obsahHolder p {line-height: 24px;}
.just {text-align: justify; padding-right:3%;}
.obsahHolder p strong { color:#000;}

.obsahHolder ul li { list-style-image:url(../images/list-style-appkee.gif); line-height:16px; padding:4px;}
/*.obsahHolder ul { margin:0;}*/

.colmn1 { float:left; width: 49%; padding-right:1%; margin-bottom:10px; }
.colmn2 { float:right; width:49%; padding-left:1%;}

.colmn1n3 { float:left; width:28%; padding:10px 1%; margin:10px 1%; min-height:200px; text-align:center;}
.colmn2n3 { float:left; width:calc(66% - 20px); padding:0 10px; margin:10px 0; }

.colmn1n3 ul { margin:0;}

.vedenispol { text-align:center; font-size:20px; color:#232323;}
.vedenispol a { color:#232323; text-decoration:none;}
.vedenispol h4 { font-size:26px; color:#cc1212; }
.vedenispol img { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; margin-bottom:40px;} 
.firmafunkce { color:#bec2ca;}

.backTop { position:fixed; bottom: 20px; right:20px; z-index:51;}
.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;}

.QRkod { margin:0 auto;}
.imgHolder { width:100%; overflow:hidden; min-height:265px;}

.referBlock { width:100%; min-height:290px; margin:30px 0;}
.referBlock ul { width:100%; list-style-type:none; margin:0 0 40px 0; padding:10px 0;  text-align:center;}
.referBlock ul li { list-style:none; text-align:center; width:25%; height:auto; position:relative; background:none; padding:0; overflow:hidden;}
.referBlock ul li { width:25%; float:left; height:260px; overflow:hidden; background:#000; text-align:center; color:#fff;}
.referBlock ul li img { width:auto; height:100%;}
.referBlock ul li img:hover, .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;}

.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);}

#footer { width:100%; margin:45px 0 0; clear:both; position:relative; font-size:14px; background:#171719; }
#footer .wrapper {min-height:200px; padding:40px 0 ; text-align:center; color:#82858e; background:#171719 url(../images/glow-footer.png) top center no-repeat;}
#footer a { color:#82858e;}
#footer a:hover { color:#fff;}
#footer strong { color:#fff;}
#footer p { padding: 10px 0;}
#footer h3 { color:#FFF; font-weight:normal;}
.colore { color:#00acf3;}
.col3 { width:33%; text-align:center; min-height:110px; float:left;}
.col3 h4 { color:#adb1bd; font-weight: normal; font-size:14px; margin:0; padding:0;}
.footerbig { color:#adb1bd; font-size:23px;}
#footer .footerbig strong {color:#cc1212; font-weight:normal;}
#footer hr { color: #434d56; background-color: #434d56; border:none; height: 1px; margin: 6px 0 6px 0; clear:both;}
#footer .footerbig a {color:#cc1212; text-decoration:none;} 
#footer p.footblock { border-top:#434d56 solid 1px; margin:10px 0; padding:40px 0;}
.hmfgroup { width:106px; height:auto;}

/*---mailform---*/
#mainform {-webkit-box-shadow:0 0 20px 2px #e1e5e8; box-shadow:0 0 20px 2px #e1e5e8; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; margin:20px auto; padding:20px; position:relative; clear:both; text-align:center; background:#FFF;}
#mainform #form {}
#mainform h4 { font-size:20px; position:relative; text-align:left;}
#mainform h4:after {content:''; position:absolute; width: 60px; height: 2px; background: #edbe00; left: 30px; bottom: -11px; margin-left: -30px;}

#mainform input {-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#e7edef solid 1px; background:#fff; height:30px; line-height:30px; width:30%; margin:10px 1% 10px 1%; padding:0; text-align:center; font-size:16px; display:inline-block;}
#mainform input[type=text]:hover, #mainform textarea:hover { border:#c4cccf solid 1px;}
#mainform textarea {background:#FFF; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:#e7edef solid 1px; width:96%; height:80px; margin:20px auto; resize:none; text-align:center; font-size:16px; padding:4px 0; display:inline-block;}
#mainform input[type=button] { background:#cc1212; border: none; color:#fff; line-height:30px; height:50px; margin: 20px 0 0; padding:10px 30px; font-size:20px; display: inline-block; cursor:pointer; width:35%;
transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);}
#mainform input[type=button]:hover { background:#000; color:#FFF; width:40%;}
#mainform textarea { margin:10px 0; min-height: 200px;}
#mainform label { display:none;}
#mainform input#lokalita { width:96%;}

.mainformwraper { margin:0 auto; padding:1px 0 20px; clear:both;}

.obsahHolder #mainform #returnmessage{ display:block; position:absolute; top:20px; left:20px; background:#2cbe0f; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#fff; text-align:center; width:calc(100% - 60px); padding:10px;}
.obsahHolder #mainform #returnmessage:empty { display:none; }

.zakaznici img {
filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
.zakaznici img:hover {
  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:#0098d7 solid 1px; background:#FFF; color:#000;}
dl.ergoTabs dt.selected { /* background:#fbfbfb; border-bottom:#00acf3 solid 3px;*/ background:#0098d7; 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 { 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: #e6eaec 1px solid;
border-bottom: #e6eaec 1px solid; color:#000;
width:100%; margin: 30px auto;
}
table.clr td {
background-color:#f4f6f7; padding: 0.3em;
border-bottom: #e6eaec 1px solid; vertical-align:middle;
}
table.clr th {
background-color:#80dafc; text-align:center;border-right: #6cc5e6 1px solid;
color:#fff; font-weight:normal;
border-bottom: #6cc5e6 1px solid; vertical-align:middle;
}
table.clr tr.sudyradek td { background:#fff;}
table.clr p { position:relative; line-height:21px; padding-left: 30px; }
table.clr p:before {content:''; position:absolute; width: 21px; height: 21px; background: url(../images/skladem2.png); left:2px;  top: 5px;}

/* ostatni -------------------------------------------------------------- */

.picRight { display: block; float:right; background:#e0e2e7; border: #9b9da2 solid 1px; margin:0 0 10px 10px; padding:5px;}
.picRight img {border: #9b9da2 solid 1px;}

/* Sample obsahu -------------------------------------------------------------- */
blockquote, q { font-style: normal; color:#fff; margin:5px 0; padding:20px; -moz-border-radius:3px; -webkit-border-radius: 3px; border-radius:3px; background: #6ebc05; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, #f6c200, #04b709); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #f6c200, #04b709); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #f6c200, #04b709); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #f6c200, #04b709); }
blockquote strong, blockquote a, blockquote a:hover { color:#fff;}
p.cite { text-align:right; font-style:italic;}
blockquote table td { padding:2px 0px; border-bottom:#b5bfc4 solid 1px;}

pre code {
border:1px dotted #5f5f5f;
background-color: rgba(0,0,0,0.1);
display:block;
max-height:15em;
overflow:auto;
padding:0.5em;
}

span.imgBox {
display:block;
width:200px;
float:right;
margin:0.5em 0 0.5em 0.5em;
border:1px solid #CCCCCC;
background:#333333;
}
span.imgBox span { padding: 0.5em; display:block;}

th, td {
/*border:1px solid gray;*/
padding:3px 0.5em;
}

form { margin:0; padding:0; border:none;}

p.error {
padding:0.5em; background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.error:empty {background: none repeat scroll 0 0 transparent; border: medium none;}

p.important {
padding:0.5em; text-align:center; color:#624005; font-size:11px;
background-color:#fec42b; border:1px solid #cb8100; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.warning, p.msieWarning {
padding:10px;
background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
z-index:100; position:absolute; top: 30px;
}
p.warning {top: 0px;}
p.msieWarning a { color:#FF0000; }
p.msieWarning a:hover { color:#5CFF1D; }

.msgOK {
background: #edf9ea;
border:1px solid #d5e6d0;
color:#3ca61f;
padding:10px; margin:10px 0; text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

.msgErr { background: #f7f1f1; border:1px solid #eae1e1; color:#c72121; padding:10px; margin:10px 0; text-align:center; -moz-border-radius:3px; -webkit-border-radius: 3px; border-radius:3px;}

#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;
}

#errMsg:empty, .msg:empty, .msgOK:empty { display:none; }
#errMsg.empty { display:none; } /*kvuli msie samostatny selector */
.msg.empty, .msgOK.empty { display:none; } /*kvuli msie samostatny selector */

input.error { border:#CC0000 solid 1px;}
label.error { background-color:#CC0000; color:#FFF; font-size:11px; border:#8f000a solid 1px; padding:2px 6px; display: block; margin:5px;
-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-align:center;}

a.hover:hover { font-style:italic; }
a.active:active { font-weight:bold }

a.pdf, a[href$=".pdf"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -64px;
margin-left:3px; padding-left:20px;
}

/*a.image, a[href$=".jpg"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -16px;
margin-left:3px; padding-left:20px;
}*/
a.word, a[href$=".doc"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -112px;
margin-left:3px; padding-left:20px;
}
a.excel, a[href$=".xls"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -48px;
margin-left:3px; padding-left:20px;
}
a.compress, a[href$=".zip"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px 0px;
margin-left:3px; padding-left:20px;
}
a.text, a[href$=".txt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -96px;
margin-left:3px; padding-left:20px;
}
/*a.email, a[href^="mailto:"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -32px;
margin-left:3px; padding-left:20px;
}*/
a.ppt, a[href$=".ppt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -80px;
margin-left:3px; padding-left:20px;
}

table.pagination {
background: none repeat scroll 0 0 #efefef;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
color: #000;
empty-cells: hide;
margin: 10px 0;
text-align: center;
width: 100%;
}
table.pagination td strong {color: #000;}

.obsahHolder ul.gallery { width:100%;  list-style-type:none; margin:0 0 40px 0; padding:10px 0; overflow: hidden; text-align:center;}
.obsahHolder ul.gallery li { list-style:none; text-align:center; width:24%; height:auto; position:relative; background:none; padding:0; overflow:hidden; margin:0.2%;}
ul.gallery li  {float:left; background:#fff; border:#e6e6e6 solid 1px; overflow:hidden;-moz-border-radius:3px; -webkit-border-radius: 3px; border-radius:3px;}
ul.gallery li img { width:100%; height:auto; display:block;}
ul.gallery li:hover {border:#000 solid 1px; }

/*-----------------------------------------------------------------------------*/
} /* end media screen */


@media (max-width: 1480px) {
.slogan {margin-left:15%;}
.paralaxob1 { right: 20%; position:absolute; z-index:31; top:100px; left:inherit;}
.paralaxob2 { left: 2%; position:absolute; z-index:26;}
.paralaxob3 { right: 1%; position:absolute; z-index:25;}
.paralaxob4 { left: 44%; position:absolute; z-index:23; top:430px;}
.paralaxob5 { left: 20%; position:absolute; z-index:22; top: 3px;}
.paralaxob6 { left: 40%; position:absolute; z-index:21; top: 20px;}
.paralaxob7 { left: 21%; position:absolute; z-index:20; top:500px;}
.referBlock ul li { width:25%; float:left; height:260px;}
} /* end media min-width: 1480px */


@media (max-width: 1250px) {
.paralaxob1 img { width:230px; height:auto;}
.paralaxob2 img { width:290px; height:auto;}
.paralaxob3 img { width:360px; height:auto;}
.paralaxob4 img { width:170px; height:auto;}
.paralaxob5 img { width:200px; height:auto;}
.paralaxob6 img { width:360px; height:auto;}
.paralaxob7 img { width:280px; height:auto;}
} /* end media max-width: 110px */

@media (max-width: 1200px) {
.paralaxob1 { right: 5%; position:absolute; z-index:31;}
#sluzby .colLeft img { width:90%; height:auto;}
.obsahHolder { padding:10px;}
.colmn1 p, .colmn2 p { padding:3px 10px;}
} /* end media min-width: 1180px */

@media (max-width: 1180px) {
.referBlock ul li { width:25%; float:left; height:230px;}
} /* end media min-width: 1180px */


@media (max-width: 990px) {
.wrapBlock { padding:10px 2%;}
.holdingitems { width:22%;}
.wrapper, #menu, .obsahHolder, #menu ul li ul, #mainform { width: inherit;}
.obsahHolder .newsDetail ul.gallery, .obsahHolder .newsDetail ul.gallery2 { width:100%;}
.colmn1, .colmn2, .colmn1n3, .colmn2n3 { float:inherit; width:inherit; border:none; padding:0; position:relative; margin-bottom:20px; min-height:inherit;}
} /* end media max-width: 990px */

@media (max-width: 847px) {	
.sluzbyBlock { height:90px; padding:2px 0; font-size:12px;}
#menu ul { text-align:center;}
#footer .wrapper p { padding:10px 30px;}
#footer .wrapper p.quater { padding:10px 0px;}
.quater { width:48%; height:108px;}
#mainform { width:90%;}
.referBlock ul li { width:33.3%; float:left; height:200px;}
} /* end media max-width: 847px */

@media (max-width: 790px) {
.slogan { max-width: inherit; width:80%; margin:0 auto;}
.paralaxob1 img { width:180px; height:auto;}
.paralaxob2 img { width:260px; height:auto;}
.paralaxob3 img { width:320px; height:auto;}
.paralaxob4 img { width:140px; height:auto;}
.paralaxob5 img { width:180px; height:auto;}
.paralaxob6 img { width:330px; height:auto;}
.paralaxob7 img { width:210px; height:auto;}
	
.paralaxob1 { right: 4%; position:absolute; z-index:31; top:150px; left:inherit;}
.paralaxob2 { left: 2%; position:absolute; z-index:26;}
.paralaxob3 { right: 1%; position:absolute; z-index:25; top:370px;}
.paralaxob4 { right: 24%; position:absolute; z-index:23; top:630px; left:inherit;}
.paralaxob5 { left: 10%; position:absolute; z-index:22; top: 1px;}
.paralaxob6 { right: 3%; position:absolute; z-index:21; top: 2px; left:inherit}
.paralaxob7 { left: 1%; position:absolute; z-index:20; top:590px;}

.just { padding:0;}
.bigbuton, .bigbutonselected { width:96%;}

.holdingitems { width:30%;}
.block-container {display: flex; flex-wrap: wrap; padding: 10px 0;}
.homeItems, .sectionkonstrukce .homeItems, .sectionvyroba .homeItems { width:100%; min-height:30px; margin:9px 0; padding:20px 0;}
.homeItems p {margin: 0 0 28px;}
.obsahHolder .homeItems p { margin: 0 0 20px;}
.homeItems:before, .sectionvyroba .homeItems:before {bottom: 10px;}
.sevicesItem { height:500px;}
.bodyhome { width:50%; min-height:250px;}
.bodyhome p { font-size:16px; padding: 45px 10px 0;}
} /* end media max-width: 790px */

@media (max-width: 737px) {
.referBlock ul li { width:50%; float:left; height:245px;}
} /* end media max-width: 737px */

@media (max-width: 680px) {
#menu { margin: 10px 0;}
h1, h2, h3 { font-size: 30px;}
.col3 { float:inherit; width:90%; text-align:center; margin:0 auto; min-height:50px;}
.numberItem { width:50%;}
#langholder { position:relative; right:inherit; top:inherit; margin:0 auto; text-align:center; height:inherit; line-height:inherit; padding:0 0 5px; border:none;}

#headerWrapper:before { display:none;}
a#logo { position:relative; top:inherit; right:inherit; margin:0 auto;} 
#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;}

.obsahHolder ul { padding:0;}
.obsahHolder ul.gallery li { width:32%;}
.obsahHolder ul {padding: 25px;}
} /* end media max-width: 680px */

@media (max-width: 520px) {
.paralaxob1 img { width:140px; height:auto;}
.paralaxob2 img { width:230px; height:auto;}
.paralaxob3 img { width:290px; height:auto;}
.paralaxob4 img { width:130px; height:auto;}
.paralaxob5 img { width:160px; height:auto;}
.paralaxob6 img { width:280px; height:auto;}
.paralaxob7 img { width:230px; height:auto;}
.slogan { width:66%; padding:30px 10%;}

.obrazek img { width: 100%; height: auto;}
.holdingitems { width:47%;}
#langholder strong {padding: 0 6px;}

.zalozka a { position:absolute; left:0; top:-180px;}
a#logo {  margin:2px auto; text-align:center; position:relative; left: inherit; top: inherit;}
a#logo img {width:90%; height:auto;}
.quater { width:90%; height: inherit;}
.obsahHolder ul.gallery li { width:48%;}
.QRkod { float: inherit; margin:10px auto; width:120px; height:auto; display:block;}
h1, h2, h3 { font-size: 27px;}
.referBlock ul li { width:50%; float:left; height:195px;}
#footer {margin: 0px;}
} /* end media max-width: 520px */

@media (max-width: 430px) {
.homeItems, .sevicesItem {margin: 10px 9%; width: 80%; float:inherit; height:inherit;}
ą.col3 { width:100%; text-align:center; min-height:20px; float: inherit;}
} /* end media max-width: 430px */


@media (max-width: 339px) {

} /* end media max-width: 339px */

