@import "style.css";
@import "Byby.css";
.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 .logo {
  margin: 30px 0;
}
header .logo svg {
  max-width: 100%;
}
header .logo .container {
  position: relative;
}
header .logo a span {
  color: #e9b856;
  font-size: 33px;
  font-family: "Byby";
}
header .logo .top_icons {
  position: absolute;
  right: -40px;
  top: 20px;
  display: flex;
}
@media (max-width: 1199px) {
  header .logo .top_icons {
    position: relative;
    margin-bottom: 20px;
    right: unset;
    top: unset;
    justify-content: center;
  }
}
header .logo .top_icons > a {
  width: 32px;
  height: 32px;
  background-color: #d498b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
}
@media (max-width: 991px) {
  header .logo .nadpis_tyrkysovy {
    width: 35%;
  }
}
@media (max-width: 767px) {
  header .logo .nadpis_tyrkysovy {
    width: 60%;
    margin-top: 50px;
  }
}
@media (max-width: 642px) {
  header .logo .nadpis_tyrkysovy {
    width: 70%;
    margin-top: 0;
  }
}
@media (max-width: 385px) {
  header .logo .nadpis_tyrkysovy {
    width: 100%;
  }
}
@media (max-width: 511px) {
  header .logo .nadpis_zlaty {
    font-size: 26px;
  }
}
@media (max-width: 431px) {
  header .logo .ciara {
    display: none;
  }
}
header .top_menu {
  background-color: transparent;
}
.navbar-collapse {
  padding: 0;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
  width: 100%;
}
@media (min-width: 767px) {
  .navbar-default {
    display: table !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
  }
}
.navbar-default ul.nav {
  margin: 0 auto 40px auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Byby";
}
.navbar-default ul.nav:before, .navbar-default ul.nav:after {
  display: none;
}
@media (max-width: 767px) {
  .navbar-default ul.nav {
    display: block;
  }
}
.navbar-default ul.nav li:first-child a {
  padding-left: 0;
}
.navbar-default ul.nav li:last-child a {
  padding-right: 0;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li {
    text-align: center;
  }
}
.navbar-default ul.nav li > a {
  padding: 15px 15px;
  font-weight: 400;
  font-size: 23px;
  background-color: transparent;
  cursor: pointer;
  text-transform: lowercase;
}

.navbar-toggle {
  background-color: #26a09c;
  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: white;
}

@media (max-width: 767px) {
  .navbar-collapse {
    border: none;
  }

  .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    border-color: white !important;
  }

  .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
  }
}
.btn {
  font-family: "Open Sans", sans-serif, "Arial", sans-serif, "Tahoma", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

.btn-dark {
  color: white;
  background-color: #26a09c;
  border-color: #26a09c;
}
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: #1c7774;
  border-color: #0e3938;
}
.btn-dark:hover {
  color: white;
  background-color: #1c7774;
  border-color: #1a6f6c;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #1c7774;
  border-color: #1a6f6c;
}
.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: #155a58;
  border-color: #0e3938;
}
.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: #26a09c;
  border-color: #26a09c;
}
.btn-dark .badge {
  color: #26a09c;
  background-color: white;
}

.btn-secondary {
  color: white;
  background-color: #d498b4;
  border-color: #d498b4;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #c5749a;
  border-color: #a74673;
}
.btn-secondary:hover {
  color: white;
  background-color: #c5749a;
  border-color: #c26d95;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #c5749a;
  border-color: #c26d95;
}
.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: #ba5b87;
  border-color: #a74673;
}
.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: #d498b4;
  border-color: #d498b4;
}
.btn-secondary .badge {
  color: #d498b4;
  background-color: white;
}

.banner {
  position: relative;
}
.banner .banner-strip-layout {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 45%;
  height: 50px;
}
.banner .banner-strip-layout .banner-strip {
  width: calc(100% - 15px);
  height: inherit;
  background-color: white;
  float: right;
}
.banner .banner-strip-layout .banner-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 15px solid white;
  z-index: 2;
}
.banner .carousel-indicators li {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.75);
}
.banner .carousel-indicators li.active {
  border-color: white;
  margin: 1px;
  width: 10px;
  height: 10px;
  background: #26a09c;
}
.banner .carousel-inner .item .autor {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: white;
}
.banner .carousel-inner > .item > img {
  margin: 0 auto;
}

.carousel-control .fa {
  position: absolute;
  top: 40%;
}
.carousel-control .fa-angle-left {
  left: 50px;
}
.carousel-control .fa-angle-left {
  right: 50px;
}

@media (max-width: 767px) {
  .banner .banner-strip-layout {
    height: 30px;
  }
  .banner .banner-strip-layout .banner-arrow {
    border-top: 30px solid transparent;
  }
  .banner .banner-strip-layout .banner-strip {
    width: calc(100% - 14.5px);
  }
  .banner .carousel-inner .item .autor {
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: white;
  }

  .carousel-control .fa {
    position: absolute;
    top: 30%;
    font-size: 40px;
  }
  .carousel-control .fa-angle-left {
    left: 20px;
  }
  .carousel-control .fa-angle-left {
    right: 20px;
  }
}
h1, .h1 {
  padding: 0.25em 0;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 379px) {
  h1, .h1 {
    font-size: 1.8em;
  }
}

h2, h3 {
  color: #26a09c;
  font-weight: bold;
  text-align: center;
}

h3 {
  line-height: 0;
}

.gallery {
  display: flex;
}
.gallery .gallery_item {
  padding: 15px;
}
@media (max-width: 767px) {
  .gallery .gallery_item {
    padding: 5px;
  }
}

.clanok_vypis h1 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clanok_vypis h1 {
    padding: 10px;
  }
}
.clanok_vypis .clanok {
  padding: 90px;
  padding-bottom: 25px;
  text-align: justify;
  font-size: 17px;
}
.clanok_vypis .clanok h2 {
  font-size: 35px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .clanok_vypis .clanok h2 {
    margin-top: 20px;
    font-size: 28px;
  }
}
.clanok_vypis .clanok:last-child {
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .clanok_vypis .clanok {
    padding: 70px;
  }
}
@media (max-width: 991px) {
  .clanok_vypis .clanok {
    padding: 10px;
  }
}

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-image: url("../images/footer_bg.png");
  background-repeat: repeat-x;
  background-position: top;
  background-size: 60px;
  min-height: 120px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  footer {
    padding: 0 5px;
  }
}
footer .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  footer .footer {
    flex-direction: column;
  }
}
footer .footer_contact {
  color: white;
  margin-right: 60px;
}
@media (max-width: 991px) {
  footer .footer_contact {
    margin-right: 0;
  }
  footer .footer_contact p {
    font-size: 11px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer_contact span {
    display: block;
  }
}
footer .footer_contact img {
  width: 24px;
  margin-right: 3px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  footer .footer_contact img {
    margin-left: 5px;
  }
}
footer .footer_contact img.instagram {
  margin-left: 3px;
}
@media (max-width: 991px) {
  footer .footer_contact img {
    width: 17px;
  }
}
footer .footer_contact a {
  color: white;
}
@media (max-width: 991px) {
  footer .footer_contact a {
    margin-top: 5px;
    display: inline-block;
  }
}
footer .created {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  footer .created {
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
}
footer .created a {
  color: rgba(255, 255, 255, 0.4);
}

div.cookies_wall {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.25em;
  padding-bottom: 1rem;
  background: #eeeeee;
  border-top: 1px solid #cccccc;
  text-align: center;
  color: black;
  z-index: 1000;
}
div.cookies_wall p {
  font-size: 0.9em;
}
@media (max-width: 991px) {
  div.cookies_wall p {
    font-size: 12px;
    line-height: 1.4;
  }
}
div.cookies_wall .viac_info {
  font-size: 0.8em;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  div.cookies_wall .viac_info {
    margin-top: 0.5em;
  }
}
div.cookies_wall .viac_info a {
  color: #d498b4;
}
div.cookies_wall .viac_info a i {
  font-size: 6px;
  vertical-align: middle;
}
div.cookies_wall .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 1199px) {
  div.cookies_wall .buttons {
    display: block;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
div.cookies_wall .buttons .btn {
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  div.cookies_wall .buttons .btn {
    font-size: 13px;
    margin: 0.2em 0;
  }
}

#cookiesModal {
  color: black;
}
#cookiesModal a {
  color: #d498b4;
}
#cookiesModal .modal-header {
  background-color: #26a09c;
  padding: 10px 15px;
}
#cookiesModal .modal-header h4 {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
#cookiesModal .nav-tabs > .nav-item, #cookiesModal .cookie_item > a {
  cursor: pointer;
}
#cookiesModal .tab-content {
  margin-top: 10px;
}
#cookiesModal .tab-content label {
  font-weight: bold;
}
#cookiesModal .modal-dialog {
  max-width: 600px;
}
#cookiesModal .modal-body h2 {
  font-size: 1.8rem;
}
#cookiesModal .btn {
  padding: 8px 16px;
}
@media (max-width: 991px) {
  #cookiesModal .btn {
    font-size: 15px;
    margin: 0.5rem 0;
    width: 100%;
  }
}
#cookiesModal button.close {
  opacity: 0.6;
}
#cookiesModal p {
  margin-top: 3px;
  font-size: 12px;
}

/* ************************************************* HTML */
html, body {
  background-image: url("../images/skvrna_bottom.png"), url("../images/skvrna_top.png");
  background-position: left bottom, top right;
  background-repeat: no-repeat, no-repeat;
  line-height: 1.5;
}
html .container, body .container {
  width: 920px;
  max-width: 100%;
}
html h1, html .h1, body h1, body .h1 {
  background-color: transparent;
  color: #26a09c;
}
@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, body p {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}
html p:last-child, body p:last-child {
  margin: 0;
}
html .datum, body .datum {
  text-align: center;
  margin-bottom: 10px;
}

.scrollToTop {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #000000;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 1200;
  opacity: 0.4;
}
.scrollToTop i {
  color: white;
  font-size: 62px;
  margin: auto;
}
.scrollToTop:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .scrollToTop {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .scrollToTop i {
    font-size: 43px;
  }
}
.subory {
  display: flex;
  justify-content: center;
}
.subory a {
  color: #363636;
}
.subory a:hover {
  color: #1c7774;
}

.nazov {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 15px;
}
.nazov img {
  margin-right: 15px;
}

.logo_uvod img {
  padding: 30px;
}
@media (max-width: 435px) {
  .logo_uvod img {
    padding: 5px;
  }
}

@media (max-width: 1199px) {
  .text_uvod {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .text_uvod {
    margin-bottom: 0;
  }
}
.text_uvod h1 {
  text-align: center;
  text-transform: none;
  font-size: 60px;
}
@media (max-width: 767px) {
  .text_uvod h1 {
    font-size: 50px;
  }
}

.obsah {
  padding: 20px 90px 15px 90px;
  text-align: justify;
  font-size: 17px;
}
@media (max-width: 991px) {
  .obsah {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .obsah {
    padding: 10px;
  }
  .obsah img {
    margin-bottom: 30px;
  }
}

.gallery {
  margin-bottom: 40px;
}

.margin_top_60 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .margin_top_60 {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .margin_top_60 {
    margin-top: 30px;
  }
}

.page_text p {
  font-size: 20px;
}

.darkred {
  color: #ac304c;
}

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

.instagram {
  text-align: center;
}
.instagram div {
  width: 100px;
  display: inline-block;
}
.instagram div img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.ciara_stred {
  width: 15%;
  height: 2px;
  margin: 30px 0;
}

#map {
  width: 100%;
  height: 435px;
  margin-top: 15px;
}

#aktualne_info {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.65);
}
#aktualne_info .content_holder {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aktualne_info .modal-content {
  background-color: #fefefe;
  background-image: url("../images/brick_wall.jpg");
  background-repeat: repeat;
  padding: 30px;
  width: 60%;
  max-width: 500px;
  border-radius: 3px;
}
#aktualne_info i {
  color: #d498b4;
  float: right;
  font-size: 30px;
  cursor: pointer;
  transition: 0.2s;
}
#aktualne_info i:hover, #aktualne_info i:focus {
  color: #e9b856;
}

.hearts_container {
  position: absolute;
  left: 0;
  width: 100%;
}

img.hearts {
  width: 1173px;
  max-width: 100%;
  margin: 0 auto;
}

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