﻿
/* /////// GLOBALI /////// */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);

.sfum_blu {
    background:#116588; /* Old browsers */
    background:-moz-linear-gradient(top,  #116588 9%, #023347 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(9%,#116588), color-stop(100%,#023347)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,  #116588 9%,#023347 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,  #116588 9%,#023347 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top,  #116588 9%,#023347 100%); /* IE10+ */
    background:linear-gradient(to bottom,  #116588 9%,#023347 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#116588', endColorstr='#023347',GradientType=0 ); /* IE6-9 */
}


/* Cookies *********************** */
.avviso_cookie { font-family:'Open Sans', Arial, sans-serif; line-height:14px; display:none; border:1px solid #FFF; position: fixed; z-index:9999; bottom: 52px; right: 15px; width:400px; color:#FFF; font-size: 10px; -webkit-box-shadow: 0 5px 25px 0 rgba(18,19,18,0.8); box-shadow: 0 5px 25px 0 rgba(18,19,18,0.8); }
.avviso_cookie .wrap { padding: 15px; }
.avviso_cookie .wrap a { color: #FFF; text-decoration:none; }
.avviso_cookie .wrap a:hover { color:#009cdd; }
.avviso_cookie .wrap p { padding:0 30px 0 0; margin:0; }
.avviso_cookie .wrap a.close { cursor: pointer; width: 23px; height: 23px; background: url(../../images/close-white.png) no-repeat; position: absolute; top: 10px; right: 10px; opacity: 1; }


@media (min-width:280px) {
	.avviso_cookie { position: fixed; bottom: 0; top: auto; right: 0; width: 100%; }
}

@media (min-width:768px) {
	.avviso_cookie { position: fixed; bottom: 52px; top: auto; right: 15px; width: 400px; }
}

