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

.vmiddle {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

@media (max-width: 767px) {
  header {
    display: inline-block;
  }
}
header .top {
  margin-bottom: 130px;
  height: 770px;
  position: relative;
}
header .top.top_small {
  margin-bottom: 150px;
  height: 500px;
}
@media (max-width: 767px) {
  header .top.top_small {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 550px) {
  header .top.top_small {
    margin-bottom: 0 !important;
    height: 430px;
  }
}
@media (max-width: 767px) {
  header .top {
    padding-bottom: 0;
    margin-bottom: 300px;
  }
}
@media (max-width: 550px) {
  header .top {
    margin-bottom: 210px;
  }
}
@media (max-width: 350px) {
  header .top {
    margin-bottom: 170px;
  }
}
header .top .facebook {
  float: right;
  padding-top: 55px;
}
header .top .logo_div {
  padding: 15px 0;
}
@media (max-width: 767px) {
  header .top a.logo {
    display: inline-block;
    padding-top: 7px;
  }
}
header .top a.logo .logo {
  height: 90px;
}
@media (max-width: 991px) {
  header .top a.logo .logo {
    height: 80px;
  }
}
@media (max-width: 767px) {
  header .top a.logo .logo {
    height: 100px;
  }
}
header .top .banner_bg {
  width: 100%;
  height: 60%;
  background-color: #aec844;
  position: absolute;
  right: 0px;
  top: -40px;
  border-top-left-radius: 295px;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
header .top .banner_bg.banner_bg_small {
  border-top-left-radius: 220px;
}
@media (max-width: 991px) {
  header .top .banner_bg {
    height: 53%;
    top: -17px;
  }
}
header .logo_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 43px;
  transition: margin-bottom 2s;
  -webkit-transition: margin-bottom 2s;
}
@media (max-width: 991px) {
  header .logo_menu {
    padding-left: 0;
    align-items: center;
  }
}
@media (max-width: 767px) {
  header .logo_menu {
    display: inline-block;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 0px;
  }
  header .logo_menu a.logo {
    margin-bottom: 15px;
    margin-top: 7px;
  }
  header .logo_menu a.logo img.logo {
    margin-right: -40px;
  }
}
header .sticky-wrapper {
  z-index: 3;
}
header .sticky-wrapper.fixed_button {
  z-index: 4;
}
header .sticky-wrapper.fixed_button button {
  right: 0px;
}
header .sticky-wrapper #fixed_menu {
  z-index: 3;
  background-color: transparent;
  transition: background-color 2s;
  -webkit-transition: background-color 2s;
}
header .sticky-wrapper.is-sticky #fixed_menu {
  background-color: rgba(0, 0, 0, 0.8);
}
header .sticky-wrapper.is-sticky #fixed_menu .logo_menu {
  margin-bottom: 10px;
}
header #fixed_menu_button-sticky-wrapper {
  display: none;
}
@media (max-width: 767px) {
  header #fixed_menu_button-sticky-wrapper {
    display: inherit;
  }
}

.navbar-collapse {
  padding: 0;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
    padding-bottom: 10px;
  }
}
.navbar-default ul.nav {
  margin: 0 auto;
  text-align: center;
  float: none;
  font-family: "Arima Madurai", cursive;
}
@media (max-width: 767px) {
  .navbar-default ul.nav {
    float: initial;
    text-align: center;
  }
}
.navbar-default ul.nav li {
  display: inline-block;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li {
    float: initial;
    display: initial;
  }
}
.navbar-default ul.nav li.e_link {
  font-weight: bold;
}
.navbar-default ul.nav li.e_link a {
  color: gainsboro !important;
}
.navbar-default ul.nav li.e_link i {
  font-size: 12px;
  margin-left: 5px;
}
.navbar-default ul.nav li.horehronie a {
  padding-bottom: 0px;
  margin-bottom: -7px;
}
.navbar-default ul.nav li.horehronie a img {
  width: 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li.horehronie a img {
    width: 135px;
    margin-bottom: 10px;
  }
}
.navbar-default ul.nav li.active a {
  border-top: 4px solid #aec844;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li.active a {
    border-top: 4px solid transparent;
    color: #aec844;
  }
}
.navbar-default ul.nav li:last-child a {
  margin-right: 0;
}
@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-weight: 500;
  font-size: 17px;
  padding: 50px 0px;
  border-top: 4px solid transparent;
  margin-right: 30px;
}
.navbar-default ul.nav li > a:hover, .navbar-default ul.nav li > a:focus {
  border-top: 4px solid #aec844;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li > a:hover, .navbar-default ul.nav li > a:focus {
    border-top: 4px solid transparent;
    color: #aec844;
  }
}
@media (max-width: 1199px) {
  .navbar-default ul.nav li > a {
    margin-right: 31px;
  }
}
@media (max-width: 991px) {
  .navbar-default ul.nav li > a {
    margin-right: 15px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-default ul.nav li > a {
    padding: 10px 0;
    margin-right: 0;
    font-size: 17px;
  }
}
.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: #aec844;
  display: block;
}
.navbar-default ul.nav li .dropdown-menu li > a {
  text-shadow: none;
  color: #202020;
}
.navbar-default ul.nav li .dropdown-menu li > a:hover, .navbar-default ul.nav li .dropdown-menu li > a:focus {
  background-color: #2f2f31;
  color: #cbcdd8;
}
@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: #363639;
  color: #cbcdd8;
}
.navbar-default ul.nav li .dropdown-menu li.active a:hover, .navbar-default ul.nav li .dropdown-menu li.active a:focus {
  background-color: #2f2f31;
  color: #cbcdd8;
}

.navbar-toggle {
  background-color: #202020;
  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: #aec844;
}

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

.btn {
  font-family: "Arima Madurai", cursive;
  border-radius: 25px;
  font-size: 16px;
  padding: 8px 30px;
  color: black;
}

.btn-viac, .btn-primary {
  color: black;
  background-color: #aec844;
  border-color: transparent;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}
.btn-viac:focus, .btn-viac.focus, .btn-primary:focus, .btn-primary.focus {
  color: black;
  background-color: #90a831;
  border-color: rgba(0, 0, 0, 0);
}
.btn-viac:hover, .btn-primary:hover {
  color: black;
  background-color: #90a831;
  border-color: rgba(0, 0, 0, 0);
}
.btn-viac:active, .btn-viac.active, .open > .btn-viac.dropdown-toggle, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: black;
  background-color: #90a831;
  border-color: rgba(0, 0, 0, 0);
}
.btn-viac:active:hover, .btn-viac:active:focus, .btn-viac:active.focus, .btn-viac.active:hover, .btn-viac.active:focus, .btn-viac.active.focus, .open > .btn-viac.dropdown-toggle:hover, .open > .btn-viac.dropdown-toggle:focus, .open > .btn-viac.dropdown-toggle.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: black;
  background-color: #798c29;
  border-color: rgba(0, 0, 0, 0);
}
.btn-viac:active, .btn-viac.active, .open > .btn-viac.dropdown-toggle, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-viac.disabled:hover, .btn-viac.disabled:focus, .btn-viac.disabled.focus, .btn-viac[disabled]:hover, .btn-viac[disabled]:focus, .btn-viac[disabled].focus, fieldset[disabled] .btn-viac:hover, fieldset[disabled] .btn-viac:focus, fieldset[disabled] .btn-viac.focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #aec844;
  border-color: transparent;
}
.btn-viac .badge, .btn-primary .badge {
  color: #aec844;
  background-color: black;
}
.btn-viac:hover, .btn-viac:focus, .btn-primary:hover, .btn-primary:focus {
  background-color: #e7467c;
  color: white;
}

.btn-secondary {
  color: white;
  background-color: #2f2f31;
  border-color: #2f2f31;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #161617;
  border-color: black;
}
.btn-secondary:hover {
  color: white;
  background-color: #161617;
  border-color: #111112;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #161617;
  border-color: #111112;
}
.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: #050505;
  border-color: black;
}
.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: #2f2f31;
  border-color: #2f2f31;
}
.btn-secondary .badge {
  color: #2f2f31;
  background-color: white;
}

.btn-kontakt {
  font-size: 21px;
  font-weight: bold;
  width: 90%;
  margin-bottom: 10px;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.4);
  border: none;
  position: relative;
}
.btn-kontakt img {
  height: 33px;
  margin-right: 5px;
}
.btn-kontakt:before {
  position: absolute;
  font-family: "FontAwesome";
  margin-left: -20px;
  content: "";
  font-size: 20px;
  font-weight: normal;
}

.carousel-fade {
  position: absolute;
  right: 0;
  top: 165px;
  width: 51%;
}
.carousel-fade.banner_small {
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .carousel-fade.banner_small .carousel-inner {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .carousel-fade {
    top: -50px;
    position: relative;
    width: 100%;
  }
  .carousel-fade .carousel-inner {
    margin-top: 50px;
  }
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item img {
  border-top-left-radius: 300px;
  border-bottom-left-radius: 320px;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    margin-top: 110px;
  }
}
.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: #202020;
  color: white;
}
.carousel-fade .carousel-control {
  width: 50px;
}
.carousel-fade .carousel-control .icon {
  font-size: 100px;
}
.carousel-fade .carousel-indicators {
  bottom: 0;
  left: 60%;
}
.carousel-fade .carousel-indicators li {
  width: 11px;
  height: 11px;
  margin-bottom: 0;
  border-color: #202020;
}
.carousel-fade .carousel-indicators li.active {
  background-color: #202020;
}

h1, .h1 {
  padding: 0.25em 0;
  color: white;
  margin: 30px 0;
  text-align: center;
}

h2, .h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: white;
}
h2 a, .h2 a {
  color: white;
}
h2 a:hover, .h2 a:hover {
  color: #e6e6e6;
}

h3 {
  margin-top: 35px;
  color: white;
  font-weight: bold;
  font-family: "Arima Madurai", cursive;
  text-align: center;
}
h3 a {
  color: white;
}
h3 a:hover {
  color: #e6e6e6;
}

h4 {
  color: white;
}

.lightgallery {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .lightgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.lightgallery .gallery_item {
  cursor: pointer;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lightgallery .gallery_item img {
    margin: 0 auto;
  }
}

.galeria_div {
  margin-top: 30px;
}

.clanok_vypis {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .clanok_vypis {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.clanok_vypis .clanok {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: black;
  width: 270px;
  margin-right: 30px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .clanok_vypis .clanok {
    margin-bottom: 60px;
  }
}
.clanok_vypis .clanok:nth-child(even) img {
  margin-top: -20px;
}
.clanok_vypis .clanok h3 {
  margin-bottom: 27px;
}
.clanok_vypis .clanok .text p {
  text-align: center;
}
.clanok_vypis .clanok img {
  max-width: 230px;
  margin-top: -25px;
}
.clanok_vypis .clanok a.viac {
  background: #cbcdd8;
  color: #2f2f31;
  font-family: "Arima Madurai", cursive;
  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: #c8cad6;
  color: #232324;
}
.clanok_vypis small {
  color: white;
}

.clanok_view .ikonky {
  margin: 30px 0;
}
.clanok_view .cena {
  font-size: 22px;
  color: white;
}

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;
  margin-top: 30px;
  background-color: #2f2f31;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-top: 30px;
}
footer.margin_top_120 {
  margin-top: 120px;
}
footer .footer_bg {
  position: absolute;
  bottom: 0;
  margin: 0 70px;
  max-width: 945px;
}
footer .flex_kontakt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  footer .flex_kontakt {
    display: block;
  }
}
footer .created {
  z-index: 1;
}
footer .created p {
  font-size: 15px;
}
footer .kontakt {
  z-index: 1;
}
footer .kontakt p {
  line-height: 24px;
}
footer .kontakt .social {
  display: flex;
  flex-direction: column;
  width: 40px;
  position: absolute;
  top: 90px;
  left: 235px;
}
footer .kontakt .social img {
  margin-bottom: 12px;
}
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_bottom {
  position: absolute;
  bottom: 0px;
  right: 0;
}

div.cookies_wall {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.25em;
  padding-bottom: 1rem;
  background: #2f2f31;
  border-top: 1px solid rgba(174, 200, 68, 0.5);
  text-align: center;
  z-index: 1000;
}
div.cookies_wall .cookies_text {
  text-align: left;
}
div.cookies_wall .cookies_text h2 {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}
div.cookies_wall p {
  font-size: 1.2rem;
  line-height: 1.7;
}
div.cookies_wall .viac_info {
  line-height: 1.7rem;
  margin-bottom: 0;
  text-align: center;
}
div.cookies_wall .viac_info a {
  color: #e7467c;
  padding-bottom: 0.2rem;
}
div.cookies_wall .viac_info a i {
  font-size: 7px;
  vertical-align: middle;
}
div.cookies_wall .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  div.cookies_wall .buttons {
    display: block;
    text-align: center;
    margin: 0;
  }
}
div.cookies_wall .buttons .btn {
  margin-right: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  div.cookies_wall .buttons .btn {
    font-size: 15px;
    margin: 0.5rem 0;
  }
}

#cookiesModal h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: black;
}
#cookiesModal a {
  color: #e7467c;
}
#cookiesModal .modal-header {
  background-color: #202020;
  color: white;
  padding: 10px 15px;
  border: none;
}
#cookiesModal .modal-header:after {
  display: none;
}
#cookiesModal .modal-header h4 {
  color: white;
  text-transform: none;
  margin-top: 0;
  line-height: 1.1;
}
#cookiesModal .nav-tabs > .nav-item, #cookiesModal .cookie_item > a {
  cursor: pointer;
}
#cookiesModal .tab-content {
  padding-top: 0.5rem;
}
#cookiesModal .tab-content label {
  font-weight: bold;
}
#cookiesModal .modal-dialog {
  max-width: 600px;
}
#cookiesModal .btn {
  padding: 8px 16px;
}
@media (max-width: 767px) {
  #cookiesModal .btn {
    font-size: 15px;
    margin: 0.5rem 0;
    width: 100%;
  }
}
#cookiesModal p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: black;
}
#cookiesModal .close {
  opacity: 0.8;
  color: white;
  text-shadow: none;
  font-weight: 100;
  font-size: 3rem;
  padding: 0;
  margin: 0;
}

form .form-control {
  height: auto;
  padding: 10px 30px;
  border-radius: 25px;
  color: black;
  font-size: 16px;
}
form .form-control::placeholder {
  color: gray;
}
form label {
  color: white;
  font-size: 16px;
  padding: 0 30px;
}
form #suhlas_gdpr {
  margin-right: 3px;
}
form textarea.form-control {
  padding: 25px 30px;
}

.dopytovy_formular {
  max-width: 600px;
  margin: 0 auto;
}

.datepicker {
  padding: 0 2px;
  border-radius: 25px;
}
.datepicker table {
  border-radius: 25px;
  border: none;
}
.datepicker table thead th {
  text-align: center;
}
.datepicker table thead th.prev, .datepicker table thead th.next {
  cursor: pointer;
  font-weight: bold;
}
.datepicker table tbody td {
  padding: 5px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.datepicker table tbody td.new {
  color: darkgray;
}
.datepicker table tbody td.disabled {
  color: grey;
}
.datepicker table tbody td.day:not(.disabled) {
  cursor: pointer;
  font-weight: bold;
}

/* ************************************************* HTML */
body {
  background-color: #202020;
}
@media print {
  body a[href]:after {
    content: none;
  }
}
body a:hover, body a:focus {
  text-decoration: none;
}
body p {
  color: #cbcdd8;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  font-weight: 500;
}
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 .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;
}

.dopyt {
  margin: 60px 0;
}

.margin_top_-45 {
  margin-top: -45px;
}

.padding_bottom {
  padding-bottom: 150px;
}

.ikonky {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 120px;
}
@media (max-width: 349px) {
  .ikonky {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 150px;
    align-items: center;
  }
}
.ikonky div {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .ikonky div {
    margin-right: 20px;
  }
  .ikonky div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 349px) {
  .ikonky div {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ikonky div:last-child {
  margin-right: 0;
}

#mapa {
  width: 60%;
  height: 395px;
  position: absolute;
  right: 0;
  top: -90px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}
#mapa iframe {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}
@media (max-width: 767px) {
  #mapa {
    height: 160px;
    top: -115px;
    width: 95%;
  }
}

.bg_utvar {
  width: 40%;
  height: 395px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 175px;
  z-index: -1;
  border-top-right-radius: 275px;
  border-bottom-right-radius: 275px;
}

.mountain {
  position: absolute;
  bottom: 568px;
  z-index: -1;
}
@media (max-width: 767px) {
  .mountain {
    bottom: 1325px;
  }
}

.relative {
  position: relative;
}

.page_text {
  margin-bottom: 100px;
}

i {
  margin-right: 5px;
}

.slideToggleElement, .slideToggleElement1, .slideToggleElement2 {
  display: none;
}

@media (max-width: 767px) {
  .kontakt_page p, .kontakt_page h2, .kontakt_page h4 {
    text-align: center;
  }
}
.kontakt_page .toggle_buttons > div .btn-text-kontakt {
  margin-bottom: 10px;
  padding: 30px;
  background-color: #2f2f31;
}
.kontakt_page .toggle_buttons > div:nth-child(odd) .btn-kontakt {
  text-align: center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #aec844;
}
.kontakt_page .toggle_buttons > div:nth-child(odd) .btn-text-kontakt {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-right: 50px;
}
.kontakt_page .toggle_buttons > div:nth-child(even) > div:first-child {
  display: flex;
  justify-content: flex-end;
}
.kontakt_page .toggle_buttons > div:nth-child(even) .btn-kontakt {
  text-align: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #e7467c;
  color: white;
}
.kontakt_page .toggle_buttons > div:nth-child(even) .btn-text-kontakt {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 50px;
}
.kontakt_page .toggle_buttons > div:nth-child(even) .btn-text-kontakt p {
  text-align: right;
}
.kontakt_page .vzdialenosti {
  width: 250px;
}
@media (max-width: 767px) {
  .kontakt_page .vzdialenosti {
    width: 100%;
  }
}
.kontakt_page .vzdialenosti p {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}
.kontakt_page .vzdialenosti p span {
  background-color: #5e606a;
  color: #202020;
  border-radius: 15px;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 14px;
}

.table-responsive {
  border: none;
}

table {
  color: white;
  background-color: #202020;
  border: 1px solid rgba(220, 220, 220, 0.2);
}
table thead tr {
  color: #cbcdd8;
  font-size: 16px;
}
table th {
  font-weight: normal;
  color: #cbcdd8;
}
table tbody tr td {
  border: none;
  border-top: 1px solid rgba(220, 220, 220, 0.2);
}

strong {
  font-weight: 900;
}

#ubytovanie_page.bystra .ikonky {
  margin-bottom: 0;
}
#ubytovanie_page.bystra .clanok_vypis {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #ubytovanie_page.bystra .clanok_vypis {
    margin-top: 100px;
  }
}

.kamnahorehroni {
  margin-top: 60px;
  width: 55%;
}
@media (max-width: 991px) {
  .kamnahorehroni {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .kamnahorehroni {
    width: 100%;
  }
}

.bg_black {
  background-color: rgba(0, 0, 0, 0.5);
}

.galeria_uvod {
  padding-top: 120px;
}

.top {
  background-color: #202020;
  background-image: url("../images/top_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

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