/** EU cookie msg **/
    /* reset */
    .warning_EU_cookiemsg,
    .warning_EU_cookiemsg * {
        margin: 0; padding: 0; font-size: 1em; border: 0; width: auto; height: auto; float: none; clear: none; text-decoration: none; text-transform: none;
        text-style: normal; background: none; position: static; overflow: visible; 

        font-family: sans-serif;
    }
   .warning_EU_cookiemsg i {
        font-style: italic;
    }
   .warning_EU_cookiemsg {
        display: block !important; /*overriding a style attr */
        font-size: 16px;
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
		/*background: black url(http://imgs.sapo.pt/barimgs/bsu_v1.1/imgs/bsu_fundo_preto.png) repeat-x;*/
        background: #bababa;
        background-size: auto 100%;
        z-index: 999999991;
        color: #36373c;
        text-align: left;
        border-bottom: 1px solid #869197;
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
           -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
            -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
             -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
                box-shadow: 0px 0px 5px rgba(0,0,0,0.2);

        -webkit-transition: opacity 0.3s linear;
           -moz-transition: opacity 0.3s linear;
            -ms-transition: opacity 0.3s linear;
             -o-transition: opacity 0.3s linear;
                transition: opacity 0.3s linear;

    }
    #warning_EU_cookiemsg.warning_EU_hide {
        opacity: 0;
        filter:alpha(opacity=0);
    }
    .warning_EU_cookiemsg a {
        color:#03506c;
        text-decoration: underline;
        font-weight: bold;
        display:inline-block;
        white-space: nowrap;
    }
    .warning_EU_assist {
        position: absolute;
        left: -999em;
        font-size: 0;
        opacity: 0;
    }
    * html body .warning_EU_cookiemsg p {
        height: 1em;
    }
    .warning_EU_cookiemsg p {
        line-height: 1;
        min-height: 1em;
        height: auto;

        font-size: 0.9em;
        padding: 1em 45px 1em 10px;
        max-width: 888px;
        margin: 0 auto;
        position: relative;
    }
   .warning_EU_cookiemsg strong{
        text-transform: uppercase;
        background: #000;
        background: none;
        padding: 0.3em 0.5em 0.2em;
        color: #999;
        letter-spacing: 1px;
        margin-right: 1em;
        font-size: 0.8em;
        text-shadow: 1px 1px 1px black;
        -webkit-border-radius: 0.4em;
           -moz-border-radius: 0.4em;
            -ms-border-radius: 0.4em;
             -o-border-radius: 0.4em;
                border-radius: 0.4em;
    }
    @media screen and (max-width: 600px) {
        .warning_EU_cookiemsg strong {
            display:none;
        }
        .warning_EU_cookiemsg p {
            line-height: 1.2;
        }

    }

    #warning_EU_close {
        display: block;
        cursor: pointer;
        cursor: hand;
        text-indent: -999em;
        direction: ltr;
        position: absolute;
        right: 0.5em;
        top: 15%;
        width: 30px;
        height: 30px;
        background: url(/Content/images/close.dark.png) no-repeat top right;

    }
    * html #warning_EU_close {
        background-image: url(http://imgs.sapo.pt/barimgs/bsu_v1.1/imgs/close.dark.8b.png);
    }
    #warning_EU_close:hover {
        background-position: bottom left;
    }
    #warning_EU_close:active {
        background-position: bottom left;
        margin: 1px 0px 0px 1px;
    }
/** end of EU cookie msg */

