@charset "UTF-8";

/* CSS Document */

@media only screen and (min-width: 1024px) {

/* Add your custom styles here for Desktop */
  .containerFix {
    width: 960px;
  }
}

#headerFix {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 5px 0 #d0d0d0;
  -webkit-box-shadow: 0 0 5px 0 rgba(208,208,208,1);
  -moz-box-shadow: 0 0 5px 0 rgba(208,208,208,1);
  border-bottom: 1px solid #D2D4D4;
  height: 58px; /*62 solo per ambiente news*/
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

#headerFix > .containerFix {
  background: none repeat scroll 0 0 #fff;
  padding-left: 0;
}

.containerFix {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 960px;
}

.containerFix:before, .containerFix:after {
  content: " ";
  display: table;
}

.containerFix:after {
  clear: both;
}

#headerFix > .containerFix > .containerFix-brand {
  background: none repeat scroll 0 0 #fff;
  float: left;
  margin: 0;
  width: auto;
}

.containerFix-brand img {
  display: block;
}

.containerFix-numeroVerde {
  float: right;
  width: 215px; 
  margin-top: 8px; 
  display: none; 
  position: relative; 
}

.containerFix-numeroVerde .text {
  font-size: 20px; 
  color: #00a800; 
  float: left; 
  border: 2px solid #eee;
  border-radius: 50px 0 0 50px; 
  padding: 8px 10px; 
  height: 20px; 
  line-height: 20px; 
}

/* Fix per iOS mobile */
.containerFix-numeroVerde .text a { 
  color: #00a800; 
  text-decoration: none; 
}

.containerFix-numeroVerde a[type="button"] { 
  font-size: 20px; 
  color: #00a800; 
  float: left; 
  border: 2px solid #eee;
  border-radius: 0 50px 50px 0; 
  padding: 8px 10px; 
  margin-left: -2px; 
  background-color: #f5f5f5; 
  height: 20px; 
  line-height: 20px; 
}

.containerFix-numeroVerde a[type="button"]:hover {
  color: #333; 
} 

.containerFix-numeroVerde a[type="button"].active {
  color: #fff; 
  background-color: #00a800; 
  border-color: #00a800; 
} 

.containerFix-numeroVerde .popover { 
  display: none; 
  position: absolute; 
  top: 51px; 
  right: -65px; 
  text-align: center; 
  color: #777; 
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2); 
  box-shadow: 0 5px 10px rgba(0,0,0,0.2); 
  width: 182px; 
  border: 1px solid #d3d3d3; 
  background-color: #f5f5f5; 
  border-radius: 6px; 
  padding: 9px 0; 
  font-size: 14px; 
  line-height: 22px; 
}

.containerFix-numeroVerde .popover-arrow {
  position: absolute; 
  left: 50%; 
  margin-left: -11px; 
  width: 0; 
  height: 0; 
  background-color: transparent; 
  border-style: solid; 
  border-width: 11px; 
  border-top-width: 0; 
  border-bottom-color: #d3d3d3;
  top: -11px; 
  color: transparent; 
}

.containerFix-numeroVerde .popover-arrow:after {
  content: " "; 
  top: 1px; 
  margin-left: -10px; 
  border-width: 10px; 
  position: absolute; 
  width: 0; 
  height: 0; 
  border-color: transparent; 
  border-style: solid; 
  border-top-width: 0; 
  border-bottom-color: #f3f3f3;
}

.containerFix-numeroVerde .popover-content span {
  font-size: 18px; 
  font-weight: bold; 
  color: #555;
}

.containerFix-numeroVerde .popover-content p {
  margin: 0;
}

#headerFix > .containerFix > .title-category {
  border-left: 1px solid #eee;
  float: left;
  font-size: 25px;
  height: 34px;
  margin: 4px 0 0 16px; /*6px solo per ambiente news*/
  padding: 12px 15px 4px;
  width: auto; 
}

#headerFix > .containerFix > .title-category > a {
  color: #777;
  float: left;
  margin-top: -6px;
  outline: 0 none;
  text-decoration: none;
  line-height: 40px;  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;  
}

#headerFix > .containerFix > .title-category > a:hover {
  color: #00A800;
}

#headerFix > .containerFix > .title-category > p {
  color: #333;
  float: left;
  margin-top: -6px;
  outline: 0 none;
}

.hidden-md {
  display: block !important;
}

.hidden-sm {
  display: block !important;
}

.hidden-sx {
  display: block !important;
}

.cookie-banner {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: fixed; 
  bottom: 0;
  left: 0; 
  right: 0;
  background-color: #ccc; 
  color: #333; 
  font-size: 11px; 
  text-align: center;
  padding: 12px 32px 12px 10px; 
  z-index: 10000;
  line-height: 1.4; 
  border-top: 1px solid #fff;
}

.cookie-banner a {
  color: #000;
  text-decoration: underline; 
}


.cookie-banner__close {
  position: absolute; 
  right: 0; 
  top: 0; 
  border: 0;
  background-color: #777;
  font-size: 18px; 
  line-height: 1; 
  color: #fff;  
  padding: 2px 0; 
  cursor: pointer;
  width: 24px; 
  text-align: center; 
}