@charset "UTF-8";
/***************************************************
 * cookies
 ***************************************************/
#cookies {
    position: fixed;
    z-index: 999;
    bottom: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    width: 100vw;
    min-height: 56px;
    /*background: url(http://www.medicalseeds.cz/img/foot-block-03.png);*/
    background-color:rgba(182,216,103,0.9);
    display: none;
  }

  #cookies .inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 980px;
    width: 90%;
    height: 100%;
    text-align: center;
    padding: 6px 75px 10px 22px;
    color: white;
    font-size: 14px;
  }
#cookies-accept{cursor:pointer;}

@media (max-width: 1450px) {
    #cookies .inner {
    margin: 0 280px 0 0;
    max-width: none;
    width: auto;
    text-align:center;
    padding: 6px 0px 0px 22px;
  }
}
@media (max-width: 630px) {
    #cookies .inner {
    margin: 0 130px 0 0;
  }
}

/*#cookies .inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1230px;
    width: 90%;
    height: 100%;
    text-align: right;
    padding: 6px 75px 10px 22px;
    color: #2d303d;
    font-size: 14px;
  }*/
#cookies-accept{cursor:pointer;}
/*!
 * Styl pro zobrazení na obrazovce
 * @author Ing. Radek Liška, ing.radek.liska@gmail.com
 * © 2014 Všechna práva vyhrazena
 */
/***************************************************
 * Dokument
 ***************************************************/
html {
  position: relative;
  min-width: 960px;
  min-height: 100%;
}
body {
  margin: 0;
  padding-top: 420px;
  font-size: 16px;
}
/***************************************************
 * Logo
 ***************************************************/
.logo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  margin-left: -480px;
}
.logo a {
  display: block;
  text-decoration: none;
}
.logo img {
  display: block;
}
/***************************************************
 * Stránka
 ***************************************************/
.page-content {
  position: relative;
  z-index: 2;
}
.page-content b,
.page-content strong,
.page-content i,
.page-content em {
  color: #0060a0;
}
.page-head {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: repeat-x;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAQAAADFUcJQAAAAQUlEQVQ4jWP5v5+FgYGF4T+YZEBlkyFIPINIcWK4lEvRiKRcGR0ESeJSbsKAuJAqgtSKUxqRVJEikktQnEgGyYIAY2bGQCI7c/YAAAAASUVORK5CYII=");
}
.page-head .page-wrap {
  height: 100%;
}
.page-head:before,
.page-head:after {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  display: block;
  content: " ";
  position: absolute;
  z-index: -1;
}
.page-head:before {
  width: 1065px;
  height: 100px;
  background-image: url(../img/sprite-bg.png);
  background-position: 0 -280px;
  top: 0;
  left: 50%;
  margin-left: -405px;
}
.page-head:after {
  width: 1360px;
  height: 180px;
  background-image: url(../img/sprite-bg.png);
  background-position: 0 -100px;
  bottom: 98px;
  left: 50%;
  margin-left: -760px;
}
.page-foot {
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding-bottom: 1.25em;
}
.page-foot:before {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  width: 1130px;
  height: 100px;
  background-image: url(../img/sprite-bg.png);
  background-position: 0 0;
  display: block;
  content: " ";
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  margin-left: -665px;
}
.page-main {
  float: right;
  position: relative;
  z-index: 1;
  width: 540px;
}
.page-main .grid .grid-item {
  margin-left: 30px;
}
.page-main .grid .grid-item:first-child {
  margin-left: 0;
}
.page-main .grid .grid-half {
  width: 255px;
}
.page-main .grid .grid-third {
  width: 160px;
}
.page-main .grid .grid-two-third {
  width: 350px;
}
.page-main .grid .grid-quarter {
  width: 112px;
}
.page-main .grid .grid-three-quarter {
  width: 396px;
}
.page-main .grid .grid-fifth {
  width: 84px;
}
.page-main .grid .grid-two-fifth {
  width: 198px;
}
.page-main .grid .grid-three-fifth {
  width: 312px;
}
.page-main .grid .grid-four-fifth {
  width: 426px;
}
.page-main .grid .grid-sixth {
  width: 65px;
}
.page-main .grid .grid-five-sixth {
  width: 445px;
}
.page-column {
  position: relative;
  z-index: 2;
  width: 180px;
}
.page-column-left {
  float: left;
}
.page-column-right {
  float: right;
}
.page-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.page-wrap:before {
  content: " ";
  display: table;
}
.page-wrap:after {
  content: " ";
  display: table;
  clear: both;
}
.page-wrap .page-wrap {
  float: left;
  width: 750px;
  margin: 0;
}
/***************************************************
 * Katalog produktů v obsahu
 ***************************************************/
.catalog-grid {
  margin-top: 5px;
  width: 555px;
  font-size: 0;
}
.catalog-grid .catalog-item {
  display: inline-block;
  width: 170px;
  min-height: 1px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 16px;
}
.catalog-head {
  text-align: center;
}
.catalog-head h1,
.catalog-head h2,
.catalog-head h3,
.catalog-head h4,
.catalog-head h5,
.catalog-head h6,
.catalog-head .h1,
.catalog-head .h2,
.catalog-head .h3,
.catalog-head .h4,
.catalog-head .h5,
.catalog-head .h6 {
  color: #2d3023;
}
.catalog-item {
  position: relative;
  margin-top: 1.25em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d9eca4;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.catalog-item .batch {
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-item a {
  display: block;
  margin: 0 5px;
  padding-top: 5px;
  text-decoration: none;
}
.catalog-item a img {
  filter: alpha(opacity=100);
  opacity: 1;
  filter: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.catalog-item a:active img,
.catalog-item a:focus img,
.catalog-item a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  filter: inherit;
}
.catalog-item p {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
}
.catalog-name {
  padding-bottom: 1.25em;
  text-decoration: underline;
}
.catalog-img {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.catalog-img p {
  display: table-cell;
  margin-top: 0;
  vertical-align: middle;
}
.catalog-img img {
  max-width: 100%;
  max-height: 168px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.catalog-param {
  display: table;
  padding-bottom: 0.625em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
  table-layout: fixed;
}
.catalog-param p {
  margin-top: 0;
}
.catalog-param-row {
  display: table-row;
}
.catalog-param-item {
  display: table-cell;
  padding: 0.3em 5px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  vertical-align: middle;
}
.catalog-param-item-green{
  background: #9bc648;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6d867), color-stop(100%, #9bc648));
  background-image: -webkit-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -moz-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -ms-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -o-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: linear-gradient(top, #b6d867 0%, #9bc648 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6d867', endColorstr='#9bc648', GradientType=0);*/
  min-width: 33% !important;
  max-width: 33% !important;
  width: 33% !important;
}
.catalog-param-item-green {
  color: #2d3023;
}
.catalog-param-item-price {
  color: #0060a0;
  margin-left: 5px;
  text-indent: -5px;
  word-wrap: normal;
  word-break: normal;
}
.catalog-param-item-weight{
  color: #000000;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 15px;
}
.catalog-param-item-pink {
  background: #e7734a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28867), color-stop(100%, #e7734a));
  background-image: -webkit-linear-gradient(top, #f28867 0%, #e7734a 100%);
  background-image: -moz-linear-gradient(top, #f28867 0%, #e7734a 100%);
  background-image: -ms-linear-gradient(top, #f28867 0%, #e7734a 100%);
  background-image: -o-linear-gradient(top, #f28867 0%, #e7734a 100%);
  background-image: linear-gradient(top, #f28867 0%, #e7734a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28867', endColorstr='#e7734a', GradientType=0);
  color: #2d3023;
}
.catalog-param-item-gold {
  background: #c6b448;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7c467), color-stop(100%, #c6b448));
  background-image: -webkit-linear-gradient(top, #d7c467 0%, #c6b448 100%);
  background-image: -moz-linear-gradient(top, #d7c467 0%, #c6b448 100%);
  background-image: -ms-linear-gradient(top, #d7c467 0%, #c6b448 100%);
  background-image: -o-linear-gradient(top, #d7c467 0%, #c6b448 100%);
  background-image: linear-gradient(top, #d7c467 0%, #c6b448 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7c467', endColorstr='#c6b448', GradientType=0);
  color: #2d3023;
}
/***************************************************
 * Stránkování produktů v obsahu
 ***************************************************/
.paging {
  margin-top: 1.25em;
  padding: 0.625em 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d9eca4;
}
.paging:before {
  content: " ";
  display: table;
}
.paging:after {
  content: " ";
  display: table;
  clear: both;
}
.paging p {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
  margin-top: 0;
}
.paging a {
  color: #2d3023;
  text-decoration: none;
}
.paging a:active,
.paging a:focus,
.paging a:hover {
  color: #147ab8;
}
.paging strong {
  color: #4f9703;
  text-decoration: underline;
}
.paging-item-left {
  float: left;
}
.paging-item-right {
  float: right;
}
.paging-prev a {
  margin-right: 0.625em;
}
.paging-prev a:before {
  content: "«";
  margin-right: 0.3125em;
  font-size: 1.125em;
}
.paging-next a {
  margin-left: 0.625em;
}
.paging-next a:after {
  content: "»";
  margin-left: 0.3125em;
  font-size: 1.125em;
}
/***************************************************
 * Filtrování produktů v obsahu
 ***************************************************/
.filtering {
  margin-top: 1.25em;
}
.filtering:before {
  content: " ";
  display: table;
}
.filtering:after {
  content: " ";
  display: table;
  clear: both;
}
.filtering p {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
  margin-top: 0;
}
.filtering select {
  margin-top: 0.3125em;
  width: 100%;
}
.filtering-item {
  float: left;
  width: 170px;
  margin-left: 15px;
}
.filtering-item:first-child {
  margin-left: 0;
}
.filtering-label {
  display: block;
  padding: 0 12px;
}
/***************************************************
 * Detail produktů v obsahu
 ***************************************************/
.detail {
  position: relative;
}
.detail .batch {
  position: absolute;
  top: 1.25em;
  left: 0;
  pointer-events: none;
}
.detail-wrap:after {
  content: " ";
  display: table;
  clear: both;
}
.detail-img {
  float: left;
  width: 255px;
}
.detail-img-front img {
  display: block;
  max-width: 100%;
  border: 5px solid #d9eca4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.detail-img-thumb {
  margin-top: 5px;
  width: 270px;
  font-size: 0;
}
.detail-img-thumb p {
  margin-top: 0;
}
.detail-img-thumb img {
  height: 75px;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #d9eca4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.detail-info {
  float: right;
  width: 255px;
}
.detail-info table {
  margin-top: 0;
}
.detail-info td,
.detail-info th {
  padding: 0.625em 0 0 1.25em;
}
.detail-info td:first-child,
.detail-info th:first-child {
  padding-left: 0;
}
.detail-info th {
  color: #4f9703;
}
.detail-variant {
  margin-top: 1.25em;
}
.detail-variant form:first-child .detail-variant-item {
  padding-top: 0;
  color: #4f9703;
  font-weight: 700;
}
.detail-variant form:nth-child(odd):last-child .detail-variant-item {
  padding-bottom: 0;
}
.detail-variant form:nth-child(even) .detail-variant-item {
  background: #d9eca4;
}
.detail-variant p {
  display: table;
  width: 100%;
  margin-top: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.detail-variant strong {
  color: #2d3023;
}
.detail-variant input[type="text"] {
  width: 3em;
  text-align: right;
}
.detail-variant button {
  width: 100%;
  padding-left: 0.625em;
  padding-right: 0.625em;
  font-size: 0.875em;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
}
.detail-variant button:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07a";
  margin-right: 0.3125em;
  color: #0060a0;
}
.detail-variant-item {
  display: table-cell;
  padding: 0.625em 0.625em;
  vertical-align: middle;
}
.detail-variant-item:nth-child(1) {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
}
.detail-variant-item:nth-last-child(1) {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
}
/***************************************************
 * Menu ve sloupci
 ***************************************************/
.sidemenu {
  position: relative;
  margin-top: 1.25em;
  padding-bottom: 80px;
}
.sidemenu:before,
.sidemenu:after {
  display: block;
  content: " ";
  position: absolute;
  z-index: -1;
}
.sidemenu:before {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  width: 130px;
  height: 120px;
  background-position: -310px -60px;
  top: -100px;
  left: -46px;
}
.sidemenu:after {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  width: 110px;
  height: 160px;
  background-position: -200px -60px;
  bottom: 0;
  left: -18px;
}
.sidemenu-leaf-holder{
    position: absolute;
    display: block;
    width: 260px;
    margin-left: -50px;
    height: 89%;
}
.sidemenu-leaf-left, .sidemenu-leaf-right{
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    float: left;
    margin-top: 70px;
    background-image: url(../img/sprite.png);
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
}
.sidemenu-leaf-right{
    width: 50px;
}
.sidemenu-leaf-left{
    right: 5px;
    background-position: -465px 0;
}
.sidemenu-leaf-right{
    left: 205px;
    background-position: -550px 0;
    
}
.sidemenu ul {
  position: relative;
  margin: 0;
  padding: 0 0.3125em 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d9eca4;
  list-style: none;
}
.sidemenu ul:before {
  content: " ";
  display: table;
}
.sidemenu ul:after {
  content: " ";
  display: table;
  clear: both;
}
.sidemenu li {
  margin-top: 0.3125em;
}
.sidemenu ul li a:first-child{
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #9bc648;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-size: 170px 34px;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  filter: none;
  color: #2d3023;
}
.sidemenu ul li li a:first-child{
  background: transparent;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0);
}
.sidemenu li.active ul {
  position: static;
  margin-left: 20px;
  padding-bottom: 0.3125em;
}
.sidemenu li.active li {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  filter: inherit;
}
.sidemenu li li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06c";
  display: block;
  position: absolute;
  top: 0.14285714em;
  left: -10px;
  font-size: 16px;
  color: #9bc648;
  cursor: default;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.sidemenu li li.active:before, .sidemenu li:hover:before{
  color: #0765A5;
}
.sidemenu li.active li ul {
  padding-bottom: 0;
}
.sidemenu li.active li a {
  position: relative;
}
.sidemenu li.active li > a {
  padding: 0 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25em;
}
.sidemenu li.active a {
  padding: 0 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  filter: inherit;
  color: #c6e9ff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.page-column-right .sidemenu > ul{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
.page-column-right .sidemenu > ul > li > ul > li > a{
	font-weight: bold;
}
.sidemenu ul li a:active
.sidemenu ul li a:focus,
.sidemenu ul li a:hover{
    color: #FFFFFF;
}
.sidemenu ul li li > a:active
.sidemenu ul li li > a:focus,
.sidemenu ul li li > a:hover{
    color: #0765A5;
}
.sidemenu li > a , .sidemenu li.active > a {
  padding: 0.3125em 10px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2222em;
}
.sidemenu li li.active > a {
  color: #0765A5;
}
.sidemenu li ul {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.sidemenu li ul:before {
  content: normal;
  display: inline;
}
.sidemenu li ul:before {
  content: normal;
  display: inline;
}
.sidemenu li li {
  margin-top: 0;
}
.sidemenu li a {
  display: block;
  padding: 0.3125em 10px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #9bc648;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  filter: none;
  color: #2d3023;
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  line-height: 1.2222em;
  -webkit-transition: background-color 0.4s , color 0.4s;
  -moz-transition: background-color 0.4s , color 0.4s;
  -o-transition: background-color 0.4s , color 0.4s;
  transition: background-color 0.4s , color 0.4s;
}
/***************************************************
 * Prolínač bannerů v obsahu
 ***************************************************/
.imagefader {
  overflow: hidden;
  position: relative;
  width: 540px;
  height: 120px;
  border: 5px solid #d9eca4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 1.25em;
}
.imagefader .nivo-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 30px 0.625em;
  color: #2d3023;
  text-align: right;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.imagefader .nivo-caption p {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 0.5em;
}
.imagefader .nivo-caption h1,
.imagefader .nivo-caption h2,
.imagefader .nivo-caption h3,
.imagefader .nivo-caption h4,
.imagefader .nivo-caption h5,
.imagefader .nivo-caption h6,
.imagefader .nivo-caption .h1,
.imagefader .nivo-caption .h2,
.imagefader .nivo-caption .h3,
.imagefader .nivo-caption .h4,
.imagefader .nivo-caption .h5,
.imagefader .nivo-caption .h6 {
  margin-top: 0.8333em;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: 0.41665em;
  color: #0060a0;
  font-weight: normal;
}
.imagefader .nivo-caption h1 a,
.imagefader .nivo-caption h2 a,
.imagefader .nivo-caption h3 a,
.imagefader .nivo-caption h4 a,
.imagefader .nivo-caption h5 a,
.imagefader .nivo-caption h6 a,
.imagefader .nivo-caption .h1 a,
.imagefader .nivo-caption .h2 a,
.imagefader .nivo-caption .h3 a,
.imagefader .nivo-caption .h4 a,
.imagefader .nivo-caption .h5 a,
.imagefader .nivo-caption .h6 a {
  color: #0060a0;
}
.imagefader .nivo-caption h1 a:active,
.imagefader .nivo-caption h2 a:active,
.imagefader .nivo-caption h3 a:active,
.imagefader .nivo-caption h4 a:active,
.imagefader .nivo-caption h5 a:active,
.imagefader .nivo-caption h6 a:active,
.imagefader .nivo-caption .h1 a:active,
.imagefader .nivo-caption .h2 a:active,
.imagefader .nivo-caption .h3 a:active,
.imagefader .nivo-caption .h4 a:active,
.imagefader .nivo-caption .h5 a:active,
.imagefader .nivo-caption .h6 a:active,
.imagefader .nivo-caption h1 a:focus,
.imagefader .nivo-caption h2 a:focus,
.imagefader .nivo-caption h3 a:focus,
.imagefader .nivo-caption h4 a:focus,
.imagefader .nivo-caption h5 a:focus,
.imagefader .nivo-caption h6 a:focus,
.imagefader .nivo-caption .h1 a:focus,
.imagefader .nivo-caption .h2 a:focus,
.imagefader .nivo-caption .h3 a:focus,
.imagefader .nivo-caption .h4 a:focus,
.imagefader .nivo-caption .h5 a:focus,
.imagefader .nivo-caption .h6 a:focus,
.imagefader .nivo-caption h1 a:hover,
.imagefader .nivo-caption h2 a:hover,
.imagefader .nivo-caption h3 a:hover,
.imagefader .nivo-caption h4 a:hover,
.imagefader .nivo-caption h5 a:hover,
.imagefader .nivo-caption h6 a:hover,
.imagefader .nivo-caption .h1 a:hover,
.imagefader .nivo-caption .h2 a:hover,
.imagefader .nivo-caption .h3 a:hover,
.imagefader .nivo-caption .h4 a:hover,
.imagefader .nivo-caption .h5 a:hover,
.imagefader .nivo-caption .h6 a:hover {
  color: #4f9703;
}
.imagefader .nivo-caption h1 b,
.imagefader .nivo-caption h2 b,
.imagefader .nivo-caption h3 b,
.imagefader .nivo-caption h4 b,
.imagefader .nivo-caption h5 b,
.imagefader .nivo-caption h6 b,
.imagefader .nivo-caption .h1 b,
.imagefader .nivo-caption .h2 b,
.imagefader .nivo-caption .h3 b,
.imagefader .nivo-caption .h4 b,
.imagefader .nivo-caption .h5 b,
.imagefader .nivo-caption .h6 b,
.imagefader .nivo-caption h1 strong,
.imagefader .nivo-caption h2 strong,
.imagefader .nivo-caption h3 strong,
.imagefader .nivo-caption h4 strong,
.imagefader .nivo-caption h5 strong,
.imagefader .nivo-caption h6 strong,
.imagefader .nivo-caption .h1 strong,
.imagefader .nivo-caption .h2 strong,
.imagefader .nivo-caption .h3 strong,
.imagefader .nivo-caption .h4 strong,
.imagefader .nivo-caption .h5 strong,
.imagefader .nivo-caption .h6 strong,
.imagefader .nivo-caption h1 i,
.imagefader .nivo-caption h2 i,
.imagefader .nivo-caption h3 i,
.imagefader .nivo-caption h4 i,
.imagefader .nivo-caption h5 i,
.imagefader .nivo-caption h6 i,
.imagefader .nivo-caption .h1 i,
.imagefader .nivo-caption .h2 i,
.imagefader .nivo-caption .h3 i,
.imagefader .nivo-caption .h4 i,
.imagefader .nivo-caption .h5 i,
.imagefader .nivo-caption .h6 i,
.imagefader .nivo-caption h1 em,
.imagefader .nivo-caption h2 em,
.imagefader .nivo-caption h3 em,
.imagefader .nivo-caption h4 em,
.imagefader .nivo-caption h5 em,
.imagefader .nivo-caption h6 em,
.imagefader .nivo-caption .h1 em,
.imagefader .nivo-caption .h2 em,
.imagefader .nivo-caption .h3 em,
.imagefader .nivo-caption .h4 em,
.imagefader .nivo-caption .h5 em,
.imagefader .nivo-caption .h6 em {
  color: #0060a0;
}
.imagefader .nivo-caption a {
  color: #2d3023;
  text-decoration: none;
}
.imagefader .nivo-caption a:active,
.imagefader .nivo-caption a:focus,
.imagefader .nivo-caption a:hover {
  color: #4f9703;
}
.imagefader .nivo-caption b,
.imagefader .nivo-caption strong,
.imagefader .nivo-caption i,
.imagefader .nivo-caption em {
  color: #2d3023;
}
.imagefader p {
  margin-top: 0;
}
.imagefader h1,
.imagefader h2,
.imagefader h3,
.imagefader h4,
.imagefader h5,
.imagefader h6,
.imagefader .h1,
.imagefader .h2,
.imagefader .h3,
.imagefader .h4,
.imagefader .h5,
.imagefader .h6 {
  margin-top: 0;
}
.imagefader ul {
  margin: 0;
  list-style: none;
}
.imagefader img {
  width: 530px !important;
  height: 110px !important;
}
.imagefader-wrap {
  overflow: hidden;
  width: 530px;
  height: 110px;
}
/***************************************************
 * Boční banner ve sloupci
 ***************************************************/
.sidebanner {
  position: relative;
  margin-top: 1.25em;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d9eca4;
  min-height: 110px;
}
.sidebanner:before {
  content: " ";
  display: table;
}
.sidebanner:after {
  content: " ";
  display: table;
  clear: both;
}
.sidebanner-img {
  overflow: hidden;
  position: relative;
}
.sidebanner-img p {
  margin-top: 0;
}
.sidebanner-img a {
  display: block;
}
.sidebanner-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebanner-text {
  position: relative;
  padding: 0 10px 0.625em;
  background: #d9eca4;
  background: rgba(217, 236, 164, 0.75);
}
.sidebanner-text:before {
  content: " ";
  display: table;
}
.sidebanner-text:after {
  content: " ";
  display: table;
  clear: both;
}
.sidebanner-text p {
  margin-top: 0.625em;
}
.sidebanner-text h1,
.sidebanner-text h2,
.sidebanner-text h3,
.sidebanner-text h4,
.sidebanner-text h5,
.sidebanner-text h6,
.sidebanner-text .h1,
.sidebanner-text .h2,
.sidebanner-text .h3,
.sidebanner-text .h4,
.sidebanner-text .h5,
.sidebanner-text .h6 {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 0.5em;
  color: #0060a0;
}
/***************************************************
 * Prolínač v hlavičce
 ***************************************************/
.topfader {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 290px;
  border-radius: 5px;
  background: #d9eca4;
}
.topfader-wrap {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topfader-control {
  position: absolute;
  bottom: 30px;
  right: 10px;
  text-align: center;
}
.topfader-control a {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  background-position: -404px 0;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  font-size: 0;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.topfader-control a:before,
.topfader-control a:after {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  display: block;
  content: " ";
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: visibility 0s , opacity 0.4s;
  -moz-transition: visibility 0s , opacity 0.4s;
  -o-transition: visibility 0s , opacity 0.4s;
  transition: visibility 0s , opacity 0.4s;
  -webkit-transition-delay: 0.4s , 0s;
  -moz-transition-delay: 0.4s , 0s;
  -o-transition-delay: 0.4s , 0s;
  transition-delay: 0.4s , 0s;
}
.topfader-control a:before {
  width: 30px;
  height: 20px;
  background-position: -434px 0;
  top: 0;
  left: 0;
}
.topfader-control a:after {
  width: 24px;
  height: 50px;
  background-position: -380px 0;
  bottom: 10px;
  left: 5px;
}
.topfader-control a:first-child {
  margin-left: 0;
}
.topfader-control a.active:after {
  filter: alpha(opacity=100);
  opacity: 1;
  filter: inherit;
  content: "  ";
  visibility: visible;
  -webkit-transition-delay: 0s , 0s;
  -moz-transition-delay: 0s , 0s;
  -o-transition-delay: 0s , 0s;
  transition-delay: 0s , 0s;
}
.topfader-control a:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
  filter: inherit;
  content: "  ";
  visibility: visible;
  -webkit-transition-delay: 0s , 0s;
  -moz-transition-delay: 0s , 0s;
  -o-transition-delay: 0s , 0s;
  transition-delay: 0s , 0s;
}
.topfader-item {
  position: relative;
  height: 100%;
}
.topfader-img {
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  text-align: center;
}
.topfader-img p {
  margin-top: 0;
}
.topfader-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  /*width: 950px;*/
  max-height: 280px;
  float: left;
}
.topfader-text {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  margin-top: 20px;
  right: 5px;
  max-height: 180px;
  color: #0060a0;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(96, 96, 96, 0.75);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
  background: rgb(151,201,63);
  background: rgba(151, 201, 63, 0.75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  padding: 0 10px;
}
.topfader-text a {
  color: #0060a0;
  text-decoration: none;
}
.topfader-text a:active,
.topfader-text a:focus,
.topfader-text a:hover {
  color: #2d3023;
}
.topfader-text a:active h1,
.topfader-text a:focus h1,
.topfader-text a:hover h1,
.topfader-text a:active h2,
.topfader-text a:focus h2,
.topfader-text a:hover h2,
.topfader-text a:active h3,
.topfader-text a:focus h3,
.topfader-text a:hover h3,
.topfader-text a:active h4,
.topfader-text a:focus h4,
.topfader-text a:hover h4,
.topfader-text a:active h5,
.topfader-text a:focus h5,
.topfader-text a:hover h5,
.topfader-text a:active h6,
.topfader-text a:focus h6,
.topfader-text a:hover h6,
.topfader-text a:active .h1,
.topfader-text a:focus .h1,
.topfader-text a:hover .h1,
.topfader-text a:active .h2,
.topfader-text a:focus .h2,
.topfader-text a:hover .h2,
.topfader-text a:active .h3,
.topfader-text a:focus .h3,
.topfader-text a:hover .h3,
.topfader-text a:active .h4,
.topfader-text a:focus .h4,
.topfader-text a:hover .h4,
.topfader-text a:active .h5,
.topfader-text a:focus .h5,
.topfader-text a:hover .h5,
.topfader-text a:active .h6,
.topfader-text a:focus .h6,
.topfader-text a:hover .h6 {
  color: #2d3023;
}
.topfader-text p {
  margin-top: 0.5em;
  font-size: 2.5em;
  line-height: 1.25em;
  margin-top: 0;
}
.topfader-text h1,
.topfader-text h2,
.topfader-text h3,
.topfader-text h4,
.topfader-text h5,
.topfader-text h6,
.topfader-text .h1,
.topfader-text .h2,
.topfader-text .h3,
.topfader-text .h4,
.topfader-text .h5,
.topfader-text .h6 {
  margin-top: 0.3125em;
  font-size: 4em;
  line-height: 1.25em;
  margin-top: 0;
  color: #ffffff;
  font-weight: normal;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.topfader-text h1 a,
.topfader-text h2 a,
.topfader-text h3 a,
.topfader-text h4 a,
.topfader-text h5 a,
.topfader-text h6 a,
.topfader-text .h1 a,
.topfader-text .h2 a,
.topfader-text .h3 a,
.topfader-text .h4 a,
.topfader-text .h5 a,
.topfader-text .h6 a {
  color: #ffffff;
}
.topfader-text h1 a:active,
.topfader-text h2 a:active,
.topfader-text h3 a:active,
.topfader-text h4 a:active,
.topfader-text h5 a:active,
.topfader-text h6 a:active,
.topfader-text .h1 a:active,
.topfader-text .h2 a:active,
.topfader-text .h3 a:active,
.topfader-text .h4 a:active,
.topfader-text .h5 a:active,
.topfader-text .h6 a:active,
.topfader-text h1 a:focus,
.topfader-text h2 a:focus,
.topfader-text h3 a:focus,
.topfader-text h4 a:focus,
.topfader-text h5 a:focus,
.topfader-text h6 a:focus,
.topfader-text .h1 a:focus,
.topfader-text .h2 a:focus,
.topfader-text .h3 a:focus,
.topfader-text .h4 a:focus,
.topfader-text .h5 a:focus,
.topfader-text .h6 a:focus,
.topfader-text h1 a:hover,
.topfader-text h2 a:hover,
.topfader-text h3 a:hover,
.topfader-text h4 a:hover,
.topfader-text h5 a:hover,
.topfader-text h6 a:hover,
.topfader-text .h1 a:hover,
.topfader-text .h2 a:hover,
.topfader-text .h3 a:hover,
.topfader-text .h4 a:hover,
.topfader-text .h5 a:hover,
.topfader-text .h6 a:hover {
  color: #2d3023;
}
/***************************************************
 * Drobečková navigace v hlavičce
 ***************************************************/
.breadcrumb {
  position: relative;
  z-index: 2;
  left: 50%;
  width: 540px;
  min-height: 21px;
  margin-bottom: -21px;
  margin-left: -270px;
}
.breadcrumb p {
  overflow: hidden;
  margin-top: 0;
  font-size: 0.75em;
  line-height: 20px;
 /* white-space: nowrap; */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
}
.breadcrumb a {
  font-weight: 700;
  text-decoration: none;
}
/***************************************************
 * Horní menu v hlavičce
 ***************************************************/
.topmenu {
  margin-left: 250px;
}
.topmenu:after {
  content: " ";
  display: table;
  clear: both;
}
.topmenu ul {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
  float: right;
  margin-top: 0.625em;
  margin-left: 0;
  list-style: none;
}
.topmenu ul:after {
  content: " ";
  display: table;
  clear: both;
}
.topmenu li {
  float: left;
  margin-left: 1.25em;
}
.topmenu li:first-child {
  margin-left: 0;
}
.topmenu a {
  color: #2d3023;
}
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
  color: #147ab8;
}
.topmenu-item {
  position: relative;
  padding-left: 1.59821429em;
}
.topmenu-item:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.28571429em;
  margin-top: -0.5em;
  color: #0060a0;
  cursor: default;
}
.topmenu-item-basket:before {
  content: "\f07a";
}
.topmenu-item-lock:before {
  content: "\f023";
}
.topmenu-item-user:before {
  content: "\f007";
}
.topmenu-label {
  display: none;
}
/***************************************************
 * Přihlašovací popup v hlavičce
 ***************************************************/
.login {
  margin-top: 0.625em;
  margin-left: 250px;
  text-align: right;
}
.login:after {
  content: " ";
  display: table;
  clear: both;
}
.login p {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
  margin-top: 0;
}
.login a {
  color: #2d3023;
}
.login a:active,
.login a:focus,
.login a:hover {
  color: #147ab8;
}
.login-popup {
  overflow: hidden;
  width: 240px;
  height: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d9eca4;
  text-align: center;
}
.login-popup .login-item {
  display: block;
  margin-top: 0.7143em;
  width: 100%;
}
.login-popup .placeholder-wrap,
.login-popup input[type="email"],
.login-popup input[type="password"],
.login-popup input[type="text"] {
  width: 100%;
}
.login-active {
  height: auto;
  padding: 0 15px 0.7143em;
}
/***************************************************
 * Panel s menu a vyhledáváním v hlavičce
 ***************************************************/
.topbar {
  margin-left: 250px;
}
.topbar:after {
  content: " ";
  display: table;
  clear: both;
}
.topbar-wrap {
  float: right;
}
.topbar-wrap:after {
  content: " ";
  display: table;
  clear: both;
}
.topbar-search {
  float: right;
  position: relative;
  margin-top: 0.625em;
  margin-left: 1.25em;
}
.topbar-search p {
  margin-top: 0;
}
.topbar-search button {
  overflow: hidden;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1.28571429em;
  height: 1.25em;
  margin-top: -0.625em;
  padding: 0;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  filter: inherit;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.topbar-search button:active,
.topbar-search button:focus,
.topbar-search button:hover {
  color: #147ab8;
}
.topbar-search button:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  content: "\f002";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.64285714em;
  text-indent: 0;
}
.topbar-menu {
  float: right;
}
.topbar-menu li {
  float: left;
  position: relative;
}
.topbar-menu li:hover > ul {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: inherit;
  -webkit-transition-delay: 0s , 0s;
  -moz-transition-delay: 0s , 0s;
  -o-transition-delay: 0s , 0s;
  transition-delay: 0s , 0s;
}
.topbar-menu li ul {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin-top: 0;
  width: 180px;
  padding: 0.625em 0;
  -webkit-box-shadow: 0.3125em 0.3125em 0.3125em -0.3125em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.3125em 0.3125em 0.3125em -0.3125em rgba(0, 0, 0, 0.25);
  box-shadow: 0.3125em 0.3125em 0.3125em -0.3125em rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #9bc648;
  background: rgba(155, 198, 72, 0.75);
  -webkit-transition: visibility 0s , opacity 0.4s;
  -moz-transition: visibility 0s , opacity 0.4s;
  -o-transition: visibility 0s , opacity 0.4s;
  transition: visibility 0s , opacity 0.4s;
  -webkit-transition-delay: 0.4s , 0s;
  -moz-transition-delay: 0.4s , 0s;
  -o-transition-delay: 0.4s , 0s;
  transition-delay: 0.4s , 0s;
}
.topbar-menu li li {
  float: none;
}
.topbar-menu li li a {
  padding: 0 0.625em;
  color: #2d3023;
  font-weight: 400;
}
.topbar-menu li li a.active,
.topbar-menu li li a:active,
.topbar-menu li li a:focus,
.topbar-menu li li a:hover {
  color: #ffffff;
}
.topbar-menu li a {
  display: block;
  padding: 5px 0.625em;
  font-weight: 700;
  text-decoration: none;
}
.topbar-menu li a.active {
  color: #0060a0;
}
.topbar-menu ul {
  margin-top: 0.625em;
  margin-left: 0;
  list-style: none;
}
.topbar-menu ul:after {
  content: " ";
  display: table;
  clear: both;
}
/***************************************************
 * Menu v patičce
 ***************************************************/
.bottomcontact {
  margin: 0 180px;
  text-align: center;
}
.bottomcontact-content {
  font-size: 0;
}
.bottomcontact-item {
  display: inline-block;
  margin-top: 1.25em;
  width: 200px;
  min-height: 1px;
  font-size: 16px;
  vertical-align: top;
}
.bottomcontact-text p {
  margin-top: 0.625em;
}
.bottomcontact-text strong {
  font-size: 1.125em;
  line-height: 1.2222em;
}
.bottomcontact-img {
  width: 200px;
  height: 140px;
  font-size: 0;
}
.bottomcontact-img p {
  position: relative;
  z-index: 0;
  margin-top: 0;
  height: 100%;
}
.bottomcontact-img a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
}
.bottomcontact-img a:after {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  width: 200px;
  height: 140px;
  background-position: 0 -60px;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}
.bottomcontact-img img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 140px;
}
/***************************************************
 * Menu v patičce
 ***************************************************/
.bottommenu {
  margin: 0 180px;
}
.bottommenu:after {
  content: " ";
  display: table;
  clear: both;
}
.bottommenu-item {
  float: left;
  width: 160px;
  margin-left: 30px;
}
.bottommenu-head h1,
.bottommenu-head h2,
.bottommenu-head h3,
.bottommenu-head h4,
.bottommenu-head h5,
.bottommenu-head h6,
.bottommenu-head .h1,
.bottommenu-head .h2,
.bottommenu-head .h3,
.bottommenu-head .h4,
.bottommenu-head .h5,
.bottommenu-head .h6 {
  margin-top: 1.25em;
  font-size: 1em;
  line-height: 1.25em;
  padding: 0.3125em 12px;
  border: 5px solid #c3e081;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #9bc648;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6d867), color-stop(100%, #9bc648));
  background-image: -webkit-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -moz-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -ms-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: -o-linear-gradient(top, #b6d867 0%, #9bc648 100%);
  background-image: linear-gradient(top, #b6d867 0%, #9bc648 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6d867', endColorstr='#9bc648', GradientType=0);
  color: #2d3023;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.bottommenu-content ul {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
  margin-left: 0;
  list-style: none;
}
.bottommenu-content li {
  margin-top: 0.25em;
}
.bottommenu-content li:first-child {
  margin-top: 0;
}
.bottommenu-content a {
  color: #2d3023;
  text-decoration: none;
}
.bottommenu-content a.active,
.bottommenu-content a:active,
.bottommenu-content a:focus,
.bottommenu-content a:hover {
  color: #0060a0;
  text-decoration: underline;
}
.bottommenu-img img {
  width: 100%;
}
.bottommenu-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  margin-right: 0.3125em;
  color: #4f9703;
  vertical-align: middle;
  cursor: default;
}
.bottommenu-icon-leaf:before {
  content: "\f06c";
}
.bottommenu-icon-mail:before {
  content: "\f0e0";
}
.bottommenu-icon-phone:before {
  content: "\f098";
}
.bottommenu-icon-facebook:before {
  content: "\f082";
}
/***************************************************
 * Panel s copyright a autorem v patičce
 ***************************************************/
.bottombar {
  margin-top: 2.5em;
}
.bottombar:before {
  content: " ";
  display: table;
}
.bottombar:after {
  content: " ";
  display: table;
  clear: both;
}
.bottombar p {
  margin-top: 1.4286em;
  font-size: 0.875em;
  line-height: 1.1429em;
}
.bottombar-copyright {
  float: left;
  width: 790px;
}
.bottombar-copyright a {
  color: #2d3023;
  text-decoration: none;
}
.bottombar-copyright a:active,
.bottombar-copyright a:focus,
.bottombar-copyright a:hover {
  color: #0060a0;
}
.bottombar-author {
  float: right;
  width: 140px;
  text-align: right;
}
.bottombar-author a {
  overflow: hidden;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  width: 140px;
  height: 20px;
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: inherit;
  color: #2d3023;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.bottombar-author a br {
  display: none;
}
.bottombar-author a:active,
.bottombar-author a:focus,
.bottombar-author a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #0060a0;
}
/***************************************************
 * Preferery
 ***************************************************/
.batch {
  background-image: url(../img/sprite.png);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
  width: 80px;
  height: 60px;
}
.batch p {
  margin-top: 0;
  overflow: hidden;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
}
.batch-green {
  background-position: -220px 0;
}
.batch-gold {
  background-position: -140px 0;
}
.batch-pink {
  background-position: -300px 0;
}
/***************************************************
 * Sloupce
 ***************************************************/
.grid {
  width: 100%;
}
.grid:after {
  content: " ";
  display: table;
  clear: both;
}
.grid .grid-item {
  float: left;
  min-height: 1px;
}
.grid .grid-item {
  margin-left: 30px;
}
.grid .grid-item:first-child {
  margin-left: 0;
}
.grid .grid-half {
  width: 465px;
}
.grid .grid-third {
  width: 300px;
}
.grid .grid-two-third {
  width: 630px;
}
.grid .grid-quarter {
  width: 217px;
}
.grid .grid-three-quarter {
  width: 711px;
}
.grid .grid-fifth {
  width: 168px;
}
.grid .grid-two-fifth {
  width: 366px;
}
.grid .grid-three-fifth {
  width: 564px;
}
.grid .grid-four-fifth {
  width: 762px;
}
.grid .grid-sixth {
  width: 135px;
}
.grid .grid-five-sixth {
  width: 795px;
}
/***************************************************
 * In-Field Label jQuery Plugin
 * http://fuelyourcoding.com/scripts/infield.html
 * Copyright (c) 2009 Doug Neiner
 * Dual licensed under the MIT and GPL licenses.
 * @version 0.1
 ***************************************************/
.placeholder-wrap {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}
label.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px;
  padding: 3px 8px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: normal;
  overflow-wrap: normal;
  cursor: text;
  pointer-events: none;
}
/***************************************************
 * Class: prettyPhoto
 * Use: Lightbox clone for jQuery
 * Author: Stephane Caron (http://www.no-margin-for-errors.com)
 * Version: 3.1.5
 ***************************************************/
.pp_pic_holder a:focus {
  outline: none;
}
.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 9999;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -9999px;
}
.pp_arrow_previous,
.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -9999px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 9999;
}
.pp_gallery {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../img/lightbox/default-thumb.png) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
.pp_next,
.pp_previous {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 9999px 9999px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -9999px;
  width: 49%;
}
.pp_previous {
  float: left;
}
.pp_expand,
.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -9999px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
.ppt {
  color: #fff;
  display: none;
  font-size: 125%;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
.pp_top,
.pp_top .pp_middle,
.pp_top .pp_left,
.pp_top .pp_right,
.pp_bottom,
.pp_bottom .pp_left,
.pp_bottom .pp_middle,
.pp_bottom .pp_right {
  height: 13px;
}
.pp_top .pp_left {
  background: url(../img/lightbox/sprite.png) -78px -93px no-repeat;
}
.pp_top .pp_middle {
  background: url(../img/lightbox/sprite-x.png) top left repeat-x;
}
.pp_top .pp_right {
  background: url(../img/lightbox/sprite.png) -112px -93px no-repeat;
}
.pp_content .ppt {
  color: #f8f8f8;
}
.pp_content_container .pp_left {
  background: url(../img/lightbox/sprite-y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
.pp_content_container .pp_right {
  background: url(../img/lightbox/sprite-y.png) top right repeat-y;
  padding-right: 13px;
}
.pp_next:hover {
  background: url(../img/lightbox/sprite-next.png) center right no-repeat;
  cursor: pointer;
}
.pp_previous:hover {
  background: url(../img/lightbox/sprite-prev.png) center left no-repeat;
  cursor: pointer;
}
.pp_expand {
  background: url(../img/lightbox/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.pp_expand:hover {
  background: url(../img/lightbox/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
.pp_contract {
  background: url(../img/lightbox/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.pp_contract:hover {
  background: url(../img/lightbox/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
.pp_close {
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
.pp_gallery ul li a {
  background: url(../img/lightbox/default-thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
.pp_social {
  margin-top: 7px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  position: static;
  left: auto;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  background: url(../img/lightbox/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
.pp_nav .pp_pause {
  background-position: -51px -29px;
}
.pp_arrow_previous,
.pp_arrow_next {
  background: url(../img/lightbox/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
.pp_content_container .pp_details {
  margin-top: 5px;
}
.pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
.pp_nav .currentTextHolder {
  font-style: italic;
  color: #999;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
.pp_close:hover,
.pp_nav .pp_play:hover,
.pp_nav .pp_pause:hover,
.pp_arrow_next:hover,
.pp_arrow_previous:hover {
  opacity: 0.7;
}
.pp_description {
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
.pp_bottom .pp_left {
  background: url(../img/lightbox/sprite.png) -78px -127px no-repeat;
}
.pp_bottom .pp_middle {
  background: url(../img/lightbox/sprite-x.png) bottom left repeat-x;
}
.pp_bottom .pp_right {
  background: url(../img/lightbox/sprite.png) -112px -127px no-repeat;
}
.pp_loaderIcon {
  background: url(../img/lightbox/loader.gif) center center no-repeat;
}
.pp_content {
  background-color: #ffffff;
}
#pp_full_res .pp_inline {
  color: #000000;
}
.pp_gallery ul li a:hover,
.pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
.pp_details {
  position: relative;
}
/***************************************************
 * jQuery Validation Plugin - v1.11.1 - 3/22/2013
 * https://github.com/jzaefferer/jquery-validation
 * Copyright (c) 2013 JĂ¶rn Zaefferer; Licensed MIT
 ***************************************************/
label.form-error {
  display: block;
  color: #ff0000;
}
input[type="email"].form-error,
input[type="number"].form-error,
input[type="password"].form-error,
input[type="search"].form-error,
input[type="tel"].form-error,
input[type="text"].form-error,
input[type="url"].form-error,
select.form-error,
textarea.form-error {
  border-color: #ff0000;
}
input[type="email"].form-error:active,
input[type="number"].form-error:active,
input[type="password"].form-error:active,
input[type="search"].form-error:active,
input[type="tel"].form-error:active,
input[type="text"].form-error:active,
input[type="url"].form-error:active,
select.form-error:active,
textarea.form-error:active,
input[type="email"].form-error:focus,
input[type="number"].form-error:focus,
input[type="password"].form-error:focus,
input[type="search"].form-error:focus,
input[type="tel"].form-error:focus,
input[type="text"].form-error:focus,
input[type="url"].form-error:focus,
select.form-error:focus,
textarea.form-error:focus,
input[type="email"].form-error:hover,
input[type="number"].form-error:hover,
input[type="password"].form-error:hover,
input[type="search"].form-error:hover,
input[type="tel"].form-error:hover,
input[type="text"].form-error:hover,
input[type="url"].form-error:hover,
select.form-error:hover,
textarea.form-error:hover {
  border-color: #ff0000;
}
input[type="email"].form-error:focus,
input[type="number"].form-error:focus,
input[type="password"].form-error:focus,
input[type="search"].form-error:focus,
input[type="tel"].form-error:focus,
input[type="text"].form-error:focus,
input[type="url"].form-error:focus,
select.form-error:focus,
textarea.form-error:focus {
  -webkit-box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.5);
}
/***************************************************
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 ***************************************************/
.nivoSlider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
}
.nivo-main-image {
  display: block!important;
  position: relative!important;
  width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: #FFF;
  filter: alpha(opacity=0);
  opacity: 0;
}
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
.nivo-controlNav {
  position: relative;
  z-index: 11;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-directionNav {
  position: relative;
  z-index: 12;
}
.nivo-directionNav a {
  cursor: pointer;
}
.nivo-caption {
  position: relative;
  z-index: 13;
}
.banner img {
max-width: 100%;    
}