/*cookie notice*/
.info_cookie{
	display:block;
	position:fixed;
	z-index:1000;
	bottom:10px;
	width:580px;
	padding:10px;
	min-height:60px;
	box-shadow:0 0 10px 1px #333;
	background:#fff;
	left:50%;
	margin-left:-300px;
	font-family:calibri!important;
	font-size:17px!important;
}
.info_cookie .title_info_cookie{
	width:580px;
	float:left;
	margin-bottom:10px;
	font-weight:bold!important;
	font-family:calibri!important;
	color:#333!important;
}
.info_cookie .close_info_cookie{
	position:absolute;
	right:5px;
	top:5px;
	padding:2px;
	border:1px solid #333;
	color:#333;
	cursor:pointer;
	font-family:calibri!important;
}
.text_info_cookie{
	float:left;
	font-weight:normal!important;
	font-family:calibri!important;
	line-height:1!important;
}
/*cookie notice end*/