/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* mixin */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.slider {
  position: relative;
  padding: 0 44px;
  overflow: hidden;
  height: 44px;
  background-color: #FBFBFB;
  color: #555555;
  border-bottom: 1px solid #F4F4F4;
}
.slider a {
  text-decoration: none;
}
.sliderControls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 44px;
  display: block;
  text-indent: -9999px;
}
.sliderControls.prev-slide {
  border-right: 1px solid #EFEFEF;
}
.sliderControls.next-slide {
  left: auto;
  right: 0;
  border-left: 1px solid #EFEFEF;
}
.sliderControls:before {
  content: '\25B6';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -9px;
  text-indent: 0;
  color: #929292;
}
.sliderControls.prev-slide:before {
  content: '\25C0';
}
.navTab {
  overflow: hidden;
  position: relative;
  overflow-x: auto;
}
.navTab ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.navTab li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  position: relative;
  width: 70px;
  font-size: 13px;
}
.navTab li a {
  display: block;
  border-left: 1px solid #F4F4F4;
  line-height: 1;
  height: 44px;
  font-weight: 700;
  font-size: 12px;
}
.navTab li:first-child a {
  border-left: 0 none;
}
.navTab li a.active {
  background-color: #005AC8;
  color: #fff;
  border-left: 0 none;
}
@media (min-width: 768px) {
  .navTab li {
    width: 82px;
  }
}
@media (min-width: 992px) {
  .NoSlide .navTab li {
    width: 108.33333333px;
  }
  .slider.NoSlide {
    padding: 0;
  }
  .slider.NoSlide .sliderControls {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navTab li {
    width: 100px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body .box {
  background: none;
  /*border: 1px solid #DCDCDC;
        border-radius: 5px;*/
  padding: 0;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: none;
}
body #previsioniLocalita,
body #previsioniNeveLocalita {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 15px;
}
body .slider {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background: no-repeat;
}
body .navTab li a {
  border-left: 1px solid #DCDCDC;
}
body .prevLocalita .title {
  font-size: inherit;
}
body .boxInfoNeve {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 0 5px 5px;
}
body .boxInfoNeve .box-title {
  margin-bottom: 5px;
}
body .odd1:last-child,
body .odd2:last-child {
  border: 0 none;
}
body .boxElencoAeroporti .box {
  border: 0 none;
}
body .navTab li a {
  color: #000;
}
body .navTab li a.active,
body .navTab li.current a {
  background: none;
  color: #005AC8;
}
body .sliderControls.prev-slide {
  border-right: 1px solid #dcdcdc;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.16);
}
body .sliderControls.next-slide {
  border-left: 1px solid #dcdcdc;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  body .colNeve {
    border: 0 none;
    padding: 0 15px 10px;
  }
  body .colNeve + .colNeve {
    border-left: 1px solid #dbdbdb;
  }
}
@media (min-width: 1200px) {
  body .NoSlide .navTab li {
    width: 91.285714px;
  }
}
body.ilresto #cms3b_menu li a.active,
body.lanazione #cms3b_menu li a.active,
body.ilgiorno #cms3b_menu li a.active,
body.ilresto .navTab li.current a,
body.lanazione .navTab li.current a,
body.ilgiorno .navTab li.current a,
body.ilresto a.scheda.active,
body.lanazione a.scheda.active,
body.ilgiorno a.scheda.active,
body.ilresto .labelF,
body.lanazione .labelF,
body.ilgiorno .labelF,
body.ilresto .navMap a,
body.lanazione .navMap a,
body.ilgiorno .navMap a,
body.ilresto .ac_over,
body.lanazione .ac_over,
body.ilgiorno .ac_over {
  background-color: #005AC8;
}
body.ilresto #cms3b_menu li a,
body.lanazione #cms3b_menu li a,
body.ilgiorno #cms3b_menu li a,
body.ilresto a.overlay3bwLink strong,
body.lanazione a.overlay3bwLink strong,
body.ilgiorno a.overlay3bwLink strong,
body.ilresto .navTab li a.active,
body.lanazione .navTab li a.active,
body.ilgiorno .navTab li a.active,
body.ilresto .meteoH,
body.lanazione .meteoH,
body.ilgiorno .meteoH {
  color: #005AC8;
}
body.ilresto #cms3b_menu li a.active,
body.lanazione #cms3b_menu li a.active,
body.ilgiorno #cms3b_menu li a.active,
body.ilresto .navMap a,
body.lanazione .navMap a,
body.ilgiorno .navMap a {
  color: #fff;
}
body.ilresto .cartina_dx a.active img,
body.lanazione .cartina_dx a.active img,
body.ilgiorno .cartina_dx a.active img,
body.ilresto a.scheda.active,
body.lanazione a.scheda.active,
body.ilgiorno a.scheda.active,
body.ilresto #cms3b_wrapper #btnSearchGo,
body.lanazione #cms3b_wrapper #btnSearchGo,
body.ilgiorno #cms3b_wrapper #btnSearchGo {
  border-color: #005AC8;
}
body.ilresto .box.newssingle h1,
body.lanazione .box.newssingle h1,
body.ilgiorno .box.newssingle h1,
body.ilresto .box-title,
body.lanazione .box-title,
body.ilgiorno .box-title {
  background: none;
}
body.ilresto #cms3b_right .box-title,
body.lanazione #cms3b_right .box-title,
body.ilgiorno #cms3b_right .box-title {
  border-bottom: 3px solid #005AC8;
}
body.iltelegrafo #cms3b_menu li a.active,
body.iltelegrafo a.scheda.active,
body.iltelegrafo .labelF,
body.iltelegrafo .navMap a,
body.iltelegrafo .ac_over {
  background-color: #9d1a33;
}
body.iltelegrafo #cms3b_menu li a,
body.iltelegrafo a.overlay3bwLink strong,
body.iltelegrafo .navTab li a.active,
body.iltelegrafo .meteoH {
  color: #9d1a33;
}
body.iltelegrafo #cms3b_menu li a.active,
body.iltelegrafo .navMap a {
  color: #fff;
}
body.iltelegrafo .cartina_dx a.active img,
body.iltelegrafo a.scheda.active,
body.iltelegrafo #cms3b_wrapper #btnSearchGo {
  border-color: #9d1a33;
}
body.iltelegrafo .box.newssingle h1,
body.iltelegrafo .box-title {
  background: none;
}
body.iltelegrafo #cms3b_right .box-title {
  border-bottom: 3px solid #9d1a33;
}
body.iltelegrafo .box-title a {
  color: #000;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
#widget1 .navTab li a,
#widget2 .navTab li a {
  line-height: 41px;
}
#widget1 .navTab li.current a,
#widget2 .navTab li.current a {
  background: #005AC8;
  color: #fff;
}
#widget1 .widget-cont,
#widget2 .widget-cont {
  border: 1px solid #DCDCDC;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #widget1 .widget-cont,
  #widget2 .widget-cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #widget1 .bigMap,
  #widget2 .bigMap {
    flex: 0 0 40%;
    overflow: hidden;
  }
}
#widget1 .selectionMap,
#widget2 .selectionMap {
  display: none;
}
@media (min-width: 768px) {
  #widget1 .selectionMap,
  #widget2 .selectionMap {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 60%;
  }
  #widget1 .selectionMap > div,
  #widget2 .selectionMap > div {
    padding: 0 5px;
    flex: 0 1 50%;
  }
}
#widget1 .widget-search,
#widget2 .widget-search {
  display: flex;
}
#widget1 .widget-search .search3b,
#widget2 .widget-search .search3b {
  display: block;
  flex: 1;
  border: 0;
  padding: 10px 5px;
}
#widget1 .widget-search .search3b-submit,
#widget2 .widget-search .search3b-submit {
  width: 60px;
  background: url(https://cdn-static.quotidiano.net/scorpion/a7d9575/img/svg/search.svg);
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px;
  opacity: .4;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-indent: -900px;
  overflow: hidden;
  border: 0 none;
}
@media (min-width: 768px) {
  #widget1 .widget-search,
  #widget2 .widget-search {
    display: none;
  }
}
#widget1 .rowt,
#widget2 .rowt {
  display: flex;
  align-items: center;
  line-height: 20px;
  color: #000;
  font-size: 12px;
}
#widget1 .rowt a,
#widget2 .rowt a {
  flex: 0 0 50%;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#widget1 .rowt .temp,
#widget2 .rowt .temp {
  flex: 0 0 20px;
  text-align: right;
}
#widget1 .rowt:nth-child(odd),
#widget2 .rowt:nth-child(odd) {
  border-right: 1px solid #DCDCDC;
}
#widget1 .rowt:nth-child(4n+3),
#widget2 .rowt:nth-child(4n+3),
#widget1 .rowt:nth-child(4n+4),
#widget2 .rowt:nth-child(4n+4) {
  background: #f6fbff;
}
#widget3 .slider {
  margin-bottom: 10px;
}
#widget3 .prevLocalita {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 5px;
}
@media (min-width: 768px) {
  #widget3 .prevLocalita {
    border-radius: 0;
    display: flex;
  }
}
#widget3 .prevLocalita #prevFascia {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background: none;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
}
@media (min-width: 768px) {
  #widget3 .prevLocalita #prevFascia {
    display: none;
  }
}
#widget3 .prevLocalita .fascia {
  display: none;
  font-size: 13px;
}
#widget3 .prevLocalita .fascia.active {
  display: block;
}
#widget3 .prevLocalita .fascia::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  #widget3 .prevLocalita .fascia {
    display: block;
    flex: 1 1 25%;
  }
  #widget3 .prevLocalita .fascia + .fascia {
    border-left: 1px solid #DCDCDC;
  }
}
#widget3 .prevLocalita .fascia .nomeFascia {
  display: none;
}
@media (min-width: 768px) {
  #widget3 .prevLocalita .fascia .nomeFascia {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #555;
  }
}
#widget3 .prevLocalita .fascia .descr {
  padding-top: 10px;
}
@media (min-width: 768px) {
  #widget3 .prevLocalita .fascia .descr {
    min-height: 85px;
  }
}
#widget3 .prevLocalita .fascia .localita65 {
  float: left;
  margin-right: 5px;
  margin-bottom: 6px;
}
#widget3 .prevLocalita .fascia .temp-prob {
  display: flex;
  padding: 5px;
  color: #555;
  align-items: flex-end;
  font-weight: 700;
}
#widget3 .prevLocalita .fascia .temp-prob b {
  flex: 1;
  font-size: 16px;
  color: #000;
}
#widget3 .prevLocalita .fascia .temp-prob .srain {
  content: " ";
  width: 15px;
  height: 15px;
  background: url(img/rain.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: .6;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  #widget3 .prevLocalita .fascia .temp-prob {
    border-top: 1px solid #DCDCDC;
    clear: both;
  }
}
#widget2 .navTab li.current a,
#widget3 .navTab li.current a,
#widget4 .navTab li.current a {
  background: #005AC8;
  color: #fff;
}
#widget2 .navTab li.current a .locMinMax,
#widget3 .navTab li.current a .locMinMax,
#widget4 .navTab li.current a .locMinMax {
  color: rgba(255, 255, 255, 0.7);
}
#widget3 .locMinMax,
#widget4 .locMinMax {
  font-weight: 300;
  color: #555;
  margin-top: 5px;
}
#widget3 .slider,
#widget4 .slider,
#widget3 .navTab li a,
#widget4 .navTab li a {
  height: 60px;
}
#widget4 .locMinMax {
  margin-top: 1px;
}
@media (min-width: 768px) {
  #widget4 .localita25,
  #widget4 .localita32 {
    float: left;
    margin-right: 2px;
  }
  #widget4 .slider,
  #widget4 .navTab li a {
    height: 48px;
  }
  #widget4 .navTab li a {
    padding: 7px 4px;
    text-align: left;
  }
  #widget4 .navTab li a::after {
    content: "";
    clear: both;
    display: table;
  }
  #widget4 .navTab li a .day {
    margin-top: 4px;
  }
}
