.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_line {
  background-color: #431f14;
  width: 100%;
  padding: 10px 0;
}
header .top_line .obsah {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .top_line .obsah a {
  color: white;
}
header .top_line .obsah a:hover, header .top_line .obsah a:focus {
  color: #f2f2f2;
}
@media (max-width: 540px) {
  header .top_line .obsah .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
header .top_line .obsah .buttons a:first-child {
  margin-right: 15px;
}
@media (max-width: 991px) {
  header .top_line .obsah .buttons a {
    min-width: 225px;
  }
}
@media (max-width: 540px) {
  header .top_line .obsah .buttons a:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  header .top_line .obsah {
    flex-direction: column;
  }
  header .top_line .obsah a {
    margin-bottom: 10px;
  }
}
header .top_logo_menu {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #431f14;
}
@media (max-width: 767px) {
  header .top_logo_menu {
    flex-direction: column;
    align-items: center;
  }
}
header .top_logo_menu .menu_holder {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .top_logo_menu .menu_holder {
    flex-direction: column;
    align-items: center;
  }
}
header .top_logo_menu img.logo {
  max-width: 150px;
  margin: 5px 0px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  header .top_logo_menu img.logo {
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
}

.navbar-collapse {
  padding: 0;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  min-height: auto;
}
@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;
    margin-bottom: 10px;
  }
}
.navbar-default ul.nav li {
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li {
    float: initial;
    display: initial;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.nav li.dropdown > a {
    cursor: default;
  }
}
@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;
  font-weight: 500;
  font-size: 19px;
  padding: 27px;
  color: #431f14;
}
@media (max-width: 1199px) {
  .navbar-default ul.nav li > a {
    font-weight: 500;
    font-size: 17px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .navbar-default ul.nav li > a {
    font-weight: 600;
    font-size: 13px;
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.nav li > a {
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.nav li > a.dropdown-toggle {
    pointer-events: none;
  }
}
.navbar-default ul.nav li .dropdown-menu {
  border: 0;
  background-color: transparent;
  margin-top: 5px;
  border-top: 19px solid transparent;
  box-shadow: none;
  top: 46px;
}
.navbar-default ul.nav li .dropdown-menu li {
  background-color: rgba(184, 127, 73, 0.9);
  display: block;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu li {
    background-color: white;
  }
}
.navbar-default ul.nav li .dropdown-menu li > a {
  text-shadow: none;
  color: white;
  padding: 10px 20px;
}
.navbar-default ul.nav li .dropdown-menu li > a:hover, .navbar-default ul.nav li .dropdown-menu li > a:focus {
  background-color: #431f14;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu li > a {
    padding: 5px 10px;
    color: black;
    font-weight: 500;
    font-size: 16px;
  }
}
.navbar-default ul.nav li .dropdown-menu li.active a {
  background-color: #4b2316;
  color: #c6996e;
}
.navbar-default ul.nav li .dropdown-menu li.active a:hover, .navbar-default ul.nav li .dropdown-menu li.active a:focus {
  background-color: #431f14;
  color: #bf8c5b;
}
@media (max-width: 1199px) {
  .navbar-default ul.nav li .dropdown-menu {
    top: 34px;
  }
}
@media (max-width: 991px) {
  .navbar-default ul.nav li .dropdown-menu {
    top: 26px;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu {
    display: inline-block;
    position: relative;
    float: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    top: -10px;
    left: 10px;
    border: none;
    font-size: 14px;
  }
}

.navbar-toggle {
  background-color: white;
  margin-top: 30px;
  margin-right: -44px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0;
    display: inline-block;
  }
}
.navbar-toggle .icon-bar {
  background-color: #431f14;
}

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

@media (max-width: 767px) {
  .caret {
    display: none;
  }
}

.btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 25px;
  border: none;
}

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

.btn-secondary {
  color: white;
  background-color: #b87f49;
  border-color: #b87f49;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #94663a;
  border-color: #5d4024;
}
.btn-secondary:hover {
  color: white;
  background-color: #94663a;
  border-color: #8d6137;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #94663a;
  border-color: #8d6137;
}
.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: #7b5430;
  border-color: #5d4024;
}
.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: #b87f49;
  border-color: #b87f49;
}
.btn-secondary .badge {
  color: #b87f49;
  background-color: white;
}

.btn-terciary {
  color: white;
  background-color: #8B4513;
  border-color: #8B4513;
}
.btn-terciary:focus, .btn-terciary.focus {
  color: white;
  background-color: #5e2f0d;
  border-color: #1b0d04;
}
.btn-terciary:hover {
  color: white;
  background-color: #5e2f0d;
  border-color: #552a0c;
}
.btn-terciary:active, .btn-terciary.active, .open > .btn-terciary.dropdown-toggle {
  color: white;
  background-color: #5e2f0d;
  border-color: #552a0c;
}
.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: #3f1f09;
  border-color: #1b0d04;
}
.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: #8B4513;
  border-color: #8B4513;
}
.btn-terciary .badge {
  color: #8B4513;
  background-color: white;
}

.banner {
  overflow: hidden;
  margin-top: -77px;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 0;
  }
}

.banner {
  position: relative;
}
.banner .shadow {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .banner-title {
  position: absolute !important;
  z-index: 110 !important;
}
@media (max-width: 767px) {
  .banner .banner-title {
    top: 40px !important;
    text-align: center !important;
  }
}
.banner .banner-title .banner-nazov {
  color: white !important;
  font-size: 56px !important;
  line-height: 56px !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 900;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner .banner-title .banner-nazov {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}
.banner .banner-title .banner-kratky-text {
  color: white !important;
  font-size: 30px !important;
  line-height: 30px !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
  text-align: center !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner .banner-title .banner-kratky-text {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
.banner .banner-title .divider {
  height: 1px;
  width: 200px;
  background-color: white;
  margin: 0 auto !important;
}

.banner-small .banner-title {
  display: none !important;
}

.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;
  top: 50px;
  bottom: 20px;
}
.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: #431f14;
  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: 9px;
  height: 9px;
  margin-bottom: 0;
  border-color: #431f14;
}
.carousel-fade .carousel-indicators li.active {
  background-color: #431f14;
}

h1, .h1 {
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
  margin-top: 75px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2em;
  }
}

h2, .h2 {
  margin-top: 30px;
  color: #8B4513;
}
h2 a, .h2 a {
  color: #8B4513;
}
h2 a:hover, .h2 a:hover {
  color: #5e2f0d;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.8em;
  }
}

h3 {
  margin-top: 0;
  color: #431f14;
}
h3 a {
  color: #431f14;
}
h3 a:hover {
  color: #1c0d08;
}

h4 {
  line-height: 25px;
}

.lightgallery {
  margin-top: 30px;
}
.lightgallery .gallery_item {
  cursor: pointer;
  padding: 0.5px;
}

.clanok_vypis {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .clanok_vypis {
    justify-content: center;
  }
}
.clanok_vypis .clanok {
  height: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.clanok_vypis .clanok img {
  margin: 0 auto;
}
.clanok_vypis .clanok h2 {
  margin-top: 5px;
  margin-bottom: 15px;
  color: white;
}
.clanok_vypis .clanok h2 a {
  font-size: 25px;
  font-weight: bold;
  color: white;
}
.clanok_vypis .clanok .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
  background: #431f14;
  color: white;
  margin-bottom: 60px;
}
.clanok_vypis .clanok .info {
  font-size: 11px;
  padding: 3px 0;
  border-bottom: 1px solid rgba(184, 127, 73, 0.2);
  min-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.clanok_vypis .clanok .datum {
  color: rgba(184, 127, 73, 0.7);
}
.clanok_vypis .clanok .btn {
  margin: 0 auto;
}

.clanok_view .clanok_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Helvetica Neue", arial, sans-serif;
  border-bottom: 2px solid #e7e9ee;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .clanok_view .clanok_info {
    flex-direction: column;
  }
}
.clanok_view .clanok_info .zakladne {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .clanok_view .clanok_info .zakladne {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .clanok_view .clanok_info .zakladne {
    align-items: center;
  }
}
.clanok_view .clanok_info .zakladne > div {
  color: #656c7a;
  font-weight: 700;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1.1;
}
@media (max-width: 310px) {
  .clanok_view .clanok_info .zakladne > div {
    margin-right: 10px;
  }
}
.clanok_view .clanok_info .zakladne > div i {
  color: #656c7a;
  margin-right: 3px;
  font-size: 20px;
}
.clanok_view .clanok_info .zakladne > div i.fa-calendar-o {
  font-size: 15px;
}
.clanok_view .clanok_info .zakladne > div.autor {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .clanok_view .clanok_info .zakladne > div.autor {
    align-items: center;
  }
}
.clanok_view .clanok_info .zakladne > div.autor img {
  width: 30px;
  margin-right: 3px;
  border-radius: 50%;
}
.clanok_view .clanok_info .social_icons img {
  width: 30px;
  margin-right: 3px;
}
.clanok_view .social {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .clanok_view .social {
    align-items: center;
  }
}
.clanok_view .social_share {
  margin-right: 15px;
}

.sekundarne_menu_clanok_vypis {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sekundarne_menu_clanok_vypis .clanok {
  margin-bottom: 100px;
  width: 23%;
}
@media (max-width: 991px) {
  .sekundarne_menu_clanok_vypis .clanok {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .sekundarne_menu_clanok_vypis .clanok {
    width: 28%;
  }
}
@media (max-width: 500px) {
  .sekundarne_menu_clanok_vypis .clanok {
    width: 45%;
  }
}
.sekundarne_menu_clanok_vypis .clanok .img {
  position: relative;
  padding: 30px;
}
@media (max-width: 991px) {
  .sekundarne_menu_clanok_vypis .clanok .img {
    padding: 0;
  }
}
.sekundarne_menu_clanok_vypis .clanok .nazov {
  margin-top: 10px;
}
.sekundarne_menu_clanok_vypis .clanok .nazov a {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .sekundarne_menu_clanok_vypis .clanok .nazov a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .sekundarne_menu_clanok_vypis .clanok .nazov a {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .sekundarne_menu_clanok_vypis .clanok .nazov a {
    font-size: 18px;
  }
}

.kontakt_vypis .clanok .text, .kontakt_vypis .clanok .text p, .kontakt_vypis .clanok .text a {
  font-weight: 600;
}
.kontakt_vypis .clanok h2 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .kontakt_vypis .clanok {
    margin: 15px 0;
  }
}
.kontakt_vypis hr {
  margin: 65px 0 60px 0;
}

.mp4_vypis {
  margin: 30px 0;
}
.mp4_vypis .video {
  margin-bottom: 30px;
}

.forum_vypis {
  margin-top: 60px;
}
.forum_vypis .pocet {
  font-weight: bold;
}
.forum_vypis .forum {
  margin-top: 21px;
}
.forum_vypis .forum .text {
  background-color: #f8f8f8;
  padding: 15px 25px;
  margin-top: 0.5rem;
}
.forum_vypis .forum .text p {
  margin-bottom: 0;
}
.forum_vypis .forum .text p.odpoved {
  color: #656c7a;
  font-size: 15px;
}
.forum_vypis .forum .text p.odpoved i {
  font-size: 11px;
  color: rgba(101, 108, 122, 0.7);
  margin: 0 6px 0 30px;
}
.forum_vypis .forum .datum {
  font-size: 11px;
  color: gray;
  margin-right: 3px;
}
.forum_vypis .forum .meno {
  font-weight: bold;
  color: #b87f49;
}

#forum_form {
  margin-top: 30px;
  margin-bottom: 15px;
}
#forum_form .form-control {
  width: 100%;
}
#forum_form .btn {
  padding: 14px 25px;
  width: 100%;
}
#forum_form .row {
  margin-left: -7px;
  margin-right: -8px;
}
#forum_form .row > div {
  padding-left: 8px;
  padding-right: 7px;
}

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 {
  position: relative;
  background: #431f14;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 0 30px 0;
  text-align: center;
  background-position: center;
  background-repeat: repeat-x;
}
footer .logo_footer {
  display: inline-block;
}
footer div.contact {
  font-size: 17px;
  padding-top: 30px;
  text-align: left;
}
@media (max-width: 1020px) {
  footer div.contact {
    font-size: 16px;
  }
}
footer div.contact a, footer div.contact h2 {
  color: white;
}
footer div.contact h2 {
  margin-top: 10px;
  font-size: 1.7em;
}
@media (max-width: 1325px) {
  footer div.contact h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 1198px) {
  footer div.contact h2 {
    font-size: 1.7em;
  }
}
footer div.contact .riadok {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 15px;
  background-color: #3a1c04;
}
footer div.contact .riadok:last-child {
  margin-bottom: 0;
}
footer div.contact .riadok span {
  color: white;
  width: 100%;
}
footer div.contact .riadok span a:hover {
  cursor: pointer !important;
}
footer div.contact i {
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  width: 25px;
  padding: 5px 20px;
  margin-right: 5px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  background-color: #3a1c04;
  color: white;
}
footer div.contact span a:hover {
  cursor: pointer !important;
}
footer div.contact.contact_en h2 {
  font-size: 1.4em;
}
footer div.created {
  font-size: 0.75em;
  color: white;
  margin-top: 30px;
}
footer div.created a {
  color: white;
  font-size: 1em;
}
footer div.created a:hover, footer div.created a:focus {
  color: #f7f7f7;
}
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;
}
footer .footer_social {
  display: flex;
  justify-content: center;
}
footer .footer_social a {
  width: 50%;
  max-width: 100px;
  padding: 7px 0;
  margin: 0 10px;
}
footer .footer_social i {
  font-size: 25px;
}
footer #vyrobaMap, footer #firmaMap {
  width: 100%;
  height: 230px;
  background-color: gainsboro;
  margin-top: 58px;
}
@media (max-width: 991px) {
  footer #vyrobaMap, footer #firmaMap {
    margin-top: 15px;
  }
}
footer .logo_footer .logo {
  width: 500px;
}
footer .bottom_menu {
  display: inline-block;
}
footer .bottom_menu .nav li a:hover, footer .bottom_menu .nav li a:focus {
  color: #d5c6b9;
  background-color: transparent;
}
@media (max-width: 991px) {
  footer .bottom_menu {
    display: block;
  }
}

.eu {
  margin-top: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .eu {
    display: block;
  }
}

.eu_projekt, .eu_projekt2 {
  display: flex;
  align-items: center;
}
.eu_projekt img, .eu_projekt2 img {
  padding: 0 10px;
}

.eu_projekt {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .eu_projekt {
    justify-content: center;
    margin-top: 50px;
  }
}
.eu_projekt img {
  max-height: 105px;
}

.eu_projekt2 {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .eu_projekt2 {
    justify-content: center;
    margin-bottom: 50px;
  }
}
.eu_projekt2 img {
  max-height: 75px;
}

div.cookies_wall {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  background: whitesmoke;
  border-top: 1px solid #e0dfdf;
  text-align: center;
  color: black;
  z-index: 1000;
}
div.cookies_wall h3 {
  margin: 0.5rem 0;
}
@media (max-width: 991px) {
  div.cookies_wall h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
div.cookies_wall .cookies_text {
  text-align: left;
}
div.cookies_wall .cookies_text h2 {
  margin-top: 1rem;
}
div.cookies_wall p {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  div.cookies_wall p {
    font-size: 12px;
    line-height: 1.4;
  }
}
div.cookies_wall .viac_info {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  div.cookies_wall .viac_info {
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }
}
div.cookies_wall .viac_info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1rem;
  text-decoration: none;
}
div.cookies_wall .viac_info a i {
  font-size: 8px;
  vertical-align: middle;
}
div.cookies_wall .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 1199px) {
  div.cookies_wall .buttons {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
div.cookies_wall .buttons .btn {
  margin-right: 1rem;
  margin-top: 0;
}

#cookiesModal {
  color: black;
}
#cookiesModal a {
  color: #b87f49;
  font-weight: 600;
  font-size: 14px;
}
#cookiesModal .modal-content {
  border-radius: 0;
}
#cookiesModal .modal-header {
  text-align: left;
  padding: 10px 15px;
  max-height: 50px;
  border-radius: 0;
  background-color: #431f14;
}
#cookiesModal .modal-header h4 {
  color: white;
  font-weight: 500;
  margin-top: 0;
}
#cookiesModal .modal-footer {
  background-color: white;
}
#cookiesModal .nav-tabs > .nav-item, #cookiesModal .cookie_item > a {
  cursor: pointer;
}
#cookiesModal .tab-content {
  padding-top: 10px;
}
#cookiesModal .tab-content label {
  font-weight: bold;
}
#cookiesModal .modal-dialog {
  max-width: 600px;
}
#cookiesModal .modal-body {
  text-align: left;
}
#cookiesModal .modal-body h2 {
  font-size: 20px;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #431f14;
}
#cookiesModal .close {
  margin-top: 0;
  font-size: 25px;
  opacity: 0.7;
  font-weight: normal;
  color: white;
  text-shadow: none;
}
#cookiesModal p {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  #cookiesModal p {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* ************************************************* HTML */
@media print {
  body a[href]:after {
    content: none !important;
  }
}
body a {
  font-size: 17px;
}
body a:hover, body a:focus {
  text-decoration: none;
}
body p, body ul {
  font-size: 17px;
  font-weight: 500;
}
body pp:last-child, body ulp:last-child {
  margin: 0;
}
body pu, body ulu {
  margin-bottom: 15px;
}
body .newsletter {
  border-top: 1px solid white;
}
body .newsletter .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  body .newsletter .flex {
    flex-direction: column;
    text-align: center;
  }
  body .newsletter .flex .btn {
    margin-bottom: 5px;
  }
}
body .newsletter .flex .form-group {
  margin: 0 30px;
}
body .newsletter #email {
  padding-top: 12px;
  padding-bottom: 15px;
  margin: 0;
  width: 245px;
}
@media (max-width: 767px) {
  body .newsletter #email {
    margin: 20px 0;
  }
}
body form#newsletter_overenie .g-recaptcha {
  margin-bottom: 15px;
}
body form#newsletter_overenie #email {
  padding-top: 12px;
  padding-bottom: 15px;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}
body input {
  border-radius: 0px !important;
}
body input ::placeholder {
  font-size: 17px;
}
body .margin_top {
  margin-top: 90px;
}
body .margin_bottom {
  margin-bottom: 75px;
}
body .black_bg {
  background-color: #431f14;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
body .black_bg h2, body .black_bg h3, body .black_bg a {
  color: white;
}
body .flex {
  display: flex;
}
@media (max-width: 767px) {
  body .flex {
    flex-direction: column;
    text-align: center;
  }
  body .flex > div {
    margin-bottom: 30px;
  }
}
body .flex.between {
  justify-content: space-between;
}
body .flex.around {
  justify-content: space-around;
}
body .terciarne_menu {
  justify-content: space-around;
  padding: 45px 0;
}
body .terciarne_menu .terciarne_menu_item {
  text-transform: uppercase;
}
body .terciarne_menu .terciarne_menu_item a {
  font-size: 25px;
  color: #d5c6b9;
}

.justify-content-between {
  justify-content: space-between;
}

.d-flex {
  display: flex;
}
@media (max-width: 991px) {
  .d-flex {
    display: block;
  }
}

.align-items-center {
  align-items: center;
}

.relative {
  position: relative;
}

.video .embed-responsive {
  margin-bottom: 30px;
}

.strong {
  font-weight: 600;
}

.no_margin {
  margin: 0;
}

.form-control {
  padding: 25px;
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 70%;
  border: 1px solid gainsboro !important;
}
.form-control::placeholder {
  color: #d2d2d2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 14px;
    line-height: 14px;
    padding: 20px 15px;
    width: 100%;
  }
  .form-control::placeholder {
    font-size: 14px;
  }
}

textarea {
  border-radius: 0 !important;
}

.contact-form {
  margin: 6rem 0;
}
.contact-form .upozornenie {
  width: 70%;
  margin: 30px auto;
}
.contact-form .btn-terciary {
  margin-top: 15px;
}
.contact-form textarea {
  margin-bottom: 1.5rem;
}
.contact-form .checkbox {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.contact-form .checkbox a {
  font-size: 14px;
}

.top_lang img {
  width: 25px;
  filter: brightness(85%);
  transition: all 0.5s;
}
.top_lang a:hover img {
  filter: brightness(1);
}
.top_lang a.active img {
  filter: brightness(1);
}
.top_lang a:first-child img {
  margin-right: 5px;
}
.top_lang span {
  color: white;
}

hr {
  border-color: lightgrey;
  margin-top: 10px;
  margin-bottom: 10px;
}

b, strong {
  font-weight: 600;
}

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