@charset "UTF-8";
/* CSS Document */


#cookie_info { 
   	position: fixed;
	-webkit-backface-visibility: hidden;
  	right: -300px;
	bottom: 30px;
   	z-index: 10000; 
  	width: 280px; 
   	text-align: center; 
  	font-size: 12px; 
   	line-height: 18px;
	transition: right 0.5s ease-in;
}
#cookie_info.show {
	right: 30px;	
}
#cookie_info_close {
   	position: absolute;
   	top: auto;
   	right: 0;
	left: 0;
	bottom: 20px;
	margin: auto;
	width: 80%;
	height: 30px;
	line-height: 30px;
   	text-decoration: none;
   	text-shadow: 0 1px 0 #fff;
   	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
    background-color: #2A6BB7;
 }

#cookie_info_close:hover {
	-webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
}

#cookie_info a {
	text-decoration: none;
	font-weight: bold;
}

#cookie_info a:hover {
	text-decoration: underline;
}

#cookie_info div {
	padding: 20px 20px 70px 20px; 
	color: #FFF;
	background-color: rgba(29,75,129,0.95);
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
}
#cookie_info a {
	text-decoration: underline;
	color: #FFF;
}
#cookie_info a:hover {
	text-decoration: none;
	color: #399BD5;
}