@charset "utf-8";
/* CERCA */
.ul.simple-post-list, #cerca {
	list-style: none !important; margin: 0; padding: 0; }
ul, ol {
    list-style: none outside none; margin-bottom: 10px; margin-top: 0; }
/* COOKIES */
#cookie_div {
	background-color: rgba(0, 0, 0, 0.95); bottom:0; color:#FFF; font-size:15px; left:0; position:fixed; padding:24px; width:100%; z-index:99999;} 
.cookie_content {
    width:100%; }
.cookie_message {
	width:100%; float:left; }
.cookie_button {					   
    width:50%; float:left; margin-left:25%; margin-top:15px; padding:5px; }
.bottoni {
    background: #0099e6;
	font-size: 13px;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
    }

