/*
*  Default styles for elements from form helper
*/
.s { width: 50px; }
.m-form .date { width: 247px; }
.m-form .required { background-image: url(/helpers/form/formfiles/images/hvezda.gif); background-repeat: no-repeat;  background-position: -1px 2px; }
.m-form .optional {  }
.m-form .not_valid, .m-form input:invalid, .m-form textarea:invalid { background: #fbe7e2; }
.m-form .form_errors { background: #fee; }
.m-form .error_msg { color: red;  margin-left: 10px; }
.m-form .captcha-br { display: none; }
.m-form .captcha-img { float: left;  margin: 4px 0; }
.m-form .captcha-input { margin: 11px 0 0 15px;  width: 100px; }
.m-form .form-loading { display: none; position: absolute;
	z-index: 100;  width: 100%;  left: 0;  top: 0; }
.m-form .form-loading div { font-weight: bold;  font-size: 12pt;  padding: 70px 50px 70px 75px;  background: #fff url(/helpers/form/formfiles/images/loading.gif) no-repeat 25px 50%;
	position: absolute;  left: 40%;  top: 220px;  border: 1px solid #ddd; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading { position: fixed;  top: 50%;  left: 50%;  width: 40px;  height: 40px;  margin-top: -20px;  margin-left: -20px;  cursor: pointer;  overflow: hidden;  z-index: 1104;  display: none; }
#fancybox-loading div { position: absolute;  top: 0;  left: 0;  width: 40px;  height: 480px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png'); }
#fancybox-overlay { position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 1100;  display: none; }
#fancybox-tmp { padding: 0;  margin: 0;  border: 0;  overflow: auto;  display: none; }
#fancybox-wrap { position: absolute;  top: 0;  left: 0;  padding: 20px;  z-index: 1101;  outline: none;  display: none; }
#fancybox-outer { position: relative;  width: 100%;  height: 100%;  background: #fff; }
#fancybox-content { width: 0;  height: 0;  padding: 0;  outline: none;  position: relative;  overflow: hidden;  z-index: 1102;  border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: transparent;  z-index: 1101; }
#fancybox-close { position: absolute;  top: -15px;  right: -15px;  width: 30px;  height: 30px;  background: transparent url('/views/_default/www/js/fancy/img/fancybox.png') -40px 0px;  cursor: pointer;  z-index: 1103;  display: none; }
#fancybox-error { color: #444;  font: normal 12px/20px Arial;  padding: 14px;  margin: 0; }
#fancybox-img { width: 100%;  height: 100%;  padding: 0;  margin: 0;  border: none;  outline: none;  line-height: 0;  vertical-align: top; }
#fancybox-frame { width: 100%;  height: 100%;  border: none;  display: block; }
#fancybox-left, #fancybox-right { position: absolute;  bottom: 0px;  height: 100%;  width: 35%;  cursor: pointer;  outline: none;  background: transparent url('/views/_default/www/js/fancy/img/blank.gif');  z-index: 1102;  display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute;  top: 50%;  left: -9999px;  width: 30px;  height: 30px;  margin-top: -15px;  cursor: pointer;  z-index: 1102;  display: block; }
#fancybox-left-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto;  right: 20px; }
.fancybox-bg { position: absolute;  padding: 0;  margin: 0;  border: 0;  width: 20px;  height: 20px;  z-index: 1001; }
#fancybox-bg-n { top: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -162px; }
#fancybox-bg-e { top: 0;  right: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png');  background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -182px;  }
#fancybox-bg-s { bottom: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png');  background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -142px; }
#fancybox-bg-w { top: 0;  left: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica;  font-size: 12px;  z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px;  text-align: center;  color: #333;  background: #fff;  position: relative; }
.fancybox-title-outside { padding-top: 10px;  color: #fff; }
.fancybox-title-over { position: absolute;  bottom: 0;  left: 0;  color: #FFF;  text-align: left; }
#fancybox-title-over { padding: 10px;  background-image: url('/views/_default/www/js/fancy/img/fancy_title_over.png');  display: block; }
.fancybox-title-float { position: absolute;  left: 0;  bottom: 0px;  height: 32px; }
#fancybox-title-float-wrap { border: none;  border-collapse: collapse;  width: auto; }
#fancybox-title-float-wrap td { border: none;  white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF;  line-height: 29px;  font-weight: bold;  padding: 0 0 3px 0;  background: url('/views/_default/www/js/fancy/img/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0;  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_nw.png', sizingMethod='scale'); }* > a {
  outline: none;
}
a {
  color: #336699;
}
a img {
  border-style: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  color: #3b959e;
  color: #ffffff;
  display: block;
  font-size: 18pt;
  font-size: 24px;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.4em;
  line-height: 36px;
  margin-top: 0px;
  margin: 20px 0;
  text-transform: uppercase;
  vertical-align: middle;
}
h2 {
  color: #ffffff;
  line-height: 1.4em;
  margin: 20px 0;
}
h3 {
  color: #ffffff;
  line-height: 1.4em;
  margin: 20px 0;
}
.like-h1 {
  color: #3b959e;
  color: #ffffff;
  display: block;
  font-size: 18pt;
  font-size: 24px;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.4em;
  line-height: 36px;
  margin-top: 0px;
  margin: 20px 0;
  text-transform: uppercase;
  vertical-align: middle;
}
p {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
table.no-border th {
  border: none;
  padding: 0 5px;
  vertical-align: top;
}
table.no-border td {
  border: none;
  padding: 0 5px;
  vertical-align: top;
}
td {
  border: 1px solid #dddddd;
  padding: 4px 10px;
}
th {
  border: 1px solid #dddddd;
  padding: 4px 10px;
}
input {
  padding: 2px 6px;
}
.clear {
  clear: both;
}
.cleaner {
  clear: both;
  display: block;
  float: none;
  height: 0px;
  width: 100%;
}
.nul {
  text-decoration: none;
}
.nul a {
  text-decoration: none;
}
.nul:hover {
  text-decoration: underline;
}
hr {
  clear: both;
}
.header {
  height: 340px;
  position: relative;
  z-index: 10;
}
.header .logo {
  height: 300px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 500px;
  z-index: 15;
}
.header .in {
  left: 100px;
  padding: 10px 25px;
  position: absolute;
  top: 150px;
  width: 300px;
  z-index: 10;
}
.search {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 15;
}
.main {
  float: right;
  margin: 10px 3% 10px 0;
  width: 70%;
}
.fotogalerie img {
  box-shadow: 1px 1px 7px #aaaaaa;
  margin: 5px;
}
.news-img {
  float: right;
  margin: -5px 5px 10px 30px;
}
.anotace {
  color: #555555;
  font-style: italic;
  margin-bottom: 20px;
}
.left-column {
  float: right;
  margin-right: 280px;
  width: 370px;
}
.ajax-load {
  text-align: center;
  padding: 10px 0;
  clear: both;
}
.new {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  margin: 10px 0 0;
  padding: 0 0 10px;
}
.new .img {
  float: left;
  padding: 0 15px 0 0;
}
.new h3 {
  font-size: 9.5pt;
  margin: 0;
  padding: 3px 0 1px;
}
.new p {
  font-size: 8.5pt;
  line-height: 1.4em;
  margin: 1px 0;
}
.new .date {
  color: #888888;
  margin: 0;
}
.photogallery-column {
  margin: 0 0 0 60px;
  position: absolute;
  right: 30px;
  top: 7px;
  width: 240px;
}
.photogallery-column img {
  float: left;
  margin: 5px;
}
.search-results .result {
  border-top: 1px solid #eeeeee;
  margin: 7px 0;
}
.edit-site {
  float: right;
}
.column {
  clear: left;
  color: #666666;
  float: left;
  font-size: 9pt;
  width: 190px;
}
.footer {
  clear: both;
  color: #ffffff;
  font-size: 8.5pt;
  height: 50px;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #ffffff;
  font-size: 8.5pt;
}
.footer-right {
  float: right;
}
#author_footer_link a {
  color: #999999;
  float: right;
  font-size: 90%;
  text-decoration: none;
}
.language-switcher {
  position: absolute;
  right: 20px;
  top: 12px;
}
.language-switcher a,
.language-switcher .no-access {
  float: left;
  height: 16px;
  margin-right: 10px;
  opacity: 0.7;
  padding: 4px;
  width: 16px;
}
.language-switcher a:hover,
.language-switcher .no-access:hover {
  opacity: 1;
}
.language-switcher a span,
.language-switcher .no-access span {
  display: none;
}
.language-switcher a.active {
  opacity: 1;
}
.language-switcher a.cz {
  background: url(/views/wpe/www/img/icons/flag_cz.png) no-repeat 50% 50%;
}
.language-switcher a.en {
  background: url(/views/wpe/www/img/icons/flag_en.png) no-repeat 50% 50%;
}
.language-switcher no-access.en {
  background: url(/views/_default/www/img/icons/flag_bw_en.png) no-repeat 50% 50%;
}
.language-switcher a.ru {
  background: url(/views/wpe/www/img/icons/flag_ru.png) no-repeat 50% 50%;
}
.language-switcher a.bg {
  background: url(/views/wpe/www/img/icons/flag_bg.png) no-repeat 50% 50%;
}
.language-switcher a.sk {
  background: url(/views/wpe/www/img/icons/flag_sk.png) no-repeat 50% 50%;
}
.eliska-footer {
  color: #aaaaaa;
  font-size: 8pt;
  margin: 20px 0 0;
  text-align: center;
}
.eliska-footer a {
  color: #aaaaaa;
  text-decoration: underline;
}
.eliska-footer img {
  padding: 0 3px 0 6px;
  position: relative;
  top: 3px;
}
.default-form {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  clear: both;
  margin: 10px 0;
  padding: 20px 40px;
}
.default-form label {
  display: block;
  margin: 5px 0 0;
}
.default-form .text-input {
  background: white;
  border: 1px solid #cccccc;
  margin: 1px;
  padding: 6px 10px;
  width: 500px;
}
.default-form textarea {
  background: white;
  border: 1px solid #cccccc;
  font-family: arial;
  height: 100px;
  margin: 1px;
  padding: 6px 10px;
  width: 500px;
}
.default-form select {
  background: white;
  border: 1px solid #cccccc;
  margin: 1px;
  padding-right: 5px;
  padding: 6px 10px;
  width: 500px;
  width: 510px;
}
.default-form .sub {
  background: white;
  border: 2px solid #cccccc;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 50px;
}
.default-form .sub:hover {
  background: #f5f5f5;
}
.search .input {
  background: white;
  border: 1px solid #cccccc;
  margin: 1px;
  padding: 6px 10px;
  width: 200px;
}
.search .sub {
  background: white;
  border: 1px solid #cccccc;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px 20px;
}
.search .sub:hover {
  background: #f5f5f5;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: initial;
}
body {
  background-size: 100% auto;
  font-family: "Roboto";
  line-height: 1;
  min-width: 1124px;
}
ol {
  list-style: none;
}
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q {
  quotes: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
.inside {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.inside:before {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
}
.inside:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
}
.content {
  background: center top no-repeat;
  font-size: 16px;
  min-height: 564px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.content h1 {
  color: #3b959e;
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  margin-top: 0px;
  margin: 20px 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.content .like-h1 {
  color: #3b959e;
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  margin-top: 0px;
  margin: 20px 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.content strong {
  color: #010749;
  font-weight: bold;
}
.content * {
  color: #000000;
}
.content .left-side {
  box-sizing: border-box;
  float: left;
}
.content .left-side .nadpis {
  background: #fb4d00;
  color: white;
  font-size: 16px;
  padding: 5px 0px;
  text-align: center;
  text-transform: uppercase;
  width: 163px;
}
.content .left-side .lines {
  background: white;
  box-sizing: border-box;
  padding: 10px;
}
.content .left-side .lines .line:nth-child(even) {
  background: #f4f9fa;
}
.content .left-side .lines.nabidka .line {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  padding: 10px;
}
.content .left-side .lines.nabidka .line div {
  display: inline-block;
  padding-right: 5px;
}
.content .left-side .lines.nabidka .line span {
  color: #18a696;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  vertical-align: top;
  display: inline-block;
}
.content .left-side .lines.news .line {
  background: transparent;
  box-sizing: border-box;
  height: 71px;
  padding-left: 25px;
  padding-top: 15px;
  width: 100%;
}
.content .left-side .lines.news .line a {
  color: #18a696;
  font-size: 16px;
  font-weight: bold;
  height: 71px;
  text-decoration: none;
  width: 100%;
}
.content .boxes .box {
  background: url("/assets/boxes-shade.png") right center no-repeat;
  border-bottom: 15px solid #ededed;
  box-sizing: border-box;
  color: #3b959e;
  display: block;
  float: left;
  font-weight: bold;
  height: 256px;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 330px;
}
.content .boxes .box:nth-child(3n+3) {
  background: none;
}
.content .boxes .box .image {
  background: center center no-repeat;
  height: 200px;
  width: 100%;
}
.content .right-side {
  box-sizing: border-box;
  float: right;
  margin-left: 33px;
  width: 722px;
}
.content .right-side .breadcrumbs {
  font-size: 9pt;
  line-height: 1.5;
}
.content .right-side .breadcrumbs a {
  color: #3b95a7;
}
.content .products {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.content .products:before {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  width: 100%;
}
.content .products:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  width: 100%;
}
.content .products .product {
  display: block;
  float: left;
  overflow: hidden;
  /*height: 225px;*/
  text-decoration: none;
  width: 142px;
  padding: 10px 16px;
  border: dotted 1px #CCC;
  margin: 2px;
}
.content .products .product div {
  margin: 16px 0px;
  /*margin-bottom:10px;*/
  position: relative;
  /*width: 142px;*/
  height: 142px;
  line-height: 142px;
  text-align: center;
}
.content .products .product div img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  /*position: absolute;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*width: 105px;*/
  /*height: 95px;*/
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.content .products .product h3 {
  color: #3b959e;
  font-size: 10pt;
  line-height: 1.2;
}
.content .products .product span {
  color: #666;
  font-size: 10pt;
  display: block;
}
.content .products .product:hover {
  background-color: #eee;
}
.content .products .product:hover div img {
  -webkit-transform: scale(1.23);
  -moz-transform: scale(1.23);
  -ms-transform: scale(1.23);
  -o-transform: scale(1.23);
  transform: scale(1.23);
}
.content .button-contact {
  background-color: #009bb0;
  color: white;
  display: inline-block;
  margin-top: 20px;
  padding: 13px 33px;
  text-decoration: none;
}
.content a {
  color: #010749;
  font-weight: normal;
}
.content li {
  line-height: 20px;
  list-style-position: inside;
  list-style-type: disc;
}
.content p {
  padding-bottom: 10px;
  text-align: justify;
}
header {
  width: 100%;
}
header .middleline {
  background: transparent center bottom no-repeat;
  height: 136px;
  width: 100%;
}
header .middleline .slogan {
  color: white;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  margin-left: 73px;
  text-shadow: 3px 3px rgba(233, 97, 22, 0.8);
  width: 449px;
}
.menu {
  background: #3b959e center center repeat-y;
  height: 53px;
  margin: 0 auto;
  max-width: 1412px;
  width: 100%;
}
.menu .inside {
  background: url("/assets/menu-bg.png") top right 116px no-repeat;
  width: 1124px;
}
.menu ul {
  float: left;
  height: 53px;
  margin: 0px;
}
.menu ul li {
  display: block;
  float: left;
  list-style-type: none;
  position: relative;
}
.menu ul li a {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 53px;
  padding: 12px 34px;
  text-align: center;
  text-decoration: none;
}
.menu ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.menu ul li a:after {
  background: url("/assets/dwn-shape.png") center center no-repeat;
  color: white;
  content: "";
  display: block;
  height: 20px;
  text-align: center;
  width: 100%;
}
.menu ul li ul.submenu {
  box-sizing: border-box;
  display: none;
  float: left;
  position: absolute;
  width: 220px;
}
.menu ul li ul.submenu:hover {
  display: block;
}
.menu ul li ul.submenu li {
  float: left;
  margin: 0;
  width: 100%;
}
.menu ul li ul.submenu li a {
  box-sizing: border-box;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
}
.menu ul li ul.submenu li a:hover {
  color: white;
}
.menu ul li ul.submenu a:nth-child(1) {
  border-top: 1px;
}
.menu ul li:hover > ul.submenu {
  background: #008650;
  display: block;
  height: auto;
  z-index: 10;
}
.menu ul li:hover > ul.submenu:nth-of-type(2) {
  left: 220px;
}
.menu ul li.sel a {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-weight: bold;
}
.menu .flags-right {
  float: right;
}
.menu2 {
  background: white;
  height: 79px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.menu2 .inside {
  width: 1124px;
}
.menu2 .category {
  border: 3px solid transparent;
  box-sizing: border-box;
  color: #276268;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 54px;
  margin-top: 12px;
  padding-bottom: 0;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
}
.menu2 .category:hover {
  border: 3px solid #d2e6e8;
  box-shadow: 0px 0px 15px #888888;
}
.menu2 .category.sel {
  border: 3px solid #d2e6e8;
  box-shadow: 0px 0px 15px #888888;
}
.content.bottom {
  background: url("/assets/dwn-cont-bg.png") center top no-repeat;
}
.content.hp {
  background: url("/assets/content-hp-shade.png") top center no-repeat;
  min-height: 0px;
  padding-bottom: 0;
}
.content.hp .boxes:before {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 100%;
}
.content.hp .boxes:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 100%;
}
footer {
  -moz-box-shadow: inset 0px 15px 51px -18px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0px 15px 51px -18px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0px 15px 51px -18px rgba(0, 0, 0, 0.8);
  background: #23565f no-repeat;
  box-shadow: inset 0px 15px 51px -18px rgba(0, 0, 0, 0.8);
  color: white;
  min-height: 116px;
  padding-bottom: 10px;
  width: 100%;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer .inside {
  box-sizing: border-box;
  font-size: 12px;
}
footer .menu-footer {
  margin-bottom: 35px;
}
footer .menu-footer:before {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
}
footer .menu-footer ul li {
  float: left;
  font-size: 15px;
  margin-top: 25px;
}
footer .menu-footer ul li a {
  padding: 10px 20px;
  text-decoration: none;
}
.menu-footer:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
}
.nadpis-b {
  color: #F37921;
  font-family: Tahoma;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
.text {
  font-family: Tahoma;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}
.text-i {
  font-family: Tahoma;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}
.text-b {
  display: inline-block;
  font-weight: bold;
  margin: 20px 0;
}
.subcategories {
  overflow: hidden;
  padding-top: 14px;
}
.subcategories a {
  background-color: #fff;
  position: relative;
  text-decoration: none !important;
  float: left;
  height: 150px;
  border: 1px solid #3b959e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 32%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 2%;
  margin-bottom: 50px;
}
.subcategories a:nth-child(3n+1) {
  margin-left: 0px;
}
.subcategories a span {
  margin-top: 150px;
  display: block;
  text-align: center;
  color: #3b959e;
  padding: 5px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
}
.search-desc {
  font-size: larger;
  font-style: italic;
}
.paticka-left {
  float: left;
}
.paticka-right {
  float: right;
}
.pro-img {
  display: block;
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
  line-height: 0px;
}
.pro-img:nth-child(3n+1) {
  margin-left: 0px;
}
.pro-img:hover img {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  -ms-opacity: .8;
  -o-opacity: .8;
  opacity: .8;
}
.pro-img img {
  margin: 0px;
  margin-top: 5px;
  width: 100%;
  height: 100%;
}
.pro-img span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  line-height: 1;
  top: 231px;
  left: 0px;
  right: 0px;
  display: block;
  text-align: center;
  color: #3b959e;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
}
.pagination {
  text-align: center;
  margin-top: 10px;
}
.pagination > * {
  display: inline-block;
  min-width: 26px;
  min-height: 26px;
  padding: 0px 3px;
  line-height: 24px;
  border: 1px solid #3b959e;
  color: #3b959e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.pagination a {
  text-decoration: none;
  color: #3b959e;
}
.pagination .button {
  padding: 0px 10px;
}
.pagination strong,
.pagination a:hover {
  background-color: #3b959e;
  color: #fff;
}
.cc {
  text-align: center;
  background-color: rgba(59, 149, 158, 0.5);
  padding: 1vw 0px;
}
.cc * {
  box-sizing: border-box;
}
.cc .h2-like {
  font-size: 36px;
  margin: 5px 0px 10px 0px;
  text-align: center;
  font-weight: 500;
}
.cc .form-loading {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}
.cc .contact-form {
  max-width: 700px;
  margin: auto;
}
.cc .contact-form input[type=text],
.cc .contact-form input[type=email],
.cc .contact-form input[type=password],
.cc .contact-form textarea,
.cc .contact-form select {
  /*border: @border-main;*/
  /*line-height: 52px;*/
}
.cc .contact-form label {
  text-indent: 200px;
  position: relative;
  z-index: 1;
  background-color: #23565F;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  color: transparent;
  text-indent: 54px;
  float: left;
  clear: left;
  margin-bottom: 10px;
}
.cc .contact-form label[for="name"] {
  background-image: url(/img/name.png);
}
.cc .contact-form label[for="email"] {
  background-image: url(/img/mail.png);
}
.cc .contact-form label[for="phone"] {
  background-image: url(/img/phone.png);
}
.cc .contact-form label[for="message"] {
  background-image: url(/img/msg.png);
}
.cc .contact-form input[type="text"]:invalid,
.cc .contact-form input[type="email"]:invalid,
.cc .contact-form input[type="password"]:invalid,
.cc .contact-form input[type="number"]:invalid,
.cc .contact-form textarea:invalid,
.cc .contact-form select:invalid {
  background-color: #ffffff;
}
.cc .contact-form input[type="text"],
.cc .contact-form input[type="email"],
.cc .contact-form input[type="password"],
.cc .contact-form input[type="number"],
.cc .contact-form textarea,
.cc .contact-form select {
  font-weight: 300;
  width: calc(100% - 54px);
  color: #000;
  border-radius: 0px;
  font-size: 73%;
  float: left;
  line-height: 54px;
  height: 54px;
  padding: 0px 20px;
  border: 0px solid transparent;
  margin-bottom: 10px;
  box-shadow: none !important;
}
.cc .contact-form input[type="text"],
.cc .contact-form input[type="email"],
.cc .contact-form input[type="password"],
.cc .contact-form input[type="number"],
.cc .contact-form textarea,
.cc .contact-form select,
.cc .contact-form input[type="submit"] {
  border-radius: 0px !important;
}
.cc .contact-form input:invalid,
.cc .contact-form textarea:invalid,
.cc .contact-form select:invalid {
  background: #FBE7E2;
  background-color: #fbe7e2;
  box-shadow: 0px 0px 5px #d00000;
}
.cc .contact-form .captcha-input {
  width: 220px !important;
}
.cc .contact-form textarea {
  height: 108px;
}
.cc .contact-form input[type="submit"] {
  float: right;
  font-size: 73%;
  border-radius: 0px;
  font-weight: 500;
  background-color: #23565F;
}
.cc .contact-form .button,
.cc .contact-form button,
.cc .contact-form input[type="button"],
.cc .contact-form input[type="submit"],
.cc .contact-form .submit,
.cc .contact-form .more-info {
  background-color: #23565F;
  color: #ffffff;
  font-family: Roboto;
  font-size: larger;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 0pt solid transparent;
  display: inline-block;
  padding: 6px 21px;
  width: auto;
  cursor: pointer;
  transition: all 0.4s;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.7) !important;
}
.cc .contact-form .clearfix,
.cc .contact-form .clear {
  display: block !important;
  height: 0px !important;
  float: none !important;
  width: 100% !important;
  clear: both !important;
}
.cc .flash-all li {
  text-align: center;
  padding: 5px 0px;
}
.cc .flash-all li::before {
  display: none;
}
.cc .flash-all.flash-succ {
  background-color: #138a0d;
  color: #fff;
}
.cc .flash-all.flash-critical {
  background-color: #d00000;
  color: #f0ad4e;
}
.cc .flash-all.flash-alert {
  background-color: #d00000;
  color: #fff;
}
.cc .flash-all.flash-warn {
  background-color: #f0ad4e;
  color: #fff;
}
.cc .flash-all.flash-debug,
.cc .flash-all.flash-log,
.cc .flash-all.flash-help {
  background-color: #2F7FBC;
  color: #fff;
}
.g-recaptcha {
  float: left;
  margin-left: 54px;
}
/*Responsive dodělávky*/
@media screen and (max-width: 1000px) {
  body {
    min-width: 0px;
  }
  .menu2 .inside,
  .menu .inside,
  .inside {
    width: 100%;
  }
  .menu .inside {
    background-image: none;
  }
  .language-switcher {
    position: initial;
  }
  header .middleline {
    height: auto;
  }
  header .middleline .slogan {
    box-sizing: border-box;
    margin-top: 20px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  header .middleline .logo {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  header .search {
    position: initial;
    text-align: right;
  }
  .content .big-side {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
  }
  .content .right-side {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
  }
  .content .bottom-side .more {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
  }
  .content img {
    display: inline-block;
    height: auto !important;
    max-width: 100%;
  }
  footer {
    height: auto;
    min-height: 136px;
  }
  footer .inside {
    padding: 0 10px;
  }
  .content .products {
    text-align: center;
  }
  .content .products .product {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media screen and (max-width: 703px) {
  .menu,
  .menu2 {
    background: none;
    height: auto;
  }
  .menu ul,
  .menu2 ul {
    background: #3b959e;
    border: 1px solid #008650;
    box-sizing: border-box;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 10000;
  }
  .menu ul li.menu-separator,
  .menu2 ul li.menu-separator {
    display: none;
  }
  .menu ul li,
  .menu2 ul li {
    border-left: 0px;
    border-right: 0px;
    border: 1px solid #008650;
    box-sizing: border-box;
    display: none;
    float: none;
    width: 100%;
  }
  .menu ul li a:hover,
  .menu2 ul li a:hover {
    color: #008650;
    font-weight: bold;
  }
  .menu ul li.sel a,
  .menu2 ul li.sel a {
    font-weight: bold;
  }
  .menu ul.open li,
  .menu2 ul.open li {
    display: block;
  }
  .menu .inside > ul:before,
  .menu2 .inside > ul:before {
    border-left: 0px;
    border-right: 0px;
    box-sizing: border-box;
    color: #FFF;
    content: "MENU";
    cursor: pointer;
    display: block;
    float: left;
    float: none;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 41px;
    padding: 10px 34px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .menu2 .inside > ul:before {
    content: "Kategorie produktů";
  }
  .menu2 .inside li {
    float: none;
  }
  .menu2 .inside li a {
    float: none;
    width: 100%;
  }
  .submenu li a {
    color: white;
  }
  .submenu li a:hover {
    color: white;
  }
  footer .menu-footer ul li {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  footer .menu-footer ul li:after {
    content: "|";
    display: inline;
  }
  footer .menu-footer ul li a {
    box-sizing: border-box;
    display: inline-block;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
    width: 100%;
  }
  footer .menu-footer ul li.hp:before {
    content: "|";
    display: inline;
  }
}
@media screen and (max-width: 374px) {
  header .middleline .logo {
    width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */