/*-----------------------------------------------------------------------------------------------------
[    CSS only PRIVACY    ]        Site: Ristorante Via Roma 48    VERS. 21.01.2016
------------------------------------------------------------------------------------------------------*/
#acceptText a{text-decoration: none;color: #fff; }
#band-cookies-info a:hover{color: #b8bf37;}

#band-cookies {
	position: fixed;	bottom: 45px;
/*	top: 0px;*/
	left: 0px;
	z-index: 200;
	width: 100%;
   border: 2px solid #b8bf37;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.1;
	background-color: #fff;
	color: #242B3A;}
	
#band-cookies p {font-size: 0.8rem;	font-family: 'Comfortaa', cursive, "Arial", sans-serif;color: #242B3A;
	margin: 0px;font-weight: bold;
	padding: 0px 15%;}
	
#band-cookies-ok,
#band-cookies-info { 	font-family: 'Comfortaa', cursive, "Arial", sans-serif; font-size: 0.9rem;background: #b8bf37; padding: 5px 5px 5px 5px;
	display: inline-block;	text-decoration: none; 
	color: #242B3A;font-weight: bold;
	margin-left: 14px;
	cursor: pointer;}

#band-cookies-close {
	height: 18px;
	width: 18px;
	padding:  5px;
	position: absolute;
	right: 12%;
	top: 72%;
	margin-top: -20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;}
	
@media (min-width: 768px) and (max-width: 1366px) {
	
#band-cookies {
		position: fixed;	bottom: 8%;
/*	top: 0px;*/
	left: 0px;
	z-index: 200;
	width: 100%;
    border: 1px solid #b8bf37;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1;
	background-color: #fff;
	color: #242B3A;}
	
	#band-cookies p {font-size: 0.8rem;	font-family: 'Comfortaa', cursive, "Arial", sans-serif;color: #242B3A;
	margin: 0px;font-weight: bold;
	padding: 0px 10px;}

	#band-cookies-ok,
	#band-cookies-info { 	font-family: 'Comfortaa', cursive, "Arial", sans-serif;  font-size:0.9rem;background: #b8bf37;padding: 2px 2px 2px 2px;
		text-decoration: none;
		padding: 0 5px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;}

#band-cookies-close {
	height: 18px;
	width: 18px;
	padding:  5px;
	position: absolute;
	right: 5px;
	top: 72%;
	margin-top: -20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;}
}

@media (min-width: 240px) and (max-width: 767px) {
	
#band-cookies {
		position: fixed;	bottom:0px;
/*	top: 0px;*/
	left: 0px;
	z-index: 200;
	width: 100%;
    border: 1px solid #b8bf37;
	text-align: center;
	font-size: 0.4rem;
	line-height: 1;
	background-color: #fff;
	color: #242B3A;}
	
	#band-cookies p { font-size: 0.45rem;color: #242B3A;
		padding: 5px 0px 0;	}
		
	#band-cookies-ok,
	#band-cookies-info { 	font-family: 'Comfortaa', cursive, "Arial", sans-serif;  font-size:0.45rem;background: #b8bf37;padding: 2px 2px 2px 2px;
		text-decoration: none;
		padding: 3px 3px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;}
		
#band-cookies-close {display:none; }

}