
/* COOKIES */

.cookie-alert {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 98%;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  margin-left: 2px;
  padding: 10px;
  border: 1px solid #d2003f;
}
.cookie-alert p,
.cookie-alert a {
  font-family: 'lato', helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #111;
  text-align: center;
}
.cookie-alert p {
  margin: 0 40px;
  padding: 0;
}
.cookie-alert a {
  font-weight: 700;
  color:#d2003f;
}
.cookie-alert a:hover {
  color: #aaa;
}
.cookie-alert .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  color:#d2003f;
  opacity: 0.8
}
.cookie-alert .close:hover {
  color: #aaa;
}

@media screen and (max-width: 768px) {
	.separatore{display:none;}
	
	.leggi_news{margin-bottom:40px;font-weight:bold;}
	.leggi_news a{display:inline-block;padding:5px 10px;border:1px solid #d2003f;}
	
}
	
@media screen and (max-width: 600px) {
  .cookie-alert .close {
     position: absolute;
     top: 0px;
     left: auto;
     margin: 0 auto;
     right: 0;
  }
}