#cookie-bar{
	background:#666666;
	height:24px;
	line-height:24px;
	color:#eee;
	text-align:center;
	padding:3px 0;
	width:100%;
    height: 80px;
    z-index: 999;
}
#cookie-bar.fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%
}

#cookie-bar.fixed.bottom{
	bottom:0;
	top:auto
}
#cookie-bar p{
    font-size: 14px;
    margin: 20px auto;
    padding: 0;
    width: 85%;
    display: inline-block;
}
#cookie-bar .cb-enable{
    background-image: url("icon-close-desktop.png");
    float: right;
    height: 37px;
    margin-top: 19px ;
    margin-right: 5px;
    width: 37px;
    display: inline-block;
}
#cookie-bar .cb-enable:hover{
    background-position: 111px 111px;
}

#cookie-bar .cb-disable
{
	background:#900
}

#cookie-bar .cb-disable:hover
{
	background:#b00
}

#cookie-bar .cb-policy
{
	background:#03b
}

#cookie-bar .cb-policy:hover
{
	background:#05d
}

@media all and (max-width : 400px){
    #cookie-bar p{
        width: 80% !important;
    }
}


#cookie-bar div {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
 