/*#cookie-bar {background:hsl(202, 58%, 47%); height:auto; min-height:24px; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}*/
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a.pr-link {color:#1A1A1A; border-radius:3px; text-decoration:none;margin-right: 10px;}
/*#cookie-bar .cb-enable {background:#007700;}*/
/*#cookie-bar .cb-enable:hover {background:#009900;}*/
/*#cookie-bar .cb-disable {background:#990000;}*/
/*#cookie-bar .cb-disable:hover {background:#bb0000;}*/
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}


#cookie-bar{
    background:#FFF; height:auto; min-height:24px; line-height:24px; text-align:center; padding:3px 0;
    color:#1A1A1A;
/*border: 2px solid #c6b89e21;*/
    border-radius: 12px;
    padding: 12px 0;
    font-size:16px;
}
#cookie-bar a.cb-enable{
    background: #1370AE;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #1370AE;
    padding: 4px 10px;
    font-weight: 600;
    text-decoration:none;
    white-space: nowrap;
    color:#fff;    margin-right: 5px;
}
#cookie-bar a.cb-enable:hover{background:#1370aed4;}
#cookie-bar a.cb-disable{
    color: #1370AE;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #1370AE;
    padding: 4px 10px;
    white-space: nowrap;
    font-weight: 600;
    text-decoration:none;
    
}

@media (max-width:768px){
    #cookie-bar a.cb-enable,#cookie-bar a.cb-disable{
    padding:0 5px;
    }
    #cookie-bar p{
        font-size:15px;
        line-height: 27px;
        padding:5px;
    }
}

@media (min-width:768px) and (max-width:992px){
    #cookie-bar{
        line-height: 34px;
    }
      #cookie-bar p{
     padding:5px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
#cookie-bar {
    width: 80%;
    padding: 10px !important;
    margin: 0 auto;
}
#cookie-bar p{
    line-height: 31px;
}
}