   
#layercookie {
 height: auto;
 padding: 20px 0 25px 0; 
 border-top: 1px solid white; 
 position: fixed;
 bottom: 0px; 
 /* 
 background: rgba(0, 0, 0, 0.7) none repeat;
 background: rgba(204, 204, 204, 0.9) none repeat;  
 */
 background-color: #4db6e5;
 background: rgba(77, 182, 229, 0.9) none repeat;   

 background: rgba(0, 0, 0, 0.7) none repeat;
 background: rgba(204, 204, 204, 0.9) none repeat;    
 background-color:rgba(255, 228, 196, 0.9);
 
 width:100%;
 z-index: 1600;
 z-index: 1800;  
}

#layercookie a {
  color:  #50473f; 
  color:  rgba(80, 71, 63, 1);
  text-decoration: underline; 
}

#layercookie p {
 padding: 5px 0 5px 0;
 margin: 0;
}

#layercookie a:hover {
  color:  #50473f;
  color:  rgba(80, 71, 63, 0.7);
}

#layercookie #btncookie {
 float:right;
}

#layercookie input.chb_cookie {
  margin-right:5px;
}

#btncookie {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
#btncookie {
    color: #fff;
    background-color: rgba(80, 71, 63, 1);
    border-color: rgba(80, 71, 63, 0.8);
}
#btncookie:hover, #btncookie.active,#btncookie:active, #btncookie.dropdown-toggle, #btncookie:visited, #btncookie:focus {
    color: #fff;
    background-color: rgba(80, 71, 63, 0.8);
    border-color: rgba(80, 71, 63, 0.6);
}
#btncookie:focus {
    box-shadow: 0 0 0 0;
}