.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;
}

.vmiddle {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

header .top {
  background-color: #275332;
  height: 147px;
}
header .top .facebook {
  float: right;
  padding-top: 55px;
}
@media (max-width: 767px) {
  header .top a.logo {
    display: inline-block;
    padding-top: 7px;
  }
}
header .top a.logo .logo {
  margin-top: 10px;
  margin-left: 17px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991px) {
  header .top a.logo .logo {
    width: 120px;
  }
}
@media (max-width: 767px) {
  header .top a.logo .logo {
    width: 50px;
  }
}
header .top .top_text {
  color: white;
  text-transform: uppercase;
  text-align: center;
}
header .top .top_text p {
  margin: 0;
  line-height: 1em;
}
header .top .top_text .title {
  font-size: 29px;
  font-weight: 700;
  padding-top: 30px;
}
@media (max-width: 991px) {
  header .top .top_text .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  header .top .top_text .title {
    font-size: 16px;
  }
}
header .top .top_text .title .green {
  color: #309c41;
}
header .top .top_text .subtitle {
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 991px) {
  header .top .top_text .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  header .top .top_text .subtitle {
    font-size: 10px;
    font-weight: 500;
  }
}
header .top .top_text .centrum {
  font-style: italic;
  font-size: 18px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  header .top .top_text .centrum {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .top .top_text .centrum {
    font-size: 13px;
  }
}

.navbar-collapse {
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-right: 15px;
  }
}

.navbar-default {
  border: 0;
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
  }
}
.navbar-default ul.nav {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  float: none;
}
.navbar-default ul.nav li {
  background-image: url("../images/menu_bg.png");
  background-repeat: repeat-x;
  margin: 0 0 1px 1px;
  text-align: center;
  position: relative;
  width: calc(100%/8 - 2px);
}
.navbar-default ul.nav li:last-child {
  width: calc(25% - 2px);
}
@media (max-width: 991px) {
  .navbar-default ul.nav li {
    width: 143px;
    font-size: 14px;
  }
  .navbar-default ul.nav li:last-child {
    width: 143px;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.nav li {
    width: 100%;
  }
  .navbar-default ul.nav li:last-child {
    width: 100%;
  }
}
.navbar-default ul.nav li img {
  position: absolute;
  width: 20px;
  top: 10px;
  right: 0;
  opacity: 0;
}
.navbar-default ul.nav li.arboretum a, .navbar-default ul.nav li.arboretum a:hover {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li.arboretum a, .navbar-default ul.nav li.arboretum a:hover {
    padding-bottom: 10px;
  }
}
.navbar-default ul.nav li .fa-external-link {
  font-size: 10px;
  margin-left: 2px;
}
.navbar-default ul.nav li > a {
  text-transform: uppercase;
  line-height: 10px;
  color: white;
  padding: 15px 0px;
  font-size: 13px;
}
.navbar-default ul.nav li .dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: white;
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-default ul.nav li .dropdown-menu li {
  background-image: none;
  text-align: left;
  width: 100%;
  margin: 0;
}
.navbar-default ul.nav li .dropdown-menu li > a {
  text-shadow: none;
  padding: 10px;
  font-weight: 400;
  color: black;
}
.navbar-default ul.nav li .dropdown-menu li > a:hover {
  background-color: #349c34;
  color: white;
}
.navbar-default ul.nav li .dropdown-menu li.active a {
  background-color: #349c34;
  color: white;
}
.navbar-default ul.nav li .dropdown-menu .fa-tree {
  margin-right: 10px;
  color: rgba(39, 83, 50, 0.9);
}
.navbar-default ul.nav li.active {
  background-color: #349c34;
  background-image: none;
}
.navbar-default ul.nav li.active img {
  opacity: 0.3;
}

.navbar-toggle {
  background-color: #349c34;
  margin-top: 5px;
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  background-color: white;
}

.btn {
  font-family: "Roboto", sans-serif, "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}
.btn .fa {
  font-size: 10px;
  margin-left: 15px;
}

.btn-primary {
  background-image: url("../images/viac_bg.png");
  background-size: contain;
  background-repeat: repeat-x;
  border-radius: 0;
  padding-top: 9px;
}

.btn-dark {
  color: white;
  background-color: #275332;
  border-color: #275332;
}
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: #17301d;
  border-color: black;
}
.btn-dark:hover {
  color: white;
  background-color: #17301d;
  border-color: #132919;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #17301d;
  border-color: #132919;
}
.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: #0b180e;
  border-color: black;
}
.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: #275332;
  border-color: #275332;
}
.btn-dark .badge {
  color: #275332;
  background-color: white;
}

.btn-secondary {
  color: white;
  background-color: #349c34;
  border-color: #349c34;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #277627;
  border-color: #143c14;
}
.btn-secondary:hover {
  color: white;
  background-color: #277627;
  border-color: #256e25;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #277627;
  border-color: #256e25;
}
.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: #1e5b1e;
  border-color: #143c14;
}
.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: #349c34;
  border-color: #349c34;
}
.btn-secondary .badge {
  color: #349c34;
  background-color: white;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item img {
  margin: 15px 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;
  bottom: 16%;
  right: 0;
  background-image: url("../images/banner_caption.png");
  background-repeat: repeat-y;
  background-position: top center;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 29px;
}
.carousel-fade .carousel-caption .nazov {
  font-weight: bold;
  line-height: 15px;
}
.carousel-fade .carousel-caption .podnazov {
  font-size: 17px;
}
.carousel-fade .carousel-caption .autor {
  font-family: "Great Vibes", cursive;
  font-size: 25px;
}
.carousel-fade ol.carousel-indicators {
  width: auto;
  bottom: 10px;
  right: 60px;
  left: auto;
  margin-left: 0;
}
.carousel-fade ol.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0;
  margin-left: 2px;
  border: 2px solid white;
}
.carousel-fade ol.carousel-indicators li.active {
  margin-left: 2px;
  border: none;
  background-color: white;
}

h1, .h1 {
  padding: 0.25em 0.5em;
  color: #275332;
  background-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 15px;
}

h2, .h2 {
  margin-top: 1em;
  color: #275332;
}
h2 a, .h2 a {
  color: #349c34;
}
h2 a:hover, .h2 a:hover {
  color: #277627;
}

h3 {
  margin-top: 0;
  color: #275332;
}
h3 a {
  color: #275332;
}
h3 a:hover {
  color: #17301d;
}

.gallery {
  margin-right: 0;
  margin-left: 0;
}
.gallery .gallery_item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.clanok_vypis {
  display: flex;
  flex-wrap: wrap;
}
.clanok_vypis div {
  margin-bottom: 1em;
}
.clanok_vypis .clanok {
  height: 100%;
  background: transparent;
}
.clanok_vypis .clanok h2 {
  margin-top: 0;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
}
.clanok_vypis .clanok h2 a {
  color: #349c34;
}
.clanok_vypis .clanok .text {
  padding: 1em;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}
.clanok_vypis .clanok a.viac {
  background-image: url("../images/viac_bg.png");
  background-repeat: repeat-x;
  color: white;
  display: inline-block;
  padding: 3px 0;
  line-height: 20px;
  width: 95px;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 35%;
}
.clanok_vypis .clanok a.viac .fa {
  font-size: 10px;
  margin-left: 15px;
}
.clanok_vypis .clanok .image img {
  margin-bottom: 20px;
}
.clanok_vypis .col6 a.viac {
  left: 40%;
}
.clanok_vypis .col6 .image img {
  width: 500px;
}

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 {
  margin-top: 15px;
  background: none repeat scroll 0 0 #275332;
  color: white;
  padding: 15px 0 15px 15px;
  text-align: left;
  position: relative;
}
footer div.contact {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer div.contact {
    font-size: 13px;
  }
}
footer div.contact a {
  color: white;
}
footer div.contact i {
  font-size: 1.3em;
  margin-right: 10px;
}
footer div.contact span:hover {
  cursor: pointer;
}
footer div.contact a.fb {
  position: absolute;
  top: 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  footer div.contact a.fb {
    right: 20px;
  }
}
@media (max-width: 767px) {
  footer div.contact a.fb img {
    width: 75px;
  }
}
footer div.contact img.jelene {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 140px;
}
@media (max-width: 991px) {
  footer div.contact img.jelene {
    height: 180px;
  }
}
footer div.created {
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
@media (max-width: 767px) {
  footer div.created {
    font-size: 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;
}

/* ************************************************* HTML */
html, body {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
@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: 0;
}
html .container, body .container {
  background-color: white;
}
html table, body table {
  border-collapse: collapse;
}
html th, html td, body th, body td {
  text-align: left;
  padding: 8px;
}
html tr:nth-child(even), body tr:nth-child(even) {
  background-color: #f2f2f2;
}
html th, body th {
  background-color: #349c34;
  color: white;
}
html .page_text, body .page_text {
  margin-bottom: 30px;
}
html iframe, body iframe {
  border: none;
}
html .partneri, body .partneri {
  margin: 30px 0 15px 0;
}
html .partneri .flex, body .partneri .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .partneri .flex a, body .partneri .flex a {
  margin: 0 10px;
}
html .partneri .flex a img, body .partneri .flex a img {
  max-height: 120px;
}
@media (max-width: 450px) {
  html .partneri .flex, body .partneri .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  html .partneri .flex a, body .partneri .flex a {
    margin: 10px;
  }
  html .partneri .flex a img, body .partneri .flex a img {
    max-height: 60px;
  }
}

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