﻿
/* Cookies *********************** */

.avviso_cookie_wrap { font-family: Arial, sans-serif; display:none; position: fixed; z-index:9999; bottom: 0; left: 0; width:100%; height:100%; }
.avviso_cookie_wrap .layer_click { width: 100%; height: 86%; position: absolute; top: 0; left: 0; }
.avviso_cookie { background-color:#000; position: absolute; z-index:1; bottom: 0; left: 0; width:100%; color:#FFF; font-size: 13px; line-height:16px; }
.avviso_cookie .wrap { padding: 15px; max-width:1200px; margin:0 auto; position:relative; }
.avviso_cookie .wrap a { color: #FFF; text-decoration:none; }
.avviso_cookie .wrap a:hover { color:#666; }
.avviso_cookie .wrap p { padding-right: 110px; font-size: 13px; color: #FFF; padding-left: 10px; }
.avviso_cookie .wrap a.close { cursor: pointer; width: 23px; height: 23px; background: url(close.png) no-repeat; background-size:contain; position: absolute; top: 13px; right: 10px; opacity: 1; }
