/* start 08/2017 M.Svec  */

/* Fonty */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);


/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
}

head {
	display: none;
}

body {
	background-color: #ffffff;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	overflow-y: scroll;
  position:relative;
}

a {
	color: #0260a0;
    text-decoration: none;
}

form table {
	width: 100%;
}

form tr.nadpis td {
	font-weight: bold;
}

form td.popis {
	width: 33%;
	padding: 0px 10px 0px 0px;
}

form tr.odesli input,
form tr.modesli input {
	margin: 10px 10px 10px 0px;
	padding: 10px 20px 10px 20px;
}

input, textarea, select {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

input, select, label {
	vertical-align: middle;
}

input[type=submit] {
    background-color: #0260a0;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

*::-webkit-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*:-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*::-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}

*:-ms-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}


/* Ytext */

.prilohaL {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

.prilohaP {
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
}

td p:only-child .prilohaL:only-child,
td p:only-child .prilohaP:only-child {
    margin: 0px;
}

.stylBunkaStred .priloha {
	float: none;
	margin: 0px auto 0px auto;
}

.priloha .text {
	display: block;
	text-align: center;
	font-size: 14px;
}

table {
	clear: both;
}

table.zakladniTabulka td {
	background: #f0f0eb;
	padding: 0px 3px 0px 3px;
	font-size: 12px;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) {
	width: 100%;
}

.text.editor table:not(.zakladniTabulka):not(.kalendar) td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

hr {
	border-bottom: 1px solid #777777;
}

h1, h2, p, ul, ol, table, hr {
	margin: 0px 0px 10px 0px;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
  color: #0260a0;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
  color: #0260a0;
} 

h3 {
	font-weight: bold;
	font-size: 14px;
  color: #0260a0;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.stylVerzalky {
	text-transform: uppercase;
}

.stylBunkaVpravo {
	text-align: right;
}

.stylBunkaStred {
	text-align: center;
}

.stylPoznamka,
table td.stylPoznamka {
	font-size: 11px;
}

.stylVelke {
	font-size: 20px;
	line-height: 30px;
}

.stylCervene {
	color: #cc0000;
}

.povinnePolicko,
.upozorneni,
.upozorneni a {
	color: #cc0000;
	font-weight: bold;
}



/* panelTelo */

.panelTelo {
	width: 100%;
	margin: 0px auto;
	color: #000000;
}

.panelTelo:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}



/* panelHlavicka */

.panelHlavicka {
	background-color: #ffffff;
  height: 230px;
  position: relative;	 
  }

.panelHlavicka header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 75px;
	margin: 0px;
  background-color: #0260a0;
  }




/* panelHlavicka .hlavniMenu */

.panelHlavicka .hlavniMenu #tlacitkoMenu {
 display: none;
  }

.panelHlavicka .hlavniMenu {
	display: block;
	position: relative;
	top: 0px;
}

.panelHlavicka .hlavniMenu ul {
	position: relative;
  display: block;
	margin: 0px;
	padding: 0px;
  float: left;
  left: 5%;
  width: 60%;
}

.panelHlavicka .hlavniMenu .slogan {
  position: relative;
  float:right;
  height: 75px;
  background-image: url(Xhtml5/slogan.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20%;
  right: 5%;
  }

.panelHlavicka .hlavniMenu .slogan:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.panelHlavicka .hlavniMenu li {
	display: block;
	float: left;
	font-size: 16px;
	
}

.panelHlavicka .hlavniMenu li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #ffffff;
  height: 75px;
  line-height: 75px;
  background-color: transparent;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  
}

.panelHlavicka .hlavniMenu li a:hover {
	background-color: #919a9f;  
  }
.panelHlavicka .hlavniMenu li.vybrana a {
  background-color: #919a9f;
  }



/* .panelHlavicka .logo */

.panelHlavicka .logo {
	display: block;
	position: absolute;
	left: 5%;
	bottom: 25px;
	width: 352px;
	height: 95px;
	background: transparent url(Xhtml5/Logo.png) scroll no-repeat left center;
}

.panelHlavicka .kontaktyHlavicka {
  width: 380px;
  height: 60px;
  position: absolute;
  right: 5%;
  top: 120px;
  }
.panelHlavicka .kontaktyHlavicka a {
  display: block;
  position: relative;
  float: left;
  padding:10px 0 0 75px;
  background-repeat: no-repeat;
  background-position:left center;
  background-image: url(Xhtml5/tel.png);
  width: calc(50% - 76px);
  font-size: 12px;
  line-height: 17px;
  height: 60px;  
  }

.panelHlavicka .kontaktyHlavicka p:last-of-type a {
  border-left: 1px solid #0260a0;
  background-image: url(Xhtml5/spot.png);
  background-position: 5px center;
  padding:0 0 0 75px;
  }


/* .panelHlavicka .komponentaHledat */

.panelHlavicka .komponentaHledat {
	position: absolute;
	left: 160px;
	top: 32px;
	width: 250px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.komponentaHledat .odesli input {
	background: transparent url(Xhtml5/Lupa.png) scroll no-repeat center center;
	width: 16px;
	height: 16px;
	border-radius: 0px;
	text-indent: -9999px;
	position: relative;
	left: 3px;
	top: 1px;
}



/* komponentaFormular */

.komponentaFormular iframe {
	width: 350px !important;
	height: 450px !important;
	overflow: hidden !important;
}

body.komponentaFormularStranka {
    overflow-y: auto;
    background: #ffffff;
}

body.komponentaFormularStranka textarea {
	width: 200px;
	max-width: 200px;
	height: 130px;
	max-height: 130px;
}



/* .panelNavigace */

.panelNavigace {
	display: none;
}




/* .panelObsah */

.panelObsah {
	float: none;
  display: block;
	width: 90%;
	padding: 2% 5%;
	margin: 0px 0px 30px 0px;
	background: #ffffff;
	min-height: 400px;
}

.panelObsah:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.panelObsah a:hover {
    text-decoration: underline;
}


/* .panelObsah .pomocnaNavigace */

.panelObsah .pomocnaNavigace {
}

.panelObsah .pomocnaNavigace .drobeckova {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.panelObsah .pomocnaNavigace .drobeckova a {
	font-weight: normal;
}

.panelObsah .pomocnaNavigace .podslozky {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.panelObsah .pomocnaNavigace .podslozky a {
	font-weight: normal;
}

.panelObsah .pomocnaNavigace .pocetPolozek {
	display: none;
}

.panelObsah .pomocnaNavigace .podslozky ul {
	display: block;
	padding: 0px;
}

.panelObsah .pomocnaNavigace .podslozky ul:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.panelObsah .pomocnaNavigace .podslozky li {
	display: block;
	float: left;
}

.panelObsah .pomocnaNavigace .podslozky li:after {
    content: "\00a0\00a0|\00a0\00a0";
}

.panelObsah .pomocnaNavigace .podslozky li:last-child:after {
    content: "";
}

.panelObsah .text.editor > * {
   /* overflow-x: hidden;  */
}

/* .panelObsah .komponentaSlozkyDiskuze */

.panelObsah .text.editor > .komponentaSlozkyDiskuze,
.panelObsah .text.editor > .seznamStranek {
    overflow-x: visible;
}

.panelObsah .komponentaSlozkyDiskuze ul,
.panelObsah .komponentaSlozkyDiskuze li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.panelObsah .komponentaSlozkyDiskuze .diskuzniPolozka {
    border: 1px #dddddd solid;
    margin-bottom: 5px;
    position: relative;
    top: 0px;
    left: 0px;
}

.panelObsah .komponentaSlozkyDiskuze .diskuzniPolozka .diskuzniPolozka {
    margin: 5px;
}

.panelObsah .komponentaSlozkyDiskuze .diskuzniPolozka:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.panelObsah .komponentaSlozkyDiskuze .diskuzniPolozka div {
    display: none;
}

.panelObsah .komponentaSlozkyDiskuze .diskuzniPolozka h2 {
    background: #dddddd;
    color: #000000;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-left: 3px;
    font-weight: normal;
}

.panelObsah .komponentaSlozkyDiskuze .diskuzniPolozka .datum {
    display: block;
    color: #000000;
    font-size: 12px;
    width: 100px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    top: 1px;
    right: 5px;
    text-align: right;
}

.panelObsah .komponentaSlozkyDiskuze .diskuzniPolozka p {
    padding: 3px;
} 

/* komponentaBanner */
.panelObsah .komponentaBanner span {
    display: block; 
    padding: 5px 10px 5px 10px;
    background: #919a9f;
    color: #ffffff;   
}

.panelObsah .komponentaBanner span.text1 {
    background: #0260a0;
    color: #ffffff;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase; 
}


/* .panelObsah .formularFiltry */

.panelObsah .formularFiltry {
	display: none;
}



/* .panelObsah .formularRazeni */

.panelObsah .formularRazeni {
	display: none;
}


/* .panelObsah .komponentaZobrazeni */

.panelObsah .komponentaZobrazeni {
	margin: 0px 0px 10px 0px;
	display: none;
}


/* .panelObsah .prepinacStranek */

.panelObsah .prepinacStranek {
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}

.panelObsah .prepinacStranek:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.panelObsah .prepinacStranek a,
.panelObsah .prepinacStranek span {
	display: block;
	width: 16px;
	float: left;
	text-align: center;
	margin: 0px 1px 1px 0px;
	padding: 0px 2px 0px 2px;
	border-radius: 3px;
}

.panelObsah .prepinacStranek a {
	background: none repeat scroll 0 0 #f0f0eb;
    color: #999999;
}

.panelObsah .prepinacStranek .vybrana,
.panelObsah .prepinacStranek a:hover {
    background: url(Xhtml5/Submit.png) repeat-x scroll center top #000000;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}


/* .panelObsah .zbozi */

.panelObsah .zbozi {
	display: none;
}

.panelObsah .zbozi:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* homePage */

.homePage h1 {
  /*text-indent: -9999px;*/
  height:0;
  line-height:0;
  margin: 0;
  font-size:0;
  }
  
.homePage h2 { 
  text-align: center;
  } 
.homePage .panelObsah {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  display: block;
  }

.homePage .panelObsah .text.editor > * {
  /*overflow-x: unset;  */
  }

.homePage .panelNavigace {
  display: none;
  }

  /*
.homePage .komponentaAnimace{
  width: 100% !important;
  height: 550px !important;
  }
.homePage .komponentaAnimace img { 
   width: 100% !important;
  height: auto !important;
  }     */


.homePage .text.editor .komponentaSlozka {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color:transparent;
  padding: 0 0 35px 0;
  position: relative;    
  }
.homePage .text.editor .komponentaSlozka .text p:last-child {
  margin: 0;
  padding: 0 0 20px 0;
  }

/* obrázek */
.homePage .text.editor div:nth-of-type(1) {
  padding: 0;
  }

.homePage .text.editor div:nth-of-type(1) .text {
  position: relative;
  }

.homePage .text.editor div:nth-of-type(1) .text p .prilohaL,
.homePage .text.editor div:nth-of-type(1) .text p .prilohaP {
  float: none;
  display: block;
  width:100% !important;
  }

.homePage .text.editor div:nth-of-type(1) .text p img {
  width: 100% !important;
  height: auto !important;
  
  }

  
/*text pod animaci */  
.homePage .text.editor div:nth-of-type(2) {
  background-image: url(Xhtml5/sipka-white.png);
  z-index:9;
  }
.homePage .text.editor div:nth-of-type(2) .text {
  background-color: #ffffff;
  padding-top: 0px;
  width: 100%;
  }

.homePage .text.editor div:nth-of-type(2) .text .prilohaL {
  float: none;
  margin: 0 auto;
  }


/*porjekty*/   
.homePage .text.editor div:nth-of-type(3) {
  background-image: url(Xhtml5/sipka-gray.png);
  z-index:8;
  top: -45px;
  } 
.homePage .text.editor div:nth-of-type(3) .text {
  background-color: #e6e7e9;
  padding: 40px 3% 0 3%;
  } 

.homePage .text.editor div:nth-of-type(3) .text p:last-child a {
  color: white;
  background-color: #0260a0;
  padding:7px;
  margin: 0 0 10px 0;
  }
/*.homePage .text.editor div:nth-of-type(3) .text p:last-child a:hover {
  text-decoration: none;
  }     */

/*texty*/
.homePage .text.editor div:nth-of-type(4) {
  z-index:7;
  top: -45px;
  background-image: url(Xhtml5/sipka-white.png);
  }
   
.homePage .text.editor div:nth-of-type(4) .text {
  padding: 40px 5% 0 5%;
  }   
.homePage .text.editor div:nth-of-type(4) .text table p .prilohaL,
.homePage .text.editor div:nth-of-type(4) .text table p .prilohaP  {
  float: none;
  display: block;
  /*margin: 0 auto;*/
  }

.homePage .text.editor div:nth-of-type(4) .text .priloha,
.homePage .text.editor div:nth-of-type(4) .text .priloha img {
  width: auto !important;
  display: block;
  margin: 0 auto;
  }


/* mapa */  
.homePage .text.editor div:nth-of-type(5) {
  background-image: url(Xhtml5/sipka-gray.png);
  z-index:6;
  top: -85px;
  } 
.homePage .text.editor div:nth-of-type(5) .text {
  background-color: transparent;
  padding-top:0px;
  position: relative;
  }
.homePage .text.editor div:nth-of-type(5) .text p {
  display: none;
  }  
  
.homePage .text.editor div:nth-of-type(5) .text p:first-child:last-child {
  padding: 0;
  display: block;
  }
  
.homePage .text.editor div:nth-of-type(5) .text p a {
  width: 100% !important;
  margin: 0 0 -7px 0;
  overflow: hidden;
  float: none;
  display: block;
  }  
.homePage .text.editor div:nth-of-type(5) .text p a img {
  width: 100% !important;
  height: auto !important;
  }  
   

/* kontakty */  
.homePage .text.editor div:nth-of-type(6) {
  background-image: url(Xhtml5/sipka-blue.png);
  z-index:5;
  top: -130px;
  } 
.homePage .text.editor div:nth-of-type(6) .text {
  background-color: #0260a0;
  padding: 40px 5% 0 5%;
  color: #ffffff;
  }   
.homePage .text.editor div:nth-of-type(6) .text a {
  color: #ffffff;
  }




.homePage .text.editor div:nth-of-type(6) .text table {
  margin: 0;
  }
  
  
.homePage .panelObsah .prepinacStranek {
  display: none;
  }


.homePage .panelPaticka {
  bottom: -25px;
    position: absolute;
    height: 170px;
    padding: 70px 0 0 0;
  }
/*.homePage .panelPaticka .logo {
    bottom: 45px;
    } */ 


/* komponentaKalendar */

.panelPomocny .komponentaKalendar {
    background: #ffffff;
    margin: 1px;
}
.panelPomocny .komponentaKalendar table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.komponentaKalendar td {
    padding: 3px;
    text-align: right;
    color: #555555;
}
.komponentaKalendar td.nazevMesice {
    text-align: center;
}
.komponentaKalendar .jinyMesic {
    color: #aaaaaa;
}
.komponentaKalendar .maAkci {
    color: #2793e6;
    cursor: pointer;
}
.komponentaKalendar .maAkci:hover {
    text-decoration: underline;
}
.komponentaKalendar .dnes {
    outline: 1px solid #aaaaaa;
}
.komponentaKalendar .komponentaKalendarTlacitko {
    color: #2793e6;
    cursor: pointer;
}
.komponentaKalendar .komponentaKalendarTlacitko:hover {
    text-decoration: underline;
}
.komponentaKalendar .komponentaKalendarPolozka {
    background: #f0f0eb; 
    margin-bottom: 10px;
    padding: 5px; 
}
.komponentaKalendar h2 {
    padding: 5px;
}
.komponentaKalendar .komponentaKalendarPolozka h3 {
    font-weight: bold;
    text-align: left;     
}                                                           
.komponentaKalendar .komponentaKalendarPolozka p {
    margin-bottom: 0px;
    text-align: left;
}
.komponentaKalendar .komponentaKalendarPolozka p a {
    display: block;
}

.komponentaAnketa .komponentaAnketaGrafika {
    display: block;
    float: left;
    height: 10px;
    background: #aaaaaa;
    margin: 8px 10px 7px 0px;
}


/* komponenta animace */

.komponentaAnimace {
    position: relative;
    top: 0px;
    left: 0px;
}
.komponentaAnimace img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.komponentaAnimace .ovladaciPanel {
    position: absolute;
    bottom: 2px;
    left: 2px;
    height: 17px;
    line-height: 15px;
    font-size: 10px;
    overflow: hidden;   
}
.komponentaAnimace .ovladaciPanel .tlacitko {
    border: 1px #555555 solid;
    background: #eeeeee;
    color: #555555;
    float: left; 
    padding: 0px;
    margin: 0px 2px 0px 0px;
    height: 15px;
    width: 15px;
    text-align: center;
    font-weight: normal;
    border-radius: 10px;
    cursor: pointer;
}

.komponentaAnimace .ovladaciPanel .tlacitko span {
    display: block;
    height: 15px;
    width: 15px; 
    text-align: center;
}

.komponentaAnimace .ovladaciPanel .tlacitko.vybrane {
    color: #000000;
    background: #ffffff;
} 


/* panelPaticka */

.panelPaticka {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
  height: 150px;
	clear: both;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	line-height: 25px;
	font-size: 12px;
	color: #ffffff;
  background-color: #919a9f;
}

.panelPaticka .logo {
  display: block;
    position: absolute;
    left: 5%;
    bottom: 45px;
    width: 352px;
    height: 95px;
    background: transparent url(Xhtml5/LogoBile.png) scroll no-repeat left center;
  }  

.panelPaticka .odkazy {
  display: block;
    position: absolute;
    right: 5%;
    bottom: 5px;
    width: 90%;
    height: 25px;
    text-align: right;
  }
  
.panelPaticka .odkazy a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
  line-height: 25px;
}

.panelPaticka .odkazy a:hover {
	color:#0260a0;
}

.panelPaticka .odkazy a:after {
    content: "\00a0\00a0|\00a0\00a0";
}

.panelPaticka .odkazy a:last-child:after {
    content: "";
}

.komponentaCookieSouhlas .komponentaCookieSouhlasVnitrek {
	position: fixed;
	z-index: 999;
	left: 12%;
	bottom: 3px;
	width: 76%;
    padding: 0px;
	font-size: 14px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.8);
	color: #dddddd;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.komponentaCookieSouhlas p {
	margin: 0px 250px 0px 0px;
	padding: 5px 0px 5px 25px;
	line-height: 20px;
	text-align: left;
}

.komponentaCookieSouhlas .tlacitkoSouhlasim {
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 120px;
	height: 20px;
	line-height: 20px;
	background: #0260a0;
	color: #ffffff;
    padding: 2px 20px 2px 20px;
    margin: -12px 0px 0px 0px;
	border: none;
	text-align: center;
}

/* Tiskarna */

@media only print {

.panelNavigace,
.panelHlavicka,
.panelPaticka {
	display: none;
}

.panelTelo {
	width: auto;
}

.panelObsah {
	float: none;
	width: auto;
}

body {
	font-family: sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	background: #ffffff;
	color: #000000;
}

}

/* 0. WIDTH < 1400px */


@media
only screen and (max-width:1400px),
only screen and (max-device-width:1400px) {

.homePage .komponentaAnimace{
  height: 420px !important;
  }


}



/* 1. WIDTH < 1280px ... Odstran panelPomocny */

@media
only screen and (max-width:1280px),
only screen and (max-device-width:1280px) {

.panelTelo {}


.homePage .komponentaAnimace {
    height: 345px !important;
  }  

.homePage .text.editor div:nth-of-type(2) .text img {
  width: 100% !important;
  height: auto !important; 
  }
.homePage .text.editor div:nth-of-type(2) .text .priloha {
  width: 100% !important;
  }

.komponentaAnketa .komponentaAnketaGrafika {
    display: none;
}


.homePage .panelObsah .text.editor .komponentaSlozka .text {
    overflow-x: auto;
    overflow-y: hidden;
}

.panelObsah .katalog {
   overflow-x: auto;
   overflow-y: hidden;
  }


}



/* 2. WIDTH < 1040px ... Zmensi panelObsah na 75% */

@media
only screen and (max-width:1040px),
only screen and (max-device-width:1040px) {

.panelHlavicka .hlavniMenu ul {
  left: 3%;
  width: 70%;
  }
.panelHlavicka .hlavniMenu li a {
  font-size: 14px;
  }  
.panelHlavicka .hlavniMenu .slogan {
  right: 3%;
  }


.homePage .komponentaAnimace {
    height: 290px !important;
  } 
.homePage .text.editor div:nth-of-type(2) .text img {
 /* height: 300px !important; */
  }

.panelNavigace .hloubka1 .rychlaNavigace .roleta {
	display: none !important;
}

.homePage .text.editor div:nth-of-type(4) .text {
    padding: 40px 3% 0 3%;
}
.homePage .text.editor div:nth-of-type(6) .text {
    padding: 40px 3% 0 3%;
}
.panelPaticka .logo {
  left: 3%;
  }
.panelPaticka .odkazy {
  right: 3%;
  }

}



/* 3. WIDTH < 855px ... Zmensi panelObsah na 50% */

@media
only screen and (max-width:855px),
only screen and (max-device-width:855px) {

.panelHlavicka {
  height: 200px;
  }

.panelHlavicka header {
  height: 60px;
  }

.panelHlavicka .hlavniMenu .slogan {
      height: 60px;
  }

.panelHlavicka .hlavniMenu li a {
  height: 60px;
    line-height: 60px;
  }

.panelHlavicka .hlavniMenu #tlacitkoMenu + label {
  background-image: url(Xhtml5/menu.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  }

.panelHlavicka .hlavniMenu #tlacitkoMenu ~ ul {
  display: none;
  
  }
.panelHlavicka .hlavniMenu #tlacitkoMenu:checked ~ ul {
  display: block;
  float: none;
  padding: 60px 0 0 0;
  left: auto;
  width: 100%;
  background-color: #0260a0;
  z-index: 9;
  }
.panelHlavicka .hlavniMenu #tlacitkoMenu:checked ~ ul li {
  width: 80%; 
  float: none;
  display: block;
  margin: 0 auto;
  z-index: 10;
  }

.panelHlavicka .hlavniMenu .slogan {
  float: none;
  display: block;
  z-index:9;
  right: 1%;
  top: 0;
  position: absolute;
  }

.panelHlavicka .logo {
  position: relative;
  float: left;
  width: 48%;
  display: block;
  margin: 0 1%;
  left: 0;
  top: 30px;
  bottom: auto;
  background-size: contain;
  }

.panelHlavicka .kontaktyHlavicka {
  position: relative;
  right: auto;
  width: 48%;
  padding: 0 1%;
  float: left;
  top: 30px;
  }

.homePage .komponentaAnimace {
  height: 225px !important;
  }

.homePage .text.editor div:nth-of-type(2) .text img {
    /*height: 225px !important; */
}



/*
table:not(.zakladniTabulka):not(.kalendar),
table:not(.zakladniTabulka):not(.kalendar) tr,
table:not(.zakladniTabulka):not(.kalendar) td {
	display: block;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}

table:not(.zakladniTabulka):not(.kalendar) td {
	float: left;
}

table:not(.zakladniTabulka):not(.kalendar) colgroup,
table:not(.zakladniTabulka):not(.kalendar) col {
	display: none;
}     */

.panelObsah .kosik .kod,
.panelObsah .kosik .zaMnozstviBez,
.panelObsah .kosik .celkem .mnozstvi {
	display: none;
}

textarea {
	width: 180px;
}

.komponentaCookieSouhlas {
	height: 150px;
}

.komponentaCookieSouhlas.rezim1 {
	height: 120px;
}

.komponentaCookieSouhlas p {
    text-align: center;
    margin-right: 0px;
    padding-left: 0px !important;
}

.komponentaCookieSouhlas .tlacitkoSouhlasim {
    position: relative;
    top: 0px;
    right: auto;
    margin: 0px auto 10px auto;
}

.komponentaCookieSouhlas.rezim1 .tlacitkoSouhlasim {
    padding: 2px 20px 2px 20px;
    margin: 0px auto 10px auto;
}

}



/* 4. WIDTH < 680px ... Odstran panelNavigace */

@media
only screen and (max-width:680px),
only screen and (max-device-width:680px) {

.panelHlavicka {
  height: 250px;
  }

.panelHlavicka .hlavniMenu .slogan {
  width: 50%;
  }

.panelHlavicka .logo {
  width: 98%;
  background-position: center center;
  float: none;
  display: block;
  top: 10px;
  }

.panelHlavicka .kontaktyHlavicka {
  float: none; 
  display: block;
  margin:0 auto;
  width: 85%;
  top: 20px;
  }

.homePage .komponentaAnimace {
  height: 170px !important;
  }

.homePage .text.editor div:nth-of-type(2) .text img {
    /*height: 170px !important; */
}

.panelPaticka .logo {
  bottom: 60px;
  }

.panelPaticka .odkazy {
  text-align: center;
  bottom: 25px;
  
  }



}



/* 5. WIDTH < 420px ... */

@media
only screen and (max-width:420px),
only screen and (max-device-width:420px) {

body {
  min-width: 300px;
  }

.panelHlavicka .kontaktyHlavicka {
  width: 96%;
  }

.panelHlavicka .kontaktyHlavicka a {
  background-size: 40px;
  padding: 10px 0 0 45px;
  width: calc(50% - 46px);
  }

.panelHlavicka .kontaktyHlavicka p:last-of-type a {
  padding: 0 0 0 45px;
  }

.text.editor .komponentaSlozka .priloha,
.text.editor .komponentaSlozka .priloha img {
  width: 290px !important; 
  height: auto !important;
  }

.homePage .text.editor .komponentaSlozka .priloha,
.homePage .text.editor .komponentaSlozka .priloha img {

  }

.panelPaticka .logo {
  width: 90%;
  background-size: contain;
  bottom: 75px;
  }

.panelPaticka .odkazy {
  bottom: 50px;
  
  }


}



