/* fonty */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('/fonts/roboto-condensed-light.woff2') format('woff2'), url('/fonts/roboto-condensed-light.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('/fonts/roboto-condensed-regular.woff2') format('woff2'), url('/fonts/roboto-condensed-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/fonts/roboto-condensed-bold.woff2') format('woff2'), url('/fonts/roboto-condensed-bold.woff') format('woff');
}
/* ==========================================================================
   Common classes
   ========================================================================== */
h2 {
  text-decoration: none;
}
.taright {
  text-align: right;
}
.tacenter {
  text-align: center;
}
.taleft {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr0 {
  margin-right: 0 !important;
}
.noContentBefore:before {
  content: "" !important;
}
.inline {
  display: inline;
}
.none {
  display: none !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.bb-none {
  border-bottom: none !important;
}
.share-bar {
  background: #f3f3f3;
  padding: 20px;
  overflow: hiddden;
  height: 32px;
  line-height: 32px;
  clear: both;
  margin: 40px 0;
}
.share-bar .addthis_sharing_toolbox {
  padding: 0px !important;
  float: right;
}
.mauto {
  margin: 0 auto !important;
}
.nomargin {
  margin: 0px !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.clear {
  clear: both;
}
.hand {
  cursor: hand;
  cursor: pointer;
}
.m5 {
  margin: 5px;
}
.mrb5 {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.level {
  display: block;
}
.level-1 {
  margin-left: 0px !important;
}
.level-2 {
  margin-left: 20px !important;
}
.level-3 {
  margin-left: 40px !important;
}
.level-4 {
  margin-left: 60px !important;
}
.level-5 {
  margin-left: 80px !important;
}
.level-6 {
  margin-left: 100px !important;
}
.level-7 {
  margin-left: 120px !important;
}
.level-8 {
  margin-left: 140px !important;
}
.level-9 {
  margin-left: 160px !important;
}
.level-10 {
  margin-left: 180px !important;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: 'Roboto Condensed', sans-serif;
}
#header {
  width: 100%;
  background: #ffffff;
  border-top: 4px solid #00a6d4;
  height: 100px;
  min-width: 990px;
}
#header .inner {
  height: 80px;
}
#header .inner #logo {
  position: relative;
  right: 60px;
  float: left;
}
#header .inner .menuTopCenter {
  float: left;
  width: 500px;
  text-align: left;
}
#header .inner .menuTopCenter ul {
  padding: 5px 20px;
  display: inline;
  float: left;
  width: 500px;
  margin-top: 31px;
  margin-bottom: 0px;
}
#header .inner .menuTopCenter ul li {
  display: inline;
  margin-right: 30px;
  display: block;
  float: left;
  width: 60px;
}
#header .inner .menuTopCenter ul li a {
  color: #064b7f;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#header .inner .menuTopCenter ul li a i {
  font-size: 170%;
  color: #00a5d6;
  float: left;
  border-left: 1px solid #e6e6e6;
  height: 50px;
}
#header .inner .menuTopCenter ul li a:hover {
  color: #1aadd9;
}
#header .inner .menuTopCenter ul .f1,
#header .inner .menuTopCenter ul .f2,
#header .inner .menuTopCenter ul .f3 {
  margin-right: 65px;
}
#header .inner .menuTopRight {
  width: 225px;
  float: right;
  position: relative;
  top: 40px;
  left: 10px;
}
#header .inner .menuTopRight .login {
  position: absolute;
  top: -50px;
  right: 0px;
  color: #074e82;
  cursor: hand;
  cursor: pointer;
  transition: .3s color;
}
#header .inner .menuTopRight .login:hover {
  color: #00a5d3;
}
#header .inner .menuTopRight .logout {
  position: absolute;
  top: -50px;
  right: 0px;
  color: #074e82;
  cursor: hand;
  cursor: pointer;
  transition: .3s color;
}
#header .inner .menuTopRight .logout a {
  transition: .3s color;
}
#header .inner .menuTopRight .logout a:hover {
  color: #00a5d3;
}
#header .inner .menuTopRight div {
  height: 30px;
  padding: 10px;
  float: left;
  vertical-align: middle;
  line-height: 30px;
  color: white;
}
#header .inner .menuTopRight .language {
  width: 65px;
  background: #00a5d3;
  cursor: hand;
  cursor: pointer;
}
#header .inner .menuTopRight .language span {
  position: relative;
  bottom: 9px;
  left: 9px;
}
#header .inner .menuTopRight .language-select {
  display: none;
  position: absolute;
  top: 50px;
  width: 65px;
  height: 147px;
  z-index: 5000;
  background: #1aadd9;
}
#header .inner .menuTopRight .language-select ul {
  margin: 0;
  padding: 0;
}
#header .inner .menuTopRight .language-select li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 40px;
}
#header .inner .menuTopRight .language-select a {
  display: block;
  position: relative;
  color: #fff;
  line-height: 30px;
  height: 30px;
  padding-left: 40px;
  margin-bottom: 10px;
}
#header .inner .menuTopRight .language-select a.en {
  background: url('/images/sprite-lang.png') no-repeat left -60px;
}
#header .inner .menuTopRight .language-select a.de {
  background: url('/images/sprite-lang.png') no-repeat left -30px;
}
#header .inner .menuTopRight .language-select a.fr {
  background: url('/images/sprite-lang.png') no-repeat left -90px;
}
#header .inner .menuTopRight .language-select a.pl {
  background: url('/images/sprite-lang.png') no-repeat left -120px;
}
#header .inner .menuTopRight .language-select a.cz {
  background: url('/images/sprite-lang.png') no-repeat left top;
}
#header .inner .menuTopRight .font-size {
  width: 70px;
  background: #1aadd9;
  font-weight: bold;
}
#header .inner .menuTopRight .font-size span {
  margin: 0px 5px;
  cursor: hand;
  cursor: pointer;
}
#header .inner .menuTopRight .font-size .a1 {
  font-size: 70%;
}
#header .inner .menuTopRight .font-size .a2 {
  font-size: 100%;
}
#header .inner .menuTopRight .font-size .a3 {
  font-size: 130%;
}
#header .inner .menuTopRight .barier {
  width: 30px;
  background: #32b6dd;
}
#header .inner .menuTopRight .barier img {
  position: relative;
  top: 3px;
  left: 3px;
}
#header #menuTop {
  background: #f3f3f3;
  z-index: 1000;
  position: relative;
  text-align: center;
  *text-align: left;
}
#header #menuTop .inner {
  padding: 0px;
  width: 990px;
  height: 60px;
}
#header #menuTop .inner .menu {
  width: 120px !important;
  color: #fff;
  background: #92cb40;
  border-bottom: 4px solid #92cb40;
  height: 36px;
  position: relative;
  float: left;
  line-height: 40px;
  display: block;
  padding: 10px 0px;
}
#header #menuTop .inner .menu .submenu {
  position: absolute;
  top: 60px;
  left: 0px;
  background: #1dbded;
  width: 930px;
  padding: 30px;
  display: none;
}
#header #menuTop .inner .menu .submenu ul {
  float: left;
  padding-left: 0px;
  width: 25%;
  margin: 0px;
}
#header #menuTop .inner .menu .submenu ul li {
  list-style: none;
  font-size: 11pt;
  text-align: left;
  line-height: 1.3em;
}
#header #menuTop .inner .menu .submenu ul li a {
  display: inline;
  color: #fff;
}
#header #menuTop .inner .menu .submenu ul li a:hover {
  text-decoration: underline;
}
#header #menuTop .inner .menu .submenu ul li h3 {
  margin-top: 0px;
}
#header #menuTop .inner .menu:hover,
#header #menuTop .inner .menu:focus {
  background: #1dbded;
  border-color: #1dbded;
}
#header #menuTop .inner .menu:hover .submenu,
#header #menuTop .inner .menu:focus .submenu {
  display: block;
}
#header #menuTop .inner > a {
  width: 145px;
  display: block;
  float: left;
  padding: 10px 0px;
  height: 40px;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  color: #444444;
  text-decoration: none;
}
#header #menuTop .inner > a span {
  display: block;
  height: 60px;
  width: 150px;
  padding: 0px;
  position: absolute;
  top: 0;
  line-height: 60px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#header #menuTop .inner > a:hover span {
  color: #fff;
}
#header #menuTop .inner > a:hover .yellow {
  color: #444;
}
#header #menuTop .inner > a .color {
  top: 56px;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
#header #menuTop .inner > a:hover .color {
  top: 0;
}
#header #menuTop .inner > a .informace-o-kraji {
  background: #004679;
}
#header #menuTop .inner > a .verejna-sprava {
  background: #1dbded;
}
#header #menuTop .inner > a .pro-firmy {
  background: #94c947;
}
#header #menuTop .inner > a .pro-media {
  background: #ce312c;
}
#header #menuTop .inner > a .obcane {
  background: #feb825;
}
#header #menuTop .inner > a .turiste {
  background: #017e44;
}
#content {
  position: relative;
  top: 0px;
  min-width: 990px;
}
#content .bgoverlay {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0px;
  background: url("../images/bg-tecky.png") repeat scroll center top;
  background-repeat: repeat !important;
  z-index: -1;
  min-width: 990px;
}
#content .bg {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0px;
  background: url("../images/background.jpg") no-repeat scroll center top;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: -2;
  min-width: 990px;
  border-bottom: 200px solid #e6e6e6;
}
#content .inner {
  background: url(/images/inner-bg.png);
  z-index: 2;
  padding: 40px 0 0;
  margin-top: 60px;
  overflow: hidden;
  width: 990px;
}
#content .inner .content-main {
  float: left;
  width: 735px;
}
#content .inner .content-right {
  float: right;
  width: 225px;
}
#content .inner .left {
  position: relative;
  width: 735px;
  float: left;
}
#content .inner .left .aktualita {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  overflow: hidden;
  transition: .3s background;
}
#content .inner .left .aktualita:hover {
  background: #f9f9f9;
}
#content .inner .left .aktualita .aktualita-info {
  color: #555 !important;
  float: left;
  padding: 15px 0;
  min-height: 70px;
  width: 560px;
}
#content .inner .left .aktualita .aktualita-info:hover {
  text-decoration: none !important;
}
#content .inner .left .aktualita .aktualita-info h3 {
  padding: 0px !important;
  margin: 0px !important;
}
#content .inner .left .aktualita .aktualita-info a {
  color: #023f6b;
}
#content .inner .left .aktualita .aktualita-info p {
  margin: 10px 0 0 0;
}
#content .inner .left .aktualita img {
  padding-top: 15px;
  float: right;
  width: 70px;
  height: 70px;
}
#content .inner .left .new-feed {
  overflow: hidden;
}
#content .inner .left .new-feed .foto {
  width: 490px;
  height: 325px;
  cursor: hand;
  cursor: pointer;
  display: none;
}
#content .inner .left .new-feed .foto:first-child {
  display: block;
}
#content .inner .left .new-feed a {
  color: #fff;
  display: block;
}
#content .inner .left .new-feed a:hover {
  text-decoration: underline;
}
#content .inner .left .new-feed .popis {
  display: none;
  width: 490px;
  height: 165px;
  background: #00a5d3;
  float: left;
  color: #fff;
}
#content .inner .left .new-feed .popis h2 {
  font-weight: normal;
  margin: 0px;
  padding: 10px 20px 0 ;
  font-size: 17pt;
}
#content .inner .left .new-feed .popis h2 a {
  padding-top: 335px;
  margin-top: -335px;
  padding-right: 20px;
  width: 100%;
  padding-left: 20px;
  margin-left: -20px;
}
#content .inner .left .new-feed .popis p {
  padding: 0 20px;
  font-size: 11pt;
  font-weight: normal;
  margin: 0px;
}
#content .inner .left .new-feed .popis .datum {
  font-size: 16pt;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
}
#content .inner .left .new-feed .pol-obsah0 {
  display: block;
}
#content .inner .left .new-feed .feed {
  width: 245px;
  height: 490px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
}
#content .inner .left .new-feed .feed .feed-polozka {
  cursor: hand;
  cursor: pointer;
  line-height: 1.1em;
}
#content .inner .left .new-feed .feed .nonactive {
  width: 245px;
  height: 98px;
  padding: 0px;
  position: relative;
}
#content .inner .left .new-feed .feed .nonactive img {
  width: 245px;
}
#content .inner .left .new-feed .feed .nonactive div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 205px;
  height: 58px;
  padding: 20px;
  z-index: 5;
  background: url(/images/feed-bg.png);
  color: #444;
  font-size: 13pt;
}
#content .inner .left .new-feed .feed .nonactive a {
  color: #555555;
}
#content .inner .left .new-feed .feed .active {
  position: relative;
  width: 245px;
  height: 98px;
  padding: 0px;
  background: #32b6dd;
}
#content .inner .left .new-feed .feed .active img {
  width: 245px;
  height: 98px;
}
#content .inner .left .new-feed .feed .active div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 205px;
  height: 58px;
  padding: 20px;
  z-index: 5;
  color: #fff;
  font-size: 13pt;
  background: #32b6dd;
}
#content .inner .left .new-feed .feed .active:after {
  content: "";
  position: absolute;
  top: 35px;
  left: -20px;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #32b6dd;
  display: block;
  width: 0;
  z-index: 1;
}
#content .inner .left .new-feed-bottom {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  line-height: 40px;
  text-align: right;
}
#content .inner .left .new-feed-bottom a {
  color: #124a72;
  text-decoration: none;
  margin-right: 10px;
}
#content .inner .left .akce {
  height: 360px;
  background: white;
  padding-top: 30px;
}
#content .inner .left .akce .video-obal {
  width: 480px;
  float: left;
  height: 360px;
  margin-bottom: 20px;
  overflow: hidden;
}
#content .inner .left .akce .video-obal .next {
  color: #124a72;
  text-decoration: none;
  margin-right: 10px;
  float: right;
  display: block;
  height: 40px;
  line-height: 40px;
}
#content .inner .left .akce .video-obal .video {
  width: 480px;
  height: 274px;
  float: left;
}
#content .inner .left .akce .video-obal .video.oltv {
  display: none;
}
#content .inner .left .akce .video-obal .video-popis {
  width: 480px;
  height: 40px;
  line-height: 40px;
  color: #444;
  float: left;
  background: #f3f3f3;
}
#content .inner .left .akce .video-obal .video-popis.oltv {
  display: none;
}
#content .inner .left .akce .video-obal .video-popis img {
  padding: 9px 10px;
  background: #e7e7e7;
  float: left;
}
#content .inner .left .akce .video-obal .video-popis span {
  display: block;
  float: left;
  padding-left: 10px;
}
#content .inner .left #text {
  background: #fff;
  color: #444;
}
#content .inner .left #text a {
  color: #003e69;
}
#content .inner .left #text a:hover {
  text-decoration: underline;
}
#content .inner .left #text h1 {
  color: #02a4d5;
  font-size: 25pt;
  font-weight: 300;
  padding: 20px 40px;
  margin: 0px;
}
#content .inner .left #text h1 a {
  color: #00a5d3;
}
#content .inner .left #text h2 {
  color: #02a4d5;
  font-size: 15pt;
  font-weight: 400;
  margin: 0px;
  padding: 0 0 10px 0;
  margin: 40px 0 0 0;
  border-bottom: 3px solid #ddd;
}
#content .inner .left #text h3 {
  color: #02a4d5;
  font-size: 13pt;
  font-weight: 400;
  margin: 0px;
  padding: 5px 0;
  padding-top: 20px;
}
#content .inner .left #text .nadpis {
  display: block;
  padding: 10px;
  position: relative;
  background: #00a5d3;
  color: #fff;
  overflow: hidden;
  line-height: 25px;
}
#content .inner .left #text .nadpis .fa-home {
  margin-top: 2px;
  line-height: 23px !important;
  float: left;
}
#content .inner .left #text .nadpis a {
  color: #fff;
  overflow: hidden;
  display: block;
  float: left;
  height: 25px;
}
#content .inner .left #text .nadpis a:hover {
  text-decoration: none;
}
#content .inner .left #text .nadpis a:before {
  content: "\000a0\000a0»\000a0\000a0";
}
#content .inner .left #text .nadpis .breadcrumb li {
  position: relative;
  list-style: none;
  display: block;
  float: left;
}
#content .inner .left #text .wrap {
  padding: 0 40px;
  min-height: 660px;
}
#content .inner .left #text .wrap .fotka-wrap {
  width: 205px;
  float: left;
  margin: 5px;
}
#content .inner .left #text .wrap .fotka-wrap a:hover {
  text-decoration: none;
}
#content .inner .left #text .wrap .fotka-wrap h2 a {
  line-height: 20px;
  font-size: 12pt;
  color: #00a5d3;
}
#content .inner .left #text .wrap .fotogalerie a {
  margin-bottom: 10px;
  display: block;
  width: 205px;
  float: left;
  margin-left: 16px;
}
#content .inner .left #text .wrap .fotogalerie a.prvni {
  margin-left: 0px;
}
#content .inner .left #text .wrap a {
  margin-left: 0px;
}
#content .inner .left #text .wrap a:first-child {
  margin-left: 0px;
}
#content .inner .left #text .wrap ul.podclanky {
  border-top: 1px solid #00a6d3;
  margin-left: 0px;
  padding-left: 0px;
}
#content .inner .left #text .wrap ul.podclanky li {
  padding: 10px 0;
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
}
#content .inner .left #text .wrap ul.podclanky li a {
  color: #023f6b;
}
#content .inner .left #text .wrap ul.podclanky.bt-none {
  border-top: 0;
}
#content .inner .left #text .wrap .tab-docs {
  width: 100%;
  border-top: 1px solid #00a6d3;
}
#content .inner .left #text .wrap .tab-docs td {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
#content .inner .left #text .wrap .tab-docs.bt-none {
  border-top: 0;
}
#content .inner .left #text .wrap .kontakty {
  background: #00a5d3;
  color: #fff;
  margin-bottom: 1.5em;
}
#content .inner .left #text .wrap .kontakty a {
  color: #fff;
}
#content .inner .left #text .wrap .kontakty .nadpis {
  padding: 0px;
  background: #00a5d3;
  border-bottom: 1px solid #30b4db;
}
#content .inner .left #text .wrap .kontakty .nadpis .jmeno {
  width: 400px;
  font-size: 16pt;
  float: left;
  line-height: 50px;
  padding-left: 20px;
}
#content .inner .left #text .wrap .kontakty .nadpis .dalsi-kontakty {
  width: 100px;
  height: 30px;
  float: right;
  padding: 10px 20px;
  background: #92cb40;
  line-height: 30px;
  cursor: hand;
  cursor: pointer;
}
#content .inner .left #text .wrap .kontakty .nadpis .schovat-kontakty {
  display: none;
  width: 100px;
  height: 30px;
  float: right;
  padding: 10px 20px;
  background: #92cb40;
  line-height: 30px;
  cursor: hand;
  cursor: pointer;
}
#content .inner .left #text .wrap .kontakty .zamereni {
  padding: 10px 20px;
  border-bottom: 1px solid #30b4db;
  overflow: hidden;
}
#content .inner .left #text .wrap .kontakty .zamereni .ikonka {
  display: block;
  float: left;
  font-size: 28pt;
  margin-top: 5px;
}
#content .inner .left #text .wrap .kontakty .zamereni .popis {
  margin-left: -20px;
  float: right;
  width: 560px;
}
#content .inner .left #text .wrap .kontakty .telmail {
  padding: 10px 20px;
  padding-left: 75px;
  border-bottom: 1px solid #30b4db;
}
#content .inner .left #text .wrap .kontakty .adresa {
  padding: 10px 20px 15px 20px;
  padding-left: 75px;
}
#content .inner .left #text .wrap .kontakty.tel-sez {
  background: #eee;
  color: #444;
}
#content .inner .left #text .wrap .kontakty.tel-sez a {
  color: #444;
}
#content .inner .left #text .wrap .kontakty.tel-sez .nadpis {
  border-bottom: 1px solid #ddd;
}
#content .inner .left #text .wrap .kontakty.tel-sez .nadpis .dalsi-kontakty {
  background: #92cb40;
}
#content .inner .left #text .wrap .kontakty.tel-sez .zamereni {
  border-bottom: 1px solid #ddd;
}
#content .inner .left #text .wrap .kontakty.tel-sez .telmail {
  border-bottom: 1px solid #ddd;
}
#content .inner .left #text .wrap .addthis_sharing_toolbox {
  padding: 40px;
  padding-left: 0px;
  margin-left: 0px;
  position: relative;
  right: 2px;
}
#content .inner .left #text .wrap p {
  word-wrap: break-word;
}
#content .inner .left .kontakt-os-foto {
  width: 48%;
  float: left;
}
#content .inner .right {
  width: 225px;
  float: right;
  margin-bottom: 20px;
}
#content .inner .right .first {
  background: #fff;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
#content .inner .right .first .neprehlednete {
  position: relative;
  width: 205px;
  height: 40px;
  padding: 0px 10px;
  background: #cc312c;
  line-height: 40px;
  color: #fff;
  font-size: 14pt;
}
#content .inner .right .first .neprehlednete:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 98px;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #cc312c transparent;
  display: block;
  width: 0;
  z-index: 1;
}
#content .inner .right .first ul {
  margin: 0px;
  margin-bottom: 20px;
  padding: 15px 0 0;
  text-align: center;
}
#content .inner .right .first ul li {
  list-style-type: none;
  padding: 10px 15px;
  width: 195px;
  border-top: 1px solid #f2f2f4;
  font-size: 11pt;
}
#content .inner .right .first ul li:first-child {
  border-top: none;
}
#content .inner .right .first ul li a {
  color: #cc312c;
  text-decoration: none;
}
#content .inner .right .second {
  background: #f4f4f4;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
#content .inner .right .second .nadpis {
  color: #003f68;
  padding: 20px 20px 0;
  display: block;
}
#content .inner .right .second p {
  padding: 0 20px;
  color: #555555;
  font-size: 10pt;
}
#content .banners {
  margin-top: 0px;
  padding-top: 30px;
}
#content .banners a {
  margin-right: 25px;
}
#content .banners .pozvanky {
  background: #f3f3f3;
  overflow: hidden;
  height: 40px;
  margin-bottom: 30px;
}
#content .banners .pozvanky a.more-foto {
  color: #124a72;
  text-decoration: none;
  margin-right: 10px;
  float: right;
  display: block;
  height: 40px;
  line-height: 40px;
}
#content .info {
  padding-top: 30px;
  margin-top: 0px;
  padding-bottom: 30px;
  border-bottom: 0px;
}
#content .info .obrazem {
  background: #f3f3f3;
  overflow: hidden;
  height: 40px;
  margin-bottom: 30px;
}
#content .info .obrazem a.more-foto {
  color: #124a72;
  text-decoration: none;
  margin-right: 10px;
  float: right;
  display: block;
  height: 40px;
  line-height: 40px;
}
#content .info .fotka {
  width: 225px;
  height: 240px;
  float: left;
  margin-right: 30px;
}
#content .info .fotka .datum {
  color: #444;
  display: block;
}
#content .info .fotka .popis {
  color: #124a72;
}
#content .info .fotka-last {
  margin-right: 0px;
}
#content .subpages {
  padding-bottom: 10px;
  float: none !important;
  margin: 0 auto;
}
#footer {
  min-width: 990px;
}
#footer a:hover {
  text-decoration: underline !important;
}
#footer .footer-top {
  background: #f3f3f3;
}
#footer .footer-top .inner {
  width: 990px;
  overflow: hidden;
  padding: 20px 0;
}
#footer .footer-top .inner h4 {
  color: #124a72;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 300;
  font-size: 15pt;
  border-bottom: 1px solid #e7e7e7;
}
#footer .footer-top .inner a {
  text-decoration: none;
  color: #124a72;
}
#footer .footer-top .inner ul {
  margin: 20px 0;
  margin-left: 30px;
  padding: 0px;
  float: left;
  width: 225px;
}
#footer .footer-top .inner ul li {
  list-style-type: none;
}
#footer .footer-top .inner .first {
  margin-left: 0px;
  float: left;
}
#footer .footer-odkazy {
  padding: 15px 0;
  background: #e1e1e1;
  text-align: center;
}
#footer .footer-odkazy .carousel-slider {
  width: 970px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
#footer .footer-odkazy .carousel-slider #carousel-prev,
#footer .footer-odkazy .carousel-slider #carousel-next {
  color: #00a5d3;
  display: block;
  position: absolute;
  top: 12px;
}
#footer .footer-odkazy .carousel-slider #carousel-prev {
  left: -25px;
}
#footer .footer-odkazy .carousel-slider #carousel-next {
  right: -25px;
}
#footer .footer-odkazy .carousel-slider .caroufredsel_wrapper {
  width: 970px !important;
  height: 70px !important;
  margin: 0 auto !important;
}
#footer .footer-odkazy .carousel-slider div.item {
  float: left;
  margin: 0 40px;
  width: 155px !important;
  height: 54px !important;
}
#footer .footer-odkazy .carousel-slider div.item a {
  display: inline-block;
  width: 155px !important;
  height: 54px !important;
}
#footer .footer-odkazy .carousel-slider div.item a img {
  filter: url("filters.svg#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: -webkit-filter 300ms linear;
  -moz-transition: -moz-filter 300ms linear;
}
#footer .footer-odkazy .carousel-slider div.item a img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
#footer .footer-middle {
  font-weight: 300;
  height: 580px;
  background: #00a5d3;
  color: #fff;
  font-size: 11pt;
}
#footer .footer-middle h4 {
  font-weight: 300;
  font-size: 15pt;
  border-bottom: 1px solid #27b2d9;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
#footer .footer-middle p {
  margin: 0;
}
#footer .footer-middle a {
  color: #fff;
}
#footer .footer-middle .inner {
  border-top: 4px solid #92c949;
  padding: 0px;
  width: 990px;
}
#footer .footer-middle .inner div {
  width: 225px;
  margin-right: 30px;
  padding: 0px;
  float: left;
  padding-top: 10px;
}
#footer .footer-middle .inner div span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #27b2d9;
}
#footer .footer-middle .inner .footer-middleCenter {
  width: 225px;
  margin: 0px;
}
#footer .footer-middle .inner .footer-middleCenter strong {
  float: right;
  padding-right: 20px;
  font-weight: 700;
}
#footer .footer-middle .inner .footer-middleRight {
  float: right;
  margin: 0px;
}
#footer .footer-middle .inner .mapa {
  float: left;
  width: 480px;
  margin-top: 30px;
  height: 250px;
}
#footer .footer-middle .inner .mapa .renderMap {
  margin-bottom: 5px;
  width: 480px;
  height: 220px;
}
#footer .footer-bottom {
  height: 100px;
  background: #019fce;
}
#footer .footer-bottom .inner {
  padding: 0px;
  width: 990px;
}
#footer .footer-bottom .inner a {
  width: 330px;
  float: left;
  height: 100px;
  line-height: 100px;
  color: white;
  text-align: center;
  display: block;
  text-decoration: none;
}
#footer .footer-copy {
  height: 50px;
  background: #0194c0;
  line-height: 30px;
  text-align: center;
  font-size: 11pt;
}
#footer .footer-copy a {
  color: #67bed9;
}
.button-wrap {
  width: 100%;
  height: 30px;
  background: #e7e7e7;
  margin-top: 0px;
  float: left;
}
.button-wrap .button {
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  display: block;
  text-decoration: none;
}
.button-wrap .red {
  background: #cc312c;
}
.button-wrap .green {
  background: #92cb40;
}
.button-wrap .blue {
  background: #00a5d3;
}
.inner {
  width: 970px;
  margin: 0px auto;
  padding: 10px;
}
.highlight {
  color: #fff;
  width: 205px;
  height: 40px;
  font-size: 14pt;
  background: #92cb40;
  line-height: 40px;
  padding: 0 10px;
  float: left;
}
.nofloat {
  float: none;
}
a {
  text-decoration: none;
  color: #003e69;
}
a img {
  border: 0px;
}
.akce-seznam {
  width: 225px;
  height: 346px;
  /* 355px*/
  float: right;
  background: #f3f3f3;
}
.akce-seznam .vyber {
  background: #00a5d3;
  height: 40px;
  width: auto;
  line-height: 40px;
  text-align: center;
  color: white;
  display: block;
  text-decoration: none;
  float: left;
  cursor: hand;
  cursor: pointer;
}
.akce-seznam .active {
  background: url(../images/arrow.png) no-repeat center bottom #92cb40;
}
.akce-seznam .akce-v-kraji {
  width: 110px;
}
.akce-seznam .dnes {
  width: 60px;
}
.akce-seznam .zitra {
  width: 55px;
}
.akce-seznam .up,
.akce-seznam .down {
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: left;
  display: block;
  width: 225px;
  cursor: hand;
  cursor: pointer;
}
.akce-seznam .up {
  border-bottom: 1px solid #e7e7e7;
}
.akce-seznam .down {
  border-top: 1px solid #e7e7e7;
}
.akce-seznam .seznam-akci {
  width: 225px;
  height: 214px;
  float: left;
  overflow: hidden;
}
.akce-seznam .seznam-akci ul {
  margin: 0px;
  padding: 0px;
}
.akce-seznam .seznam-akci ul.seznam {
  display: none;
}
.akce-seznam .seznam-akci ul.dnes-obsah {
  display: block;
}
.akce-seznam .seznam-akci ul li {
  padding: 10px;
  text-align: center;
  list-style-type: none;
  border-top: 1px solid #e7e7e7;
}
.akce-seznam .seznam-akci ul li:first-child {
  border-top: 0px;
}
.akce-seznam .seznam-akci ul li a {
  color: #003d6a;
}
.mesicnik .mesicnik-info {
  padding: 20px;
  float: left;
  background: #f3f3f3;
  color: #444;
}
.mesicnik .mesicnik-info form {
  margin-top: 10px;
}
.mesicnik .mesicnik-info input {
  border: 0px;
  width: 175px;
  padding: 5px;
  margin-bottom: 10px;
  float: left;
}
.mesicnik .mesicnik-info input[type=submit] {
  text-decoration: none;
  color: #124a72;
  font-weight: bold;
  font-size: 13pt;
}
.ankety {
  width: 225px;
  margin-bottom: 30px;
  background: #f3f3f3;
}
.ankety ul {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.ankety ul li {
  list-style-type: none;
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
}
.ankety ul li:first-child {
  border: none;
}
.ankety ul lihover {
  background: #e7e7e7;
}
.ankety ul li a {
  text-decoration: none;
  color: #124a72;
}
.organy {
  width: 225px;
  float: right;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.organy ul {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.organy ul li {
  list-style-type: none;
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
}
.organy ul li:first-child {
  border: none;
}
.organy ul lihover {
  background: #e7e7e7;
}
.organy ul li a {
  text-decoration: none;
  color: #124a72;
}
.kontaktujte-nas {
  width: 225px;
  float: right;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.kontaktujte-nas .content {
  padding: 0 10px;
  width: 205px;
}
.kontaktujte-nas .content td {
  padding: 5px 0;
}
.kontaktujte-nas .content em {
  display: block;
  width: 30px;
  font-size: 130%;
  color: #003e69;
}
#left-menu {
  display: none;
  background: none repeat scroll 0 0 #00a5d5;
  height: auto;
  min-height: 60px;
  left: 0;
  position: fixed;
  top: 200px;
  width: 300px;
  z-index: 1;
}
#left-menu .plus {
  float: right;
  color: #fff;
  padding: 10px;
  font-size: 18pt;
  cursor: hand;
  cursor: pointer;
  font-weight: 300;
}
#left-menu .obsah {
  overflow-y: auto;
  max-height: 700px;
  margin-top: 50px;
}
#left-menu .obsah a {
  color: #fff;
}
#left-menu .obsah a:hover {
  text-decoration: underline;
}
#left-menu .obsah li {
  list-style-type: none;
  font-size: 11pt;
}
#left-menu .plus-organy {
  float: right;
  color: #fff;
  padding: 10px;
  font-size: 18pt;
  cursor: hand;
  cursor: pointer;
  font-weight: 300;
  padding-top: 0px;
}
#left-menu h4 {
  margin: 0px;
  padding: 0;
  color: #fff;
  margin-top: 60px;
  padding-left: 40px;
  font-weight: normal;
  font-size: 13pt;
  padding-bottom: 20px;
  cursor: pointer;
}
#left-menu .obsah-organy {
  display: none;
}
#left-menu .obsah-organy a {
  color: #fff;
}
#left-menu .obsah-organy a:hover {
  text-decoration: underline;
}
#left-menu .obsah-organy ul {
  margin-top: 0px;
}
#left-menu .obsah-organy ul li {
  list-style-type: none;
  font-size: 11pt;
}
#left-menuTrigger {
  display: block;
  position: fixed;
  left: 0px;
  top: 200px;
  background: #92cb40;
  padding: 0px 10px;
  color: white;
  cursor: hand;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: 70px;
  z-index: 5;
  transition: .3s background;
}
#left-menuTrigger span {
  font-size: 18pt;
  padding-right: 20px;
  margin-top: 12px;
}
#left-menuTrigger .menu {
  padding-bottom: 5px;
  font-size: 12pt;
  position: absolute;
  top: -12px;
  left: 40px;
  text-transform: uppercase;
}
.social-bar {
  width: 30px;
  padding: 10px;
  position: fixed;
  top: 350px;
  right: 0px;
  padding-bottom: 10px;
  background: #f3f3f3;
  color: white;
}
.social-bar span {
  padding-bottom: 0px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  transition: .3s all;
  width: 30px;
  margin-bottom: 13px;
  height: 30px;
  display: block;
  overflow: hidden;
  text-indent: -10000px;
}
.social-bar a:hover span {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.social-bar a.fb span {
  background: url('/images/sprite-social.png') no-repeat left top;
}
.social-bar a.youtube span {
  background: url('/images/sprite-social.png') no-repeat left -180px;
}
.social-bar a.flickr span {
  background: url('/images/sprite-social.png') no-repeat left -30px;
}
.social-bar a.google span {
  background: url('/images/sprite-social.png') no-repeat left -60px;
}
.social-bar a.twitter span {
  background: url('/images/sprite-social.png') no-repeat left -150px;
}
.social-bar a.instagram span {
  background: url('/images/sprite-social.png') no-repeat left -90px;
}
.social-bar a.issuu span {
  background: url('/images/sprite-social.png') no-repeat left -120px;
}
.searchbox {
  position: fixed;
  top: 200px;
  right: 0px;
  color: white;
  cursor: hand;
  cursor: pointer;
}
.searchbox span {
  width: 30px;
  height: 30px;
  padding: 10px;
  background: #cc312c;
  line-height: 30px;
  text-align: center;
}
.searchbox div {
  width: 200px;
  position: fixed;
  top: 200px;
  right: -210px;
  background: #f3f3f3;
  padding: 10px;
  height: 30px;
  padding-left: 0px;
  line-height: 30px;
}
.searchbox div input {
  border: 0px;
  padding: 7px;
  float: left;
  margin-left: 10px;
  display: inline;
}
.searchbox div input[type=text] {
  width: 140px;
}
.searchbox div input[type=submit] {
  background: none;
  color: #013e6d;
  padding-right: 0px;
  margin-left: 0px;
}
.right-buttons {
  width: 30px;
  height: 30px;
  padding: 10px;
  background: #00a5d3;
  line-height: 30px;
  text-align: center;
  position: fixed;
  right: 0px;
  color: white;
  cursor: hand;
  cursor: pointer;
}
.right-buttons a {
  color: #fff;
}
.right-buttons.home {
  top: 250px;
}
.right-buttons.scroll-top {
  top: 300px;
}
.odkaz {
  display: block !important;
}
.file-tr {
  padding: 0px !important;
  width: 40px;
}
.file-tr .filetype {
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
#ico-neslysici {
  position: absolute;
  right: 45px;
  top: 75px;
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  width: 0;
  height: 0;
  padding: 39px 0 0 49px;
  background: url('/images/ico-neslysici.gif') no-repeat left top;
}
iframe {
  border: none !important;
}
iframe.video-yt {
  margin-bottom: 20px;
  display: none;
}
.form {
  background: #F3F3F3;
  padding: 10px;
  margin: 20px 0;
}
.form label {
  margin-right: 20px;
}
.form .itext {
  border: none;
  background: #fff;
  border: 1px solid #02A4D5;
  padding: 5px;
  height: 20px;
  width: 60%;
  margin-right: 20px;
}
.form .isubmit {
  background: #92CB40;
  color: #fff;
  border: none;
  padding: 5px;
  height: 31px;
  font-weight: 400;
  cursor: pointer;
}
.kalbuton {
  display: block;
  padding: 5px 0;
  width: 215px;
  margin: 0 5px 0 0;
  background: #fff;
  float: left;
  text-align: center;
}
.kalbuton.active,
.kalbuton:hover {
  background: #00A5D3;
  color: #fff !important;
  text-decoration: none;
}
#filtr {
  margin-bottom: 70px;
}
#filtr table {
  background: #00A5D3;
  width: 655px;
  padding: 10px;
  color: #fff;
  border-bottom: 5px solid #92CB40;
}
#filtr .itext {
  border: none;
  padding: 4px;
  margin: 5px 20px;
  width: 200px;
}
#filtr .itext.wide {
  width: 482px;
  margin-right: 34px;
}
#filtr .isubmit {
  position: relative;
  float: right;
  background: #92CB40;
  border: none;
  padding: 7px;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
}
.kalendar-vypis {
  width: 100%;
}
.kalendar-vypis td {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
}
.kalendar-vypis td.datum {
  background: #00A5D3;
  color: #fff;
  text-align: center;
  width: 150px;
  font-size: 100%;
}
.kalendar-vypis td.nazev {
  padding-left: 20px;
}
#black {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.close {
  position: fixed;
  top: 10px;
  left: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: #feb825;
  color: #fff;
  text-align: center;
  line-height: 37px;
  font-size: 25px;
  display: none;
  z-index: 999999999;
}
.modal {
  position: fixed;
  width: 200px;
  left: 50%;
  top: 60px;
  z-index: 99999999;
  margin-left: -100px;
  padding: 40px;
  background: #fff;
  display: none;
  border-left: 4px solid #feb825;
}
.modal h2 {
  margin-top: 0px;
}
.modal input {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  margin: 0px;
  position: relative;
  background: #f3f3f3;
  border: none;
  margin: 2.5px 0;
}
.modal input[type=submit] {
  background: #feb825;
  color: #fff;
  font-weight: bold;
  transition: .3s background;
  cursor: hand;
  cursor: pointer;
}
.modal input[type=submit]:hover {
  background: #fead25;
}
#podnety {
  position: relative;
}
#podnety div {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}
#podnety label {
  width: 150px;
  display: block;
  float: left;
  line-height: 30px;
  padding-left: 30px;
}
#podnety .itext {
  width: 400px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 1em;
}
#podnety textarea {
  width: 395px;
  height: 100px;
  padding: 0 10px;
}
#podnety .isubmit {
  background: #00A5D3;
  color: #fff;
  border: none;
  font-size: 120%;
  cursor: pointer;
  padding: 5px 10px;
  width: 100px;
  margin: 20px auto;
  display: block;
}
.right #podnety label {
  padding-left: 0;
}
.right #podnety .itext {
  width: 180px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  font-size: 1em;
  border: 0px;
}
.right #podnety textarea {
  width: 175px;
  border: 0px;
}
.nadpisNovinky {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px !important;
}
ul.pagination {
  width: 95%;
  text-align: center;
}
ul.pagination li {
  list-style-type: none;
  display: inline-block;
}
ul.pagination li a {
  padding: 7px 10px;
  background: #00A5D3;
  color: #fff !important;
  margin: 0 5px;
}
ul.pagination li.current {
  padding: 7px 10px;
  color: #fff;
  background: #92CB40;
  margin: 0 5px 0 0 ;
}
em.lastchange {
  font-size: 14px !important;
  color: #888;
  padding: 10px 0;
  float: right;
}
#linkjumper {
  position: relative;
  width: 655px;
  padding: 5px;
  border: 1px solid #abadb3;
}
.searchPage h2 {
  width: 500px;
  line-height: 30px;
  clear: both;
  margin-bottom: -30px !important;
}
.searchPage .showAllSearch {
  line-height: 30px;
  display: block;
  text-align: right;
  position: relative;
  bottom: 5px;
}
.bigbutton {
  padding: 20px;
  background-color: #00A5D3;
  display: block;
  color: #fff !important;
  margin: 30px auto !important;
  width: 300px;
  text-align: center;
  border: none;
}
.zastupitelstvo h3 {
  border-bottom: 1px solid #e6e6e6;
}
.zastupitelstvo .tab-kont {
  margin-top: 10px;
  font-size: 1em;
}
.m_text a {
  text-decoration: underline !important;
}
@media only screen and (max-height: 700px) {
  #left-menu .obsah {
    overflow-y: auto;
    max-height: 300px;
  }
}
@media only screen and (min-height: 1260px) {
  #left-menu {
    display: block;
  }
  #left-menuTrigger {
    background: #00a5d5;
  }
}
@media (max-width: 768px) {
  #left-menuTrigger,
  #left-menu {
    display: none !important;
  }
  .searchbox,
  .right-buttons,
  .social-bar {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */