/*------------COOKIE-------------*/
#cookie-bar , #cookie-bar  p{
	color: #BFB8B8;
	text-align: center;
	font-size:12px;
}
#cookie-bar p{
	line-height:14px;
	padding: 8px;
	background: #2C2925;
}
#cookie-bar p a:first-child{
	text-decoration:underline;
	color:#BFB8B8;
	font-size:12px;
}
#cookie-bar p a:hover{
	text-decoration:none;
}
#cookie-bar .cb-enable{
	font-size:12px;
    -moz-user-select: none;
    background: #e0e0e0 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #000;
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
}
