 /* COOKIE BAR BY RICCARDO MEL - TARGETWEB.IT
    -------------------------------------------------- */

    #box-cookie{ 
    text-align:center; 
    color:#fff; 
    padding: 10px 0px 20px 0px; 
    background: rgba(0,0,0,0.8); 
    width: 100%; 
    position: relative; left: 0px; top: 0px; 
    font-size: 14px; 
    border-bottom: 2px solid #474747; 
    /*-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75); 
    -moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.75); 
    box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.75); */
    display: none;
    z-index: 800;
    }

    .container-cookie{ width: 980px; max-width: 100%; margin: 0 auto; padding:0px; }
    .row-cookie{ overflow: hidden;}
    .text-cookie{ float: left; width: 70%;  }

    .buttons-cookie{ text-align: right; float: right; width: 30%; }
    .adv .buttons-cookie{ padding-top: 3.5%; }
    .base .buttons-cookie{  padding-top: 2.5%; }

    /*Testo e chiusura*/
    .close-cookie{  }
    .cookie-policy-text{ margin:3px 0px 0px 0px;  font-size: 12px; font-style: italic; }
    .chiudicookiepolicy{ color: #fff; cursor: pointer; background: #23a2f2!important; }

    /*Link e bottoni*/
    #box-cookie span{ background:#000; color: #fff; text-transform: uppercase; font-weight:bold;  padding:10px; margin:0px; position: relative; top: 3px; font-size: 12px; }
    #box-cookie a{ color: #fff; text-decoration: none;  }


    /*Media Queries*/
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

        .text-cookie{ float: none!important;  width: 95%; padding: 0px 15px; }
        .buttons-cookie{  float: none!important;  width: 95%; overflow: hidden; padding-bottom: 10px; text-align: center; margin-left: 10px; }

        .adv .buttons-cookie{ padding-top: 5px; }
        .base .buttons-cookie{  padding-top: 5px; }

    }/*Media Queries*/

    @media only screen and (min-device-width : 480px) and (max-device-width : 640px) {

        .text-cookie{ float: none!important;  width: 95%; padding: 0px 15px; }
        .buttons-cookie{  float: none!important;  width: 95%;  overflow: hidden;padding-bottom: 10px;  }

        .adv .buttons-cookie{ padding-top: 5px; }
        .base .buttons-cookie{  padding-top: 5px; }

    }/*Media Queries*/

    @media only screen and (min-device-width: 640px) and (max-device-width : 768px) {

        .text-cookie{ float: none!important;  width: 95%; padding: 0px 15px; }
        .buttons-cookie{  float: none!important;  width: 95%; overflow: hidden; padding-bottom: 10px; }

        .adv .buttons-cookie{ padding-top: 5px; }
        .base .buttons-cookie{  padding-top: 5px; }

    }/*Media queries*/

    @media only screen and (min-device-width:769px) and (max-device-width :1024px) {
    }/*Media queries*/