@import "datepicker.min.css";
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
html > body {
  font-size: 1em;
}
table {
  font-size: 100%;
}
.no-js {
  display: none;
}
.wrapper {
  width: 98%;
  max-width: 980px;
  position: relative;
  margin: 0 auto;
}
.m10 {
  margin: 10px;
}
.p10 {
  padding: 10px;
}
.p10h {
  padding: 0 7px 0 10px;
  line-height: 1.375em;
}
.p10v {
  padding: 10px 0;
}
.clear {
  clear: both;
}
.clear_height {
  clear: both;
  height: 0px;
  line-height: 0px;
}
#bg {
  background-color: white;
}
#header .ribbon {
  clear: both;
  min-height: 50px;
}
.top_menu_wrapper {
  padding: 2px 0px 5px 0px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  border-bottom: 1px solid #C2C2C2;
}
.menu {
  float: right;
  padding: 4px 4px 0px 0px;
}
.menu_a {
  padding: 4px 4px 0px 0px;
  font-size: 0.688em;
  float: left;
  display: block;
  color: #000;
}
.menu li {
  font-size: 0.688em;
  display: inline;
}
.menu li span {
  margin: 0 0.4em;
}
.menu li a {
  text-decoration: underline;
  color: black;
}
#header #roof_left {
  float: left;
  min-height: 90px;
  width: 70%;
}
#header #roof_right {
  float: left;
  width: 30%;
}
#header #logo {
  text-decoration: none;
}
#header #logo img {
  display: block;
  float: left;
  margin: 6px 6px 6px 0px;
}
#header #logotext {
  font-size: 1.125em;
  font-weight: bold;
  color: black;
  text-decoration: none;
  display: block;
}
#header #logotext a {
  color: inherit;
}
#header #search_form_content {
  display: block;
  float: right;
  margin-top: 28px;
}
.toggleSearch {
  float: right;
  width: 40px;
  height: 50px;
  background-color: blue;
  display: none;
}
#header #search_form_content .search_left {
  float: left;
  width: 180px;
}
#header #search_form_content .search_right {
  float: left;
  width: 40px;
}
#header #search input[type='text'] {
  width: 98%;
  padding: 0px;
  padding: 7px 0px 6px 2%;
  font-size: 0.875em;
  color: #000;
  outline: 0;
  border: 2px solid #D2D2D2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-color: #6c6c6c;
  border-left-color: #6c6c6c;
}
#header #search input[type='submit'] {
  background: url(../../images/design/search_button.png);
  background-repeat: no-repeat;
  background-position: left top;
  border: 0 none;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  width: 100%;
}
#header #search input[type='submit']:hover {
  background: url(../../images/design/search_button_hover.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#header #menu_butt {
  float: left;
  background: url(../../images/design/menu_butt.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 34px;
  width: 51px;
  margin-top: 8px;
  display: none;
}
#header #menu_butt:hover {
  background: url(../../images/design/menu_butt_hover.png);
}
#header .quick_nav {
  float: right;
}
#header .quick_nav li {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header .quick_nav li a {
  display: block;
  height: 17px;
  padding: 26px 7px 0 7px;
  font-size: 0.625em;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 5px;
}
#header .quick_nav li a:hover {
  text-decoration: underline;
}
#header .quick_nav li.camera a {
  background-image: url(../../images/design/ico_camera.png);
}
#header .quick_nav li.photto a {
  background-image: url(../../images/design/ico_photto.png);
}
#header .quick_nav li.docs a {
  background-image: url(../../images/design/ico_docs.png);
}
#banner {
  border-top-width: 4px;
  border-top-style: solid;
  padding-bottom: 9px;
}
#banner .tabs,
#banner #mainslider {
  float: left;
  width: 50%;
  position: relative;
}
#hp_wrapper_left {
  margin-top: 9px;
  margin-right: 5px;
  z-index: 100;
}
#hp_wrapper_right {
  margin-top: 9px;
  margin-left: 5px;
}
#hp_social_plugin {
  height: 40px;
}
#banner .rsContent .left {
  display: block;
  float: left;
  width: 33%;
}
#banner .rsContent .right {
  display: block;
  float: right;
  width: 66%;
}
#banner .rsContent .right_inner {
  margin: 10px;
}
#banner .rsContent .full_size {
  display: block;
  width: 100%;
}
#banner .rsContent .left ul,
#banner .rsContent .full_size ul {
  margin: 10px;
}
#banner .rsContent .left ul li,
#banner .rsContent .full_size ul li {
  margin: 15px 0;
}
#banner .rsContent .left ul li a,
#banner .rsContent .full_size ul li a {
  font-size: 0.875em;
  color: #035fa0;
  text-decoration: underline;
  text-transform: uppercase;
}
#banner .rsContent .right h3,
#banner .rsContent .full_size h3 {
  font-size: 1.3em;
  margin: 0px 0 10px 0;
}
#banner .rsContent .right p,
#banner .rsContent .full_size p {
  font-size: 0.750em;
  color: #4d4e53;
}
#banner .rsContent .right a.more,
#banner .rsContent .full_size a.more {
  float: right;
  color: #4d4e53;
  font-size: 0.750em;
  color: #035fa0;
  text-decoration: underline;
}
#banner .rsContent .right a.more:hover,
#banner .rsContent .full_size a.more:hover {
  text-decoration: none;
}
#content {
  padding: 9px 0 50px 0;
}
#content .left {
  width: 24%;
  float: left;
}
#content .left > * {
  width: 100%;
  margin-bottom: 20px;
}
#content .left .submenu {
  display: block;
  border-radius: 5px;
  padding: 5px 0;
}
#content .left .submenu li {
  display: block;
  border-radius: 3px;
  margin: 3px 8px;
}
#content .left .submenu li a {
  display: block;
  font-size: 0.938em;
  line-height: 1.4em;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 6px;
  padding: 6px 16px 6px 0px;
}
#content .left .submenu li:hover a,
#content .left .submenu li.active a {
  background-image: url('../../images/design/icon_arrow_white_right.png');
  background-position: right center;
  background-repeat: no-repeat;
}
#content .left ul.submenu li a:hover {
  text-decoration: underline;
}
#content .left ul.submenu li.active a {
  background: none;
}
#content .left ul.submenu li.active a.with_arrow_down {
  background-image: url('../../images/design/icon_arrow_white_down.png');
  background-position: right center;
  background-repeat: no-repeat;
}
#content .left .submenu li.active a {
  font-weight: bold;
  padding-right: 14px;
}
#content .left ul.submenu ul {
  display: block;
  padding: 0 0 8px 0;
}
#content .left ul.submenu ul li a {
  display: block;
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: none;
  border-radius: 3px;
  padding: 6px 8px;
}
#content .left ul.submenu li.active ul li a {
  font-weight: normal;
}
#content .left ul.submenu ul li:hover,
#content .left ul.submenu ul li.active {
  background-image: url('../../images/design/icon_triangle_white_right.png');
  background-position: 6px center;
  background-repeat: no-repeat;
}
#content .left ul.submenu li.active ul li.active a {
  font-weight: bold;
}
#content .left ul.submenu.gray {
  background: #e1e2e2;
}
#content .left ul.submenu.gray li a {
  color: black;
}
#content .left ul.submenu.gray li:hover,
#content .left ul.submenu.gray li.active {
  background-color: #c2c2c2;
}
#content .left ul.submenu.gray li:hover a,
#content .left ul.submenu.gray li.active a {
  background-image: url('../../images/design/icon_arrow_grey_right.png');
  background-position: right center;
  background-repeat: no-repeat;
}
#content .left ul.submenu.gray li a:hover {
  text-decoration: underline;
}
#content .left ul.submenu.gray li.active a {
  background: none;
}
#content .left ul.submenu.gray li.active a.with_arrow_down {
  background-image: url('../../images/design/icon_arrow_grey_down.png');
  background-position: right center;
  background-repeat: no-repeat;
}
#content .left ul.submenu.gray ul li:hover,
#content .left ul.submenu.gray ul li.active {
  background-image: url('../../images/design/icon_triangle_white_right.png');
  background-position: 6px center;
  background-repeat: no-repeat;
}
#content .left ul.submenu.gray ul li:hover a,
#content .left ul.submenu.gray ul li.active a {
  color: white;
}
#content .banner {
  margin-bottom: 5px;
}
#content .banner .inner_wrapper {
  font-size: 0.750em;
  line-height: 18px;
}
#content .banner .inner_wrapper img {
  max-width: 100%;
  height: auto;
}
#content .left h3,
#content .right h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 5px;
}
#mailing_sign_in .mailing_email {
  float: left;
  width: 80%;
}
#mailing_sign_in .mailing_submit {
  float: left;
  width: 20%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#mailing_sign_in input[type='text'] {
  border: 2px solid #D2D2D2;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  border-top-color: #6c6c6c;
  border-left-color: #6c6c6c;
  width: 100%;
  height: 42px;
  padding: 0 3px 0px 6px;
}
#mailing_sign_in input[type='submit'] {
  background: url(../../images/design/icon_arrow_white_right.png) no-repeat center center;
  background-color: none;
  height: 42px;
  width: 100%;
  border: 0;
  padding: 0;
}
#mailing_sign_in input[type='submit']:hover {
  background-position: 55% center;
  cursor: pointer;
}
#content .middle .error {
  list-style-type: none;
  margin-bottom: 10px;
}
#content .middle .error li {
  color: #F00;
}
#content .middle {
  width: 50%;
  float: left;
  font-size: 0.75em;
  line-height: 1.250em;
}
#content .middle .graybox {
  padding: 15px;
  background: #e1e2e2;
  border-top: 1px solid white;
  border-bottom: 1px solid #b6b7b7;
}
#content .middle .graybox img {
  margin: 0 10px 0px 0;
  border: 2px solid #a09d9c;
  float: left;
  display: block;
}
#content .middle .graybox h2 {
  font-size: 1.25em;
  line-height: 1.375em;
  margin: 0px;
}
#content .middle .graybox h2 a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
#content .middle .graybox h2 a:hover {
  text-decoration: underline;
}
#content .middle .graybox.first {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #e1e2e2;
}
#content .middle .graybox.last {
  border-bottom: 0;
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 15px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#content .middle .graybox.last #pokracovat {
  text-align: right;
  padding-right: 20px;
  background: url(../../images/design/icon_arrow_grey_right.png) no-repeat center right;
  background-color: #e1e2e2;
}
#content .middle.no_right_panel {
  width: 76%;
}
#content .middle ul.breadcrumbs {
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
#content .middle ul.breadcrumbs li {
  display: inline;
  font-size: 0.875em;
  color: #666;
}
#content .middle ul.breadcrumbs li a {
  color: #035fa0;
  text-decoration: none;
}
#content .middle ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
#content .middle .articlebox {
  margin: 10px 0 20px 0;
}
#content .middle .articlebox .full_radius {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#content .middle .articlebox .red {
  padding: 6px;
  color: white;
  min-height: 44px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
#content .middle .articlebox .red.clickable {
  cursor: pointer;
}
#content .middle .articlebox .red .date {
  position: absolute;
  background-image: url(../../images/design/article_date.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 43px;
  width: 33px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #666;
  padding-top: 4px;
}
#content .middle .articlebox .red .date span {
  display: block;
  font-size: 0.6em;
  line-height: 1em;
  color: #FFF;
}
#content .middle .articlebox .red h2 {
  margin: 0px 20px 0 43px;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.15em;
  color: #FFF;
}
#content .middle .articlebox .red h2 a {
  color: inherit;
  text-decoration: none;
}
#content .middle .articlebox .red h2 a:hover {
  text-decoration: underline;
}
#content .middle .articlebox .red:hover h2 a {
  text-decoration: underline;
}
#content .middle .articlebox .red h2.small_left_margin {
  margin-left: 10px;
}
#content .middle .articlebox .red .icons {
  position: absolute;
  width: 13px;
  height: 40px;
  top: 6px;
  right: 6px;
}
#content .middle .articlebox .red .icons span {
  display: block;
  width: 13px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 5px 0;
}
#content .middle .articlebox .red .icons span {
  background: url(../../images/design/article_icons.png) no-repeat top left;
}
#content .middle .articlebox .red .icons span.photo {
  background-position: 0 -17px;
  width: 13px;
  height: 10px;
}
#content .middle .articlebox .red .icons span.cam {
  background-position: 0 -32px;
  width: 13px;
  height: 11px;
}
#content .middle .articlebox .red .icons span.doc {
  background-position: 0 0;
  width: 10px;
  height: 12px;
}
#content .middle .articlebox .gray {
  padding: 6px;
  background-color: #e1e2e2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#content .middle .articlebox .gray img {
  margin: 0 10px 5px 0;
  border: 2px solid gray;
}
#content .middle .articlebox .podujatie_datum {
  color: #000;
  font-size: 13px;
  background-color: #c2c2c2;
  padding: 5px 5px;
}
#content .middle .gallery {
  margin-bottom: 10px;
}
#content .middle .gallery img {
  display: block;
  float: left;
  border-width: 2px;
  border-style: solid;
  margin: 0 12px 12px 0;
  cursor: pointer;
}
#content .right {
  width: 26%;
  float: right;
}
#content .right > * {
  margin-bottom: 20px;
}
#content .right p {
  margin: 0 0 0 0;
}
#content .right #polievka {
  margin: 2px 0px;
  background: url(../../images/design/icon_soup.png) no-repeat 5px center;
  padding: 4px 0px 4px 40px;
}
#content .right #ranajky {
  margin: 2px 0px 4px 0px;
  background: url(../../images/design/icon_breakfast.png) no-repeat 5px center;
  padding: 4px 0px 4px 40px;
}
#content .right #vecera {
  margin: 2px 0px 4px 0px;
  background: url(../../images/design/icon_dinner.png) no-repeat 5px center;
  padding: 4px 0px 4px 40px;
}
#content .right #hlavne {
  margin: 2px 0px;
  background: url(../../images/design/icon_main_course.png) no-repeat left center;
  padding: 4px 0px 4px 40px;
}
#content .right #hlavne ol {
  list-style-type: decimal;
  margin-left: 20px;
}
#content .right #jedalny_link {
  text-align: right;
}
#content .right .tabslider .controls {
  display: block;
}
#content .right .tabslider .controls li {
  display: block;
  float: left;
  height: 40px;
  margin-right: 8px;
}
#content .right .tabslider .controls li a {
  padding: 0 20px;
  font: bold 1.16em/40px Arial, Helvetica, sans-serif;
  color: #4d4e53;
  text-decoration: none;
  display: block;
  background: #bbbbbb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#content .right .tabslider .controls li a:hover {
  background: #cccccc;
}
#content .right .tabslider .contents {
  width: 100%;
  height: 267px;
  clear: both;
  position: relative;
}
#content .right .tabslider .contents .tab {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border-width: 4px;
  border-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#content .right .tabslider .contents .tab .slider {
  width: 100%;
  height: 267px;
  position: relative;
  border: 0;
}
#content .right .tabslider .contents .tab .slider .bjqs li {
  width: 100%;
  height: 267px;
  overflow: hidden;
  background-position: center center;
}
#footer {
  color: #FFF;
}
#footer .first {
  font-size: 0.750em;
  padding: 10px 0;
}
#footer .first .wrapper {
  background-image: url(../../images/design/footer_separator.png);
  background-repeat: no-repeat;
  background-position: 24% 0px;
}
#footer .first .left {
  float: left;
  line-height: 1.5em;
  width: 24%;
}
#footer .first .left a {
  text-decoration: underline;
}
#footer .first .middle {
  width: 25%;
  float: left;
}
#footer .first .middle ul {
  margin: 5px 0 0 20px;
}
#footer .first .middle ul li {
  margin: 0 0 10px 0;
  list-style-position: inside;
}
#footer .first .middle ul a {
  font-weight: bold;
}
#footer .first .middle ul li.active a {
  text-decoration: underline;
}
#footer .first .middle ul a:hover {
  text-decoration: underline;
}
#footer .first .right {
  width: 25%;
  float: left;
}
#footer .first .right ul {
  margin: 5px 0 0 20px;
}
#footer .first .right ul li {
  margin: 0 0 6px 0;
}
#footer .first .right ul a:hover {
  text-decoration: underline;
}
#footer .first .socialbox {
  float: left;
  width: 26%;
}
#footer .first .right .active a,
#footer .first .middle .active a {
  font-weight: bold;
}
#footer .socialbox img {
  padding: 1%;
  width: 98%;
  max-width: 203px;
  height: auto;
}
#footer .second {
  height: 60px;
  font-size: 1em;
  font-weight: bold;
  line-height: 60px;
  color: white;
}
#footer .second .wrapper #footer_panel #footer_menu_icon {
  background: url(../../images/design/icon_arrow_white_up.png) no-repeat center center;
  float: right;
  height: 30px;
  margin-right: 15px;
  margin-top: 15px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #e1e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 0px;
}
#footer .second .wrapper #footer_panel.footer_active #footer_menu_icon {
  background-image: url(../../images/design/icon_arrow_grey_down.png);
}
#footer .second .wrapper #footer_panel:hover span {
  border-color: #1d1d1d;
}
#footer .second .wrapper #footer_panel.footer_active,
#footer .second .wrapper #footer_panel:hover {
  color: #000000;
  cursor: pointer;
}
#footer .second .logobox {
  display: block;
  background-image: url(../../images/design/znak.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  text-indent: 60px;
}
#footer .second #links {
  display: none;
  position: absolute;
  bottom: 60px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#footer .second #links #links_inner {
  margin: 5px;
  margin-bottom: 0px;
}
#footer .second .wrapper #footer_panel.footer_active,
#footer .second .wrapper #footer_panel:hover {
  background-color: #c2c2c2;
}
#footer .second #links {
  background-color: #c2c2c2;
  z-index: 25;
}
#footer .third {
  margin: 0;
  font-size: 0.750em;
}
#footer .third .wrapper {
  padding: 8px 0;
}
#footer .third .wrapper a {
  color: #035fa0;
}
#footer #bottom-logos {
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #E1E2E2;
}
#footer #bottom-logos .logo {
  float: left;
  text-align: center;
  width: 15%;
  padding: 0.8vw 2.5%;
}
#footer #bottom-logos .logo .logo_inner {
  margin: 2.5px;
}
#footer #bottom-logos .logo .logo_inner img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.blue_link_small {
  color: #035fa0;
  font-size: 0.875em;
}
.toggleMenu {
  background: url("../../images/design/menu_butt.png") no-repeat scroll 7px 11px #1D1D1D;
  color: #FFFFFF;
  float: left;
  font-size: 0.875em;
  margin-top: 7px;
  padding: 11px 10px 11px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #504E4E;
}
.nav {
  list-style: none;
  *zoom: 1;
  float: left;
  z-index: 3000;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav ul {
  list-style: none;
  width: 16em;
}
.nav a {
  padding: 10px 15px;
  color: #fff;
}
.nav li {
  position: relative;
  z-index: 450;
}
.nav > li {
  float: left;
}
.nav > li > a {
  display: block;
  padding: 0px 12px;
  font-size: 0.938em;
  line-height: 50px;
  text-decoration: none;
  float: left;
}
.nav > li > .delimiter,
.nav > li > .delimiter-left {
  display: block;
  float: left;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.nav > li > a:hover,
.nav > li.hover > a {
  text-decoration: underline;
}
.nav > li > a.active {
  text-decoration: underline;
}
.nav li ul {
  position: absolute;
  left: -9999px;
  z-index: 5000;
  top: 50px;
  min-height: 0;
}
.nav > li.hover > ul {
  left: 0;
}
.nav li li.hover ul {
  left: 100%;
  top: 0;
}
.nav > li.hover .delimiter,
.nav > li.active-li .delimiter,
.nav > li.hover .delimiter-left {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  display: block;
}
.nav li li a {
  display: block;
  position: relative;
  z-index: 100;
  font-size: 0.875em;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 3px 6px;
}
.nav li li a:hover {
  text-decoration: underline;
}
#content .middle h1,
#content .middle h2,
#content .middle h3 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
#content .middle h1 {
  font-size: 1.750em;
  margin-bottom: 6px;
}
#content .middle h2 {
  font-size: 1.5em;
  margin-top: 20px;
}
#content .middle h3 {
  font-size: 1.250em;
  margin-top: 13px;
}
#content .middle p {
  margin: 0px;
  margin-top: 8px;
  color: #000;
}
#content .middle p em {
  font-style: italic;
}
#content .middle a {
  color: #035fa0;
}
#content .middle ul {
  margin: 0px;
  margin-top: 8px;
  margin-left: 22px;
  list-style-type: disc;
}
#content .middle ol {
  margin: 0px;
  margin-top: 8px;
  margin-left: 25px;
  list-style-type: decimal;
}
#content .middle .datova_tabulka {
  width: 100%;
}
#content .middle .datova_tabulka .pocet_clankov {
  font-size: 0.875em;
}
#content .middle table th {
  background-color: #E1E2E2;
  border: 1px solid #262626;
  color: #000000;
  font-weight: bold;
  padding: 4px 3px;
}
#content .middle #doklad_table th {
  border: none;
}
#content .middle table td {
  border: 1px solid #262626;
  padding: 4px 3px;
}
#content .middle table.bez_oramovania td {
  border: none;
}
#content .middle table.bez_oramovania th {
  border: none;
}
#content .middle #doklad_table td {
  border: none;
}
#content .middle table tr:nth-child(even) {
  background: #FFF;
}
#content .middle table tr:nth-child(odd) {
  background: #F7F7F7;
}
#content .middle .obed_menu {
  margin-top: 10px;
  width: 100%;
}
#content .middle .obed_menu .clean_cell {
  background: none;
  width: 65px;
}
#content .middle table .v_align {
  vertical-align: middle;
}
#content .middle table .r_align {
  text-align: right;
}
#content .middle #zverejnovanie,
#content .middle #document_detail {
  width: 100%;
}
#content .middle #zverejnovanie td img,
#content .middle #document_detail td img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
#content .middle #zverejnovanie th {
  text-align: left;
  vertical-align: middle;
}
#content .middle #zverejnovanie td {
  vertical-align: middle;
}
#content .middle #document_detail th {
  text-align: right;
  vertical-align: middle;
}
#content .middle .document_info {
  font-size: 0.750em;
  color: #4d4e53;
}
#content .middle .h2_suvisiace {
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
}
#content .middle .ul_dokumenty {
  margin-left: 0px;
  list-style-type: none;
  list-style-position: inside;
}
.clickable {
  cursor: pointer;
  cursor: hand;
}
#content .right #callendar {
  width: 100%;
  position: relative;
}
#calendar_table {
  width: 100%;
  font-size: 0.750em;
  border: 1px solid #c2c2c2;
}
#calendar_table caption {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 43px;
  color: #FFF;
  background: #373737;
}
#calendar_table caption a {
  padding: 17px 10px;
}
#calendar_table caption a.prev {
  float: left;
}
#calendar_table caption a.next {
  float: right;
}
#calendar_table thead {
  border-bottom: 1px solid #c2c2c2;
}
#calendar_table thead th {
  padding: 6px 0px;
  text-transform: uppercase;
  font-size: 0.875em;
}
#calendar_table tbody td {
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  line-height: 32px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
}
#calendar_table tbody td.weekend {
  background: none;
  background-color: #dadada;
}
#calendar_table tbody td.active {
  background: none;
  background-color: #373737;
}
#calendar_table tbody td.today {
  -webkit-box-shadow: inset 0 0 10px #000;
  box-shadow: 0px 0px 4px #313131 inset;
  color: white;
  font-weight: bold;
}
#calendar_table tbody td.inactive {
  background: white;
}
#calendar_table tbody td a {
  color: #FFF;
  font-weight: bold;
}
#calendar_table tbody td a.active {
  color: #000;
}
#calendar_table tbody td.active a {
  color: #FFF;
}
#callendar .links {
  font-size: 0.688em;
  text-align: right;
  padding: 3px;
  color: #035fa0;
}
#callendar .links a {
  color: #035fa0;
}
#calendar_table .external_sign {
  padding: 4px 4px;
  background-color: #ababab;
  line-height: 1em;
  font-weight: bold;
}
.tooltip {
  display: none;
  background-color: #ffffff;
  width: 200px;
  color: #000000;
  text-align: left;
  padding: 4px;
  border: 1px solid #373737;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 30;
}
#calendar_table div.tooltip .tooltip_den {
  padding: 0px 3px 0px 3px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#content .right #calendar_table div.tooltip .tooltip_den a {
  display: inline;
  color: #FFF;
  font-size: 1.125em;
}
#content .right #calendar_table div.tooltip .tooltip_podujatie {
  padding: 3px;
  line-height: 1.5em;
  background-color: #E1E2E2;
}
#content .right #calendar_table div.tooltip .tooltip_podujatie a {
  color: #000000;
}
#calendar_table div.tooltip p {
  padding: 3px;
  line-height: 1.5em;
  border: 1px solid #E1E2E2;
  font-size: 0.875em;
  margin-bottom: 2px;
}
.kcvc_event {
  background-color: #4E9435;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875em;
  padding: 1px 2px;
}
.tsk_event {
  background-color: #e3c3b6;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.938em;
  padding: 1px 2px;
  font-weight: bold;
}
.active_tsk {
  background-color: #e3c3b6;
  display: block;
  width: 8px;
  height: 6px;
  float: left;
  cursor: help;
}
.active_kcvc {
  background-color: #4E9435;
  display: block;
  width: 8px;
  height: 6px;
  float: left;
  cursor: help;
}
.yt_video {
  margin-bottom: 10px;
}
.videos_count {
  font-size: 0.917em;
  color: #035fa0;
  padding: 4px 1px;
}
.yt_video .yt_video_img {
  width: 100%;
}
.yt_video .yt_video_left {
  width: 35%;
  float: left;
}
.yt_video .yt_video_right {
  width: 65%;
  float: left;
}
.yt_video .yt_vide_right_inner {
  margin-left: 10px;
}
.yt_video h2 {
  margin: 0px;
}
.yt_video .video_count {
  font-size: 0.875em;
  margin: 1px 0px;
  font-weight: bold;
}
.yt_video .yt_vide_right_inner p {
  margin: 0px 0px 4px 0px;
}
#yt_video_info {
  background-color: #e1e2e2;
  border: 1px solid black;
  color: #035fa0;
  font-size: 0.875em;
  margin-bottom: 5px;
  padding: 3px;
  text-align: right;
}
#info_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e1e2e2;
}
#content #info_box p {
  margin: 7px;
  padding: 8px;
  padding-left: 37px;
  font-size: 1.2em;
}
#info_box.info {
  background-color: #F9D06F;
}
#info_box i {
  font-style: italic;
}
#info_box.info p {
  background: url('../../images/design/icon_box_info.png') no-repeat left center;
}
#info_box.ok {
  background-color: #6FF98F;
}
#info_box.ok p {
  background: url('../../images/design/icon_box_ok.png') no-repeat left center;
}
#info_box.error {
  background-color: #f38260;
}
#info_box.error p {
  background: url('../../images/design/icon_box_error.png') no-repeat left center;
}
#content .middle .sitemap {
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
  list-style-position: inside;
}
.paginationControl {
  margin: 25px 0px 0px 0px;
  padding: 10px 0px 3px 0px;
  text-align: center;
  border-top: 1px solid #BBB;
}
.paginationControl a {
  text-decoration: none;
}
#content .middle .paginationControl .link {
  text-decoration: none;
  background-color: #FFF;
  padding: 2px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.125em;
  color: #000;
  border: 1px solid #c2c2c2;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
}
#content .middle .paginationControl a:hover {
  background: none;
  color: #FFF;
}
#content .middle .paginationControl .disabled {
  background-color: #F1F1F1;
  color: #BBB;
}
.paginationControl .active {
  padding: 4px 8px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.375em;
}
.print_link {
  border-top: 1px solid #DADADA;
  font-size: 0.875em;
  margin-top: 10px;
  padding: 6px 6px 3px 3px;
  text-align: right;
}
.print_link .link {
  background: url("../../images/design/icon_print.png") no-repeat scroll left top transparent;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 5px;
}
#content .middle ul.dokumenty {
  margin: 5px 0px 0px 10px;
  padding: 0px;
  list-style: none;
  list-style-position: inside;
}
#content .middle ul.dokumenty li {
  margin-bottom: 3px;
}
#content .middle ul.dokumenty li a {
  padding: 2px 0px 5px 20px;
  background-position: left top;
  background-repeat: no-repeat;
}
#content .middle ul.dokumenty li.folder a {
  background-image: url("../../images/design/icon_folder.png");
}
#content .middle ul.dokumenty li.folder a:hover {
  background-image: url("../../images/design/icon_folder_open.png");
}
#content .middle ul.dokumenty li.document a {
  background-image: url("../../images/design/icon_document.png");
}
#content .middle ul.dokumenty ul {
  margin: 5px 0px 5px 20px;
  padding: 0px;
  list-style: none;
  list-style-position: inside;
}
#content .middle ul.dokumenty ul li a {
  font-size: 0.750em;
}
#filter {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e1e2e2;
  padding: 5px;
  margin-bottom: 10px;
}
#content .middle #filter h2 {
  margin: 0px;
}
#content .middle #filter table tr {
  background: none;
  border: none;
}
#content .middle #filter table td,
#content .middle #filter table th {
  background: none;
  border: none;
}
#content .middle #filter table th {
  text-align: right;
}
#content .middle #filter table td {
  text-align: left;
}
.input_submit {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #FFF;
  padding: 4px;
  cursor: pointer;
}
.input_select {
  padding: 3px;
  outline: 0;
  border: 2px solid #D2D2D2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-color: #6c6c6c;
  border-left-color: #6c6c6c;
}
.input_text {
  padding: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.input_text#tel {
  width: 150px;
}
.input_text#pocet_osob {
  width: 100px;
}
.input_text#termin {
  width: 150px;
}
.input_textarea {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legend {
  float: left;
  width: 30%;
  padding: 3px 3px;
  margin: 3px 0px;
  text-align: right;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field {
  float: left;
  margin: 3px 0px;
  width: 70%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field .error .input_text {
  border: 1px solid #F00;
}
.field .error .input_textarea {
  border: 1px solid #F00;
}
.galleria_box {
  float: left;
  width: 23.5%;
  margin: 0.75%;
}
.pocet_fotiek {
  font-size: 0.750em;
  text-align: right;
  color: #4D4E53;
}
.galeria_box_inner {
  border: 1px #888888 solid;
}
.galeria_box_inner img {
  display: block;
  width: 100%;
  height: auto;
}
#content .middle .galleria_box h2 {
  font-size: 1.188em;
  line-height: 1.2em;
  margin: 3px 2px;
  margin-bottom: 0px;
}
#gallery {
  margin-top: 8px;
  width: 100%;
}
#gallery.royalSlider {
  border: 1px solid #e1e2e2;
  background: #FFF !important;
}
#gallery.royalSlider .rsOverflow,
#gallery.royalSlider .rsSlide,
#gallery.royalSlider .rsVideoFrameHolder {
  background: #e1e2e2 !important;
}
#gallery.royalSlider .rsThumbs {
  background: #313131 !important;
  padding-top: 4px;
}
#gallery .rsGCaption {
  font-size: 1em;
  color: #000;
  padding: 5px 0px;
  margin-bottom: 1px;
  background: #c2c2c2;
  color: #000;
}
#hp_tabs {
  width: 100%;
  height: 320px;
}
#hp_tabs.royalSlider,
#hp_tabs.royalSlider .rsOverflow,
#hp_tabs.royalSlider .rsThumbs {
  background: none !important;
}
#csspie {
  behavior: url(/buxus/docs/jscripts/csspie/PIE.htc);
}
#hp_tabs.videoGallery .rsThumbs .rsThumb {
  height: 40px;
  width: 120px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-radius: 4px 4px 0px 0px;
}
#hp_tabs.videoGallery .rsTmb {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 8px;
  height: 40px;
}
#hp_tabs.videoGallery .rsTmb h5 {
  font-size: 0.875em;
}
#hp_tabs.rsDefault .rsSlide,
#hp_tabs.rsDefault .rsVideoFrameHolder {
  background: none;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#hp_tabs.rsDefault .rsThumbs {
  background: none;
}
#hp_tabs.rsDefault .rsThumbsHor {
  height: 36px;
  width: 100%;
}
#hp_tabs .rsContent.with_bg_line {
  background-image: url(../../images/design/hp_tabs_bg.png);
  background-repeat: no-repeat;
  background-position: 33% center;
}
#slider-with-blocks-1 {
  width: 100%;
  height: 280px;
}
#slider-with-blocks-1.royalSlider,
#slider-with-blocks-1.royalSlider .rsOverflow {
  background: none !important;
}
#slider-with-blocks-1 .rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
}
#slider-with-blocks-1 .bContainer {
  position: relative;
}
#slider-with-blocks-1 .rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}
#slider-with-blocks-1 .rsGCaption {
  position: absolute;
  text-align: left;
  line-height: 1.2em;
  font-size: 0.75em;
  background: black;
  color: white;
  background-color: rgba(0,0,0,0.75);
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: auto;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 25;
}
#slider-with-blocks-1 .rsCaption .rsCaptionInner {
  padding: 8px;
}
#slider-with-blocks-1 .rsSlide {
  background: none;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#slider-with-blocks-1 .rsBullets {
  bottom: 50px;
  height: auto;
  line-height: 8px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-align: left;
  width: auto;
  z-index: 35;
  background: none;
  left: auto;
}
#slider-with-blocks-1 .rsBullet {
  background: none repeat scroll 0 0 rgba(255,255,255,0.6);
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  width: 8px;
}
#slider-with-blocks-1 .rsBullet.rsNavSelected {
  background: none repeat scroll 0 0 #FFFFFF;
}
#hp_tabs_media {
  width: 100%;
  height: 295px;
}
#hp_tabs_media.royalSlider,
#hp_tabs_media.royalSlider .rsOverflow,
#hp_tabs_media.royalSlider .rsThumbs {
  background: none !important;
}
#hp_tabs_media.videoGallery .rsTmb {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 8px;
  height: 40px;
}
#hp_tabs_media.videoGallery .rsThumbs .rsThumb h3 {
  font-size: 0.875em;
  margin: 4px 0 0 0;
  font-weight: normal;
}
#hp_tabs_media.videoGallery .rsThumbs .rsThumb {
  height: 40px;
  width: 85px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#hp_tabs_media .right_photo {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  height: auto;
}
#hp_tabs_media .right_photo.video {
  width: 100%;
  height: auto;
}
#hp_tabs_media.rsDefault .rsThumbs {
  background: none;
}
#hp_tabs_media.rsDefault .rsThumbsHor {
  height: 36px;
  width: 100%;
}
#footer_linky {
  width: 100%;
  color: #FFF;
}
#footer_linky.videoGallery .rsCloseVideoBtn {
  display: none;
}
#footer_linky.videoGallery h5 {
  margin: 0;
}
#footer_linky.videoGallery p {
  color: #dadada;
  font-size: 13px;
}
#footer_linky.videoGallery .rsTmb {
  padding: 0px 10px;
  text-align: right;
}
#footer_linky.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: 60px;
  border-bottom: 1px solid #2E2E2E;
  background: #373737;
}
#footer_linky.videoGallery .rsThumbs.rsThumbsVer {
  width: 220px;
  padding: 0;
}
#footer_linky.videoGallery .rsThumb.rsNavSelected {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#footer_linky.videoGallery .rsThumb .rsTmb:hover {
  color: #000000;
}
#footer_linky.rsDefault .rsOverflow,
#footer_linky.rsDefault .rsVideoFrameHolder {
  background: #373737;
}
#footer_linky.royalSlider .rsThumbsVer {
  right: auto;
  left: 0;
}
#footer_linky.royalSlider .rsOverflow {
  margin-left: 220px;
}
#footer .second #links ul li {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
#footer .second #links ul li a {
  display: block;
  font-weight: normal;
  font-size: 0.813em;
  line-height: 1em;
  color: white;
  text-decoration: none;
  padding: 8px 5px;
  border-bottom: 1px solid #585858;
  background-color: #373737;
  border-radius: 3px;
  margin: 5px;
}
#footer .second #links ul li a:hover {
  text-decoration: underline;
}
#footer .second {
  background-color: #1d1d1d;
}
#footer_linky.videoGallery .rsThumbs .rsThumb,
#footer_linky.rsDefault .rsThumbs {
  background: #121212;
}
#footer_linky.rsDefault .rsSlide,
#footer_linky.videoGallery .rsThumb.rsNavSelected {
  background-color: #494848;
}
#footer_linky.videoGallery .rsThumb.rsNavSelected {
  border-bottom-color: #C2C2C2;
}
#footer_linky.videoGallery .rsThumb:hover {
  background-color: #C2C2C2;
}
.media_tab {
  border-collapse: separate;
  border-spacing: 3px;
}
.media_tab .tretiny {
  width: 33.3%;
  vertical-align: top;
}
.media_tab .polovice {
  width: 50%;
  vertical-align: top;
}
.italic {
  font-style: italic;
}
.sekcia_rubrika {
  margin: 4px 0px 2px 0px;
}
.sekcia_rubrika a {
  font-size: 0.875em;
}
#doklad_table #polozky th {
  font-weight: bold;
  background-color: #E8E7E7 !important;
  color: #000;
  padding: 3px 6px;
  border-right: 3px solid #FFF;
  white-space: nowrap;
}
#doklad_table #polozky td {
  vertical-align: middle;
  padding-right: 3px;
}
#doklad_table th,
#doklad_table td {
  background-color: #FFF;
  border: none;
  font-weight: normal;
  padding: 3px;
  vertical-align: middle;
}
.middle #doklad_table,
.middle #doklad_table table,
.list_table {
  border: none;
  width: 100%;
}
#doklad_table th {
  text-align: right;
  font-weight: bold;
}
#doklad_table td {
  text-align: left;
}
#doklad_table .th_heading {
  color: #000;
  font-size: 1.2em;
  text-align: left;
}
.doklad_hr {
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  border: none;
}
#doklad_table #polozky th {
  text-align: left;
}
small {
  font-size: 0.750em;
}
#content .middle h3.dokumenty_clanok_list {
  margin-top: 5px;
  font-size: 1.125em;
}
img.ilustracny_obrazok {
  float: right;
  display: block;
  margin-left: 5px;
}
.video_container {
  margin: 10px 0px;
}
#tabs_text {
  background: #FFF;
  margin-top: 49px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-height: 280px;
  height: 280px;
  overflow: auto;
}
#tabs_text .tabs_text_inner {
  margin: 10px;
}
#tabs_text .tabs_text_inner h2 {
  font-size: 20px;
  padding-bottom: 10px;
}
#tabs_text .tabs_text_inner h2 a {
  font-size: inherit;
  color: inherit;
}
#tabs_text .tabs_text_inner p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}
#tabs_text .tabs_text_inner ul,
#tabs_text .tabs_text_inner ol {
  font-size: 13px;
  list-style: disc outside none;
  margin: 10px;
  padding-left: 20px;
}
#tabs_text .tabs_text_inner ul li,
#tabs_text .tabs_text_inner ol li {
  margin: 2.5px 0px;
  line-height: 16px;
}
.article_content img,
.article_content p img {
  max-width: 100%;
  height: auto;
}
#cookie-bar {
  background: #EEEEEE;
  height: auto;
  line-height: 24px;
  color: #1d1d1b;
  text-align: center;
  padding: 6px 0;
  font-family: Arial, sans-serif;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #007700;
  color: #FFF !important;
}
#cookie-bar .cb-disable {
  background: #007700;
  color: #FFF !important;
}
#cookie-bar .cb-policy {
  background: #007700;
  color: #FFF !important;
}
.cookie-label-wrapper label {
  font-weight: bold;
  display: inline-block;
}
.cookie-label-wrapper.cookie-label-wrapper__first {
  margin-top: 0px;
}
.cookie-submit-wrapper {
  margin: 20px 0px 0px 0px;
  text-align: center;
}
.cookie-submit-wrapper .btn {
  background: #007700;
  color: #FFF;
  padding: 4px 8px;
  border: none;
  font_size: 16px;
}
#content .form_table {
  border-width: 0px;
  width: 100%;
  margin-bottom: 10px;
}
#content .form_table tr.error th,
#content .form_table tr.error td {
  color: #F00 !important;
}
#content .form_table tr.error input,
#content .form_table tr.error textarea {
  border: 1px solid #F00 !important;
}
#content .form_table tr.error td.search_submit_td {
  vertical-align: middle;
}
#content .form_table tr.error td label {
  font-weight: bold;
}
#content .form_table .input_text {
  width: auto;
}
#content .form_table .input_text.suma {
  width: 100px;
}
#content .form_table .autocomplete_box {
  width: 100%;
  padding: 4px 0px;
  text-indent: 4px;
  font-size: 1.6em;
}
#content .form_table .autocomplete_box--sluzby {
  font-size: 1.2em;
}
#content .form_table th,
#content .form_table td {
  background: none;
  border-width: 0px;
  color: #000;
  padding: 5px 3px;
}
#content .form_table th {
  text-align: right;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  white-space: nowrap;
}
#content .form_table th.section_heading {
  background-color: #e4e4e4;
  padding: 5px 3px;
  color: green;
  text-align: left;
}
#content .form_table td {
  text-align: left;
  vertical-align: middle;
}
#content .form_table td.bottom_line {
  text-align: left;
  line-height: 1em;
  font-size: 0.833em;
}
#content .form_table td.align_center {
  text-align: center;
}
.poll.basic .question {
  font-size: 0.875em;
  margin-bottom: 7.5px;
}
.poll.basic .chart {
  display: block;
  color: #000;
  font-size: 0.750em;
  text-decoration: none;
}
.poll.basic a.chart:hover {
  text-decoration: underline;
}
.poll.basic .chart span {
  margin-top: 2.5px;
  margin-bottom: 10px;
}
.poll.basic .chart span,
.poll.basic .chart span span {
  width: 100%;
  background: #C2C2C2;
  color: #C2C2C2;
  display: block;
  font-size: 0px;
  line-height: 4px;
  height: 8px;
}
.poll.basic .chart span span {
  background: red;
  color: red;
}
.poll.basic .total_votes {
  font-size: 0.750em;
}
.poll.basic .total_votes .more_links {
  float: right;
  display: block;
  white-space: nowrap;
  font-size: 11px;
  color: #035FA0;
}
.poll.list .chart {
  font-size: 1em;
}
.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover,
.datepicker-panel>ul>li:hover {
  color: #FFF;
}
.datepicker-panel>ul>li.highlighted,
.datepicker-panel>ul>li:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  #cookie-bar {
    padding: 10px;
  }
  #cookie-bar.fixed {
    width: auto;
  }
  #cookie-bar a {
    display: block;
    margin: 0px 10px 10px 10px;
    padding: 6px 0px;
  }
}
