#cookieChoiceInfo{
	background-color:#F5F8C2 !important;	
	font-size: 14px/18px dosismedium,Arial,Helvetica,sans-serif;
	position:fixed;
	width:100%;
    	z-index:1000;
	text-align:justify;
 	left:0; 
	top:0;
	height:150px;
	background-image: url("cookie.png");
	background-repeat: no-repeat;
   	background-position: 15% 25%;
}

#cookieChoiceInfo div{
	font-size: 14px/18px dosismedium,Arial,Helvetica,sans-serif;
	width:65%;
	margin-top: 2%;
	margin-left:20%;
	margin-right:20%;
	margin-bottom:2%;
}

#cookieChoiceInfo a{
	font-size: 14px/18px dosismedium,Arial,Helvetica,sans-serif;
	padding-left:25%;
	color: #1659a0;
	font-weight: bold;
}
@media only screen and (max-width: 1020px){
	#cookieChoiceInfo{
		background-color:#F5F8C2 !important;	
		font-size: 12px/16px dosismedium,Arial,Helvetica,sans-serif;
		position:fixed;
		width:100%;
	    	z-index:1000;
		text-align:justify;
	 	left:0; 
		top:0;
		height:160px;		
		background-image: none !important;
	}
	#cookieChoiceInfo div{
		font-size: 12px/16px dosismedium,Arial,Helvetica,sans-serif;
		width:96%;
		margin-top:2%;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:2%;
	}

	#cookieChoiceInfo a{
		font-size: 14px/18px dosismedium,Arial,Helvetica,sans-serif;
		padding-left:15%;
		color: #1659a0;
		font-weight: bold;
	}
}


	
@media only screen and (max-width: 767px){
	#cookieChoiceInfo{
		background-color:#F5F8C2 !important;	
		font-size: 12px/16px dosismedium,Arial,Helvetica,sans-serif;
		position:fixed;
		width:100%;
	    	z-index:1000;
		text-align:justify;
	 	left:0; 
		top:0;
		height:200px;		
		background-image: none !important;
	}
	#cookieChoiceInfo div{
		font-size: 12px/16px dosismedium,Arial,Helvetica,sans-serif;
		width:90%;
		margin-top:5%;
		margin-left:5%;
		margin-right:5%;
		margin-bottom:5%;
	}

	#cookieChoiceInfo a{
		font-size: 14px/18px dosismedium,Arial,Helvetica,sans-serif;
		padding-left:15%;
		color: #1659a0;
		font-weight: bold;
	}
}