﻿/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
 
div#cookie-notify {   }
 
div#cookie-notify div.cookie-message {
  position:fixed;
  bottom:5px;left:150px;right:150px;
  border-radius:10px;
  padding:10px;
  background:#D0CECE;
  border-top:solid 1px #B4AFAF;
  border-left:solid 1px #B4AFAF;
  border-right:solid 1px #B4AFAF;
  z-index: 16000003!important;
  opacity: 0.96;
}
div#cookie-notify a.cookiebar-close {
  cursor:pointer;  
  background-color:#002060!important; color:#fff!important;
  text-decoration:none; 	 
}
div#cookie-notify div.cookie-message p {
	padding-bottom:15px;
	color:#003C4D;
	font:normal 12pt verdana!important;
	margin:0.6em 15px;	
} 

div#cookie-notify div.cookie-message p a { text-decoration:underline!important; }

div#cookie-notify a.cookiebar-close { margin-top:10px; font-size:12pt; }

div#cookie-notify div.right{ float:right; }
div#cookie-notify div.left{ overflow:hidden; }

@media (max-width: 1000px)	
	{	
		div#cookie-notify div.cookie-message { left:25px;right:25px; }
		div#cookie-notify a.cookiebar-close { margin-top:30px;  font-size:10pt; }
		div#cookie-notify div.cookie-message p { font:normal 10pt verdana!important; } 
	}
	
@media (max-width: 600px)	
	{	
		div#cookie-notify div.cookie-message { left:5px;right:5px; }
		div#cookie-notify a.cookiebar-close { white-space: normal!important; font-size:9pt; width:70px; }
		div#cookie-notify div.cookie-message p { font:normal 8pt verdana!important; margin:3px 10px 3px 3px;  padding-bottom:0px;}
		div#cookie-notify a.cookiebar-close { margin-top:5px; }
	}
	


