/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /*plain site */
 html{
	 color: #545454;
 }
 
 .copyright{
	 text-align: center;
 }
 
 /* Fabrikar forms */
 .popover{
	 background-color: #ffffff;
 }
 
 
 /* Cookie plugin */
#redim-cookiehint .cookiecontent{
	color: #fff;
}

#redim-cookiehint{
	background-color: #0278ae;
}

#redim-cookiehint a#cookiehintinfo.btn{
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	border: none;
}

#redim-cookiehint a#cookiehintsubmit.btn{
	font-weight: bold;
	color: #2b551e;
	text-shadow: none;
	background-color: #66ae50;
	border: none;
}

#redim-cookiehint a#cookiehintsubmit.btn:hover{
	color: #2b551e;
	background-color: #68cb4a;
}

#redim-cookiehint a#cookiehintsubmitno.btn{
	font-weight: bold;
	color: #551e1e;
	text-shadow: none;
	background-color: #c15757;
	border: none;
}

#redim-cookiehint a#cookiehintsubmitno.btn:hover{
	color: #551e1e;
	background-color: #ea3333;
}