/* cmsms stylesheet: style modified: 20.11.2020 12:10:26 */
body {
  margin: 30px 0 0;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Roboto Condensed',Tahoma,Arial,sans-serif;
  /*text-shadow: 1px 1px 3px #BBBBBB;*/
  line-height: 1.8rem;
  font-size: 1.2rem;
}

body img {
  border: 0;
}

:focus {
  outline: 0;
}

ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0 0 4px;
}

li {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}

a {
 text-decoration: none;
 color: #ffffff;
}

.marginleft0 {
  margin-left: 0 !important;
}

/* *********************** */

.HIDDEN { display: none; }

.flexbox {
  display: block;
  /*display: -webkit-box;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.no-flexbox {
  display: table
}

.gray {
  background-color: rgba(0, 0, 0, 0.8);
}

.dotted, .header-katalog a:hover {
  border-bottom: 1px dotted #eeeeee;
}

.des90 {
  overflow: hidden;
  width: 90%;
  max-width: 1350px;
  margin: 0 auto 10px;
  padding-left: 5%;
  padding-right: 5%;
}

.des100 {
  overflow: hidden;
  width: 100%;
  display: block;
}

.clear { clear: both; }

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  color: #000000;
  margin: auto;
  padding: 35px 2.2% 25px;
  border: 1px solid #888;
  width: 45%;
  min-height: 130px;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-close {
  color: #aaaaaa;
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  top: 15px;
  right: 15px;
}
.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-zbozi-thm, .kosik-zbozi-thm {
  float: left;
  margin-right: 1.5rem;
  height: 140px;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
}
.modal-content h3 {
  margin: 0 0 1rem 0;
  display: inline-block;
}
.modal-kosik-img {
  width: 34px;
  margin-left: 0.5rem;
  position: relative;
  top: 2px;
}
.modal-content button[type=submit] {
    cursor: pointer;
    display: inline-block;
    padding: 8px 2rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d90000;
    background-color: #d90000;
    color: #ffffff;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    transition: all .3s ease-out;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 5px;
    margin-top: 22px;
    margin-bottom: 5px;
}
.modal-content button[type=submit].button-modal-navrat {
  margin-left: 30px;
  border: 1px solid #cdcdcd;
  background-color: #33475a;
}
.button-modal-dokosiku-hover, .button-modal-navrat-hover {
    transition: all .3s ease-out !important;
    background: #ffffff !important;
    color: #d90000 !important;
}

.header {
  /*  margin-left: 4%;
    margin-right: 4%;
    width: 82%;*/
}

.news .news-item {
  display: inline-block;
  text-align: left;
  background-color: #FFFFFF;
  padding: 14px 1% 18px;
  margin: 30px 3%;
  width: 41.5%;
  color: #000000;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
}

.news .news-item h2 {
    margin-top: 3px;
    color: #000000;
    margin-left: 2%;
    margin-bottom: 5px;
    width: 61%;
    float: right;
    font-size: 1.4rem;
}
.news .news-item p a {
   color: #000000;
   text-decoration: underline;
}
.news .news-item p {
    margin-top: 3px;
    margin-left: 2%;
    padding-bottom: 0;
    color: #000000;
    width: 40%;
    line-height: 1.3rem;
    font-size: 1rem;
}

.news .news-item p:last-child {
    float: left;
    width: 59%;
    margin-left: 3.5%;
 }

.news .news-item img {
  float: left;
  margin: 2px 2%;
  width: 80%;
  height: auto;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
}

.kolekce {
  padding-bottom: 25px;
  margin-top: 15px;
}

.kolekce a, .kolekce .sluzba {
  display: inline-block;
  text-align: center;
  margin: 30px 3%;
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px 1%;
  width: 25%;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
}

.kolekce p {
  width: 96%;
  padding: 17px 2%;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.kolekce .sluzba p {
  padding: 5px 2% 17px;
}

.kolekce img.kolekce-logo {
  width: 64%;
  padding: 10px 18%;
  background-color: #FFFFFF;
}

.kolekce img.kolekce-img, .kolekce img.nase-sluzby-img {
  width: 64%;
  padding: 10px 3%;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.kolekce img.nase-sluzby-img {
    margin: 10px 0 30px;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(184,167,149,0.6);
    -moz-box-shadow: 0px 0px 14px 1px rgba(184,167,149,0.6);
    box-shadow: 0px 0px 14px 1px rgba(184,167,149,0.6);
}

.img-effect {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all .1s ease-in-out;
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
}
.img-effect-katalogtree {
  transition: all .1s ease-in-out;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  box-shadow: #FFFFFF;
}

.infooznacce {
    padding-left: 15%;
    padding-right: 15%;
    width: 70%;
    padding-bottom: 2rem;
    padding-top: 3rem;
    background: #232323;
    text-align: center;
}

.infooznacce img {
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.infooznacce img:last-child {
    margin-right: 0;
}
.skoknainfooznacce {
    margin-left: 10%;
    margin-right: 10%;
    width: 70%;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    cursor: pointer;
}
.infooznacce h3 {
  margin-top: 0;
  padding-top: 0;
}

.info-ico {
  width: 23px;
  position: relative;
  top: 7px;
}
.zbozi-velikosti .info-ico {
    width: 22px;
    position: relative;
    top: 4px;
    left: 5px;
}


/* *** HEADER *** */

.header .header-logo {
  float: left;
}

.header .header-logo img {
  padding: 10px;
  margin: 0;
}

.header .header-logo a {
  line-height: 0;
  text-decoration: none;
}

.header .header-logo a:link, .header .header-logo a:visited {
  text-decoration: none;
}

.header .header-logo a:hover, .header .header-logo a:active, .header .header-logo a:focus{
  text-decoration: none;
}

.header .header-space {
    float: left;
    width: 5%;
}

.header .header-menu a {
  color: #FFFFFF;
  cursor: pointer;
}
/*
.header .header-menu>ul>li:first-child a {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: dotted 1px #fff8a9;
}
*/
.header .header-menu a:link, a:visited {
  text-decoration: none;
}

.header .header-menu a:hover, a:active, a:focus {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: dotted 1px #fff8a9;
}

.skoknainfooznacce:hover {
  color: #fcfcd0;
  text-decoration: underline;
}

.header .header-menu {
    float: right;
    margin: 40px 0 10px;
}

.header .header-menu ul {
    float: right;
}
.kosik {
  cursor: pointer;
}
.kosik-img {
  width: 38px;
  filter: brightness(50%);
}
.kosik-count {
  float: right;
  font-size: 0.8rem;
}
.kosik-bright100 {
  filter: brightness(100%);
}
.kosik-line {
  padding-bottom: 15px;
  margin: 5px 20px 30px;
  border-bottom: 1px dotted #504242;
  display: inline-block;
  width: 97%;
}
.kosik-line.zaloha:last-child {
  border-bottom: none !important;
}
.kosik-ve-formu {
  margin-bottom: 1rem;
}
p.kosik-line-form { 
  line-height: 1.3rem;
  font-size: 0.9rem;
  padding: 0 0 0.5rem;
}
p.kosik-line-form>img {
  width: 15px;
  margin-right: 0.2rem;
}
.kosik-line-id {
    font-size: 1rem;
    color: #b5b5b5;
    position: relative;
    margin-left: 6px;
    display: inline-block;
    top: -1px;
}
.kosik-line-desc {
  float: left;
}
.kosik-trash {
  width:20px;
  position: relative;
  top: 3px;
}
.zkosiku {
  cursor: pointer;
  margin: 17px 0 0 3px;
  width: 95px;
  display: inline-block;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.zkosiku span {
  font-size: 1rem;
  top: 0px;
  position: relative;
}
.zmizeni{
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.kosik-form {
  margin: 0 20px 50px;
  width: 97%;
}
.kosik-form h3 {
  margin-top: 0;
}
.kosik-form-fields>input[type=text], .kosik-form-fields>input[type=email], .kosik-form-fields>textarea {
  margin: 7px 0;
  padding: 10px 7px;
  width: 300px;
  height: 15px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 2px 2px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 2px 2px 8px 0px rgba(184,167,149,0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}  
.kosik-form-fields>.form_mesto {
  width: 200px !important;
}
.kosik-form-fields>.form_psc {
  width: 78px !important;
}
.kosik-form-fields>.form_poznamka {
  height: 50px !important;
}
.form_vyplnte {
  font-size: 1rem;
  width: 200px;
}
.form_vyplnte-chyba {
    padding: 10px;
    border: 1px solid white;
    background-color: red;
}

.hlavnivypis .pozn {
  width: 120px;
  padding: 5px 3px;
  border: none;
}
.hlavnivypis .pozn-ok {
  top: 3px;
  margin-left: 4px;
  position: relative;
}
.hlavnivypis .pozn-zadejte {
  margin-top: 5px;
  font-size: 0.9rem;
}

.formvypis-poznamka {
  margin-left: 18px;
  font-style: italic;
  display: block;
}

.header .header-menu li {
    float: left;
    font-size: 1.5rem;
    color: #FFFFFF;
    padding: 0 20px 6px;
    line-height: 2.8rem;
}
.souhlas {
  font-size: 1rem;
  line-height: 1.4rem;
}

.header .header-menu h1 {
    font-size: 1.7rem;
    font-style: italic;
    line-height: 1.7rem;
    font-weight: normal;
}

.header .header-logo .zalozeno {
    float: right;
    position: relative;
    top: 68px;
    color: #FFFFFF;
    font-size: 1rem;
}

.header-katalog, .output-form {
  margin: 0 4%;
}
.obsah-kosiku a {
  text-decoration: underline;
}
.obsah-kosiku a.group {
    text-decoration: none;
}

.katalog {
  padding-bottom: 25px;
}

.katalog .produkt {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 30px 3%;
  background-color: #FFFFFF;
  color: #000000;
  padding: 20px 1% 20px;
  width: 25%;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
}
.zbozi-comment {
 font-weight: 600;
}
.produkt p:nth-of-type(1) {
  /*font-weight: 600;*/
}
.katalog .produkt p {
  padding: 5px 2% 4px;
  line-height: 1.4rem;
}
.katalog img.katalog-img, .katalog img.produkt-img {
  width: 77%;
  padding: 10px 3%;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.katalog img.produkt-img {
    margin: 10px 0 10px;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(184,167,149,0.6);
    -moz-box-shadow: 0px 0px 14px 1px rgba(184,167,149,0.6);
    box-shadow: 0px 0px 14px 1px rgba(184,167,149,0.6);
}

.katalog .category {
  display: inline-block;
  text-align: center;
  margin: 30px 2%;
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px 1% 4px;
  width: 19%;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  -moz-box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
  box-shadow: 3px 3px 8px 0px rgba(184,167,149,0.9);
}
.katalog .category p {
  padding: 5px 2% 5px;
}
.katalogtree {
  margin: 0 2%;
}
.katalogtree .category {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  margin: 10px 10px 20px;
  padding: 5px 0 5px;
  width: 130px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(184,167,149,0.9);
  -moz-box-shadow: 0px 0px 8px 3px rgba(184,167,149,0.9);
  box-shadow: 0px 0px 8px 3px rgba(184,167,149,0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.katalogtree .category img {
  width: 64px;
}
.katalogtree .category p {
  font-size: 1rem;
}

button[type=submit].dokosiku, button[type=submit].button-poptavka, button[type=submit].button-navrat {
    cursor: pointer;
    display: inline-block;
    padding: 8px 2rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d90000;
    background-color: #d90000;
    color: #ffffff;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    transition: all .3s ease-out;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 5px;
    margin-top: 22px;
    margin-bottom: 5px;
}
button[type=submit].button-navrat {
  margin-left: 40px;
  border: 1px solid #cdcdcd;
  background-color: #33475a;
}
.dokosiku-hover, .button-poptavka-hover, .button-navrat-hover {
    transition: all .3s ease-out !important;
    background: #ffffff !important;
    color: #d90000 !important;
}
.button-navrat-hover {
    color: #33475a!important;
}
.button-pozn {
  padding: 4px;
  font-weight: 600;
  background-color: #fefefe;
}
.button-pozn-pozor {
  background-color: #eeaaaa;
}
.button-pozn-click {
  filter: brightness(0.5);
}

.produkt .akcni-produkt {
  font-size: 1.5rem;
  position: absolute;
  padding: 5px 10px;
  top: 1px;
  left: 1px;
  color: #efefef;
  background-color: #ff0000;
}
.produkt .zbozi-id {
  font-size: 0.9rem;
  position: absolute;
  bottom: 10px;
  right: 22px;
  color: #4c4c4c;
}
.produkt .zbozi-cena {
  margin-top: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #efefef;
}
.produkt .zbozi-cena.akcni-cena {
  background-color: #ffefef;
}
.produkt .zbozi-cena.akcni-cena>span, .modal-pridano span.akcni-cena,
.kosik-line>span.akcni-cena, .kosik-line-form>span.akcni-cena {
  text-decoration: line-through;
  color: #5a5a5a;
}
.produkt p.zbozi-title, .category p.zbozi-title  {
  color: #000000 !important;
  font-weight: 600;
}

/* *** TOP PARALLAX & MAIN BACKGROUND IMAGE *** */

.paralax {
  background: url("/uploads/images/top-parallax1.jpg") no-repeat center -10px #000000;
  background-size: cover;
  min-height: 450px;
  position: relative;
}

.top-static {
  background: url("/uploads/images/top-parallax_850.jpg") no-repeat center top #000000;
  background-size: cover;
  min-height: 300px;
  position: relative;
}

.bgimg {
  background: url("/uploads/images/bg.jpg") no-repeat center top #000000;
  background-size: cover;
  text-align: center;
}

.bgimg-docerna {
  background: url("/uploads/images/bg-docerna.jpg") no-repeat center top #000000;
  background-size: cover;
  text-align: center;
}

/* *** FOOTER *** */

.footer {
  line-height: 1.8rem;
  min-height: 100px;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #FFFFFF;
  text-shadow: none;
  font-weight: normal;
}

.footer a {
  color: #FFFFFF;
}

.footer a:hover, .footer a:active, .footer a:focus{
  text-decoration: none;
  border-bottom: solid 1px #fff8a9;
  padding-bottom: 2px;
}

.footer h2 a:hover, .footer h2 a:active, .footer h2 a:focus{
  text-decoration: none;
  border-bottom: solid 1px #fff8a9;
  padding-bottom: 5px;
}

.footer h2 {
  font-size: 1.5rem;
  width: 92%;
  font-weight: normal;
  border-bottom: 1px dotted #444444;
  padding-bottom: 7px;
  margin-left: 4%;
  margin-right: 4%;
}

.footer h3 {
  font-size: 1.3rem;
  width: 100%;
  margin-top: 13px;

}

.footer .footer-blok {
    margin: 0 3%;
    padding: 0 1%;
    width: 16%;
    float: left;
}

.footer td {
  font-size: 1.1rem;
  text-align: center;
}

.footer td:first-child {
  width: 30px;
  text-align: left;
}

.copyright {
    padding: 7px 2% 12px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    clear: both;
    font-size: 1rem;
    width: 96%;
}

.copyright p {
    margin: 4px 0 0;
    font-size: 1.0rem;
    line-height: 1.2rem;
}

.copyright p:last-child {
  font-size: 1.3rem;
}

/* *** Back to top button *** */

#back-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.7;
    transition-duration: 0.2s;
}

#back-top a {
	width: 46px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #222222;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#back-top a:hover {
	color: #000000 ;
}

#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background: #ccabab url(/uploads/images/up-arrow_small.png) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#back-top a:hover span {
	background-color: #777;
}

/* *** Souhlas Cookies *** */

.souhlas-cookies {
    background-color: #333;
    bottom: 0;
    color: white;
    left: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.souhlas-cookies button {
    color: black;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}

.souhlas-cookies a {
    color: white;
}

/* *** ***************** *** */
/* *** RESPONSIVE DESIGN *** */
/* *** ***************** *** */

@media (max-width: 1380px) {
  .paralax {
    min-height: 400px;
  }

  .kolekce p {
    padding-bottom: 8px;
  }

  .kolekce img.kolekce-img, .kolekce img.nase-sluzby-img {
    width: 65%;
  }

  .kolekce img.kolekce-logo {
    width: 65%;
  }

  .news h2 {
    margin-bottom: 2px;
  }

  .katalog p {
    padding-bottom: 8px;
  }
  .katalog img.katalog-img, .katalog img.produkt-img {
    width: 80%;
  }
 .katalog .produkt {
   padding-top: 19px;
 }
  .modal-content {
    width: 70%;
  }

}

@media (max-width: 1100px) {
  .paralax {
    min-height: 300px;
  }

  .header .header-menu {
    margin: 53px 0 10px;
  }

  .header .header-menu li {
    font-size: 1.3rem;
  }
 
  .footer .footer-blok {
    margin: 0 1%;
    padding: 0 1%;
    width: 21%;
  }

  .news p {
    line-height: 1.6rem;
  }
  .news h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mapa {
    height: 300px;
  }

  .news img.news-img {
    width: 30%;
  }

  .infooznacce {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }

  .modal-content {
    width: 70%;
  }
}

@media (min-width: 850px) {
  .infooznacce p {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}

@media (max-width: 850px) {
  .header .header-menu li {
    padding: 0 10px;
  }
  .news {
    padding-top: 30px;
    margin-bottom: 0;
  }

  .paralax {
    display: none;
  }

  .top-static {
    display: block;
  }

   .news .news-item {
    width: 92%;
    float: left;
    padding: 15px 0%;
    margin: 0px 4% 35px;
  }

  .kolekce a, .kolekce .sluzba {
    margin: 12px 2%;
    padding: 10px 1%;
    width: 27%;
  }

  .kolekce p {
    font-size: 1.2rem;
  }

  .paralax {
    min-height: 250px;
  }

  .mapa {
    height: 250px;
  }

  .katalog .produkt {
     width: 42%;
     margin: 20px 3% 25px 3%;
  }
  .katalog p {
     padding-left: 3%;
     padding-right: 3%;
     line-height: 1.4rem;
  }

  .katalog .category {
    width: 27%;
    margin: 20px 2% 25px 2%;
  }
  
  .modal {
    padding-top: 10px;
  }
  .modal-content {
    width: 85%;
  }
}

@media (max-width: 660px) {
  .paralax {
    min-height: 200px;
  }

  .header {
    text-align: center;
  }

  .header .header-menu {
    margin: 15px 0 0;
    float: right;
    left: -50%;
    position: relative;
  }

  .header .header-logo {
    float: left;
    display: block;
    width: 100%;
  }

  .header .header-logo img {
    padding: 0 5px 5px;
  }

  .header .header-menu ul {
    float: right;
    position: relative;
    left: 50%;
  }

  .news h2 {
    font-weight: normal;
  }

  .footer {
    padding-bottom: 0;
  }
  .footer .footer-blok {
    width: 46%;
  }
  .footer .footer-blok:last-child {
    width: 46%;
  }

  .modal-content {
    width: 85%;
    box-shadow: none;
  }

}

@media (max-width: 500px) {
  .des90 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gray {
    padding-top: 2px;
  }

  .news .news-item {
    width: 92%;
  }

  .header .header-menu li {
    padding: 0 9px;
  }
  
  .kolekce a, .kolekce .sluzba {
    width: 43%;
    padding: 10px 1%;
    margin: 20px 2% 25px 2%;
  }

  .kolekce p {
    padding-left: 3%;
    padding-right: 3%;
    line-height: 1.4rem;
  }

  .kolekce img.kolekce-img, .kolekce img.nase-sluzby-img {
    width: 70%;
  }

  .kolekce img.kolekce-logo {
    width: 70%;
    padding: 10px 15%;
  }

  .footer {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .footer .footer-blok {
    margin: 0 1% 14px;
    padding: 0 1%;
    width: 96%;
  }

  .footer .footer-blok:last-child {
    margin-bottom: 10px;
    width: 96%;
  }

  .footer table {
    margin-left: auto;
    margin-right: auto;
  }

  .footer h2 {
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer h3 {
    font-size: 1.4rem;
    margin-top: 3px;
    margin-bottom: 14px;
    background-color: #333333;
  }

  .copyright {
    margin-top: 0;
  }

  .bgimg-footer {
    background-position: center left;
  }

 .katalog .produkt {
   padding-top: 12px;
 }

 .katalog .produkt {
    width: 92%;
    margin: 20px 1% 25px 1%;
 }
 .katalog p {
    padding-left: 1%;
    padding-right: 1%;
    line-height: 1.3rem;
 }
 .katalog .category {
   padding-top: 12px;
   width: 43%;
   margin: 20px 2% 25px 2%;
 }
 .header-katalog h3 {
   font-size: 1rem;
 }
 .katalogtree {
   margin: 0;
 }
 .katalogtree .category {
   font-size: 0.8rem;
   margin: 10px 10px 20px;
   padding: 5px 0 5px;
   width: 110px;
 }
 .katalogtree .category p {
   font-size: 0.8rem;
 }
  .modal {
    padding-top: 30px;
  }
  .modal-kosik-img {
    display: none;
  }
  button[type=submit].button-poptavka, button[type=submit].button-navrat {
    margin-left: 1rem;
  }
  .modal-content button[type=submit].button-modal-dokosiku,
  .modal-content button[type=submit].button-modal-navrat {
    margin-left: 1rem;
  }
  .modal-zbozi-thm {
    margin-right: .5rem;
  }

  .formvypis-poznamka {
    margin-left: 0;
  }

}

@media (max-width: 370px) {
  .header .header-menu li {
    padding: 0 7px;
  }
}

@media (max-width: 330px) {
  .news p {
   /* width: 97%; */
  }

  .kolekce p {
    width: 86%;
    padding-top: 0;
    margin: 14px 4% 0;
  }

  .kolekce a, .kolekce .sluzba {
    width: 92%;
    padding: 10px 2%;
    margin: 0 1% 30px 1%;
  }

  .kolekce img.kolekce-logo {
    width: 65%;
  }

  .kolekce img.kolekce-img, .kolekce img.nase-sluzby-img {
    width: 65%;
  }

  .katalog p {
    width: 86%;
    padding-top: 0;
    margin: 14px 4% 0;
  }
  .katalog a, .katalog .produkt {
     width: 96%;
     padding: 10px 2%;
     margin: 0 1% 30px 1%;
  }
  .katalog img.katalog-img, .katalog img.produkt-img {
     width: 65%;
  }
}

/* END OF RESPONS STYLING */
