/* cookies scripts */
#gdpr_b {
	height: 45px;
	display: none;
}
#gdpr {
	display: none;
	background-color: white;
	width: 100%;
	min-height: 30px;
	height: auto;
	bottom: 0px;
	left: 0;
	position: fixed;
	border-radius: 0;
	padding: 6px 60px 6px 15px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	font-family: arial,sans-serif;
	border-top: 1px solid rgba(0,0,0,0.3);
	z-index: 999999999999;
}
.btn-content{
	float: right;
	width: 220px;
	height: 30px;
	bottom: 0;
	right: 45px;
	padding-top: 4px;
	padding-bottom: 11px;
	box-sizing: border-box;
}
#acceptgdrp {
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 6px;
	border-radius: 2px;
	margin-left: 15px;
	float: left;
	width: 150px;
	text-align: center;
	transition: 0.1s ease all;
	opacity: 1;
	text-decoration:none;
}
#gdpr a {
	display: inline-block;
}
/* END cookies scripts */