#cookie-bar {
    background: rgba(255,255,255,0.7);
    height: 50px;
    line-height: 50px;
    color: #2f3137;
    text-align: center;
    font-size: 14px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
	font-family: 'OpenSansSemibold', sans-serif;
}
#cookie-bar p {
    margin:0;
    padding:0;
}
#cookie-bar a{
    margin-left:10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	color: white;
}
#cookie-bar .cb-enable{
    background: #0061A8;
    font-size:16px;
    margin-top: -3px; 
    border: 0px;
    border-radius: 0px;
}
#cookie-bar .cb-enable:hover{
    background:#2f3137;
    border: 0px;
    border-radius: 0px;
}
#cookie-bar .cb-disable{
    background:#900;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
}
#cookie-bar .cb-disable:hover{
    background:#b00;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
}
#cookie-bar .cb-policy{
    background:#0061A8;
    font-size:16px;
    margin-top: -3px; 
    border: 0px;
    border-radius: 0px;
}
#cookie-bar .cb-policy:hover{
    background:#2f3137;
    border: 0px;
    border-radius: 0px;
}
@media (max-width: 992px){
    #cookie-bar{
        height: auto;   
    }
}


