/* 
 * bar style 
 */
#cookie-bar {
	background: #C10A27;
	height: auto;
	color: #fff;
	padding: 12px 24px;
	text-align: center;
	width: 100%;
	bottom: 0;
	line-height: 24px;
	position: fixed;
	z-index: 9999;
}
#cookie-bar p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 24px;
	vertical-align: middle;
}
#cookie-bar a:hover {
	text-decoration: underline;
}

#cookie-bar .cb-enable {
	background-color: rgba(255,255,255, .2);
	color: #fff;
	padding: 3px 48px 3px 12px;
	border-radius: 3px;
	transition: opacity .3s;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#cookie-bar .cb-enable:after {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	bottom: 0;
	content: " ";
	top: 0;
	right: 0;
	position: absolute;
	width: 35px;
	background-color: rgba(255,255,255, .2);
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center right 10px;
	background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214.8px%22%20height%3D%2214.8px%22%20viewBox%3D%220%200%2014.8%2014.8%22%20style%3D%22enable-background%3Anew%200%200%2014.8%2014.8%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M14.5%2C0.3c-0.4-0.4-1.1-0.4-1.5%2C0L7.4%2C5.9L1.8%2C0.3c-0.4-0.4-1.1-0.4-1.5%2C0s-0.4%2C1.1%2C0%2C1.5l5.6%2C5.6L0.3%2C13%0A%09c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.5c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3s0.5-0.1%2C0.7-0.3l5.6-5.6l5.6%2C5.6c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3%0A%09c0.4-0.4%2C0.4-1.1%2C0-1.5L8.9%2C7.4l5.6-5.6C14.9%2C1.4%2C14.9%2C0.7%2C14.5%2C0.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
#cookie-bar .cb-enable:hover {
	color: #fff;
	opacity: .8;
	border-radius: 3px;
	text-decoration: none;
}

#cookie-bar a.cb-policy,
#cookie-bar a.cb-policy:hover {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 10px;
}
