.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.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-30 {
  margin-top: 30px;
}

.vmiddle {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

@media (min-width: 767px) {
  header {
    background-image: -webkit-linear-gradient(top, #0e0e0e 0%, #3a3a3a 100%);
    background-image: -o-linear-gradient(top, #0e0e0e 0%, #3a3a3a 100%);
    background-image: linear-gradient(to bottom, #0e0e0e 0%, #3a3a3a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0E0E0E", endColorstr="#FF3A3A3A", GradientType=0);
  }
}
header .top {
  min-height: 195px;
  background-image: url("../images/top1.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 767px) {
  header .top {
    background: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  }
}
header .top a.logo {
  display: inline-block;
  padding-top: 60px;
  padding-left: 35px;
}
@media (max-width: 767px) {
  header .top a.logo {
    padding-top: 20px;
    display: block;
    width: 100%;
    background-color: #F7F7F7;
    min-height: 145px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    padding-left: 0px;
    text-align: center;
  }
}
header .top .logo-underline {
  background-color: #9D9D9D;
  width: 100%;
  height: 10px;
}
header .top .top_contact {
  text-align: right;
  float: right;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 60px;
}
@media (max-width: 767px) {
  header .top .top_contact {
    padding-top: 20px;
    display: block;
    float: none;
    text-align: center;
  }
}
header .top .top_contact .phone {
  text-align: right;
}
@media (max-width: 767px) {
  header .top .top_contact .phone {
    text-align: center;
  }
}
header .top .top_contact .phone span.text {
  color: #5d74b7;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
}
header .top .top_contact .phone a {
  font-size: 33px;
  line-height: 1em;
  font-weight: bold;
  color: white;
}
header .top .top_contact .phone a:hover {
  color: white;
}
@media (max-width: 767px) {
  header .top .top_contact .phone a {
    display: block;
  }
}
header .top .top_contact .phone span.fa {
  font-size: 33px;
  color: #ee4131;
  margin: 0 1rem;
}
header .top .top_contact .open {
  margin-left: 20px;
  padding: 10px;
  background: #5d74b7;
  border-radius: 20px;
  font-size: 36px;
  font-weight: 300;
  color: white;
}
@media (max-width: 767px) {
  header .top .top_contact .open {
    margin-left: 0px;
    margin-top: 10px;
    background: none;
  }
}

.navigation {
  background: #000000;
}

.oznam {
  background-color: #ee4131;
  padding: 0.7rem;
  font-size: 16px;
  color: white;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
  text-align: center;
}
.oznam span {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  width: 430px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

.navbar-collapse {
  padding: 0;
}

.navbar-default {
  border: 0;
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
    background-color: #5d74b7;
  }
}
.navbar-default ul.nav {
  margin: 0 auto;
  text-align: center;
  display: flex;
}
@media (max-width: 768px) {
  .navbar-default ul.nav {
    text-align: left;
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar-default ul.nav li {
    display: block;
  }
}
@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: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar-default ul.nav li > a {
    padding: 5px;
    font-size: 12px;
    height: auto;
    text-align: center;
    display: block;
  }
}
.navbar-default ul.nav li > a:hover {
  background-image: url(../images/menu_hover.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
@media (max-width: 991px) {
  .navbar-default ul.nav li > a:hover {
    background: none;
  }
}
.navbar-default ul.nav li .dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-default ul.nav li .dropdown-menu li > a {
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default ul.nav li.active .dropdown-menu li a {
  background-color: white;
  color: black;
}

.navbar-toggle {
  background-color: #5d74b7;
  margin-top: 30px;
  margin-right: -44px;
  border-color: #4d66ad !important;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
  }
}
.navbar-toggle .icon-bar {
  background-color: white;
}

.btn {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

.btn-dark {
  color: white;
  background-color: #5d74b7;
  border-color: #5d74b7;
}
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: #455b9c;
  border-color: #2e3c67;
}
.btn-dark:hover {
  color: white;
  background-color: #455b9c;
  border-color: #425795;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #455b9c;
  border-color: #425795;
}
.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: #3a4d83;
  border-color: #2e3c67;
}
.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: #5d74b7;
  border-color: #5d74b7;
}
.btn-dark .badge {
  color: #5d74b7;
  background-color: white;
}

.btn-secondary {
  color: white;
  background-color: #ee4131;
  border-color: #ee4131;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #da2312;
  border-color: #93180c;
}
.btn-secondary:hover {
  color: white;
  background-color: #da2312;
  border-color: #d12111;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #da2312;
  border-color: #d12111;
}
.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: #b91e0f;
  border-color: #93180c;
}
.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: #ee4131;
  border-color: #ee4131;
}
.btn-secondary .badge {
  color: #ee4131;
  background-color: white;
}

#main-slider {
  position: relative;
}
#main-slider .carousel .item h3 {
  opacity: 0;
}
#main-slider .carousel .item.active .carousel-caption h3 {
  opacity: 1;
  animation: type 4s steps(60, end);
}
#main-slider .carousel .carousel-caption {
  left: 0;
  right: 0;
  top: 10%;
  justify-content: center;
  display: flex;
  align-items: center;
}
#main-slider .carousel .carousel-caption h3 {
  font-size: 3.5em;
  font-weight: bold;
  line-height: 1.5em;
  color: #ee4131;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  #main-slider .carousel .carousel-caption h3 {
    font-size: 2em;
    font-weight: normal;
  }
}
@keyframes type {
  from {
    width: 0;
  }
}
#main-slider .carousel .stuha {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}
#main-slider .carousel .stuha img {
  height: 95%;
}
@media (max-width: 767px) {
  #main-slider .carousel .stuha img {
    height: auto;
    width: 50%;
  }
}
@media (max-width: 445px) {
  #main-slider .carousel .stuha img {
    width: 55%;
  }
}

h1, .h1 {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

h2, .h2 {
  margin-top: 1em;
  color: #5d74b7;
}
h2 a, .h2 a {
  color: #ee4131;
}
h2 a:hover, .h2 a:hover {
  color: #da2312;
}

h3 {
  margin-top: 0;
  color: #5d74b7;
}
h3 a {
  color: #5d74b7;
}
h3 a:hover {
  color: #455b9c;
}

.gallery .gallery_item {
  margin-bottom: 15px;
}

.clanok_vypis {
  display: flex;
  flex-wrap: wrap;
}
.clanok_vypis div {
  margin-bottom: 1em;
}
.clanok_vypis .clanok {
  height: 100%;
  background: #eeeeee;
}
.clanok_vypis .clanok h2 {
  margin-top: 0;
}
.clanok_vypis .clanok h2 a {
  color: white;
}
.clanok_vypis .clanok .text {
  padding: 1em;
}
.clanok_vypis .clanok a.viac {
  float: right;
  background: #5d74b7;
  color: white;
  display: inline-block;
  padding: 0.5em 1em;
}

.clanok_uvod_vypis {
  background-color: #313131;
  display: flex;
  justify-content: space-around;
}
.clanok_uvod_vypis .clanok {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
}
@media (max-width: 767px) {
  .clanok_uvod_vypis .clanok {
    margin-bottom: 30px;
  }
}
.clanok_uvod_vypis .clanok h2 a {
  color: white;
  text-transform: uppercase;
  line-height: 45px;
  font-size: 48px;
}
@media (max-width: 991px) {
  .clanok_uvod_vypis .clanok h2 a {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .clanok_uvod_vypis .clanok h2 a {
    font-size: 15px;
    line-height: 15px;
  }
}
.clanok_uvod_vypis .clanok h2 a span {
  color: #5d74b7;
  font-weight: 300;
}
.clanok_uvod_vypis .clanok .viac {
  position: relative;
  display: block;
  margin-top: 10px;
}
.clanok_uvod_vypis .clanok .viac div {
  position: absolute;
  color: white;
  z-index: 1;
  top: 15px;
  text-transform: uppercase;
  left: 30px;
}
@media (max-width: 991px) {
  .clanok_uvod_vypis .clanok .viac div {
    top: 7px;
    left: 20px;
  }
}

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: 0.25em;
  color: white;
  padding: 0 0 30px 0;
}
footer .background {
  background: none repeat scroll 0 0 #232323;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
footer h3 {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
footer div.contact {
  font-size: 12px;
  color: #5d74b7;
}
footer div.contact a {
  color: #5d74b7;
}
footer div.contact a:hover, footer div.contact a:focus {
  text-decoration: underline;
  color: white;
}
footer div.contact span {
  padding-left: 20px;
  margin-left: 20px;
  background-image: url(../images/footer_menu_point.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
}
footer div.contact span strong {
  font-weight: normal;
  color: white;
}
footer div.created {
  font-size: 0.75em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  text-align: center;
}
footer div.created a {
  color: rgba(255, 255, 255, 0.5);
}
footer .navbar.navbar-footer {
  min-height: 0;
}
footer .navbar.navbar-footer nav, footer .navbar.navbar-footer .navbar-nav {
  float: none;
}
footer .navbar.navbar-footer nav li, footer .navbar.navbar-footer .navbar-nav li {
  display: block;
  float: none;
  padding-left: 20px;
  margin-left: 20px;
  background-image: url(../images/footer_menu_point.png);
  background-repeat: no-repeat;
  background-position: left center;
}
footer .navbar.navbar-footer nav li a, footer .navbar.navbar-footer .navbar-nav li a {
  font-size: 12px;
  padding: 0;
  display: block;
  color: #5d74b7;
}
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;
}

.map-layout {
  position: relative;
}
.map-layout .map-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.map-layout .map-shadow div {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .map-layout .map-shadow div {
    font-size: 1rem;
  }
}
.map-layout .map-shadow div i {
  color: #5d74b7;
  font-size: 50px;
  margin-top: 60px;
}
.map-layout .map-shadow div a, .map-layout .map-shadow div span {
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .map-layout .map-shadow div a, .map-layout .map-shadow div span {
    font-size: 3rem;
    display: block;
  }
}
.map-layout .map-shadow div span {
  font-size: 33px;
  margin: 0 1rem;
  color: #ee4131;
}
.map-layout .map {
  position: absolute;
  top: 0;
}

#hodnotenie_zakaznika_form .hodnotenie_holder label:first-child {
  padding-left: 2rem;
}
#hodnotenie_zakaznika_form .hodnotenie_holder label:last-child {
  padding-right: 2rem;
}

/* ************************************************* HTML */
@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 .page, body .page {
  padding: 20px;
  background: #313131;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

option:disabled {
  background: #ddd;
}

.rezervacie-weeks {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rezervacie-weeks a {
    width: 100%;
    margin-bottom: 15px;
  }
}

.rezervacia-table tr.header {
  border: solid 1px white;
}
.rezervacia-table tr th {
  background-color: #5d74b7;
  color: white;
  padding: 4px !important;
}
.rezervacia-table tr th:first-child {
  width: 100px;
}
.rezervacia-table tr td {
  border: solid 1px white;
  color: white;
  padding: 4px !important;
  vertical-align: middle !important;
}
.rezervacia-table tr td.cell {
  height: 40px;
}
@media (max-width: 767px) {
  .rezervacia-table tr td.cell {
    height: auto;
  }
}
.rezervacia-table tr td a {
  width: 80%;
  height: 80%;
  display: block;
  margin: auto;
}

.legenda {
  text-align: center;
  /*  height: 20px;*/
}
@media (max-width: 767px) {
  .legenda {
    text-align: left;
  }
}
.legenda div {
  display: inline-block;
  margin: auto;
  margin-right: 10px;
}
.legenda div span {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
}

.rezervovane {
  background-color: #ee4131;
}

.caka {
  background-color: #f1c40f;
}

.volne {
  background-color: #5cb85c;
}

.disabled {
  background-color: gray;
}

form .form-control {
  margin-bottom: 15px;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

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