header .top {
  height: 595px;
  background-image: url("../images/background_home1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
header .top .title {
  font-size: 45px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  top: 490px;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  header .top .title {
    font-size: 25px;
  }
}
header .logo {
  color: white;
  text-shadow: 0 0 2px #001131;
  position: absolute;
  left: 30px;
  top: 0;
}
header .logo .logo_img {
  width: 50%;
  margin: 30px 0;
}
@media (max-width: 767px) {
  header .logo .logo_img {
    width: 50%;
  }
}

.navbar-collapse {
  padding: 0;
}

.navbar-nav {
  float: none;
}

.navbar-default {
  border: 0;
  background: white;
  border-radius: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
  }
}
.navbar-default ul.nav {
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
@media (max-width: 991px) {
  .navbar-default ul.nav {
    display: block;
  }
}
.navbar-default ul.nav li {
  text-align: center;
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li {
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .navbar-default ul.nav li {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-default ul.nav li.open > .dropdown-menu, .navbar-default ul.nav li:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-default ul.nav li > a {
  text-transform: uppercase;
  text-align: center;
}
.navbar-default ul.nav li > a i {
  padding-left: 5px;
  font-size: 9px;
}
.navbar-default ul.nav li > a span {
  display: block;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li > a span {
    display: inline-block;
  }
}
.navbar-default ul.nav li .dropdown-menu {
  border: 0;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-default ul.nav li .dropdown-menu li > a {
  text-shadow: none;
}

.navbar-toggle {
  background-color: #E4BF3F;
  float: right;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
  }
}
.navbar-toggle .icon-bar {
  background-color: white;
}

.openbtn,
.closebtn {
  display: block;
  top: 7px;
  right: 15px;
  margin: 0;
  z-index: 3;
}

.closebtn {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 52px;
  line-height: 1em;
  display: none;
}

#navbar {
  height: 100%;
  width: 23%;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  opacity: 1;
  background-color: rgba(228, 191, 63, 0.95);
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  #navbar {
    width: 40%;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  #navbar {
    width: 100%;
    opacity: 0;
    display: none;
  }
}

.btn {
  font-family: "Calibri", sans-serif, "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  color: #E4BF3F;
}

.btn-primary {
  color: white;
}

.btn-dark {
  color: white;
  background-color: #E4BF3F;
  border-color: #E4BF3F;
}
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: #d2aa1e;
  border-color: #8f7414;
}
.btn-dark:hover {
  color: white;
  background-color: #d2aa1e;
  border-color: #c9a31c;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #d2aa1e;
  background-image: none;
  border-color: #c9a31c;
}
.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
  color: white;
  background-color: #b39119;
  border-color: #8f7414;
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
  background-color: #E4BF3F;
  border-color: #E4BF3F;
}
.btn-dark .badge {
  color: #E4BF3F;
  background-color: white;
}

.btn-secondary {
  color: white;
  background-color: #001131;
  border-color: #001131;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-secondary:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: black;
  background-image: none;
  border-color: black;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #001131;
  border-color: #001131;
}
.btn-secondary .badge {
  color: #001131;
  background-color: white;
}

.carousel-fade {
  margin-bottom: 30px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item img {
  margin: 0 auto;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-caption {
  text-align: right;
  left: 45%;
  top: 2em;
  bottom: auto;
  right: 0;
  padding: 2em;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-fade .carousel-caption h3 {
  font-size: 2em;
  line-height: 1.5em;
  color: whitesmoke;
}
.carousel-fade .carousel-caption .citat {
  font-family: "Amatic SC", cursive;
  font-size: 45px;
  line-height: 1em;
}

h1, .h1 {
  padding: 0 0 0.25em 0;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  border-bottom: solid 1px #eaeaeb;
  position: relative;
}
h1 #bottomline, .h1 #bottomline {
  border-bottom: solid 2px #E4BF3F;
  width: 300px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767px) {
  h1 #bottomline, .h1 #bottomline {
    width: 100px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 14px;
  }
}

h2, .h2 {
  margin-top: 1em;
  color: #E4BF3F;
}
h2 a, .h2 a {
  color: #001131;
}
h2 a:hover, .h2 a:hover {
  color: black;
}

h3 {
  margin-top: 0;
  color: #E4BF3F;
}
h3 a {
  color: #E4BF3F;
}
h3 a:hover {
  color: #d2aa1e;
}

h4 {
  font-size: 1.4em;
}

.gallery {
  margin-top: 30px;
}
.gallery .gallery_item {
  margin-bottom: 15px;
}
.gallery .gallery_item .title {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  margin: 0;
  bottom: 0;
  text-align: center;
}

.clanok_vypis {
  display: flex;
  margin-bottom: 30px;
}
.clanok_vypis .clanok div.foto {
  position: relative;
}
.clanok_vypis .clanok div.foto .ikonka {
  position: absolute;
  top: 0px;
  background-color: #21ceaf;
  padding: 5px 7px;
  color: white;
}
.clanok_vypis .clanok h2 {
  margin-top: 0;
  border-bottom: solid 1px #eaeaeb;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.clanok_vypis .clanok h2 a {
  color: #001131;
}
.clanok_vypis .clanok h2 a:hover {
  color: #41413D;
}
.clanok_vypis .clanok h2 .bottomline2 {
  border-bottom: solid 2px #E4BF3F;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.clanok_vypis .clanok .text {
  padding: 20px;
  text-align: justify;
}
.clanok_vypis .clanok .viac {
  padding: 0 20px 20px 20px;
}
.clanok_vypis .clanok a.viac {
  border: 1px solid #eaeaeb;
  color: #41413D;
  padding: 5px 35px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
.clanok_vypis .clanok a.viac:hover, .clanok_vypis .clanok a.viac:focus {
  background: #E4BF3F;
  color: white;
}

.clanok_uvod_vypis .clanok, .clanok_vypis .clanok {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  box-shadow: 1px 1px rgba(234, 234, 235, 0.75);
  height: 100%;
}

.clanok_uvod_vypis {
  display: flex;
  margin-bottom: 3rem;
}
.clanok_uvod_vypis .clanok {
  margin-right: 1rem;
  padding: 2rem;
  width: 100%;
}
.clanok_uvod_vypis .clanok:last-child {
  margin-right: 0;
}
.clanok_uvod_vypis .clanok .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.subory_vypis {
  list-style: none;
  padding: 0;
}
ul.subory_vypis li a {
  display: inline-block;
  padding: 0 0 0 25px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
}
ul.subory_vypis li a.doc {
  background-image: url("../images/icon/doc.png");
}
ul.subory_vypis li a.eml {
  background-image: url("../images/icon/eml.png");
}
ul.subory_vypis li a.eps {
  background-image: url("../images/icon/eps.png");
}
ul.subory_vypis li a.htm {
  background-image: url("../images/icon/htm.png");
}
ul.subory_vypis li a.jpeg {
  background-image: url("../images/icon/jpeg.png");
}
ul.subory_vypis li a.jpg {
  background-image: url("../images/icon/jpg.png");
}
ul.subory_vypis li a.msg {
  background-image: url("../images/icon/msg.png");
}
ul.subory_vypis li a.pdf {
  background-image: url("../images/icon/pdf.png");
}
ul.subory_vypis li a.png {
  background-image: url("../images/icon/png.png");
}
ul.subory_vypis li a.pst {
  background-image: url("../images/icon/pst.png");
}
ul.subory_vypis li a.rar {
  background-image: url("../images/icon/rar.png");
}
ul.subory_vypis li a.tif {
  background-image: url("../images/icon/tif.png");
}
ul.subory_vypis li a.xls {
  background-image: url("../images/icon/xls.png");
}
ul.subory_vypis li a.zip {
  background-image: url("../images/icon/zip.png");
}

footer {
  color: #41413D;
  padding: 0 0 15px 0;
  background: whitesmoke;
}
footer h2 {
  color: #41413D;
  text-transform: uppercase;
  border-bottom: solid 1px #eaeaeb;
  position: relative;
  padding-bottom: 15px;
}
footer h2 .bottomline {
  border-bottom: solid 2px #21ceaf;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer div.contact {
  font-size: 0.75em;
  padding-top: 30px;
  line-height: 20px;
  text-align: center;
}
footer div.contact a {
  color: #41413D;
}
footer div.contact address {
  margin-bottom: 0;
}
footer div.contact i {
  font-size: 1.3em;
  margin-right: 10px;
}
footer div.contact span:hover {
  cursor: pointer;
}
footer div.created {
  font-size: 0.75em;
  color: rgba(65, 65, 61, 0.5);
  padding-top: 15px;
}
footer div.created a {
  color: rgba(65, 65, 61, 0.5);
}
footer .navbar.navbar-footer {
  min-height: 0;
  padding-top: 0.5em;
  text-align: center;
}
footer .navbar.navbar-footer nav, footer .navbar.navbar-footer .navbar-nav {
  float: none;
  text-align: center;
}
footer .navbar.navbar-footer nav li, footer .navbar.navbar-footer .navbar-nav li {
  display: inline-block;
  float: none;
}
footer .navbar.navbar-footer nav li a, footer .navbar.navbar-footer .navbar-nav li a {
  padding: 0.25em 1em;
  font-size: 0.8em;
  color: white;
}
footer .navbar.navbar-footer nav li a:hover, footer .navbar.navbar-footer nav li a:focus, footer .navbar.navbar-footer .navbar-nav li a:hover, footer .navbar.navbar-footer .navbar-nav li a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: white;
}

div.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.25em;
  padding-bottom: 1rem;
  background: #eeeeee;
  border-top: 1px solid #cccccc;
  text-align: center;
  color: black;
  z-index: 100;
  line-height: 2rem;
}
div.cookies h2 {
  margin: 1rem 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  div.cookies h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
div.cookies .cookies_text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  div.cookies p {
    font-size: 13px;
  }
}
div.cookies .viac_info {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  div.cookies .viac_info {
    margin-top: 0.5rem;
  }
}
div.cookies .viac_info a {
  color: #001131;
}
div.cookies .viac_info a i {
  font-size: 8px;
}
div.cookies .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  div.cookies .buttons {
    display: block;
    text-align: center;
  }
}
div.cookies .buttons .btn {
  margin-right: 1rem;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  div.cookies .buttons .btn {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 1rem;
    width: 100%;
  }
}

#cookiesModal {
  color: black;
}
#cookiesModal a {
  color: #001131;
}
#cookiesModal h2 {
  margin-top: 0;
  color: #001131;
}
#cookiesModal .modal-header {
  background-color: #E4BF3F;
  padding: 10px 15px;
}
#cookiesModal .modal-header h4 {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
#cookiesModal .nav-tabs {
  margin-bottom: 0.5rem;
}
#cookiesModal .nav-tabs li.active a {
  background-color: white;
  color: gray;
}
#cookiesModal .btn {
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  #cookiesModal .btn {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 1rem;
    width: 100%;
  }
}
#cookiesModal p {
  line-height: 1.6rem;
  font-size: 1.1rem;
  margin-top: 3px;
}

.kde_nas_najdete .item {
  position: relative;
  margin-bottom: 30px;
}
.kde_nas_najdete .item .title {
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  text-align: left;
}
.kde_nas_najdete .item .title h2 {
  margin: 0 0 2px 0;
  font-size: 14px;
  color: #41413D;
  font-weight: bold;
}

.verejne_obstaravanie .btn {
  color: white;
}
.verejne_obstaravanie .clanok {
  margin-bottom: 5rem;
}

li.verejne_obstaravanie {
  text-align: left;
}

/* ************************************************* HTML */
@media print {
  html a[href]:after, body a[href]:after {
    content: none !important;
  }
}
html a:hover, html a:focus, body a:hover, body a:focus {
  text-decoration: none;
}
html p:last-child, body p:last-child {
  margin-bottom: 0;
}
html .social, body .social {
  position: absolute;
  top: 30px;
  font-size: 2em;
}
@media (max-width: 991px) {
  html .social, body .social {
    right: 15px;
    color: white;
    top: 40px;
  }
  html .social a, body .social a {
    color: white;
  }
}
html .page_view, body .page_view {
  background: white;
  box-shadow: 1px 1px rgba(234, 234, 235, 0.75);
  padding: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
html .page_view.uvod, body .page_view.uvod {
  padding: 15px;
}
html .page_view.uvod .gallery_item, body .page_view.uvod .gallery_item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  html .page_view.uvod .gallery_item, body .page_view.uvod .gallery_item {
    margin-bottom: 30px;
  }
}

.viac_informacii {
  background-color: #21ceaf;
  padding: 7px 87px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  float: left;
  border: none;
}
.viac_informacii:hover {
  color: #f9f9f9;
}

div.zabuto_calendar .table tr td.event div.day {
  background-color: #E4BF3F !important;
  color: #ffffff !important;
}

.calendar_data h2 {
  margin: 0;
}

table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
table td, table th {
  padding: 8px;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table th {
  text-align: left;
  background-color: #E4BF3F;
  color: white;
}

.partneri {
  background: white;
  padding: 30px 0;
}
.partneri .flex {
  display: flex;
  justify-content: center;
}
.partneri .flex .partner img {
  margin-right: 30px;
}
.partneri .flex .partner:last-child img {
  margin-right: 0;
}
.partneri_spolupracujeme {
  border-bottom: solid 1px #eaeaeb;
}

/*# sourceMappingURL=screen.css.map */
