/* COOKIE 
-------------------------------------------------------------*/
#cc-cookies 
{ 
	display:none;
	/*position:fixed; 
	width: 90%; 
	left: 0; 
	bottom: 0; */
	padding: 0.5em 12% 0.5em 7%; 
	background: #565656; 
	background: rgba(86,86,86,0.90); 
	color: #fff; 
	font-size: 12px; 
	font-weight: 500; 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
	z-index: 99999; 
	text-align: center; 
	color: #fff; 
	line-height: 16px;
}

#cc-cookies a, #cc-cookies a:hover 
{ 
	display: inline;
	margin: 0;
	padding: 0px;
	color: #fff !important; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: 500; 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
	z-index: 99999;
}

#cc-cookies a:hover 
{ 
	text-decoration: underline; 
}

#cc-cookies #cookie-close{
 	display: inline-block;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
	font-weight: normal;
	text-decoration: none;
	
	margin: 0 0 0 10px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #dfdfdf;
	line-height: 15px;	
}

@media screen and (max-width: 480px) 
{
	#cc-cookies 
	{ 
	}
}