/* ------------------------------------------------------------------------------ STATO IMPIANTI ----- */
.aperto p::before {
  content: "\2611";
  color: #009900;
  margin-right: 5px;
}

.chiuso p::before {
  content: "\2612";
  color: #bb0000;
  font-size: larger;
  margin-right: 5px;
}

.aperto strong {
  color: #007700;
}

.chiuso strong {
  color: #770000;
}


/* -------------------------------------------------------------------------------- SCROLL */
#scroll-down a {
  margin-top: 150px;
  font-size: 2em;
  color: orange;
  text-shadow: 0px 0px 10px orange;
  text-decoration: none;
}

.main-top {
  width: 1px;
  height: 1px;
  border: 0 !important;
}

@keyframes arrowScroll {
  0% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 0.5; }
  100% { transform: translateY(20px); opacity: 0; }
}

.icon-arrow-down {
  animation: arrowScroll 0.6s linear 2;
}


/* --------------------------------------------------------- TAB piste-impianti ------ */
.jwts_tabberlive .jwts_tabbertab {
  margin: -5px 0 0 0 !important;
}

ul.jwts_tabbernav {
  margin: 0 0 -6px 8px !important;
}

ul.jwts_tabbernav li a {
  font-size: 20px !important;
  line-height: 2em;
  margin: 0 10px 0 0;
  padding: 4px 20px 8px 20px;
  background: none !important;
}

ul.jwts_tabbernav li a[title="chiusi"] {
  background-color: #ff0000 !important;
  color: white;
}

ul.jwts_tabbernav li a[title="aperti"] {
  background-color: #0078d7 !important;
  color: white;
}


/* --------------------------------------------------------------- MODULI E CONTENUTI --- */
#mod-custom106 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}

#mod-custom107, #mod-custom117 {
  text-align: center;
  padding: 10px;
}

#mod-custom140, #mod-custom159 {
  text-align: center;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 10px #ffffff;
}

#mod-custom140 h1, #mod-custom159 h1 {
  color: #FFF;
  padding-bottom: 50px;
}

.lettering {
  letter-spacing: .5em;
}

.item-content h2, .item-content h3 {
  border-left: 6px solid rgba(88, 142, 7, 0.9);
  padding-left: 6px;
}

.newsflash .card-header,
.newsflash .newsflash-title,
.card-header {
  font-size: 1.6em;
}


/* --------------------------------------------------------------- FOOTER E MENU --- */
#footer-menu {
  flex-direction: row;
  padding-top: 1em;
}

#footer-menu li {
  padding: 1em;
  text-decoration: underline;
}

#footer-menu li a {
  text-decoration: none !important;
}

.footer .grid-child {
  padding: .5em;
}


/* --------------------------------------------------------------- VARI --- */
#crediti {
  text-align: center;
  color: #FFF;
  background: transparent;
  padding: 10px 0 30px 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 65%;
  line-height: 250%;
}

.container-banner .banner-overlay .overlay {
  background-color: transparent;
}

a[download=""] {
  border: 1px solid gray;
  padding: 5px 10px;
  display: block;
  margin: 5px 0 20px 0;
}

.webcamimage {
  float: left;
  width: 30%;
  margin-right: 1%;
}

#very-big-link {
  font-size: 2em;
  font-weight: strong;
}

#bollettino-neve {
  text-align: center;
}

#bollettino-neve img {
  margin-bottom: 20px;
}


/* --------------------------------------------------------------- RESPONSIVE --- */
@media (max-width: 767.98px) {
  #footer-menu li {
    display: block;
    border: 1px solid #FFF;
    margin-bottom: 15px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
  }

  #mod-custom110 {
    margin-top: 30px;
  }

  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand img {
    max-width: 180px;
  }

  .container-header .grid-child {
    padding: .5em;
  }

  .float-end {
    float: none !important;
  }

  .page-link {
    padding: .30rem .50rem;
  }

  .item-content img {
    float: none!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


}


/* ---------------------------------------------------------------- INVERNO ---- */
.container-header, .footer {
  background-image: linear-gradient(135deg, #3f5f8f 0%, #18264a 100%);
}

.card-header {
  background-color: rgba(52, 78, 150, 0.9);
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(52, 78, 150, 0.9);
}

.item-content h2, .item-content h3 {
  border-left: 6px solid rgba(52, 78, 150, 0.9);
  padding-left: 6px;
}

#mod-custom140 h1, #mod-custom159 h1 {
  color: rgba(52, 78, 150, 0.9);
  text-shadow: 0px 0px 10px #ffffff;
}

a {
  color: #3453a0;
}

a:hover {
  color: #1f3c80;
}

#mod-custom140, #mod-custom159 {
  text-shadow: 0px 0px 10px #2a4cb2;
}

.back-to-top-link:hover,
.back-to-top-link:focus {
  color: var(--white, #fff);
  background-color: rgba(52, 78, 150, 0.9);
  border-color: var(--white, #fff);
}

.pagination {
  --pagination-active-bg: #2a4cb2;
}

.page-link,
.page-link:hover {
  color: #2a4cb2;
}
