@charset "UTF-8";
.nodisplay {
  display: none;
}

.alert i {
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.alert span {
  display: inline-block;
  vertical-align: middle;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-top {
  margin-top: 20px;
}

.vmiddle {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

header .top {
  background-image: url("../images/bg_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  header .top {
    padding-bottom: 0;
  }
}
header .top .facebook {
  float: right;
  padding-top: 55px;
}
header .top .logo_div {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  header .top a.logo {
    display: inline-block;
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  header .top a.logo .logo {
    width: 100%;
  }
}
header .top_lang {
  margin-left: 10px;
}
header .top_lang img {
  width: 20px;
  filter: sepia(95%);
}
header .top_lang a {
  margin-left: 5px;
}
header .top_lang a.active img {
  filter: sepia(0%);
}
header .top_lang a:hover, header .top_lang a:focus {
  text-decoration: none;
}
header .top_lang a:hover img, header .top_lang a:focus img {
  filter: sepia(35%);
}

.navbar-collapse {
  padding: 0;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
  }
}
.navbar-default ul.nav {
  margin: 0 auto;
  text-align: center;
  float: none;
}
@media (max-width: 767px) {
  .navbar-default ul.nav {
    float: initial;
    text-align: left;
  }
}
.navbar-default ul.nav li {
  float: none;
  display: inline-block;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li {
    float: initial;
    display: initial;
  }
}
@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 {
  font-family: "Pridi", serif;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
}
.navbar-default ul.nav li .dropdown-menu {
  border: 0;
  background-color: transparent;
  padding-top: 2px;
}
.navbar-default ul.nav li .dropdown-menu li {
  background-color: #5e4833;
  display: block;
}
.navbar-default ul.nav li .dropdown-menu li > a {
  text-shadow: none;
  color: #cac1ab;
}
.navbar-default ul.nav li .dropdown-menu li > a:hover, .navbar-default ul.nav li .dropdown-menu li > a:focus {
  background-color: #4e6628;
  color: #e7fdce;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu li > a {
    padding: 10px 15px;
  }
}
.navbar-default ul.nav li .dropdown-menu li.active a {
  background-color: #56712c;
  color: #e7fdce;
}
.navbar-default ul.nav li .dropdown-menu li.active a:hover, .navbar-default ul.nav li .dropdown-menu li.active a:focus {
  background-color: #4e6628;
  color: #e7fdce;
}

.navbar-toggle {
  background-color: #cac1ab;
  margin-top: 30px;
  margin-right: -44px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
    margin-top: 15px;
    display: inline-block;
  }
}
.navbar-toggle .icon-bar {
  background-color: #5e4833;
}

.navbar-collapse {
  box-shadow: none;
}

.btn {
  font-family: "Pridi", serif;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 12px;
}

.btn-dark {
  color: white;
  background-color: #cac1ab;
  border-color: #cac1ab;
}
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: #b6aa8c;
  border-color: #97865f;
}
.btn-dark:hover {
  color: white;
  background-color: #b6aa8c;
  border-color: #b2a585;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #b6aa8c;
  border-color: #b2a585;
}
.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: #a89a76;
  border-color: #97865f;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.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: #cac1ab;
  border-color: #cac1ab;
}
.btn-dark .badge {
  color: #cac1ab;
  background-color: white;
}

.btn-secondary {
  color: white;
  background-color: #4e6628;
  border-color: #4e6628;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #32411a;
  border-color: #080a04;
}
.btn-secondary:hover {
  color: white;
  background-color: #32411a;
  border-color: #2c3a17;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #32411a;
  border-color: #2c3a17;
}
.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: #1e2810;
  border-color: #080a04;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.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: #4e6628;
  border-color: #4e6628;
}
.btn-secondary .badge {
  color: #4e6628;
  background-color: white;
}

.btn-terciary {
  color: white;
  background-color: #5e4833;
  border-color: #5e4833;
}
.btn-terciary:focus, .btn-terciary.focus {
  color: white;
  background-color: #3d2f21;
  border-color: #0b0906;
}
.btn-terciary:hover {
  color: white;
  background-color: #3d2f21;
  border-color: #362a1d;
}
.btn-terciary:active, .btn-terciary.active, .open > .btn-terciary.dropdown-toggle {
  color: white;
  background-color: #3d2f21;
  border-color: #362a1d;
}
.btn-terciary:active:hover, .btn-terciary:active:focus, .btn-terciary:active.focus, .btn-terciary.active:hover, .btn-terciary.active:focus, .btn-terciary.active.focus, .open > .btn-terciary.dropdown-toggle:hover, .open > .btn-terciary.dropdown-toggle:focus, .open > .btn-terciary.dropdown-toggle.focus {
  color: white;
  background-color: #261d15;
  border-color: #0b0906;
}
.btn-terciary:active, .btn-terciary.active, .open > .btn-terciary.dropdown-toggle {
  background-image: none;
}
.btn-terciary.disabled:hover, .btn-terciary.disabled:focus, .btn-terciary.disabled.focus, .btn-terciary[disabled]:hover, .btn-terciary[disabled]:focus, .btn-terciary[disabled].focus, fieldset[disabled] .btn-terciary:hover, fieldset[disabled] .btn-terciary:focus, fieldset[disabled] .btn-terciary.focus {
  background-color: #5e4833;
  border-color: #5e4833;
}
.btn-terciary .badge {
  color: #5e4833;
  background-color: white;
}

.carousel-fade {
  position: relative;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.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: center;
  height: 100%;
  width: 84%;
  top: 0px;
  left: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-fade .carousel-caption h3 {
  font-size: 90px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 767px) {
  .carousel-fade .carousel-caption h3 {
    font-size: 30px;
  }
}
.carousel-fade .carousel-caption p {
  font-size: 23px;
  margin-bottom: 30px;
}
.carousel-fade .carousel-caption .viac {
  border: 3px solid white;
  border-radius: 4px;
  font-size: 26px;
  padding: 0.5em 0.5em;
  color: white;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.carousel-fade .carousel-caption .viac:hover, .carousel-fade .carousel-caption .viac:focus {
  background: #cac1ab;
  color: white;
}
.carousel-fade .carousel-control {
  width: 50px;
}
.carousel-fade .carousel-control .icon {
  font-size: 100px;
}
.carousel-fade .carousel-indicators {
  bottom: 0;
}
.carousel-fade .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin-bottom: 0;
  border-color: #cac1ab;
}
.carousel-fade .carousel-indicators li.active {
  background-color: #cac1ab;
}
.carousel-fade .search_form_holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 30px;
}
@media (max-width: 767px) {
  .carousel-fade .search_form_holder {
    position: relative;
    margin-bottom: 55px;
  }
}

h1, .h1 {
  padding: 0.25em 0.5em;
  text-align: center;
  color: #e7fdce;
  background-color: rgba(78, 102, 40, 0.9);
  margin: 20px 0;
}
h1.h2, .h1.h2 {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  text-transform: none;
  text-align: left;
}

h2, .h2 {
  margin-top: 20px;
  color: #4e6628;
}
h2 a, .h2 a {
  color: #4e6628;
}
h2 a:hover, .h2 a:hover {
  color: #32411a;
}

h3 {
  margin-top: 0;
  color: #4e6628;
}
h3 a {
  color: #cac1ab;
}
h3 a:hover {
  color: #b6aa8c;
}

.lightgallery {
  margin-top: 20px;
}
.lightgallery.lightgallery_cast {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lightgallery .gallery_item {
  cursor: pointer;
}
.lightgallery .gallery_item:nth-child(3n+3) {
  margin-bottom: 20px;
}
.lightgallery .gallery_item:last-child {
  margin-bottom: 0;
}

.lightgallery_cast {
  display: flex;
  flex-wrap: wrap;
}
.lightgallery_cast .gallery_item {
  margin: 2px;
}
.lightgallery_cast .gallery_item:nth-child(3n+3) {
  margin-bottom: 2px;
}
.lightgallery_cast .gallery_item img {
  max-height: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .lightgallery_cast .gallery_item img {
    max-height: 80px;
  }
}
@media (max-width: 415px) {
  .lightgallery_cast .gallery_item img {
    max-height: 50px;
  }
}

.lightgallery_druh_view .gallery_item {
  margin-bottom: 2px;
}

.gallery_flex {
  display: flex;
  justify-content: center;
}
.gallery_flex .gallery_item {
  margin-right: 2px;
}
.gallery_flex .gallery_item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .gallery_flex .gallery_item {
    width: 33.05%;
    margin-right: 2px;
  }
}
@media (max-width: 526px) {
  .gallery_flex .gallery_item {
    width: 33%;
    margin-right: 2px;
  }
}
@media (max-width: 457px) {
  .gallery_flex .gallery_item {
    width: 32.9%;
    margin-right: 2px;
  }
}
@media (max-width: 365px) {
  .gallery_flex .gallery_item {
    width: 32.9%;
    margin-right: 2px;
  }
}
@media (max-width: 365px) {
  .gallery_flex .gallery_item {
    width: 100%;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .gallery_flex {
    flex-wrap: wrap;
  }
}

.galeria_div {
  margin-top: 20px;
}

.clanok_vypis {
  display: flex;
  flex-wrap: wrap;
}
.clanok_vypis .clanok {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clanok_vypis .clanok h2 {
  margin-top: 0;
  margin-bottom: 2px;
  text-align: center;
}
.clanok_vypis .clanok .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2px;
}
.clanok_vypis .clanok a.viac {
  background: #e7fdce;
  color: #4e6628;
  font-family: "Pridi", serif;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}
.clanok_vypis .clanok a.viac:hover, .clanok_vypis .clanok a.viac:focus {
  background-color: #e5fdc9;
  color: #405421;
}

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");
}

ul.check {
  padding-left: 0;
  list-style: none;
}
ul.check li {
  margin-top: 5px;
}
ul.check li:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #4e6628;
}

footer {
  position: relative;
  margin-top: 20px;
  background: none repeat scroll 0 0 #5e4833;
  color: white;
  padding: 0 0 20px 0;
  text-align: center;
  background-image: url("../images/footer_bg.png");
  background-position: center;
  background-repeat: repeat-x;
}
footer div.contact {
  font-size: 0.75em;
  padding-top: 20px;
  line-height: 20px;
  text-align: center;
}
footer div.contact a {
  color: white;
}
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(255, 255, 255, 0.5);
  margin-top: 10px;
}
footer div.created a {
  color: rgba(255, 255, 255, 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;
}

#search_form .btn {
  height: 34px;
  margin-left: -5px;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  color: black;
  border: none;
}
@media (max-width: 767px) {
  .form-control {
    width: auto;
    display: inline-flex;
  }
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.form-control:focus {
  box-shadow: none;
}

/* ************************************************* HTML */
body {
  background-image: url("../images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #c2bbab;
}
@media print {
  body a[href]:after {
    content: none !important;
  }
}
body a:not(ul.nav li a, .abecedny_zoznam_drevin a, .clanok_nazov_vypis a, .top_lang a) {
  text-decoration: underline;
  font-weight: 600;
}
body p:last-child {
  margin: 0;
}
body .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .flex .menu_flex {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  body .flex {
    display: block;
  }
}
body .druh_view .lightgallery {
  margin-top: 0;
}
body .druh_view .latNazov, body .celad_view .latNazov, body .rod_view .latNazov {
  background-color: #5e4833;
  padding: 2px 0;
  text-align: center;
  margin-top: -18px;
  color: #cac1ab;
  font-family: "Pridi", serif;
  font-weight: 600;
  font-size: 19px;
}
body .druh_view .rod_celad, body .celad_view .rod_celad, body .rod_view .rod_celad {
  background-color: #cac1ab;
  color: #5e4833;
  margin-top: 2px;
  text-align: center;
  padding: 0px 0;
}
body .druh_view .rod_celad a, body .celad_view .rod_celad a, body .rod_view .rod_celad a {
  color: #5e4833;
}
body .druh_view .rod_celad a:hover, body .druh_view .rod_celad a:focus, body .celad_view .rod_celad a:hover, body .celad_view .rod_celad a:focus, body .rod_view .rod_celad a:hover, body .rod_view .rod_celad a:focus {
  color: #1c150f;
}
body .druh_view .cast, body .celad_view .cast, body .rod_view .cast {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .druh_view .cast h2, body .celad_view .cast h2, body .rod_view .cast h2 {
  margin-top: 0;
}
body .page_text {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin: 20px 0;
}
body .page_text h2:first-child {
  margin-top: 0;
  color: #5e4833;
}
body .page_text a {
  text-decoration: underline;
}
body .page_text.clanok_nazov_vypis a {
  text-decoration: none;
}
body .systematika_drevin .celad .rod:last-child {
  margin-bottom: 0;
}
body .systematika_drevin .rod {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0 0 1px 0;
}
body .systematika_drevin .rod a {
  color: #4e6628;
}
body .systematika_drevin .rod a:hover, body .systematika_drevin .rod a:focus {
  color: #6a8b36;
}
body .systematika_drevin .rod:last-child {
  margin-bottom: 1em;
}
body .systematika_drevin .titul {
  font-family: "Nunito", sans-serif;
  font-size: initial;
}
body .systematika_drevin .celad h2, body .kluc_na_urcovanie_drevin .panel-heading h2 {
  background-color: #5e4833;
  color: #cac1ab;
  font-size: 19px;
  font-weight: 600;
  padding: 2px 20px;
  margin-bottom: 2px;
}
body .systematika_drevin .celad h2 a, body .kluc_na_urcovanie_drevin .panel-heading h2 a {
  color: #cac1ab;
}
body .systematika_drevin .celad h2 a:hover, body .systematika_drevin .celad h2 a:focus, body .kluc_na_urcovanie_drevin .panel-heading h2 a:hover, body .kluc_na_urcovanie_drevin .panel-heading h2 a:focus {
  color: #ded8ca;
}
body .systematika_drevin .celad h2 a.odkaz2, body .kluc_na_urcovanie_drevin .panel-heading h2 a.odkaz2 {
  color: rgba(231, 253, 206, 0.7);
}
body .systematika_drevin .celad h2 a.odkaz2:hover, body .systematika_drevin .celad h2 a.odkaz2:focus, body .kluc_na_urcovanie_drevin .panel-heading h2 a.odkaz2:hover, body .kluc_na_urcovanie_drevin .panel-heading h2 a.odkaz2:focus {
  color: rgba(231, 253, 206, 0.9);
}
body .bolder {
  font-weight: 600;
}
body h1 .title {
  text-transform: initial;
  font-weight: normal;
}
body .galeria_vypis {
  margin-top: -20px;
}
body .galeria_vypis h2 {
  text-align: center;
  margin-bottom: 2px;
}
body .brown_h2 {
  background-color: #5e4833;
  color: #cac1ab;
  font-size: 19px;
  font-weight: 600;
  padding: 2px 1em;
}
body .brown_h2 a {
  color: #cac1ab;
}
body .brown_h2 a:hover, body .brown_h2 a:focus {
  color: #e7fdce;
}
body .abecedny_zoznam_drevin a {
  text-decoration: none;
}
body .form .input-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
body .form .input-box::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC;
}
body .form .input-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
}
body .form .input-box:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
}
body .form .input-box:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
}
body .abc_vyhladavanie .form {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  body .abc_vyhladavanie .form {
    flex-direction: column;
  }
}
body .abc_vyhladavanie .form .input-box {
  width: 50%;
}
@media (max-width: 767px) {
  body .abc_vyhladavanie .form .input-box {
    width: 100%;
  }
}
body .abc_vyhladavanie .form .fa-search {
  margin-left: 2px;
}
body .abc_vyhladavanie .zrusit_filter {
  font-family: "Nunito", sans-serif;
  text-transform: none;
  margin-left: 2px;
  font-size: 17px;
}
body .druh_ul {
  list-style: square;
}
body .druh_ul li {
  border-bottom: 1px solid rgba(78, 102, 40, 0.1);
  padding: 3px 0;
}
body .druh_ul li:last-child {
  border-bottom: 0;
}
body .druh_ul li a {
  color: #4e6628;
}
body .druh_ul li a:hover, body .druh_ul li a:focus {
  color: #6a8b36;
}
body .clanok_nazov_vypis {
  padding: 30px 45px;
}
body .clanok_nazov_vypis .clanok_nazov_vypis_div {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 15px;
  color: #4e6628;
  border-left: 3px solid #4e6628;
  position: relative;
}
body .clanok_nazov_vypis .clanok_nazov_vypis_div:hover {
  background-color: #e7fdce;
}
body .clanok_nazov_vypis a {
  color: #4e6628;
}
body .clanok_nazov_vypis a:hover, body .clanok_nazov_vypis a:focus {
  color: #6a8b36;
}
body .clanok_nazov_vypis hr {
  margin: 5px 0;
  border-top: 1px solid rgba(78, 102, 40, 0.1);
}
body .kluc_na_urcovanie_drevin .panel {
  background-color: transparent;
  border: none;
}
body .kluc_na_urcovanie_drevin .panel-heading {
  padding: 0;
}
body .kluc_na_urcovanie_drevin .panel-heading a {
  text-decoration: none;
}
body .kluc_na_urcovanie_drevin .panel-body {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0 0 1px 0;
}
body .kluc_na_urcovanie_drevin .slide_content {
  display: none;
  margin-left: 2rem;
}
body .kluc_na_urcovanie_drevin .slide_header {
  display: flex;
}
body .kluc_na_urcovanie_drevin .slide_header i.fa-camera {
  font-size: 13px;
}
body .kluc_na_urcovanie_drevin .slide_header .lightgallery {
  margin-top: 0;
  margin-left: 5px;
}
body .kluc_na_urcovanie_drevin .slide_header .slide_title {
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body .kluc_na_urcovanie_drevin .slide_header .slide_title i {
  transition: transform 0.5s;
}
body .kluc_na_urcovanie_drevin .slide_header .slide_title:hover, body .kluc_na_urcovanie_drevin .slide_header .slide_title:focus {
  color: #4e6628;
}
body .kluc_na_urcovanie_drevin .slide_header .slide_title.slided {
  color: #4e6628;
}
body .kluc_na_urcovanie_drevin .slide_header .slide_title.slided i {
  transform: rotate(90deg);
}
body #myslienka_carousel .myslienka h4 {
  text-align: center;
}
body #myslienka_carousel .myslienka h4.autor {
  font-size: 11px;
}

#abecedny_zoznam_en thead tr th:first-child, #abecedny_zoznam_en tbody tr td:first-child, #abecedny_zoznam_sk thead tr th:first-child, #abecedny_zoznam_sk tbody tr td:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#abecedny_zoznam_en input, #abecedny_zoznam_sk input {
  width: 100%;
}

#pbs:not(.open) {
  cursor: pointer;
}

#pbs {
  position: fixed;
  right: 0;
  bottom: 10vh;
  padding: 5px 7px 7px 7px;
  background-color: white;
  border-radius: 4px;
  z-index: 1;
}
#pbs img {
  width: 50px;
}
#pbs .text {
  height: 5px;
}
#pbs .text strong {
  color: #4e6628;
  font-size: 0;
  text-transform: uppercase;
  font-family: "Pridi", serif;
  font-weight: 600;
}
#pbs .text .text_close {
  font-size: 0;
  display: inline-block;
  color: gray;
  transition: color 0.3s;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
#pbs .text .text_close:hover, #pbs .text .text_close:focus {
  color: #4e6628;
}
#pbs .text .text_close i {
  margin-left: 3px;
}

.fulltext_vyhladavanie h3 span.titul {
  display: none;
}
.fulltext_vyhladavanie h3 a {
  color: #5e4833;
}
.fulltext_vyhladavanie hr {
  border-color: rgba(94, 72, 51, 0.5);
}

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