.privacy-alertBar {
    background: #f37c20;
    border-top: 1px solid #C45500;
    bottom: 0;
    font-size: 11px;
    height: 55px;
    left: 0;
    width: 100%;
    overflow: auto;
    position: sticky;
    right: 0;
    text-align: center;
	display:none;
    z-index: 20;
}
#privacy-menu-text {
    margin: 0 auto;
    padding: 7px 0;
    text-align: left;
    min-width: 620px;
    max-width: 750px;
	color:#FFFFFF;
}
.lang-flag{
	padding-top: 12px; 
	padding-bottom: -12px;
}