﻿#acceptCookies
{
	position: fixed;
	bottom: 0;
    left: 0;
	width: 100%;
	display: none;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 12px;
	font-size: 0.8em; 
	z-index: 99999;
}


#acceptCookies h2
{
	font-size: 1.5em;
	font-weight: bold;
	position: relative;	
	padding-left: 20px;
	margin-right: 20px; 
	float: left;
    color: #a6a6a6;
}

#acceptCookies p
{
	position: relative;	
	padding-left: 20px; 
	padding-top: 8px; 
	overflow: hidden;
}


#acceptCookies ul
{
	padding-left: 20px;
	padding-right: 40px;
	float: right;
	list-style-type: none;
}

#acceptCookies li
{
	cursor: pointer;
	color:#f6a21d;
}

#acceptCookies li:hover
{
	color:#fff;
}

#cookieContinue
{
	font-size:1.39em;
	font-weight: 700;
}



#cookiesMore
{
	font-size:1.1em;
	font-weight: 700;
}
