@import "fancybox.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
.nixhier {
  display: none;
}
.clearfix {
  clear: both;
  visibility: hidden;
}
.button {
  display: block;
  border-radius: 30px;
}
.button-orange {
  background: red;
  background: -webkit-linear-gradient(#deab3c,#f2c35b);
  background: -o-linear-gradient(#deab3c,#f2c35b);
  background: -moz-linear-gradient(#deab3c,#f2c35b);
  background: linear-gradient(#deab3c,#f2c35b);
  color: #493404;
}
.button-orange a {
  color: inherit;
}
body {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  background: url('../img/background.png');
}
.wrapper {
  margin: 0 auto;
  width: 94%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 768px;
  }
}
@media screen and (min-width: 990px) {
  .wrapper {
    width: 990px;
  }
}
@media screen and (min-width: 1220px) {
  .wrapper {
    width: 1200px;
  }
}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
header {
  background: url('../img/header.png') top center no-repeat;
  background-size: 1300px 104px;
  height: 108px;
  font-family: 'Titillium Web', sans-serif;
}
@media screen and (min-width: 768px) {
  header {
    height: 174px;
    background-size: 1750px 140px;
  }
}
@media screen and (min-width: 990px) {
  header {
    height: 200px;
    background-size: 2181px 174px;
  }
}
@media screen and (min-width: 1220px) {
  header {
    height: 224px;
  }
}
header .logo {
  display: block;
  position: absolute;
  left: -40px;
  width: 170px;
  height: 110px;
  background: url('../img/logo.png');
  background-size: 170px 110px;
  text-indent: -5555px;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 250px;
    height: 161px;
    background-size: 250px 161px;
  }
}
@media screen and (min-width: 990px) {
  header .logo {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 310px;
    height: 200px;
    background-size: 310px 200px;
  }
}
@media screen and (min-width: 1220px) {
  header .logo {
    width: 347px;
    height: 224px;
    background-size: 347px 224px;
  }
}
header .contact {
  float: right;
  position: relative;
  top: 22px;
}
header .contact .facebook {
  float: right;
  text-indent: -5555px;
  width: 25px;
  height: 25px;
  background: url('../img/facebook.png');
  background-size: 25px 25px;
  transition: .2s ease-out;
  position: relative;
  top: 0px;
}
header .contact .facebook:hover {
  top: -3px;
}
header .contact .instagram {
  float: right;
  text-indent: -5555px;
  width: 25px;
  height: 25px;
  background: url('../img/instagram.png') center center no-repeat;
  background-size: 35px auto;
  transition: .2s ease-out;
  position: relative;
  top: 0px;
  margin-right: 10px;
}
header .contact .instagram:hover {
  top: -3px;
}
header .contact .langs {
  position: relative;
  z-index: 100;
  float: left;
}
header .contact .langs span {
  position: relative;
  float: left;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  color: white;
  padding: 5px 25px 5px 0;
  background: url('../img/arrow_down.svg') center right no-repeat;
  background-size: 14px auto;
}
header .contact .langs span em {
  font-style: normal;
  display: inline-block;
  margin-left: 15px;
}
header .contact .langs ul {
  right: 0px;
  display: none;
  position: absolute;
  top: 35px;
  left: -10px;
  background: #064d24;
  border: 1px solid #126636;
}
header .contact .langs ul li {
  width: 110px;
}
header .contact .langs ul li a {
  color: #e9e9e9;
  text-decoration: none;
  padding: 15px 10px 15px 5px;
  display: inline-block;
}
header .contact .langs ul li a:hover {
  color: white;
  text-decoration: underline;
}
header .contact .langs ul li img {
  margin-right: 15px;
  margin-left: 10px;
}
header nav {
  position: relative;
  top: 38px;
  margin-left: 180px;
}
@media screen and (min-width: 990px) {
  header nav {
    top: 35px;
    margin-left: 35px;
  }
}
@media screen and (min-width: 1220px) {
  header nav {
    margin-left: 55px;
  }
}
header nav ul {
  display: none;
  position: absolute;
  background: white;
  padding: 15px;
  z-index: 50;
  border-radius: 30px;
  top: 90px;
  right: 0px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  header nav ul {
    display: block;
    position: relative;
    background: transparent;
    padding: 0px;
    top: 0px;
    right: auto;
    width: auto;
  }
}
header nav ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  header nav ul li {
    margin: 0 5px;
    float: left;
  }
}
@media screen and (min-width: 990px) {
  header nav ul li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  header nav ul li {
    margin: 0 16px;
  }
}
header nav ul li a {
  display: block;
  padding: 14px 10px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  header nav ul li a {
    color: white;
  }
}
@media screen and (min-width: 990px) {
  header nav ul li a {
    font-size: 20px;
    padding: 14px 22px;
  }
}
header nav ul li.active a {
  text-decoration: underline;
}
header nav ul li.active ul a {
  text-decoration: none;
}
header nav ul li:hover a {
  text-decoration: underline;
}
header nav ul li:hover ul a {
  text-decoration: none;
}
header nav ul li ul li {
  float: none;
}
header nav ul li:hover ul {
  display: block;
}
@media screen and (min-width: 990px) {
  header nav ul li#menu-indent {
    margin-left: 235px;
  }
}
@media screen and (min-width: 1220px) {
  header nav ul li#menu-indent {
    margin-left: 310px;
  }
}
header nav ul li.button {
  position: relative;
  top: 0px;
  margin-bottom: 10px;
}
header nav ul li.button:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  header nav ul li.button {
    margin-bottom: 0px;
    transition: .2s ease-out;
  }
}
@media screen and (min-width: 990px) {
  header nav ul li.button {
    top: 9px;
  }
}
header nav ul li.button a {
  font-size: 16px;
  padding: 14px 16px;
}
@media screen and (min-width: 1220px) {
  header nav ul li.button a {
    padding: 14px 22px;
  }
}
header nav ul li.button a:hover {
  text-decoration: none;
}
header nav ul li.button:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  header nav ul li.button:hover {
    top: 6px;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  header nav ul li#sortiment {
    display: none;
  }
}
header nav ul ul {
  position: relative;
  display: block;
  background: transparent;
  top: -2px;
  left: 10px;
  padding: 2px 5px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  header nav ul ul {
    background: white;
    padding: 10px 15px;
    top: 60px;
    width: 190px;
    left: -40px;
    position: absolute;
    display: none;
  }
}
header nav ul ul:before {
  display: none;
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: url('../img/menu_top.png') top center no-repeat;
  top: -16px;
}
@media screen and (min-width: 768px) {
  header nav ul ul:before {
    display: block;
  }
}
header nav ul ul li a {
  color: #717171;
  padding: 9px 2px;
  margin: 0px;
  font-size: 13px;
  width: 100%;
  transition: .2s ease-out;
  position: relative;
  left: 0px;
}
@media screen and (min-width: 768px) {
  header nav ul ul li a {
    font-size: 15px;
    color: #3a3a3a;
  }
}
header nav ul ul li a:hover {
  color: #003b15;
  left: 3px;
}
header nav ul ul li.active a {
  text-decoration: underline !important;
}
@media screen and (min-width: 990px) {
  header nav.menu-en #menu-indent {
    margin-left: 215px;
  }
}
@media screen and (min-width: 1220px) {
  header nav.menu-en #menu-indent {
    margin-left: 300px;
  }
}
header nav.menu-de li a {
  padding: 14px 0px;
}
@media screen and (min-width: 990px) {
  header nav.menu-de li a {
    padding: 14px 8px;
  }
}
@media screen and (min-width: 1220px) {
  header nav.menu-de li a {
    padding: 14px 10px;
  }
}
header nav.menu-de li.button a {
  padding: 14px 7px;
}
@media screen and (min-width: 990px) {
  header nav.menu-de li.button a {
    padding: 14px 10px;
  }
}
@media screen and (min-width: 1220px) {
  header nav.menu-de li.button a {
    padding: 14px 16px;
  }
}
@media screen and (min-width: 990px) {
  header nav.menu-de #menu-indent {
    margin-left: 232px;
  }
}
@media screen and (min-width: 1220px) {
  header nav.menu-de #menu-indent {
    margin-left: 320px;
  }
}
header .mobile-menu {
  display: block;
  float: right;
  width: 70px;
  height: 74px;
  margin-left: 10px;
  background: #002f14;
  position: relative;
  top: 39px;
  border-radius: 30px;
  background: #002f14 url('../img/mobile-menu.png') center center no-repeat;
  background-size: 25px 25px;
}
@media screen and (min-width: 768px) {
  header .mobile-menu {
    display: none;
  }
}
header .eshop-link {
  position: relative;
  top: 39px;
  color: #523b08;
  float: right;
  border-radius: 30px;
  background: -webkit-linear-gradient(#deab3c,#f2c35b);
  background: -o-linear-gradient(#deab3c,#f2c35b);
  background: -moz-linear-gradient(#deab3c,#f2c35b);
  background: linear-gradient(#deab3c,#f2c35b);
  padding: 20px 25px 20px 25px;
  text-decoration: none;
  transition: .2s ease-out;
}
@media screen and (min-width: 768px) {
  header .eshop-link {
    padding: 30px 15px 30px 85px;
    background: #f2c35b url('../img/eshop-link.png') 0px 28px no-repeat;
  }
}
@media screen and (min-width: 990px) {
  header .eshop-link {
    top: 45px;
  }
}
@media screen and (min-width: 1220px) {
  header .eshop-link {
    padding: 30px 30px 30px 100px;
  }
}
header .eshop-link:hover {
  top: 42px;
}
header .eshop-link strong {
  display: block;
  font-size: 20px;
}
header .eshop-link strong em {
  color: #906c1e;
  font-style: normal;
  font-weight: normal;
}
header .eshop-link span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  header .eshop-link-en {
    padding: 30px 12px 30px 75px;
  }
}
.main-content {
  min-height: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 990px) {
  .main-content {
    min-height: 600px;
    margin-top: 40px;
  }
}
.main-content .sortiment {
  font-family: 'Titillium Web', sans-serif;
  background: white;
  border-radius: 30px;
  margin: 10px auto 0px auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-content .sortiment {
    margin: -20px auto 40px auto;
    width: 720px;
  }
}
@media screen and (min-width: 990px) {
  .main-content .sortiment {
    margin: -10px auto 0 auto;
    width: 860px;
  }
}
@media screen and (min-width: 1220px) {
  .main-content .sortiment {
    margin: -10px auto 50px auto;
    width: 930px;
  }
}
.main-content .sortiment ul {
  display: none;
  position: relative;
  top: 5px;
  margin-left: 0px !important;
}
@media screen and (min-width: 768px) {
  .main-content .sortiment ul {
    display: block;
  }
}
.main-content .sortiment ul li {
  float: left;
  margin: 5px 15px;
  transition: .2s ease-out;
  position: relative;
  top: 0px;
  padding: 2px 0 2px 20px !important;
  background: none !important;
}
@media screen and (min-width: 768px) {
  .main-content .sortiment ul li {
    margin: 5px 3px;
  }
}
@media screen and (min-width: 990px) {
  .main-content .sortiment ul li {
    margin: 5px 10px;
  }
}
@media screen and (min-width: 1220px) {
  .main-content .sortiment ul li {
    margin: 5px 15px;
  }
}
.main-content .sortiment ul li:hover {
  top: -3px;
}
.main-content .sortiment ul li img {
  height: 40px !important;
  width: auto !important;
  margin: 0px !important;
  border-radius: 0px;
}
.main-content .sortiment ul li h2 {
  float: right;
  font-weight: normal;
  font-size: 15px !important;
  padding: 10px 0 6px 10px;
  margin-bottom: 15px !important;
  line-height: 28px !important;
}
@media screen and (min-width: 768px) {
  .main-content .sortiment ul li h2 {
    font-size: 14px !important;
    padding: 10px 0 6px 5px;
  }
}
@media screen and (min-width: 990px) {
  .main-content .sortiment ul li h2 {
    font-size: 15px !important;
    padding: 10px 0 6px 10px;
  }
}
@media screen and (min-width: 1220px) {
  .main-content .sortiment ul li h2 {
    font-size: 15px !important;
    padding: 10px 0 6px 10px;
  }
}
.main-content .sortiment:before {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  content: "";
  height: 14px;
  top: -14px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-content .sortiment:before {
    background: url('../img/top_products_lg.png') top center no-repeat;
    width: 600px;
  }
}
@media screen and (min-width: 990px) {
  .main-content .sortiment:before {
    background: url('../img/top_products_vl.png') top center no-repeat;
    width: 730px;
  }
}
@media screen and (min-width: 1220px) {
  .main-content .sortiment:before {
    background: url('../img/top_products_xl.png') top center no-repeat;
    width: 810px;
  }
}
.main-content .sortiment:after {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  content: "";
  height: 14px;
  bottom: -14px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-content .sortiment:after {
    background: url('../img/bottom_products_lg.png') top center no-repeat;
    width: 600px;
  }
}
@media screen and (min-width: 990px) {
  .main-content .sortiment:after {
    background: url('../img/bottom_products_vl.png') top center no-repeat;
    width: 730px;
  }
}
@media screen and (min-width: 1220px) {
  .main-content .sortiment:after {
    background: url('../img/bottom_products_xl.png') top center no-repeat;
    width: 810px;
  }
}
.main-content .sortiment-en ul li {
  padding: 2px 0 2px 14px !important;
}
.main-content .sortiment-de ul li {
  padding: 2px 0 2px 15px !important;
}
.main-content h1 {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  color: #003c16;
  display: block;
  font-size: 44px;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 50px;
}
.main-content h1 a {
  opacity: 0.7;
  font-size: 36px;
  position: relative;
  top: -4px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-content h1 a {
    margin-bottom: 0px;
    display: inline-block;
  }
}
.main-content h1 span {
  position: relative;
  top: -3px;
  padding: 8px;
  opacity: 0.3;
  display: none;
}
@media screen and (min-width: 768px) {
  .main-content h1 span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .main-content h1 {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 990px) {
  .main-content h1 {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.content__white {
  background: white;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 25px 0;
  padding: 20px 25px;
  border-bottom: 1px solid #e4e4e4;
  min-height: 390px;
}
#content {
  line-height: 27px;
}
#content .right {
  float: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #content .right {
    width: 230px;
  }
}
@media screen and (min-width: 990px) {
  #content .right {
    width: 270px;
  }
}
@media screen and (min-width: 1220px) {
  #content .right {
    width: 340px;
  }
}
#content .right .box {
  border-radius: 30px;
  margin-bottom: 30px;
  font-family: 'Titillium Web', sans-serif;
  position: relative;
}
#content .right .palirna {
  background: url('../img/palenice_bg.jpg') top right no-repeat;
  padding: 35px 25px 45px 25px;
  color: white;
  margin-bottom: 55px;
}
@media screen and (min-width: 990px) {
  #content .right .palirna {
    padding: 35px 45px 35px 45px;
  }
}
#content .right .palirna a {
  text-decoration: none;
}
#content .right .palirna a h3 {
  text-transform: uppercase;
  font-size: 37px;
  color: inherit;
  margin-bottom: 15px;
}
#content .right .palirna a h4 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0px;
  text-decoration: none !important;
}
@media screen and (min-width: 990px) {
  #content .right .palirna a h4 {
    font-size: 17px;
  }
}
#content .right .palirna a span {
  float: right;
  display: none;
  margin: 10px 0;
  color: #76b489;
  text-decoration: underline;
}
@media screen and (min-width: 990px) {
  #content .right .palirna a span {
    display: block;
  }
}
#content .right .palirna a strong {
  bottom: -24px;
  right: 20px;
  position: absolute;
  padding: 15px 20px 15px 15px;
  background: #f0c158;
  border-radius: 30px;
  color: #3f2e09;
  font-size: 17px;
  width: 150px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #content .right .palirna a strong {
    bottom: -24px;
  }
}
@media screen and (min-width: 990px) {
  #content .right .palirna a strong {
    width: auto;
    text-align: left;
    padding: 15px 20px 15px 55px;
    background: #f0c158 url('../img/palirna_phone.png') 22px 17px no-repeat;
    background-size: 16px 22px;
  }
}
@media screen and (min-width: 1220px) {
  #content .right .palirna a strong {
    font-size: 19px;
  }
}
#content .right .palirna a:hover span {
  text-decoration: none;
}
#content .right .prodejna {
  background: url('../img/prodejna_bg.jpg') center center no-repeat;
  height: 150px;
  margin-bottom: 60px;
}
#content .right .prodejna .text {
  border-radius: 30px;
  background: #003b15;
  color: white;
  display: inline-block;
  padding: 10px 15px;
  position: absolute;
  bottom: -34px;
  width: 130px;
  left: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #content .right .prodejna .text {
    left: 5px;
    width: 120px;
  }
}
@media screen and (min-width: 990px) {
  #content .right .prodejna .text {
    width: 140px;
    left: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1220px) {
  #content .right .prodejna .text {
    width: 185px;
    left: 20px;
  }
}
#content .right .prodejna .text strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #content .right .prodejna .text strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 990px) {
  #content .right .prodejna .text strong {
    font-size: 19px;
  }
}
@media screen and (min-width: 1220px) {
  #content .right .prodejna .text strong {
    font-size: 22px;
  }
}
#content .right .prodejna .text span {
  display: block;
  font-size: 16px;
}
#content .right .prodejna a {
  transition: .2s ease-out;
  background: #f0c158;
  display: inline-block;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 15px;
  bottom: -34px;
  border-radius: 30px;
  background: #f0c158 url('../img/prodejny-map.png') center center no-repeat;
  background-size: 33px 33px;
}
@media screen and (min-width: 768px) {
  #content .right .prodejna a {
    right: 5px;
  }
}
@media screen and (min-width: 990px) {
  #content .right .prodejna a {
    right: 10px;
  }
}
@media screen and (min-width: 1220px) {
  #content .right .prodejna a {
    right: 20px;
  }
}
#content .right .prodejna a:hover {
  bottom: -31px;
}
#content img {
  margin: 20px;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}
#content .news {
  width: 100%;
  float: left;
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  #content .news {
    width: 520px;
    min-height: 550px;
  }
}
@media screen and (min-width: 990px) {
  #content .news {
    width: 700px;
  }
}
@media screen and (min-width: 1220px) {
  #content .news {
    width: 840px;
  }
}
#content table,
#content ul,
#content ol,
#content p,
#content h2,
#content h3,
#content h4,
#content h5 {
  margin: 0 0 15px 0;
}
#content a {
  color: inherit;
}
#content hr {
  display: block;
  height: 8px;
  border: none;
  width: 20%;
  margin: 20px auto 30px auto;
  background: #c4dec4;
}
#content h2 {
  font-size: 33px;
  font-family: 'Titillium Web', sans-serif;
  color: #003c16;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 45px;
}
#content h3 {
  font-size: 25px;
  font-family: 'Titillium Web', sans-serif;
  color: #003c16;
  font-weight: 300;
  margin-bottom: 23px;
  line-height: 35px;
}
#content h4 {
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
#content h5 {
  font-size: 16px;
}
#content ul {
  margin-left: 15px;
}
#content ul li {
  padding: 2px 0 2px 20px;
  background: url('../img/content_li.png') 0 9px no-repeat;
  background-size: 8px 12px;
}
#content ul ul {
  margin-left: 13px;
  margin-bottom: 0px;
}
#content table thead tr {
  background: #dcefff;
}
#content table thead tr th {
  padding: 7px 10px 7px 10px;
  font-weight: 400;
}
#content table thead tr th:first-child {
  text-align: left;
}
#content table thead tr th:last-child {
  text-align: right;
}
#content table tbody tr td {
  padding: 4px 10px 4px 10px;
  vertical-align: middle;
}
#content table tbody tr td p {
  margin: 0px !important;
}
#homepage h1,
#homepage .podslogan {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  color: #003c16;
  display: block;
}
#homepage h1 {
  font-size: 44px;
  font-weight: 300;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #homepage h1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 990px) {
  #homepage h1 {
    margin-top: 40px;
  }
}
#homepage .podslogan {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 200;
  line-height: 25px;
}
#homepage .sortiment {
  margin: 10px auto 0 auto;
}
@media screen and (min-width: 768px) {
  #homepage .sortiment {
    margin: -15px auto 0 auto;
    width: 650px;
    height: 215px;
    background: url('../img/desk-lg.png') bottom center no-repeat;
  }
}
@media screen and (min-width: 990px) {
  #homepage .sortiment {
    margin: 50px auto 0 auto;
    width: 880px;
    height: 215px;
    background: url('../img/desk-vl.png') bottom center no-repeat;
  }
}
@media screen and (min-width: 1220px) {
  #homepage .sortiment {
    width: 1045px;
    height: 215px;
    background: url('../img/desk-xl.png') bottom center no-repeat;
  }
}
#homepage .sortiment ul {
  position: relative;
}
@media screen and (min-width: 768px) {
  #homepage .sortiment ul {
    top: 70px;
    left: 30px;
  }
}
@media screen and (min-width: 990px) {
  #homepage .sortiment ul {
    top: 3px;
    left: 20px;
  }
}
#homepage .sortiment ul li {
  float: left;
  text-align: center;
  width: 33%;
}
@media screen and (min-width: 768px) {
  #homepage .sortiment ul li {
    margin: 0 5px;
    width: auto;
  }
}
@media screen and (min-width: 990px) {
  #homepage .sortiment ul li {
    margin: 0 3px;
  }
}
@media screen and (min-width: 1220px) {
  #homepage .sortiment ul li {
    margin: 0 18px;
  }
}
#homepage .sortiment ul li a {
  text-decoration: none;
  color: #3f2e09;
  display: block;
  text-align: center;
}
#homepage .sortiment ul li a img {
  display: block;
  transition: .2s ease-out;
  top: 0px;
  position: relative;
  width: 80px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #homepage .sortiment ul li a img {
    width: 80px;
  }
}
@media screen and (min-width: 990px) {
  #homepage .sortiment ul li a img {
    width: auto;
  }
}
#homepage .sortiment ul li a h2 {
  color: #3f2e09;
  font-weight: 300;
  background: #f8cc6c;
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 8px;
  position: relative;
  top: -9px;
  display: inline-block;
  transition: .2s ease-out;
  margin-top: 15px;
  font-weight: 200;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  #homepage .sortiment ul li a h2 {
    font-size: 14px;
    padding: 5px 13px;
  }
}
@media screen and (min-width: 990px) {
  #homepage .sortiment ul li a h2 {
    font-size: 16px;
    padding: 5px 13px;
  }
}
#homepage .sortiment ul li a:hover img {
  top: -5px;
}
#homepage .sortiment ul li a:hover h2 {
  background: #e4b95a;
}
#homepage .perex {
  width: 90%;
  margin: -10px auto 20px auto;
  text-align: center;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  #homepage .perex {
    margin: 20px auto 20px auto;
    width: 80%;
  }
}
@media screen and (min-width: 990px) {
  #homepage .perex {
    width: 90%;
  }
}
@media screen and (min-width: 1220px) {
  #homepage .perex {
    width: 75%;
  }
}
#homepage .perex p {
  color: #454545;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 25px;
}
#homepage .perex:after {
  display: block;
  position: relative;
  content: "";
  background: #c4dec4;
  height: 10px;
  width: 20%;
  margin: 0 auto;
}
#homepage .actions {
  text-align: center;
  position: relative;
  top: 50px;
}
@media screen and (min-width: 768px) {
  #homepage .actions {
    top: 0px;
  }
}
#homepage .actions img {
  max-width: 100%;
}
.Employees .item {
  float: left;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .Employees .item {
    width: 45%;
    margin-right: 20px;
    min-height: 130px;
  }
}
@media screen and (min-width: 990px) {
  .Employees .item {
    width: 28%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .Employees .item {
    width: 30%;
    margin-right: 40px;
  }
}
.Employees .item h3 {
  margin-bottom: 5px !important;
  font-weight: 600 !important;
}
.Employees .item small {
  height: 40px;
  display: block;
  color: #8f8f8f;
  margin-bottom: -5px;
}
.Employees .item span {
  display: block;
  padding: 3px 0 3px 32px;
}
.Employees .item span.phone {
  background: url('../img/contact-phone.png') 0px 7px no-repeat;
}
.Employees .item span.email {
  background: url('../img/contact-email.png') 0px 10px no-repeat;
}
.Employees .item span a {
  text-decoration: none;
  color: inherit;
}
.contact-box {
  font-family: 'Titillium Web', sans-serif;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-box {
    width: 520px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 990px) {
  .contact-box {
    width: 700px;
  }
}
@media screen and (min-width: 1220px) {
  .contact-box {
    width: 840px;
  }
}
.contact-box h2 {
  color: #0b602b;
  font-size: 36px !important;
  margin-bottom: 30px !important;
  font-weight: 300;
}
.contact-box .ico,
.contact-box .dic {
  margin-right: 20px;
}
.contact-box .ico span,
.contact-box .dic span {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
.contact-box .info em {
  display: block;
  margin-top: 40px;
  margin-bottom: -10px;
  font-style: normal;
  color: #989898;
}
.contact-box .info strong {
  color: #003c16;
  font-weight: normal;
}
.contact-prodejna {
  float: right;
  width: 100%;
  border-radius: 30px;
  font-family: 'Titillium Web', sans-serif;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact-prodejna {
    width: 230px;
  }
}
@media screen and (min-width: 990px) {
  .contact-prodejna {
    width: 270px;
  }
}
@media screen and (min-width: 1220px) {
  .contact-prodejna {
    width: 340px;
  }
}
.contact-prodejna .prodejna {
  background: url('../img/prodejna_bg.jpg') center center no-repeat;
  border-radius: 30px;
  height: 175px;
}
.contact-prodejna .prodejna .text {
  border-radius: 30px;
  background: #003b15;
  color: white;
  display: inline-block;
  padding: 10px 15px;
  position: absolute;
  bottom: -34px;
  width: 130px;
  left: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-prodejna .prodejna .text {
    left: 5px;
    width: 120px;
  }
}
@media screen and (min-width: 990px) {
  .contact-prodejna .prodejna .text {
    width: 140px;
    left: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1220px) {
  .contact-prodejna .prodejna .text {
    width: 185px;
    left: 20px;
  }
}
.contact-prodejna .prodejna .text strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .contact-prodejna .prodejna .text strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 990px) {
  .contact-prodejna .prodejna .text strong {
    font-size: 19px;
  }
}
@media screen and (min-width: 1220px) {
  .contact-prodejna .prodejna .text strong {
    font-size: 22px;
  }
}
.contact-prodejna .prodejna .text span {
  display: block;
  font-size: 16px;
}
.contact-prodejna .prodejna a {
  transition: .2s ease-out;
  background: #f0c158;
  display: inline-block;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 15px;
  bottom: -34px;
  border-radius: 30px;
  background: #f0c158 url('../img/prodejny-map.png') center center no-repeat;
  background-size: 33px 33px;
}
@media screen and (min-width: 768px) {
  .contact-prodejna .prodejna a {
    right: 5px;
  }
}
@media screen and (min-width: 990px) {
  .contact-prodejna .prodejna a {
    right: 10px;
  }
}
@media screen and (min-width: 1220px) {
  .contact-prodejna .prodejna a {
    right: 20px;
  }
}
.contact-prodejna .prodejna a:hover {
  bottom: -31px;
}
.contact-mapa {
  margin: 45px auto;
  width: 100%;
  border-radius: 30px;
  overflow: hidden !important;
  height: 160px;
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .contact-mapa {
    width: 90%;
  }
}
@media screen and (min-width: 990px) {
  .contact-mapa {
    width: 80%;
  }
}
.products {
  font-family: 'Titillium Web', sans-serif;
}
.products-item {
  padding: 15px 25px;
  background: white;
  min-height: 180px;
  margin: 20px 20px 30px 20px;
  width: calc(100% - 90px);
  border-radius: 30px;
  border: 1px solid transparent;
  transition: .2s ease-out;
  position: relative;
  top: 0px;
}
@media screen and (min-width: 768px) {
  .products-item {
    float: left;
    width: 36%;
    margin: 25px 25px 30px 25px;
    padding: 15px 25px;
    min-height: 230px;
  }
}
@media screen and (min-width: 990px) {
  .products-item {
    width: 26%;
    margin: 15px 15px 30px 15px;
    padding: 15px 17px;
    min-height: 230px;
  }
}
@media screen and (min-width: 1220px) {
  .products-item {
    width: 25%;
    padding: 15px 25px;
    margin: 20px 20px 30px 20px;
  }
}
.products-item:hover {
  border: 1px solid #91c09d;
  top: -5px;
}
.products-item-title {
  margin: 0 auto;
  font-size: 25px;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-weight: 200;
  color: #003c16;
  line-height: 25px !important;
  margin-bottom: 5px !important;
}
.products-item-thumb {
  height: 140px;
}
.products-item-thumb img {
  height: 120px !important;
  display: block;
  text-align: center;
  margin: 0 auto !important;
  transition: .2s ease-out;
  position: relative;
  top: 0px;
}
.products-item-thumb img:hover {
  top: -5px;
}
.products-item-content-text {
  text-align: center;
  height: 130px;
  overflow: hidden;
}
.products-item-anchor {
  position: absolute;
  border-radius: 30px;
  background: #eab94e url('../img/button_show_eshop.png') center right no-repeat;
  bottom: -20px;
  color: #493404;
  text-decoration: none;
  display: inline-block;
  width: 160px;
  padding: 14px 40px 14px 20px;
  left: 0px;
  right: 0px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
}
.products-item-anchor:hover {
  text-decoration: underline;
}
.catalogs .wrapper {
  padding-bottom: 20px;
}
.catalogs .wrapper hr {
  width: 40px;
  height: 7px;
  background: #c4dec4;
  display: block;
  margin: 0 auto 25px auto;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .catalogs .wrapper .product-catalog {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 990px) {
  .catalogs .wrapper .product-catalog-premium {
    float: right;
  }
}
.catalogs .wrapper .product-catalog-premium .product-catalog-link,
.catalogs .wrapper .product-catalog-premium .product-catalog-container {
  float: right;
}
.catalogs .wrapper .product-catalog-premium .product-catalog-link {
  background: white url('../img/premium-catalogs.png') center left 20px no-repeat;
  background-size: 38px auto;
}
.catalogs .wrapper .product-catalog-premium .product-catalog-container li {
  background: url('../img/premium-catalogs.png') center left 15px no-repeat;
  background-size: 25px auto;
}
.catalogs .wrapper .product-catalog-link {
  border-radius: 30px;
  width: calc(100% - 6px - 30px - 80px);
  margin-bottom: 15px;
  border: 3px solid transparent;
  background: white;
  box-shadow: 0px 0px 3px #e4e4e4;
  transition: .2s ease-out;
  position: relative;
  background: white url('../img/catalogs.png') center left 20px no-repeat;
  background-size: 38px auto;
  display: block;
  padding: 18px 30px 18px 80px;
}
@media screen and (min-width: 990px) {
  .catalogs .wrapper .product-catalog-link {
    float: left;
    width: calc(98% - 6px - 30px - 80px);
  }
}
.catalogs .wrapper .product-catalog-link a {
  float: left;
  padding: 4px 0 4px 0;
  display: block;
}
.catalogs .wrapper .product-catalog-link em {
  float: right;
  font-style: normal;
  cursor: pointer;
  padding: 4px 0px 4px 40px;
  display: block;
  color: #656565;
}
.catalogs .wrapper .product-catalog-link em:hover {
  text-decoration: underline;
}
.catalogs .wrapper .product-catalog-link em.cz {
  background: url('../img/cz_flag.svg') center left no-repeat;
  background-size: 22px auto;
}
.catalogs .wrapper .product-catalog-link em.en {
  background: url('../img/en_flag.svg') center left no-repeat;
  background-size: 22px auto;
}
.catalogs .wrapper .product-catalog-link em.de {
  background: url('../img/de_flag.svg') center left no-repeat;
  background-size: 22px auto;
}
.catalogs .wrapper .product-catalog-container {
  clear: both;
  display: none;
  background: white;
  box-shadow: 0px 0px 3px #e4e4e4;
  border-radius: 30px;
  width: calc(100% - 6px - 30px);
  padding: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 990px) {
  .catalogs .wrapper .product-catalog-container {
    width: calc(98% - 6px - 30px);
  }
}
.catalogs .wrapper .product-catalog-container li {
  transition: .2s ease-out;
  position: relative;
  background: url('../img/catalogs.png') center left 15px no-repeat;
  background-size: 25px auto;
}
.catalogs .wrapper .product-catalog-container li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px 15px 75px;
}
.catalogs .wrapper .product-catalog-container li a:hover {
  text-decoration: underline;
}
.catalogs .wrapper .product-catalog-container li:before {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 28px;
  height: 17px;
  transform: translatey(-50%);
  content: "";
}
.catalogs .wrapper .product-catalog-container li.cz:before {
  background: url('../img/cz_flag.svg') center right no-repeat;
  background-size: 26px auto;
}
.catalogs .wrapper .product-catalog-container li.en:before {
  background: url('../img/en_flag.svg') center right no-repeat;
  background-size: 26px auto;
}
.catalogs .wrapper .product-catalog-container li.de:before {
  background: url('../img/de_flag.svg') center right no-repeat;
  background-size: 26px auto;
}
.catalogs .wrapper .product-catalog-container li.arb:before {
  background: url('../img/arb_flag.svg') center right no-repeat;
  background-size: 26px auto;
}
footer .contact {
  font-family: 'Titillium Web', sans-serif;
}
footer .contact .panel {
  background: #e2f2e6;
  border-radius: 30px;
  padding: 17px;
  position: relative;
}
footer .contact .panel:before {
  position: absolute;
  top: 13px;
  left: 13px;
  content: "";
  display: none;
  background: #f0c158 url('../img/palirna_phone.png') center center no-repeat;
  background-size: 16px 22px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  footer .contact .panel:before {
    display: block;
  }
}
footer .contact .panel ul {
  float: left;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) {
  footer .contact .panel ul {
    top: -2px;
    margin-left: 70px;
  }
}
@media screen and (min-width: 990px) {
  footer .contact .panel ul {
    top: -3px;
  }
}
footer .contact .panel ul li {
  float: left;
  margin-right: 50px;
}
footer .contact .panel ul li .title {
  color: #147337;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  footer .contact .panel ul li .title {
    font-size: 15px;
  }
}
@media screen and (min-width: 990px) {
  footer .contact .panel ul li .title {
    display: inline-block;
  }
}
footer .contact .panel ul li a {
  color: inherit;
  text-decoration: none;
}
footer .contact .panel ul li .phone {
  font-size: 18px;
  display: block;
  padding: 10px 0;
  color: black;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer .contact .panel ul li .phone {
    display: inline-block;
    margin-left: 10px;
    font-size: 19px;
  }
}
@media screen and (min-width: 990px) {
  footer .contact .panel ul li .phone {
    top: 2px;
    font-size: 24px;
  }
}
footer .contact .panel .links {
  position: absolute;
  right: 10px;
  bottom: -20px;
  float: right;
}
@media screen and (min-width: 768px) {
  footer .contact .panel .links {
    bottom: 20px;
    right: 20px;
  }
}
footer .contact .panel .links a {
  float: right;
  transition: .2s ease-out;
  position: relative;
  top: 0px;
  margin-top: 15px;
}
footer .contact .panel .links a.contact {
  background: #003d16;
  color: white;
  border-radius: 30px;
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  font-size: 16px;
}
footer .contact .panel .links a.facebook {
  display: block;
  margin-right: 10px;
  background: url('../img/facebook.png') center center no-repeat;
  background-size: 37px 37px;
  text-indent: -5555px;
  width: 37px;
  height: 37px;
}
footer .contact .panel .links a:hover {
  top: -3px;
}
@media screen and (min-width: 990px) {
  footer .contact-first {
    margin-right: -5px;
  }
}
@media screen and (min-width: 1220px) {
  footer .contact-first {
    margin-right: 60px;
  }
}
footer .contact-left .title,
footer .contact-right .title {
  color: #147337;
  display: block;
  font-weight: bold;
  margin-right: 5px;
  margin: 10px 5px 10px 0;
}
@media screen and (min-width: 768px) {
  footer .contact-left .title,
  footer .contact-right .title {
    font-weight: normal;
    display: inline-block;
  }
}
footer .contact-left,
footer .contact-right {
  font-size: 15px;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  footer .contact-left,
  footer .contact-right {
    font-size: 17px;
    padding: 15px 15px;
  }
}
@media screen and (min-width: 990px) {
  footer .contact-left,
  footer .contact-right {
    font-size: 15px;
  }
}
@media screen and (min-width: 1220px) {
  footer .contact-left,
  footer .contact-right {
    font-size: 17px;
  }
}
@media screen and (min-width: 990px) {
  footer .contact-second {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1220px) {
  footer .contact-second {
    margin-left: 75px;
  }
}
footer .contact-left {
  margin-top: 5px;
}
@media screen and (min-width: 990px) {
  footer .contact-left {
    margin-top: 0px;
    float: left;
  }
}
footer .contact-right {
  margin-bottom: 15px;
}
@media screen and (min-width: 1220px) {
  footer .contact-right {
    float: right;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 990px) {
  footer .contact-en .contact-left,
  footer .contact-en .contact-right {
    font-size: 13px;
  }
}
@media screen and (min-width: 1220px) {
  footer .contact-en .contact-left,
  footer .contact-en .contact-right {
    font-size: 16px;
  }
}
footer .contact-en .contact-first {
  margin-right: 30px;
}
@media screen and (min-width: 990px) {
  footer .contact-en .contact-right {
    float: right;
  }
}
footer .company-links {
  background: url('../img/companylinks_bg.png') top center no-repeat;
  margin-top: 40px;
  padding: 50px 0 30px 0;
  font-family: 'Titillium Web', sans-serif;
}
footer .company-links .block {
  color: white;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer .company-links .block {
    float: left;
    margin-bottom: 0px;
    width: 32%;
    margin-left: 50px;
  }
}
@media screen and (min-width: 990px) {
  footer .company-links .block {
    margin-bottom: 0px;
    width: 29%;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1220px) {
  footer .company-links .block {
    margin-bottom: 0px;
    width: 33%;
    margin-left: 100px;
  }
}
footer .company-links .block a {
  color: inherit;
}
footer .company-links .block strong {
  color: white;
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
footer .company-links .block ul {
  margin: 0 0 0 15px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer .company-links .block ul li {
  transition: .2s ease-out;
  left: 0px;
  position: relative;
}
footer .company-links .block ul li a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0 8px 20px;
  background: url('../img/footer_li.png') center left no-repeat;
  background-size: 6px 10px;
}
footer .company-links .block ul li a:hover {
  text-decoration: underline;
}
footer .company-links .block ul li:hover {
  left: 3px;
}
footer .company-links .js-go-up {
  display: none;
  width: 53px;
  height: 53px;
  position: absolute;
  top: -75px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-radius: 5555px;
  background: #002f14 url('../img/up_arrow.png') center center no-repeat;
  background-size: 11px 10px;
  cursor: pointer;
}
footer .company-links .eshop-link {
  position: relative;
  color: #523b08;
  border-radius: 30px;
  background: #d29c25;
  padding: 20px 25px 20px 90px;
  text-decoration: none;
  float: left;
  transition: .2s ease-out;
  top: 0px;
  width: calc(100% - 115px);
  background: #d29c25 url('../img/eshop-link-footer.png') 25px 20px no-repeat;
}
footer .company-links .eshop-link:hover {
  top: -3px;
}
@media screen and (min-width: 768px) {
  footer .company-links .eshop-link {
    width: auto;
    margin-top: 20px;
    float: right;
    background: #d29c25 url('../img/eshop-link-footer.png') 25px 32px no-repeat;
    padding: 30px 25px 30px 80px;
  }
}
@media screen and (min-width: 990px) {
  footer .company-links .eshop-link {
    background: #d29c25 url('../img/eshop-link-footer.png') 29px 32px no-repeat;
    padding: 30px 30px 30px 100px;
  }
}
footer .company-links .eshop-link strong {
  display: block;
  font-size: 20px;
  color: #523b08;
  margin-bottom: 4px;
}
footer .company-links .eshop-link strong em {
  color: #906c1e;
  font-style: normal;
  font-weight: normal;
}
footer .company-links .eshop-link span {
  font-size: 14px;
  color: #886009;
}
footer .copyright {
  background: #252525 url('../img/footer.jpg');
  color: #3f3f3f;
  padding: 15px 0px;
  font-family: 'Titillium Web', sans-serif;
}
footer .copyright a {
  text-decoration: none;
  color: #717171;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer .copyright .left img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  footer .copyright .left {
    width: 400px;
    float: left;
  }
}
footer .copyright .left .company_name {
  color: white;
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
}
footer .copyright .left .company_address {
  color: #aaaaaa;
  display: block;
}
footer .copyright .links {
  float: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  footer .copyright .links {
    top: -30px;
    position: relative;
    bottom: 0px;
  }
}
@media screen and (min-width: 990px) {
  footer .copyright .links {
    top: 18px;
  }
}
footer .copyright .links li a {
  color: #717171;
}
footer .copyright .right {
  clear: both;
  display: block;
  line-height: 50px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .copyright .right {
    float: right;
    clear: none;
    width: auto;
  }
}
footer .copyright .right a.pixio {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .copyright .right a.pixio {
    top: 10px;
    display: inline-block;
    margin-left: 15px;
  }
}
.pixio-control-panel {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.pixio-control-panel .pixio-container {
  background: #141b21;
  display: none;
  padding: 10px 20px;
  float: left;
}
.pixio-control-panel .pixio-container a {
  display: block;
  width: 54px;
  height: 20px;
  text-indent: -5555px;
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel .pixio-container a {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
@media screen and (min-width: 768px) {
  .pixio-control-panel .pixio-container {
    display: inline-block;
  }
}
.pixio-control-panel-ul {
  margin: 3px 0 10px 0;
}
.pixio-control-panel-ul li {
  color: #818181;
  display: block;
  margin: 7px 15px 13px 15px;
  float: left;
}
.pixio-control-panel-ul li span {
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel-ul li span {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
.pixio-control-panel-ul li a {
  color: #1c68a3;
  text-decoration: none;
  font-weight: bold;
}
.pixio-control-panel-ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul li {
    margin: 0 15px;
  }
}
.pixio-control-panel-ul-left {
  float: left;
}
.pixio-control-panel-ul-left li#block-loading-time,
.pixio-control-panel-ul-left li#block-file-upload {
  display: none;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul-left li#block-loading-time,
  .pixio-control-panel-ul-left li#block-file-upload {
    display: block;
  }
}
.pixio-control-panel-ul-left li#block-loading-time span {
  background-position: 0px -20px;
}
.pixio-control-panel-ul-left li#block-edit-page span {
  background-position: 0px -40px;
}
.pixio-control-panel-ul-left li#block-page-settings span {
  background-position: -20px -20px;
}
.pixio-control-panel-ul-left li#block-file-upload span {
  background-position: -20px -40px;
}
.pixio-control-panel-ul-right {
  float: right;
  display: none;
}
.pixio-control-panel-ul-right li#block-logout a {
  color: #c50001;
}
.pixio-control-panel-ul-right li#block-logout span {
  background-position: -40px -20px;
}
.pixio-control-panel-ul-right li#block-user-name span {
  background-position: -40px -40px;
}
@media screen and (min-width: 990px) {
  .pixio-control-panel-ul-right {
    display: block;
  }
}
.news-item {
  background: white;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 25px 0;
  padding: 20px 25px;
  border-bottom: 1px solid #e4e4e4;
}
.news-item-content-title {
  float: left;
  margin-bottom: 10px !important;
}
.news-item-content-text {
  padding-top: 15px !important;
  clear: both;
  margin-left: 5px;
}
.news-item-content-text img {
  margin: 0px !important;
}
.news-item-content-date {
  color: #868686;
  float: right;
}
.news-item-content-more {
  margin: 0 5px;
}
.news-item-thumb {
  float: left;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 30px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.registrace-form small {
  margin-top: 13px;
  font-size: 13px;
  display: block;
}
.error_box {
  color: #c51919;
  display: block;
  padding: 3px;
}
.success_box {
  color: #3db812;
  display: block;
  padding: 3px;
}
.DownloadGalleryTable img {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 30px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 0px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  float: right;
}
.album-item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  float: left;
  margin: 5px;
  width: 100px;
}
.album-item-title {
  display: block;
  text-align: center;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.gallery ul {
  margin-left: 0px !important;
}
.gallery-item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  float: left;
  margin: 10px !important;
  width: 100px;
  transition: .2s ease-out;
  position: relative;
  top: 0px;
}
.gallery-item:hover {
  top: -4px;
}
.gallery-item img {
  width: 100%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.campaign-gallery ul {
  margin-left: 0px !important;
}
.campaign-gallery-item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 25px !important;
  transition: .2s ease-out;
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .campaign-gallery-item {
    margin-bottom: 2% !important;
    width: 48%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .campaign-gallery-item:nth-child(even) {
    float: right;
  }
}
.campaign-gallery-item:hover {
  top: -4px;
  transform: scale(1.03);
}
.campaign-gallery-item img {
  width: 100%;
  margin: 0px !important;
}
