@charset "UTF-8";
/*
  Theme Name: SKI Harusak
  Description: SKI Harusak
  Version: 2.0.0
  Author: UniWIRE, s.r.o.
  Author URI: http://uniwire.cz
*/
#myVideo {
  width: auto;
  margin-bottom: -15px;
}

#top_slider {
  padding: 0;
  position: relative;
  background-color: #1b3a57;
}
#top_slider .icon-next {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
  text-decoration: none !important;
  color: #1b3a57;
  transition: 0.3s all;
}
#top_slider .icon-next:hover {
  color: white;
  transition: 0.3s all;
}

.customize-support header nav {
  margin-top: 32px;
}

main.content-main {
  padding: 0;
}

li.nav-item {
  float: right;
  flex-direction: inherit;
}

body, .table, p {
  font-family: "Rajdhani", sans-serif !important;
}

h1, h2, h3, h4 {
  font-family: "Rajdhani", sans-serif !important;
  color: #1b3a57 !important;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

h2, h3 {
  text-align: center;
  font-family: "Rajdhani", sans-serif !important;
  color: #1b3a57 !important;
  padding-bottom: 2rem;
}

.btn {
  font-family: "Rajdhani", sans-serif !important;
  cursor: pointer !important;
  border-radius: 0px !important;
}

.full-width {
  padding: 0 !important;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
section.full-width {
  margin-left: -15px !important;
  width: calc(100% + 30px) !important;
}
section .btn-more {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 0px !important;
  padding: 2px 20px;
  outline: none !important;
  transition: 0.3s all;
}
section .btn-more:hover {
  outline: 0 !important;
  box-shadow: none;
  transition: 0.3s all;
}
section .btn-more:focus {
  outline: 0 !important;
  box-shadow: none;
}
section#mapa {
  padding-bottom: 0 !important;
  margin-bottom: -9px;
}

.modal {
  color: black;
  border-radius: 0px !important;
}
.modal .modal-content {
  border-radius: 0px !important;
}

#wpadminbar {
  /*display: none !Important;*/
}

#navbar-clear {
  height: 0;
}

#navbar {
  min-height: 70px;
  padding: 2rem 0;
  transition: 0.3s all !important;
  background-color: white !important;
}
#navbar button.navbar-toggler {
  font-size: 1.5rem;
}
#navbar .navbar-container {
  position: relative;
}
#navbar button.navbar-toggler:focus {
  outline: transparent !important;
}
#navbar .navbar-brand-img {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 0;
  left: 0;
  transition: 0.3s all;
  z-index: 22;
  background-color: white;
  border-radius: 50%;
  margin: 0;
}
#navbar.fixed-top {
  padding: 0rem 0;
  transition: 0.3s all;
}
#navbar.fixed-top .navbar-brand-img {
  width: 80px;
  height: 80px;
}
#navbar .navbar-tpr .nav-item {
  position: relative;
}
#navbar .navbar-tpr .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 21px;
}
#navbar .navbar-nav {
  justify-content: center;
}
#navbar .navbar-nav a {
  color: #1b3a57;
  font-size: 1.4rem;
  text-transform: uppercase;
  transition: 0.3s all;
  padding: 0 0.5rem;
}
#navbar .navbar-nav a:hover {
  color: #1b3a57;
  text-decoration: none;
  transition: 0.3s all;
}

#slider {
  padding: 0;
  height: calc(100vh - 8.4rem);
}
#slider .carousel-inner {
  height: 500px;
  max-height: 100%;
}
#slider .carousel-inner .item {
  height: 100%;
}
#slider .carousel-inner .item .carousel-caption {
  background-color: rgba(53, 56, 61, 0.7882352941);
  padding: 2rem;
  left: 3rem !important;
  margin: auto;
  align-self: center;
  width: calc(100% - 6rem);
  text-align: left;
}
#slider .carousel-inner .item h2 {
  text-align: left;
}
#slider .carousel-indicators li {
  display: none;
  padding: 5px;
  width: 0;
  border-radius: 50%;
  background-color: white;
  transition: 0.3s all;
}
#slider .carousel-indicators li.active {
  padding: 5px;
  width: 0;
  border-radius: 50%;
  background-color: #35383d !important;
  transition: 0.3s all;
}

#kontakty {
  transition: 1.42s all;
  opacity: 0;
}
#kontakty .table {
  text-align: center;
  vertical-align: middle;
}
#kontakty .table a {
  color: #35383d;
  transition: 0.3s all;
}
#kontakty .table a:hover {
  color: #1b3a57;
  text-decoration: none;
  transition: 0.3s all;
}
#kontakty .table i {
  font-size: 1.6rem;
  padding-right: 1rem;
}

#odkazy {
  color: #727e8e;
  transition: 1.42s all;
  opacity: 0;
}
#odkazy .article {
  text-align: center;
}
#odkazy .article img {
  margin-bottom: 15px;
  max-width: 100%;
}

.button-scroll-top {
  position: fixed;
  bottom: 35px;
  right: 35px;
  color: white;
  border: 1px solid white;
  z-index: 10000;
  transition: 0.3s all;
  background-color: #1b3a57;
  color: white !important;
  border-radius: 50% !important;
}
.button-scroll-top:hover {
  text-decoration: none;
  border-radius: 50%;
  transition: 0.3s all;
  background-color: white;
  border-color: #1b3a57 !important;
  color: #1b3a57 !important;
}

#socialni_site {
  background-color: #1b3a57;
  color: white;
  text-align: left;
  transition: 1.42s all;
  opacity: 0;
}
#socialni_site .social {
  text-align: right;
}
#socialni_site .social a:first-child {
  margin-right: 20px;
}
#socialni_site .social a {
  color: white !important;
  transition: 0.3s all;
  font-size: 60px;
}
#socialni_site .social a:hover {
  text-decoration: none !important;
  transition: 0.3s all;
  color: #35383d !important;
}

#minule_akce {
  color: #35383d;
  background-color: #f4f4f4;
}
#minule_akce .card-har {
  background-color: white;
  border-radius: 0 !important;
  margin: auto;
  max-width: 100%;
  box-shadow: none !important;
  border: 0px;
}
#minule_akce .card-har .card-img-top {
  border-radius: 0;
}
#minule_akce .card-har .card-title a {
  color: #1b3a57;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.3s all;
}
#minule_akce .card-har .card-title a:hover {
  color: #35383d;
  transition: 0.3s all;
}
#minule_akce .more-row {
  text-align: center;
  margin-top: 22px;
}
#minule_akce .more-row .btn-more {
  color: #35383d;
  border: 1px solid;
}
#minule_akce .read-more {
  margin: 0 !important;
  text-align: right;
  font-weight: 700;
}
#minule_akce .read-more a {
  color: #1b3a57;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.3s all;
}
#minule_akce .read-more a:hover {
  color: #35383d;
  transition: 0.3s all;
}
#minule_akce .card-body p:last-child {
  margin: 0;
}
#minule_akce .date {
  text-align: right;
  margin-bottom: 0;
}

#mapa {
  color: #727e8e;
  text-align: center;
  transition: 1.42s all;
  opacity: 0;
}
#mapa .mapa {
  margin-bottom: 25px;
  margin-top: 25px;
}
#mapa .btn-more {
  color: #727e8e;
  border: 1px solid;
}
#mapa .btn-more:hover {
  color: white;
  background-color: #727e8e;
}

#rady {
  background-color: #1b3a57;
  color: white;
  text-align: center;
  transition: 1.42s all;
  opacity: 0;
}
#rady .btn-more:hover {
  color: white;
  background-color: #35383d;
  border-color: #1b3a57;
}

#lyzovani_na_kopci {
  color: white;
  text-align: center;
  background-color: #1b3a57;
  transition: 1.42s all;
  opacity: 0;
}
#lyzovani_na_kopci .btn {
  border: 1px solid white;
  border-radius: 0;
  color: white;
  background-color: #1b3a57;
}
#lyzovani_na_kopci .more-link {
  margin: 0 !important;
  text-align: right;
  font-weight: 700;
  border: 1px solid white;
  color: white;
  text-decoration: none !important;
  transition: 0.3s all;
}
#lyzovani_na_kopci .more-link:hover {
  color: #1b3a57;
  transition: 0.3s all;
  background-color: white;
}

#kontakt {
  background-color: #1b3a57;
  color: #fff;
  transition: 1.42s all;
  opacity: 0;
}
#kontakt .article {
  text-align: center;
}
#kontakt .article .fas, #kontakt .article .far {
  font-size: 45px;
}
#kontakt .article p {
  font-size: 20px;
  margin-top: 15px;
}
#kontakt .article p a {
  color: white;
  transition: 0.3s all;
}
#kontakt .article p a:hover {
  text-decoration: none;
  color: #35383d;
  transition: 0.3s all;
  font-weight: bold;
}

#footer {
  background-color: #1b3a57;
  color: white;
  padding: 40px 0;
  transition: 1.42s all;
  opacity: 0;
}
#footer a {
  color: white;
  transition: 0.3s all;
}
#footer a:hover {
  text-decoration: underline !important;
  color: white !important;
  transition: 0.3s all;
}
#footer .map-icon {
  position: absolute;
  left: -5px;
  top: 5px;
}
#footer .copyright {
  margin-top: 20px;
  text-align: center;
  color: white;
  font-size: 0.8rem;
}
#footer h1, #footer h2, #footer h3, #footer h4 {
  color: white !important;
}

.btn-more {
  border-radius: 0 !important;
}

.full-width-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.full-width-page .row {
  margin-bottom: 40px;
}
.full-width-page img.aligncenter {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.full-width-page img {
  max-width: 100% !important;
}
.full-width-page h2 {
  color: #1b3a57;
  font-weight: bold;
}

#slider {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 6.4rem);
  background-image: url(https://www.skiharusak.cz/wp-content/uploads/2018/09/haruska_bkg.jpg);
}
#slider #myVideo {
  min-width: 105%;
  min-height: calc(105% + 2px);
  position: relative;
  box-shadow: none !important;
  margin-top: -1%;
  left: -1%;
}
#slider .content-video {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
#slider .content-video .article {
  text-align: left;
  font-size: 24px;
  color: #727e8e;
}
#slider .content-video .article h2 {
  text-align: left;
  font-weight: 700;
  color: #727e8e;
}
#slider .icon-next {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
  text-decoration: none !important;
  color: #1b3a57;
  transition: 0.3s all;
}
#slider .icon-next:hover {
  color: white;
  transition: 0.3s all;
}

.navbar-toggler {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0 !important;
  box-shadow: none !important;
  color: #1b3a57 !important;
}

@media (max-width: 991px) {
  #menu-menu-v-hlavicce {
    width: 100%;
  }
  #navbar .navbar-nav a {
    padding-left: 0;
  }
  div#navbarSupportedContent ul {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  #footer .map-icon {
    position: relative;
    left: 0;
    margin-bottom: 15px;
  }
}
.menu-item {
  padding: 5px 0px;
  font-weight: 700;
}

.menu-item:hover a {
  color: #1b3a57 !important;
  transition: 0.3s all;
}

.article {
  padding-bottom: 15px;
}

.article a {
  color: #35383d;
  text-decoration: none !important;
}

#weatherIkonka .wi {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

body {
  font-size: 1.2rem !important;
}

.row.kamery {
  margin-bottom: 0;
}
.row.kamery img {
  padding-bottom: 30px;
}

.scroll-top {
  font-size: 3rem;
  bottom: 1rem;
  position: fixed !important;
  z-index: 10;
  right: 2rem;
  transition: 0.3s all;
  color: #1b3a57 !important;
}
.scroll-top:hover {
  transition: 0.3s all;
  color: #727e8e !important;
}

.more-link {
  text-transform: uppercase !important;
  letter-spacing: 1px;
  padding: 2px 20px;
}

.btn-more {
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s all;
}

@media (max-width: 500px) {
  #slider .carousel-inner .item .carousel-caption {
    left: 0rem !important;
    width: 100% !important;
  }
}
ul.navbar-nav.container.left {
  justify-content: flex-end !important;
  padding-right: 55px;
}

ul.navbar-nav.container.right {
  justify-content: flex-start !important;
  padding-left: 95px;
}

a.nav-link:hover {
  color: #171b1f !important;
}

@media (max-width: 768px) {
  .home-page tr {
    border-bottom: 1px solid;
    justify-content: center;
    align-content: center;
  }
  .home-page tr td {
    display: flex;
    flex-direction: row;
    flex: 1 1;
    width: 100%;
    justify-content: center;
  }
}
#sleduj-nas {
  text-align: center;
}
#sleduj-nas .follow-title {
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#sleduj-nas .social-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: 2rem;
}
#sleduj-nas .social-btn {
  width: 7rem;
  height: 7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1b3a57;
  text-decoration: none;
  color: white;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#sleduj-nas .social-btn i {
  font-size: 3rem;
  line-height: 1;
  transition: transform 0.4s ease;
}
#sleduj-nas .social-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
  background: rgb(36.6631578947, 78.7578947368, 118.1368421053);
  text-decoration: none;
}
#sleduj-nas .social-btn:hover i {
  transform: scale(1.1);
}
@media (max-width: 480px) {
  #sleduj-nas .social-btn {
    width: 80px;
    height: 80px;
  }
  #sleduj-nas .social-btn i {
    font-size: 1.7rem;
  }
}

#kontakty h2 {
  letter-spacing: 0.05em;
}

.contact-circle {
  width: 260px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
}

.contact-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.contact-circle:hover img {
  transform: scale(1.08);
}

.contact-circle .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /*
  background: linear-gradient(to top, rgba(0, 28, 61, 0.85) 0%, rgba(0, 28, 61, 0.0) 65%);
  */
  color: #fff;
  padding-bottom: 2rem;
}

.contact-circle h5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}

.contact-circle .phone {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
}

.contact-circle .phone:hover {
  text-decoration: underline;
}

.contact-circle .email {
  display: block;
  color: #cfd9e3;
  font-size: 0.9rem;
  text-decoration: none;
}

.contact-circle .email:hover {
  text-decoration: underline;
}

/* Popup override */
.sgpb-popup-overlay {
  background: none;
}

#sgpb-popup-dialog-main-div {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 2rem !important;
}

#actual_info {
  color: white;
  background-color: #1b3a57;
  transition: 1.42s all;
  opacity: 0;
  padding: 0;
}
#actual_info .container > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}
#actual_info p {
  margin-top: 15px;
  margin-bottom: 0.5rem !important;
  font-weight: bold;
  font-size: 23px;
}
#actual_info .point {
  text-align: center;
}
#actual_info .point .info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
#actual_info .point .info-item a {
  color: white;
  text-decoration: none;
}
#actual_info .point .info-item a:hover {
  text-decoration: none;
}
#actual_info .point .icon {
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
#actual_info .green-state {
  color: #2ce880;
}
#actual_info .orange-state {
  color: #ffb52d;
}
#actual_info .red-state {
  color: #ff2929;
}

.harusak-provoz {
  position: absolute;
  background-color: #1b3a57;
  width: 100vw;
  bottom: 0;
}

/* Kontejner sekce */
#skiharusak-hours {
  background: transparent;
  color: #fff;
  padding: 0.6rem 0;
}

/* Vnitřní flex řádek */
.skiharusak-hours__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

/* Jednotlivé buňky */
.skiharusak-hours__cell {
  display: flex;
  flex-direction: row; /* všechny label a time vedle sebe */
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  white-space: nowrap;
}

/* První buňka — stav */
.skiharusak-hours__status {
  flex: 0 0 auto;
}

.skiharusak-hours__status-text {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

/* Popisek a čas */
.skiharusak-hours__label {
  font-weight: 500;
  opacity: 0.9;
}

.skiharusak-hours__time {
  font-weight: 600;
}

/* Barvy podle stavu */
.skiharusak-hours.open .skiharusak-hours__status-text {
  color: #33cc33;
}

.skiharusak-hours.snowmaking .skiharusak-hours__status-text {
  color: #ff8c00;
}

.skiharusak-hours.closed .skiharusak-hours__status-text {
  color: #ff4c4c;
}

.skiharusak-hours.temporary .skiharusak-hours__status-text {
  color: #f1c40f;
}

/* Responsivita pro mobily */
@media (max-width: 800px) {
  .skiharusak-hours__inner {
    flex-direction: column;
    gap: 0.4rem;
  }
  .skiharusak-hours__cell {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    position: relative;
    top: 0;
    left: auto;
  }
  #navbar {
    padding: 1rem;
  }
  #navbar .navbar-brand-img {
    height: 80px;
    width: 80px;
  }
  div#navbarSupportedContent ul {
    padding-top: 70px;
  }
  .harusak-provoz {
    position: relative;
    background-color: #1b3a57;
  }
  #top_slider .icon-next {
    position: relative;
    color: white;
    bottom: 0;
  }
}
/* 1) drž stejnou výšku horní řádky navbaru */
.navbar.navbar-expand-lg {
  min-height: 70px; /* nebo kolik potřebuješ */
  align-items: center;
}

/* 2) burger – nuluj rozdíly mezi collapsed/expanded */
.navbar-toggler,
.navbar-toggler.collapsed {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.25rem; /* stejné pro oba stavy */
  padding-bottom: 0.25rem;
  line-height: 1; /* aby se nepočítaly jiné výšky */
}

/* 3) ať rozbalený obsah nenamáčkne horní řádek */
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse {
    margin-top: 0; /* Bootstrap tam někdy dává malý margin */
  }
}
