#cookie-bar {  
	line-height: 34px;
    color: #eeeeee;
    text-align: center;
    padding: 20px 20px 20px 20px;
	background: #ffffff;
}
#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;font-size:14px}

/*prima margin-left:8px*/
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none;}
#cookie-bar .cb-enable {
	margin-left: 15px;
    float: right;
	position: relative;
}
/*prima clone.png, right:10%, float:right; */
#cookie-bar .cb-enable {background:url(../img/times_074687_20.png);
						top: 0%;
                        right: 0%;
                       
                        height: 16px;
                        width: 18px;
}
#cookie-bar .cb-enable:hover {opacity: 0.6;}
#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;}

@media screen and (min-width: 1700px) and (max-width: 1920px){
    #cookie-bar .cb-enable {
						background:url(../img/times_074687_20.png);
						top: 0%;
                        right: 0%;
                      
                        height: 16px;
                        width: 18px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1699px){
    #cookie-bar .cb-enable {
						background:url(../img/times_074687_20.png);
						top: 0%;
                        right: 0%;
                       
                        height: 16px;
                        width: 18px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1399px){
    #cookie-bar .cb-enable {
						background:url(../img/times_074687_20.png);
						top: 0%;
                        right: 0%;
                       
                        height: 16px;
                        width: 18px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
    #cookie-bar .cb-enable {
						background:url(../img/times_074687_20.png);
						top: 0%;
                        
                        right: 0%;
                        
                        height: 16px;
                        width: 18px;
    }
}

@media screen and (max-width: 1199px){
    #cookie-bar .cb-enable {
						background:url(../img/times_074687_20.png);
						top:0%;
                        right: 0%;
                        
                        height: 16px;
                        width: 18px;
    }
}

