﻿
.cookieconsentbar {
	display:none;
	position:fixed;
	bottom:-100px;
	z-index:2000;	
	width:100%;
	text-align:left;
	padding:15px 0;
	background:#BED4A0;
	background:rgba(190, 212, 160,.8);
	color:#333;
	
}

.cookieconsentbar.show {
	display:block;
	bottom:0;
	-moz-transition:bottom;
    -webkit-transition:bottom;
    -o-transition:bottom;
    transition:bottom;
}
.cookieconsentbar p {
	margin:0 20px;
	line-height:25px;
}	
.cookieconsentbar p a, .cookieconsentbar p a:visited {
	color:#90B16C;
}

.cookieconsentbar .close.button-like {	
	margin-left:20px;
	padding: 5px 10px 3px 10px;
	margin:0px !important;
	font-size:15px;
	line-height:25px;
	background:#90B16C;
	color:#fff;
	width:100px;
}
.cookieconsentbar .close.button-like:hover {
	background:#90B16C;
	width:100px;
}
	.cookieconsentbar .holder { width:800px;margin:auto;}