/*------------COOKIE-------------*/
/*
#cookie-bar , #cookie-bar  p{
	color: #BFB8B8;
	text-align: center;
	font-size:14px;
}
#cookie-bar p{
	line-height:14px;
	padding: 16px;
	background: #2C2925;
}
#cookie-bar p a:first-child{
	text-decoration:underline;
	color:#BFB8B8;
	font-size:14px;
}
#cookie-bar p a:hover{
	text-decoration:none;
}
#cookie-bar .cb-enable{
	font-size:14px;
	margin-left:10px;
	color:#BFB8B8;
}
.cb-enable{
	font-size:14px;
	text-decoration: underline;
}
*/
/*------------COOKIE-------------*/
#cookie-bar , #cookie-bar  p{
	/*color: #BFB8B8;*/
	color:#FFF;
	text-align: center;
	font-size:14px;
}
#cookie-bar p{
	line-height:14px;
	padding: 5px;
	/* background: #2C2925; */
	background: #777;
}
#cookie-bar p a{
	text-decoration:underline;
	color:#FFF;
	font-size:14px;
}
#cookie-bar p a:hover{
	text-decoration:none;
}
#cookie-bar .cb-enable{
	font-size:14px;
	margin-left:10px;
	/*color:#FFF;*/
}
.cb-enable{
	margin: 3px;
	display:inline-block;
	padding: 5px 10px;
	background: #000;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#cookie-bar p a.cb-enable:hover{
	background: #FFF;
    border: solid 1px #000;
    text-decoration: none;
	color: #000000;
}
#cookie-bar{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  z-index: 99;
}