@charset "UTF-8";
.cookiesBox
{
	display:			none;
	background-color:	#f2f2f2;
	position:			fixed;
	bottom:				100px;
	right:				0px;
	width:				500px;
	z-index:			99999;
	border:				#222221 solid 0px;
}

.cookiesBox .msg
{
	display:			block;
	width:				100%;
	text-align:			left;
	color:				#222221;
	padding:			30px;
font-family: 'robotoregular';
}

.cookiesBox .msg strong
{
	font-weight:		bold;
	text-transform:		uppercase;
	margin-bottom:		5px;
	display:			block;
font-family: 'robotoblack';
}

.cookiesBox .msg a
{
	color:				#222221;
}

.cookiesBox .msg a:hover
{
	color:				#222221;
}

.cookiesBox .msg .buttons 
{
	display:			block;
	text-align:			center;
	margin-top:			10px;
	float:				none;
	margin-top:			20px;
	text-align:			center;
}

.cookiesBox .msg .buttons .accept
{
	display:			inline-block;
	background-color:	#919191;
	text-transform:		uppercase;
	padding:			5px;
	border:				#919191 solid 2px;
	text-decoration:	none;
	color:				#FFF;
	margin-right:		10px;
}

.cookiesBox .msg .buttons .accept:hover
{
	text-decoration:	underline;
}


.cookiesBox .msg .buttons .decline
{
	display:			inline-block;
	background-color:	#919191;
	text-transform:		uppercase;
	padding:			5px;
	border:				#919191 solid 2px;
	text-decoration:	none;
	color:				#FFF;
}

.cookiesBox .msg .buttons .decline:hover
{
	text-decoration:	underline;
}
